diff options
author | hubertf <hubertf> | 1997-10-27 02:18:56 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-27 02:18:56 +0000 |
commit | 163c716bacabc1ac304ba3c6cf2111dd011754c9 (patch) | |
tree | aa7fd087d6bcf69328ebc37067c429ed69a80a4c /archivers/zip | |
parent | 2fe87d46c07eb4c0045cb7a322985f096afb1284 (diff) | |
download | pkgsrc-163c716bacabc1ac304ba3c6cf2111dd011754c9.tar.gz |
File archivers, ports from FreeBSD
Diffstat (limited to 'archivers/zip')
-rw-r--r-- | archivers/zip/Makefile | 35 | ||||
-rw-r--r-- | archivers/zip/files/md5 | 1 | ||||
-rw-r--r-- | archivers/zip/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/zip/pkg/DESCR | 4 | ||||
-rw-r--r-- | archivers/zip/pkg/PLIST | 5 |
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 |