summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorpooka <pooka>2001-06-09 08:17:44 +0000
committerpooka <pooka>2001-06-09 08:17:44 +0000
commit91d37f8ed1c0841f9deef12a8433664d5f5a3d18 (patch)
tree35c15e752746abd261b51c2c6e3135efbf924a35 /archivers
parente6cc31195ada817a28cb613f0c6b6b3fb6fb3027 (diff)
downloadpkgsrc-91d37f8ed1c0841f9deef12a8433664d5f5a3d18.tar.gz
StuffIt Expander and Creator
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
Diffstat (limited to 'archivers')
-rw-r--r--archivers/stuffit/Makefile39
-rw-r--r--archivers/stuffit/distinfo4
-rw-r--r--archivers/stuffit/pkg/DESCR10
-rw-r--r--archivers/stuffit/pkg/PLIST18
4 files changed, 71 insertions, 0 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile
new file mode 100644
index 00000000000..0e27e19201c
--- /dev/null
+++ b/archivers/stuffit/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/06/09 08:17:44 pooka Exp $
+
+DISTNAME= stuffit-5.2.0.603-linux
+PKGNAME= stuffit-5.2.0.603
+NO_WRKSUBDIR= YES
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.aladdinsys.com/pub/linux/StuffIt_for_Linux/ \
+ ftp://ftp2.aladdinsys.com/pub/linux/StuffIt_for_Linux/
+
+MAINTAINER= collver@linuxfreemail.com
+HOMEPAGE= http://www.aladdinsys.com/expander
+COMMENT= Stuffit Archive Creator and Expander
+
+DEPENDS+= suse_base>=6:../../emulators/suse_base
+
+RESTRICTED= "Redistribution not permitted"
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+
+ONLY_FOR_PLATFORM= NetBSD-*-i386
+
+CHECK_SHLIBS= NO
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${PREFIX}/man/man1
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stuffit
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stuffit/stuff
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stuffit/unstuff
+ ${INSTALL_DATA} ${WRKSRC}/doc/stuff/* \
+ ${PREFIX}/share/doc/stuffit/stuff/
+ ${INSTALL_DATA} ${WRKSRC}/doc/unstuff/* \
+ ${PREFIX}/share/doc/stuffit/unstuff/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/stuffit/distinfo b/archivers/stuffit/distinfo
new file mode 100644
index 00000000000..f4ec416ab65
--- /dev/null
+++ b/archivers/stuffit/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/06/09 08:17:44 pooka Exp $
+
+SHA1 (stuffit-5.2.0.603-linux.tar.gz) = 5bc1896504d06f3c765ba610cc13067ff7480cf3
+Size (stuffit-5.2.0.603-linux.tar.gz) = 1336032 bytes
diff --git a/archivers/stuffit/pkg/DESCR b/archivers/stuffit/pkg/DESCR
new file mode 100644
index 00000000000..df12c4c737d
--- /dev/null
+++ b/archivers/stuffit/pkg/DESCR
@@ -0,0 +1,10 @@
+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.
diff --git a/archivers/stuffit/pkg/PLIST b/archivers/stuffit/pkg/PLIST
new file mode 100644
index 00000000000..f2cf3bcbf7c
--- /dev/null
+++ b/archivers/stuffit/pkg/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/06/09 08:17:44 pooka Exp $
+bin/register
+bin/stuff
+bin/unstuff
+share/doc/stuffit/stuff/LICENSE
+share/doc/stuffit/stuff/INSTALL
+share/doc/stuffit/stuff/README
+share/doc/stuffit/stuff/REGISTRATION
+share/doc/stuffit/stuff/stuff.html
+share/doc/stuffit/unstuff/LICENSE
+share/doc/stuffit/unstuff/INSTALL
+share/doc/stuffit/unstuff/README
+share/doc/stuffit/unstuff/unstuff.html
+man/man1/stuff.1
+man/man1/unstuff.1
+@dirrm share/doc/stuffit/stuff
+@dirrm share/doc/stuffit/unstuff
+@dirrm share/doc/stuffit