diff options
author | ache <ache@FreeBSD.org> | 1996-05-04 11:34:31 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-05-04 11:34:31 +0000 |
commit | 7fe27c94106f973ba1fa841f2fd6745c5a8c6f57 (patch) | |
tree | c967b5d57667046e4b7acbfacb0247bccb7cf1d1 /archivers | |
parent | f7758edba95fadb73d60b36e6d1f35ba6eb534bb (diff) | |
download | FreeBSD-ports-7fe27c94106f973ba1fa841f2fd6745c5a8c6f57.zip FreeBSD-ports-7fe27c94106f973ba1fa841f2fd6745c5a8c6f57.tar.gz |
Upgrade to 2.1 (official release)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zip/Makefile | 28 | ||||
-rw-r--r-- | archivers/zip/distinfo | 2 | ||||
-rw-r--r-- | archivers/zip/pkg-comment | 2 | ||||
-rw-r--r-- | archivers/zip/pkg-descr | 2 | ||||
-rw-r--r-- | archivers/zip/pkg-plist | 1 |
5 files changed, 16 insertions, 19 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 80e2c98..4f089c5 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 b49ee74..5866110 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 47c88a8..ae4aa2b 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 ebbda09..c4fc5c7 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 cfd8bbf..6e07d06 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 |