diff options
author | kris <kris@FreeBSD.org> | 2003-05-06 04:13:57 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-06 04:13:57 +0000 |
commit | a02ba575259deda5659f00a4f603486fa72f5afe (patch) | |
tree | 97e8fe0a16618b46a9c2e8f3aa1cb3a5dce070eb /archivers | |
parent | b8e94182ee52fed70cc4465a3567d47c2bf22810 (diff) | |
download | FreeBSD-ports-a02ba575259deda5659f00a4f603486fa72f5afe.zip FreeBSD-ports-a02ba575259deda5659f00a4f603486fa72f5afe.tar.gz |
As announced on 27 March 2003 in <20030328013119.GA17944@rot13.obsecurity.org>,
remove the wn port which has been forbidden for security reasons for 7 months.
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 b96c84a..083d704 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 a678f8c..0000000 --- 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 713b5c0..0000000 --- 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 cb2f507..0000000 --- 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 e6926ee..0000000 --- a/archivers/pkzip/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/pkzip25 |