head	1.12;
access;
symbols
	RELEASE_4_8_0:1.11
	RELEASE_5_0_0:1.10
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.9
	RELEASE_4_6_1:1.9
	RELEASE_4_6_0:1.9
	RELEASE_5_0_DP1:1.9
	RELEASE_4_5_0:1.9
	RELEASE_4_4_0:1.9
	RELEASE_4_3_0:1.8
	RELEASE_4_2_0:1.7
	RELEASE_4_1_1:1.7
	RELEASE_4_1_0:1.7
	RELEASE_3_5_0:1.7
	RELEASE_4_0_0:1.6
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.1.1.1
	v2_5:1.1.1.1
	BADER:1.1.1;
locks; strict;
comment	@# @;


1.12
date	2003.05.06.04.13.57;	author kris;	state dead;
branches;
next	1.11;

1.11
date	2003.02.21.10.42.56;	author knu;	state Exp;
branches;
next	1.10;

1.10
date	2002.10.06.04.55.43;	author trevor;	state Exp;
branches;
next	1.9;

1.9
date	2001.07.12.19.17.50;	author lioux;	state Exp;
branches;
next	1.8;

1.8
date	2001.01.16.17.30.02;	author sobomax;	state Exp;
branches;
next	1.7;

1.7
date	2000.04.08.23.17.51;	author mharo;	state Exp;
branches;
next	1.6;

1.6
date	2000.02.28.08.33.15;	author asami;	state Exp;
branches;
next	1.5;

1.5
date	99.08.25.04.25.14;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	99.08.22.18.57.17;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.07.21.14.55.26;	author marcel;	state Exp;
branches;
next	1.2;

1.2
date	99.05.24.02.02.55;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	99.04.30.04.28.46;	author taoka;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.30.04.28.46;	author taoka;	state Exp;
branches;
next	;


desc
@@


1.12
log
@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.
@
text
@# New ports collection makefile for:    pkzip
# Date created:         17 Mar 1999
# Whom:                 xxx
#
# $FreeBSD: ports/archivers/pkzip/Makefile,v 1.11 2003/02/21 10:42:56 knu Exp $
#

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>
@


1.11
log
@De-pkg-comment.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Forbid because of directory traversal bug.
@
text
@d16 1
@


1.9
log
@- Style fix: RUN_DEPENDS -> USE_LINUX
- Add missing BUILD_DEPENDS on linux_base

PR:		28886
Submitted by:	David A. Bader <dbader@@eece.unm.edu>
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/pkzip/Makefile,v 1.8 2001/01/16 17:30:02 sobomax Exp $
d16 2
@


1.8
log
@Massive style enforcement - use ^I instead of spaces for variables identation.
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/pkzip/Makefile,v 1.7 2000/04/08 23:17:51 mharo Exp $
d17 1
a17 1
RUN_DEPENDS=	/compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
d20 1
@


1.7
log
@update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/archivers/pkzip/Makefile,v 1.6 2000/02/28 08:33:15 asami Exp $
d21 1
a21 1
NO_BUILD=       Yes
@


1.6
log
@Add virtual category "linux" to Linux apps and support libs/utils.
@
text
@a1 1
# Version required:     2.2
d5 1
a5 1
# $FreeBSD: ports/archivers/pkzip/Makefile,v 1.5 1999/08/25 04:25:14 obrien Exp $
d8 2
a9 2
DISTNAME=       pklin251
PKGNAME=        pkzip-2.5
d11 2
a12 1
MASTER_SITES=   ftp://ftp.pkware.com/
d15 1
a15 1
MAINTAINER=     dbader@@eece.unm.edu
d17 1
a17 1
RUN_DEPENDS=    /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
@


1.5
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d11 1
a11 1
CATEGORIES=	archivers
@


1.4
log
@chmod -> ${CHMOD}
chown -> ${CHOWN}
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.3 1999/07/21 14:55:26 marcel Exp $
@


1.3
log
@Make port depend on linux_base instead of linux_lib.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.2 1999/05/24 02:02:55 steve Exp $
d30 1
a30 1
	chmod 700 ${WRKSRC}/${DISTFILES}
@


1.2
log
@This port will only work on i386 boxes.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/04/30 04:28:46 taoka Exp $
d17 1
a17 1
RUN_DEPENDS=    /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_lib
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d18 2
@


1.1.1.1
log
@Create/update/list/test/extract pkzip ZIP files.

PR:		10617
Submitted by:	David A. Bader <dbader@@eece.unm.edu>
@
text
@@
