summaryrefslogtreecommitdiff
path: root/archivers/zip
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-27 02:18:56 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-27 02:18:56 +0000
commit8b564b5192b294067cb0130be5d93572a73a8d50 (patch)
treeaa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/zip
parent78879a265da1d7043bcd319b2f1b34fb6177b5de (diff)
downloadpkgsrc-8b564b5192b294067cb0130be5d93572a73a8d50.tar.gz
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/zip')
-rw-r--r--archivers/zip/Makefile35
-rw-r--r--archivers/zip/files/md51
-rw-r--r--archivers/zip/pkg/COMMENT1
-rw-r--r--archivers/zip/pkg/DESCR4
-rw-r--r--archivers/zip/pkg/PLIST5
5 files changed, 46 insertions, 0 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
new file mode 100644
index 00000000000..f96b5fa07ad
--- /dev/null
+++ b/archivers/zip/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: zip (without encryption)
+# http://infozip.cdrom.com/pub/infozip/
+#
+# Version required: 2.1
+# Date created: 22 Dec 1994
+# Whom: ache
+#
+# $Id: Makefile,v 1.1.1.1 1997/10/27 02:19:07 hubertf Exp $
+#
+
+DISTNAME= zip21
+PKGNAME= zip-2.1
+CATEGORIES= archivers
+MASTER_SITES= ftp://ftp.cdrom.com/pub/infozip/src/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= ache@FreeBSD.ORG
+
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+
+EXTRACT_CMD= unzip
+EXTRACT_ARGS= -oq
+NO_WRKSUBDIR= yes
+MAKEFILE= unix/Makefile
+MAKE_FLAGS= LOCAL_ZIP="${CFLAGS}" -f
+ALL_TARGET= generic
+MAN1= zip.1
+
+do-install:
+ cd ${WRKSRC} && \
+ ${INSTALL_PROGRAM} zip zipnote zipsplit zipcloak ${PREFIX}/bin
+ cd ${WRKSRC}/man && \
+ ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/archivers/zip/files/md5 b/archivers/zip/files/md5
new file mode 100644
index 00000000000..58661107027
--- /dev/null
+++ b/archivers/zip/files/md5
@@ -0,0 +1 @@
+MD5 (zip21.zip) = 5e175cbb2f897eb31d5efc23de414dc6
diff --git a/archivers/zip/pkg/COMMENT b/archivers/zip/pkg/COMMENT
new file mode 100644
index 00000000000..63c8d329db8
--- /dev/null
+++ b/archivers/zip/pkg/COMMENT
@@ -0,0 +1 @@
+Create/update ZIP files compatabile with pkzip.
diff --git a/archivers/zip/pkg/DESCR b/archivers/zip/pkg/DESCR
new file mode 100644
index 00000000000..c4fc5c70291
--- /dev/null
+++ b/archivers/zip/pkg/DESCR
@@ -0,0 +1,4 @@
+Zip is a compression and file packaging utility. It is compatible with
+PKZIP 2.04g (Phil Katz ZIP) for MSDOS systems. There is a companion to zip
+called unzip (of course) which you should be able to find the same place
+you got zip.
diff --git a/archivers/zip/pkg/PLIST b/archivers/zip/pkg/PLIST
new file mode 100644
index 00000000000..7e761d7584b
--- /dev/null
+++ b/archivers/zip/pkg/PLIST
@@ -0,0 +1,5 @@
+man/man1/zip.1.gz
+bin/zip
+bin/zipnote
+bin/zipsplit
+bin/zipcloak