head	1.5;
access;
symbols
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2008.12.11.09.05.55;	author ale;	state dead;
branches;
next	1.4;

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

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

1.2
date	2006.07.05.02.30.55;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.24.17.09.46;	author garga;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove pecl-filter in favour of php5-filter.

Approved by:	maintainer
@
text
@# Ports collection makefile for:  pecl-filter
# Date created:			  2006-01-23
# Whom:				  Alexander Zhuravlev <zaa@@zaa.pp.ru>
#
# $FreeBSD: ports/security/pecl-filter/Makefile,v 1.4 2006/11/05 08:33:57 miwi Exp $
#

PORTNAME=	filter
DISTVERSION=	0.11.0
CATEGORIES=	security
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	zaa@@zaa.pp.ru
COMMENT=	PHP extension for safely dealing with input parameters

LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre

USE_PHP=	pcre
USE_PHPEXT=	yes
USE_PHP_BUILD=	yes
PHP_MODNAME=	filter

DEFAULT_PHP_VER=	5
IGNORE_WITH_VER=	4

CONFIGURE_ARGS+=	--with-pcre-dir=${LOCALBASE}

.include <bsd.port.mk>
@


1.4
log
@- Update to 0.11.0

PR:		ports/105018
Submitted by:	chinsan@@
Sponsored by:   FreeBSD Bug-a-thon #2
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Update to 0.10.0

PR:		ports/102740
Submitted by:	Alexander Zhuravlev <zaa@@zaa.pp.ru> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.10.0
@


1.2
log
@Change all bogus uses of BROKEN to IGNORE.  See CHANGES 20060705.

PR:		ports/92445
Hat:		portmgr
@
text
@d9 1
a9 1
DISTVERSION=	0.9.4
d21 1
a21 2
USE_PHP=	yes
USE_PHPIZE=	yes
d23 1
@


1.1
log
@We all know that you should always check input variables, but PHP does not
offer really good functionality for doing this in a safe way.
The Input Filter extension is meant to address this issue by implementing
a set of filters and mechanisms that users can use to safely access their
input data.

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

PR:		ports/92198
Submitted by:	Alexander Zhuravlev <zaa@@zaa.pp.ru>
@
text
@d27 1
a27 1
BROKEN_WITH_VER=	4
@

