summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-05-04 11:34:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-05-04 11:34:31 +0000
commit14b74b36e38c4e9381aa5da213e4d912c35e4999 (patch)
tree6421a12706671aa315067a3be30ae40fc3e6cf73 /archivers
parentAdd ircII and qkc. (diff)
Upgrade to 2.1 (official release)
Notes
Notes: svn path=/head/; revision=3068
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zip/Makefile28
-rw-r--r--archivers/zip/distinfo2
-rw-r--r--archivers/zip/pkg-comment2
-rw-r--r--archivers/zip/pkg-descr2
-rw-r--r--archivers/zip/pkg-plist1
5 files changed, 16 insertions, 19 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index 80e2c9861eb2..4f089c549a3d 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -1,27 +1,25 @@
-# New ports collection makefile for: zip
-# Version required: 2.0.1
+# New ports collection makefile for: zip (without encryption)
+# Version required: 2.1
# Date created: 22 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.4 1995/04/16 00:25:14 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/24 10:58:57 asami Exp $
#
-DISTNAME= zip201
-PKGNAME= zip-2.0.1
+DISTNAME= zip21
+PKGNAME= zip-2.1
CATEGORIES+= archivers
-MASTER_SITES= ftp://garbo.uwasa.fi/unix/arcers/
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://quest.jpl.nasa.gov/pub/
+EXTRACT_SUFX= .zip
MAINTAINER= ache@FreeBSD.ORG
-ALL_TARGET= freebsd
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/man/man1
-
-do-install:
- cd ${WRKSRC}; install -c -o bin -g bin zip.1 zipgrep.1 ${PREFIX}/man/man1
- cd ${WRKSRC}; install -c -o bin -g bin zip zipnote zipsplit zipcloak zipgrep ${PREFIX}/bin
+EXTRACT_CMD= unzip
+EXTRACT_ARGS= -oq
+NO_WRKSUBDIR= yes
+MAKEFILE= unix/Makefile
+ALL_TARGET= generic
.include <bsd.port.mk>
diff --git a/archivers/zip/distinfo b/archivers/zip/distinfo
index b49ee74510ec..586611070273 100644
--- a/archivers/zip/distinfo
+++ b/archivers/zip/distinfo
@@ -1 +1 @@
-MD5 (zip201.tar.Z) = 38bcfa904b4707b1240fcb658e3ca3d4
+MD5 (zip21.zip) = 5e175cbb2f897eb31d5efc23de414dc6
diff --git a/archivers/zip/pkg-comment b/archivers/zip/pkg-comment
index 47c88a860416..ae4aa2b9cafd 100644
--- a/archivers/zip/pkg-comment
+++ b/archivers/zip/pkg-comment
@@ -1 +1 @@
-zip v 2.01. Create/update ZIP files which are compatabile with pkzip v2.04g
+zip (without encryption). Create/update ZIP files which are compatabile with pkzip v2.04g
diff --git a/archivers/zip/pkg-descr b/archivers/zip/pkg-descr
index ebbda098d29c..c4fc5c702918 100644
--- a/archivers/zip/pkg-descr
+++ b/archivers/zip/pkg-descr
@@ -1,4 +1,4 @@
-Zip 2.0.1 is a compression and file packaging utility. It is compatible with
+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
index cfd8bbf6cd7c..6e07d060fc56 100644
--- a/archivers/zip/pkg-plist
+++ b/archivers/zip/pkg-plist
@@ -1,4 +1,3 @@
-@cwd /usr/local
man/man1/zip.1
man/man1/zipgrep.1
bin/zip