summaryrefslogtreecommitdiff
path: root/archivers/stuffit/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-12First step at reworking Linux binary packages.joerg1-5/+4
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
2005-10-09Update MASTER_SITES and HOMEPAGE.ben1-3/+3
2005-06-16Create directories before installing files into them.jlam1-1/+3
2005-05-25Replaced #defined with "yes" in NO_CONFIGURE and NO_BUILD.rillig1-3/+3
2004-04-11This defines NO_BUILD, so USE_BUILDLINK2 is not necessary.snj1-2/+1
2004-03-28Update distfile name, MASTER_SITES and HOMEPAGE.wiz1-5/+3
Distfile contents and checksum didn't change. Closes PR 24946 by Steven M. Bellovin.
2004-02-07Add Linux-*-i386 to ONLY_FOR_PLATFORM.xtraeme1-2/+2
2004-02-07Don't depend on suse_base if our system doesn't need linux emulationxtraeme1-1/+5
(e.g using Linux :-), noted by Gendalia.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-12-13Update MAINTAINER email address.ben1-2/+2
2003-07-22HOMEPAGEs without a trailing slash are incorrect and also bad style.martti1-2/+2
2003-07-19Change address of maintainer per PR 22170.wiz1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-26De-confusify: Let emulators/suse_*/Makefile.* _not_ include bsd.pkg.mk, but ↵jschauma1-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-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz1-2/+2
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-1/+2
have been converted to USE_BUILDLINK2.
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-25Update to 5.2.0.611, since the older distfile doesn't exist anymore.wiz1-3/+4
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 Creatorpooka1-0/+39
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