diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 04:28:47 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 04:28:47 +0000 |
commit | c5567eea7947412f799a6c23d5fb8995d1ccafca (patch) | |
tree | 5d636f4a92d212d1fe703aa958c912a4744928cf /archivers | |
parent | New port: New custom library for mule. (diff) |
Create/update/list/test/extract pkzip ZIP files.
PR: 10617
Submitted by: David A. Bader <dbader@eece.unm.edu>
Notes
Notes:
svn path=/head/; revision=18194
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pkzip/Makefile | 39 | ||||
-rw-r--r-- | archivers/pkzip/distinfo | 1 | ||||
-rw-r--r-- | archivers/pkzip/pkg-comment | 1 | ||||
-rw-r--r-- | archivers/pkzip/pkg-descr | 4 | ||||
-rw-r--r-- | archivers/pkzip/pkg-plist | 1 |
5 files changed, 46 insertions, 0 deletions
diff --git a/archivers/pkzip/Makefile b/archivers/pkzip/Makefile new file mode 100644 index 000000000000..c666d038d89e --- /dev/null +++ b/archivers/pkzip/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: pkzip +# Version required: 2.2 +# Date created: 17 Mar 1999 +# Whom: xxx +# +# $Id$ +# + +DISTNAME= pklin251 +PKGNAME= pkzip-2.5 +CATEGORIES= archivers +MASTER_SITES= ftp://ftp.pkware.com/ +EXTRACT_SUFX= .exe + +MAINTAINER= dbader@eece.unm.edu + +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib + +NO_BUILD= Yes +NO_PACKAGE= Shareware + +STRIP= + +do-extract: + ${MKDIR} ${WRKDIR} + ${MKDIR} ${WRKSRC} + ${CP} ${PORTSDIR}/distfiles/${DISTFILES} ${WRKSRC}/. + chmod 700 ${WRKSRC}/${DISTFILES} + cd ${WRKSRC} && \ + ./${DISTFILES} + +do-install: + cd ${WRKSRC} && \ + ${INSTALL_PROGRAM} pkzip25 ${PREFIX}/bin + +post-install: + @${CAT} ${WRKSRC}/readme.txt + +.include <bsd.port.mk> diff --git a/archivers/pkzip/distinfo b/archivers/pkzip/distinfo new file mode 100644 index 000000000000..713b5c047b9a --- /dev/null +++ b/archivers/pkzip/distinfo @@ -0,0 +1 @@ +MD5 (pklin251.exe) = 1cb0f21b860ee8197a15abeba4963c8c diff --git a/archivers/pkzip/pkg-comment b/archivers/pkzip/pkg-comment new file mode 100644 index 000000000000..3a3f002148bc --- /dev/null +++ b/archivers/pkzip/pkg-comment @@ -0,0 +1 @@ +Create/update/list/test/extract pkzip ZIP files. diff --git a/archivers/pkzip/pkg-descr b/archivers/pkzip/pkg-descr new file mode 100644 index 000000000000..0a15f0e876cf --- /dev/null +++ b/archivers/pkzip/pkg-descr @@ -0,0 +1,4 @@ +PKZIP 2.51 (Phil Katz ZIP) is a compression and file packaging utility +compatible with the MSDOS ZIP format. + +http://www.pkware.com/ diff --git a/archivers/pkzip/pkg-plist b/archivers/pkzip/pkg-plist new file mode 100644 index 000000000000..e6926eeb22d1 --- /dev/null +++ b/archivers/pkzip/pkg-plist @@ -0,0 +1 @@ +bin/pkzip25 |