summaryrefslogtreecommitdiff
path: root/archivers/stuffit
AgeCommit message (Collapse)AuthorFilesLines
2002-04-04Use "suse_linux/Makefile.application" to pick correct SuSE packages.tron1-3/+3
2002-03-31Update MASTER_SITES.uebayasi1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-25Update to 5.2.0.611, since the older distfile doesn't exist anymore.wiz3-8/+8
Changes unknown. Addresses pkg/14354.
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-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-09StuffIt Expander and Creatorpooka4-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