head	1.9;
access;
symbols
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2011.10.14.22.30.35;	author dougb;	state dead;
branches;
next	1.8;

1.8
date	2011.09.26.09.24.12;	author dougb;	state Exp;
branches;
next	1.7;

1.7
date	2010.12.20.06.27.25;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2009.06.16.19.27.24;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.04.11.09.09.19;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.04.04.19.06.16;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.04.04.18.19.35;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.04.27.09.44.11;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2007.08.21.09.10.14;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.9
log
@As previously advertised, complete removal of vulnerable ports that
no one has stepped up to deal with:

archivers/pecl-phar		Vulnerable since 2011-01-13
comms/libsyncml			Depends on devel/libsoup22, which is FORBIDDEN
databases/mysql323-server	Vulnerable since 2006-10-29
databases/mysql323-client	Vulnerable since 2006-10-29
databases/mysql323-scripts	Vulnerable since 2006-10-29
databases/mysql40-server	Vulnerable since 2006-10-29
databases/mysql40-client	Vulnerable since 2006-10-29
databases/mysql40-scripts	Vulnerable since 2006-10-29
databases/p5-DBD-mysql40
		Depends on databases/mysql40-server, which is FORBIDDEN
deskutils/buoh			Depends on devel/libsoup22, which is FORBIDDEN
deskutils/libopensync-plugin-syncml
		Depends on comms/libsyncml, which is DEPRECATED
devel/libsoup22			Vulnerable since 2011-07-28
dns/bind9-sdb-ldap		Vulnerable since 2011-06-04
dns/bind9-sdb-postgresql	Vulnerable since 2011-06-04
ftp/wgetpro			Vulnerable since 2004-12-14
games/quake2forge		Vulnerable since 2005-01-21
graphics/linux-tiff		Vulnerable since 2004-10-13
japanese/mutt			Vulnerable since 2007-07-29
japanese/asterisk14-sounds	Depends on net/asterisk14, which is FORBIDDEN
net/asterisk14			Vulnerable since 2011-06-25
net/isc-dhcp31-client		Vulnerable since 2011-04-10
net/isc-dhcp31-server		Vulnerable since 2011-04-10
net/isc-dhcp31-relay		Vulnerable since 2011-04-10
net/asterisk-app-ldap		Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-app-notify		Depends on net/asterisk14, which is FORBIDDEN
net/asterisk-oh323
   Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64
net/asterisk14-addons		Depends on net/asterisk14, which is FORBIDDEN
net/astfax			Depends on net/asterisk14, which is FORBIDDEN
net-mgmt/nagios2		Vulnerable since 2009-06-30
www/gforge			Vulnerable since 2005-08-09
www/linux-flashplugin7		Vulnerable since at least 2008-05-30
www/opera-devel			Vulnerable since 2010-06-25, does not fetch
www/plone3			Vulnerable and unsupported upstream
www/serendipity-devel		Vulnerable since 2008-04-25
www/ziproxy			Vulnerable since 2010-06-15
www/asterisk-gui		Depends on net/asterisk14, which is FORBIDDEN
x11-toolkits/linux-pango	Vulnerable since 2009-05-13
@
text
@# New ports collection makefile for:	pecl-phar
# Date created:			6 Aug 2007
# Whom:				Ditesh Shashikant Gathani <ditesh@@gathani.org>
#
# $FreeBSD: ports/archivers/pecl-phar/Makefile,v 1.8 2011/09/26 09:24:12 dougb Exp $
#

PORTNAME=	phar
DISTVERSION=	2.0.0RC2
CATEGORIES=	archivers pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	A PECL extension which allows running applications out of .phar files

FORBIDDEN=	Vulnerable since 2011-01-13, http://portaudit.freebsd.org/da3d381b-0ee6-11e0-becc-0022156e8794.html
EXPIRATION_DATE=	2011-10-14

LICENSE=	PHP301

USE_PHP=	hash spl pcre
USE_PHP_BUILD=	yes
USE_PHPEXT=	yes
CFLAGS+=	"-I${LOCALBASE}/include"
LDFLAGS+=	"-L${LOCALBASE}/lib"
IGNORE_WITH_PHP=4

OPTIONS=	BZ2		"Enable bz2 compression support" off \
		ZLIB		"Enable gzip compression support" off

.include <bsd.port.pre.mk>

.if defined(WITH_BZ2) && !defined(WITHOUT_BZ2)
USE_PHP+=	bz2
.endif

.if defined(WITH_ZLIB) && !defined(WITHOUT_ZLIB)
USE_PHP+=	zlib
.endif

CONFIGURE_ARGS=	--enable-phar

.include <bsd.port.post.mk>
@


1.8
log
@Mark FORBIDDEN the remaining ports that are vulnerable for more than
2 weeks according to portaudit (ranging from 23 days to 7 years).
The maintainers were notified by mail that this action would be taken
on 2011-09-03. (Ports for which maintainers responded have been/will be
dealt with separately.)

Also mark DEPRECATED ports that rely on the FORBIDDEN ports, and a few
ports that rely on those DEPRECATED ports.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@* Add LICENSE
* Add IGNORE_WITH_PHP=4 as this is a php 5.X only module.
* Remove MD5 line from distinfo

PR:		152931
Submitted by:	"Tom Judge" <tom@@tomjudge.com>
@
text
@d19 3
@


1.6
log
@- Update to 2.0.0RC2
@
text
@d19 2
d26 1
@


1.5
log
@- Reset ditesh (at) gathani.org due to long period of inactivity.
- Take over some ports

Approved by:	portmgr (linimon)
@
text
@d9 1
a9 1
DISTVERSION=	2.0.0RC1
@


1.4
log
@- Fix build [1]
- pet portlint

Reported by:	ionbot [1]
@
text
@d16 1
a16 1
MAINTAINER=	ditesh@@gathani.org
@


1.3
log
@- Update to 2.0.0-RC1

PR:		132824
Submitted by:	miwi
Approved by:	maintainer timeout
@
text
@d19 1
a19 1
USE_PHP=	hash spl
d22 2
@


1.2
log
@- Update to 1.2.3

PR:		122292
Submitted by:	Wen heping <wenheping@@gmail.com>
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	1.2.3
@


1.1
log
@The phar extension provides the phar stream wrapper and the Phar
class for manipulating self-contained PHP Archive (phar) files.
The Phar class can be used to create and to extract contents of
phar files as well as iterating over their contents.

PHP Archive files (Phars) are special collections of files that
can be transparently run right out of the file, similar to Java's
jar archive files. Using a phar archive, it is possible to distribute
a complete PHP application in a single file that will run out of the
file without modification or extraction.

WWW: http://pecl.php.net/package/phar/

PR:		ports/115224
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.2.0
@

