diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 04:13:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-06 04:13:57 +0000 |
commit | 85d865a6ab4b12efb5cfb79f548d2e1ad2c86097 (patch) | |
tree | c515a2777ec5a010df9c67107628fc5d5e85aae6 /archivers | |
parent | fee3f233741f0937d68c725a8cc5621d7540a2e2 (diff) | |
download | ports-85d865a6ab4b12efb5cfb79f548d2e1ad2c86097.tar.gz ports-85d865a6ab4b12efb5cfb79f548d2e1ad2c86097.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/pkzip/Makefile | 45 | ||||
-rw-r--r-- | archivers/pkzip/distinfo | 1 | ||||
-rw-r--r-- | archivers/pkzip/pkg-descr | 4 | ||||
-rw-r--r-- | archivers/pkzip/pkg-plist | 1 |
5 files changed, 0 insertions, 52 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index b96c84a921b5..083d7041f5e3 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -39,7 +39,6 @@ SUBDIR += p5-Mac-Macbinary SUBDIR += parchive SUBDIR += pear-Archive_Tar - SUBDIR += pkzip SUBDIR += ppunpack SUBDIR += py-bzip2 SUBDIR += py-tarfile diff --git a/archivers/pkzip/Makefile b/archivers/pkzip/Makefile deleted file mode 100644 index a678f8c1c429..000000000000 --- a/archivers/pkzip/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: pkzip -# Date created: 17 Mar 1999 -# Whom: xxx -# -# $FreeBSD$ -# - -PORTNAME= pkzip -PORTVERSION= 2.5 -CATEGORIES= archivers linux -MASTER_SITES= ftp://ftp.pkware.com/ -DISTNAME= pklin251 -EXTRACT_SUFX= .exe - -MAINTAINER= dbader@eece.unm.edu -COMMENT= Create/update/list/test/extract pkzip ZIP files - -FORBIDDEN= "security bug--see <URL:http://www.security.nnov.ru/advisories/archdt.asp> and <URL:http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2001-1270>" - -BUILD_DEPENDS= ${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes - -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 deleted file mode 100644 index 713b5c047b9a..000000000000 --- a/archivers/pkzip/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (pklin251.exe) = 1cb0f21b860ee8197a15abeba4963c8c diff --git a/archivers/pkzip/pkg-descr b/archivers/pkzip/pkg-descr deleted file mode 100644 index cb2f5076a367..000000000000 --- a/archivers/pkzip/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PKZIP 2.51 (Phil Katz ZIP) is a compression and file packaging utility -compatible with the MSDOS ZIP format. - -WWW: http://www.pkware.com/ diff --git a/archivers/pkzip/pkg-plist b/archivers/pkzip/pkg-plist deleted file mode 100644 index e6926eeb22d1..000000000000 --- a/archivers/pkzip/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pkzip25 |