summaryrefslogtreecommitdiff
path: root/security/pecl-taint
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-16 04:47:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-16 04:47:22 +0000
commitb35b872dee9da4c6400dd8dba16045e6efb8c4b7 (patch)
treec250335ad9e3a1d063fb149842ce614960360c69 /security/pecl-taint
parent- Update to 1.17.0 (diff)
Extension used for detecting XSS codes(tainted string)
WWW: http://pecl.php.net/package/taint PR: 165319 Submitted by: John Chen <johnpupu@gmail.com>
Notes
Notes: svn path=/head/; revision=296718
Diffstat (limited to 'security/pecl-taint')
-rw-r--r--security/pecl-taint/Makefile26
-rw-r--r--security/pecl-taint/distinfo2
-rw-r--r--security/pecl-taint/pkg-descr3
3 files changed, 31 insertions, 0 deletions
diff --git a/security/pecl-taint/Makefile b/security/pecl-taint/Makefile
new file mode 100644
index 000000000000..cfe53018e408
--- /dev/null
+++ b/security/pecl-taint/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: php-yaf
+# Date created: 13 May 2011
+# Whom: johnpupu <johnpupu@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= taint
+PORTVERSION= 0.5.2
+CATEGORIES= security
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= johnpupu@gmail.com
+COMMENT= Extension used for detecting XSS codes(tainted string)
+
+CFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config
+
+USE_PHP= yes
+USE_PHPEXT= yes
+USE_PHPIZE= yes
+
+.include <bsd.port.mk>
diff --git a/security/pecl-taint/distinfo b/security/pecl-taint/distinfo
new file mode 100644
index 000000000000..aa21e0e446f5
--- /dev/null
+++ b/security/pecl-taint/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PECL/taint-0.5.2.tgz) = 78c429ef8ec50347fceb76e5a0495ff2a4c3fd3a37d45731b4aa65a4acd3f9a5
+SIZE (PECL/taint-0.5.2.tgz) = 14861
diff --git a/security/pecl-taint/pkg-descr b/security/pecl-taint/pkg-descr
new file mode 100644
index 000000000000..7ecfe80b5259
--- /dev/null
+++ b/security/pecl-taint/pkg-descr
@@ -0,0 +1,3 @@
+extension used for detecting XSS codes(tainted string)
+
+WWW: http://pecl.php.net/package/taint