[Midnightbsd-cvs] mports: security/pecl-filter: remove pecl filter in favor of

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 14 11:50:41 EDT 2009


Log Message:
-----------
remove pecl filter in favor of php5-filter.

Removed Files:
-------------
    mports/security/pecl-filter:
        Makefile
        distinfo
        pkg-descr

-------------- next part --------------
--- security/pecl-filter/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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
--- security/pecl-filter/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Ports collection makefile for:  pecl-filter
-# Date created:			  12 Oct 2007
-# Whom:				  Lucas Holt <luke at midnightbsd.org>
-#
-# $MidnightBSD: mports/security/pecl-filter/Makefile,v 1.1 2007/10/12 16:52:01 laffer1 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=	luke at midnightbsd.org
-COMMENT=	PHP extension for safely dealing with input parameters
-LICENSE=	php
-
-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>
--- security/pecl-filter/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (PECL/filter-0.11.0.tgz) = 0255df6106eb36f1bc35e102ce505d9e
-SHA256 (PECL/filter-0.11.0.tgz) = 89396de76d47691466f3e342ee2e5948a19354623bdacd266cdcbd4ce48f225a
-SIZE (PECL/filter-0.11.0.tgz) = 25946


More information about the Midnightbsd-cvs mailing list