Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-24 | s/@netbsd.org/@NetBSD.org/ in MAINTAINER. | jmmv | 1 | -2/+2 | |
2003-12-13 | Update MAINTAINER email address. | ben | 1 | -2/+2 | |
2003-07-22 | HOMEPAGEs without a trailing slash are incorrect and also bad style. | martti | 1 | -2/+2 | |
2003-07-19 | Change address of maintainer per PR 22170. | wiz | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-26 | De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵ | jschauma | 1 | -1/+2 | |
rather make all packages that use linux emulation include bsd.pkg.mk as the last files just like any normal package. | |||||
2002-12-24 | Replace collver@linuxfreemail.com with collver1@attbi.com. | wiz | 1 | -2/+2 | |
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps. | |||||
2002-08-25 | Merge packages from the buildlink2 branch back into the main trunk that | jlam | 1 | -1/+2 | |
have been converted to USE_BUILDLINK2. | |||||
2002-04-04 | Use "suse_linux/Makefile.application" to pick correct SuSE packages. | tron | 1 | -3/+3 | |
2002-03-31 | Update MASTER_SITES. | uebayasi | 1 | -3/+3 | |
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-25 | Update to 5.2.0.611, since the older distfile doesn't exist anymore. | wiz | 3 | -8/+8 | |
Changes unknown. Addresses pkg/14354. | |||||
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -2/+2 | |
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value). | |||||
2001-06-09 | StuffIt Expander and Creator | pooka | 4 | -0/+71 | |
Command-line utilities to: * create StuffIt (.sit) and Zip (.zip) archives * encode files into uuencode, BinHex, and MacBinary formats * expand StuffIt and Zip archives * expand encrypted StuffIt archives * decode or expand: Compact Pro, zip, arc, arj, lha (lzh), rar, gzip, UNIX compress, uuencode, BinHex, btoa, MIME, tar, MacBinary, segmented StuffIt, PrivateFile, bzip2, and AppleSingle. From Ben Collver in pkg/13147 |