From c5567eea7947412f799a6c23d5fb8995d1ccafca Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Fri, 30 Apr 1999 04:28:47 +0000 Subject: Create/update/list/test/extract pkzip ZIP files. PR: 10617 Submitted by: David A. Bader --- archivers/pkzip/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ archivers/pkzip/distinfo | 1 + archivers/pkzip/pkg-comment | 1 + archivers/pkzip/pkg-descr | 4 ++++ archivers/pkzip/pkg-plist | 1 + 5 files changed, 46 insertions(+) create mode 100644 archivers/pkzip/Makefile create mode 100644 archivers/pkzip/distinfo create mode 100644 archivers/pkzip/pkg-comment create mode 100644 archivers/pkzip/pkg-descr create mode 100644 archivers/pkzip/pkg-plist (limited to 'archivers') 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 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 -- cgit v1.2.3