summaryrefslogtreecommitdiff
path: root/textproc/xls2xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Put copy of distfile at MASTER_SITE_LOCAL.Maxim Sobolev2000-12-041-1/+3
|
* Add LDFLAGS to fix bento builds.Maxim Sobolev2000-10-311-1/+2
|
* Add "-I${LOCALBASE}/include" into CPPFLAGS to fix bento builds.Maxim Sobolev2000-10-231-0/+1
| | | | Submitted by: bento
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-152-2/+1
|
* 's|sobomax@altavista.net|sobomax@FreeBSD.org|'Maxim Sobolev2000-05-171-2/+2
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* Adding xls2xml version 1.0.0.Steve Price1999-12-278-0/+76
A utility for converting MS Excel files to XML. PR: 14705 (2 of 2) Submitted by: Maxim Sobolev <sobomax@altavista.net>