diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 03:29:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 03:29:43 +0000 |
commit | 207a3f7efeac62a79711f8804451212ca06a1ac9 (patch) | |
tree | df932cd5a4cc09a2c4e415919009cbe32fa4f7d8 /archivers | |
parent | add p5-SNMP-MIB-Compiler (diff) |
add stuffit
Stuffit Archive Creator and Expander
PR: 32761
Submitted by: Nathan Ahlstrom <nra@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=51434
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/stuffit/Makefile | 45 | ||||
-rw-r--r-- | archivers/stuffit/distinfo | 1 | ||||
-rw-r--r-- | archivers/stuffit/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/stuffit/pkg-descr | 12 | ||||
-rw-r--r-- | archivers/stuffit/pkg-plist | 2 |
6 files changed, 62 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 0dbb20230232..a8516049ee1a 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -39,6 +39,7 @@ SUBDIR += rpm2cpio SUBDIR += ruby-zlib SUBDIR += sectar + SUBDIR += stuffit SUBDIR += ucl SUBDIR += unace SUBDIR += unadf diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile new file mode 100644 index 000000000000..d53d5101390e --- /dev/null +++ b/archivers/stuffit/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: stuffit +# Date created: 12 Dec 2001 +# Whom: Nathan Ahlstrom <nra@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= stuffit +PORTVERSION= 5.2.0.611 +CATEGORIES= archivers linux +MASTER_SITES= ftp://ftp.aladdinsys.com/pub/linux/StuffIt_for_Linux/ \ + ftp://ftp2.aladdinsys.com/pub/linux/StuffIt_for_Linux/ +DISTNAME= stuffit520.611linux-i386 +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= \ + ${LINUXBASE}/lib/libc-2.2.2.so:${PORTSDIR}/emulators/linux_base-7 + +#USE_LINUX= yes + +NO_BUILD= yes +ONLY_FOR_ARCHS= i386 +NO_CDROM= Shareware -- should not redistribute +NO_PACKAGE= Only unmodified original package can be distributed +STRIP= # empty: do not strip linux binary during INSTALL_PROGRAM +WRKSRC= ${WRKDIR} + +STUFFIT_FILES= bin/unstuff bin/stuff +STUFFIT_MAN= man/man1/stuff.1 man/man1/unstuff.1 + +post-fetch: + @${CHMOD} a+x ${DISTDIR}/${DISTFILES} + +do-install: +.for sFile in ${STUFFIT_FILES} + ${INSTALL_PROGRAM} ${WRKSRC}/${sFile} ${PREFIX}/bin + brandelf -t Linux ${PREFIX}/${sFile} +.endfor +.for mFile in ${STUFFIT_MAN} + ${INSTALL_MAN} ${WRKSRC}/${mFile} ${PREFIX}/man/man1 +.endfor + +.include <bsd.port.mk> diff --git a/archivers/stuffit/distinfo b/archivers/stuffit/distinfo new file mode 100644 index 000000000000..63024774bd5b --- /dev/null +++ b/archivers/stuffit/distinfo @@ -0,0 +1 @@ +MD5 (stuffit520.611linux-i386.tgz) = 9046256f7775cc8b324447c7c3e8f941 diff --git a/archivers/stuffit/pkg-comment b/archivers/stuffit/pkg-comment new file mode 100644 index 000000000000..643a95600cc5 --- /dev/null +++ b/archivers/stuffit/pkg-comment @@ -0,0 +1 @@ +Stuffit Archive Creator and Expander diff --git a/archivers/stuffit/pkg-descr b/archivers/stuffit/pkg-descr new file mode 100644 index 000000000000..0f03b77ab9c9 --- /dev/null +++ b/archivers/stuffit/pkg-descr @@ -0,0 +1,12 @@ +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. + +WWW: http://www.aladdinsys.com/expander/ diff --git a/archivers/stuffit/pkg-plist b/archivers/stuffit/pkg-plist new file mode 100644 index 000000000000..52472bdefcf5 --- /dev/null +++ b/archivers/stuffit/pkg-plist @@ -0,0 +1,2 @@ +bin/stuff +bin/unstuff |