aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/pecl-filter/Makefile31
-rw-r--r--security/pecl-filter/distinfo3
-rw-r--r--security/pecl-filter/pkg-descr7
5 files changed, 1 insertions, 42 deletions
diff --git a/MOVED b/MOVED
index aa30905503cb..16014829f942 100644
--- a/MOVED
+++ b/MOVED
@@ -3695,3 +3695,4 @@ textproc/Ebnf2ps||2008-12-07|Has expired: Has been broken for more than 6 months
www/roxen||2008-12-07|Has expired: Has been broken for more than 6 months
x11-fm/evidence||2008-12-07|Has expired: Has been broken for more than 6 months
www/yui||2008-12-09|Already exists as www/yahoo-ui
+security/pecl-filter|security/php5-filter|2008-12-11|Now bundled in php5
diff --git a/security/Makefile b/security/Makefile
index ed6a9c3a2a06..d2fea7f7883b 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -574,7 +574,6 @@
SUBDIR += pear-LiveUser_Admin
SUBDIR += pear-Text_Password
SUBDIR += pecl-crack
- SUBDIR += pecl-filter
SUBDIR += pecl-gnupg
SUBDIR += pecl-hash
SUBDIR += pecl-ssh2
diff --git a/security/pecl-filter/Makefile b/security/pecl-filter/Makefile
deleted file mode 100644
index 43dd03a7eaaa..000000000000
--- a/security/pecl-filter/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Ports collection makefile for: pecl-filter
-# Date created: 2006-01-23
-# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
-#
-# $FreeBSD$
-#
-
-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>
diff --git a/security/pecl-filter/distinfo b/security/pecl-filter/distinfo
deleted file mode 100644
index 85a8564da5f9..000000000000
--- a/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
diff --git a/security/pecl-filter/pkg-descr b/security/pecl-filter/pkg-descr
deleted file mode 100644
index 1ec2750850ba..000000000000
--- a/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