[116995] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Tue Feb 11 22:42:09 PST 2014


Revision: 116995
          https://trac.macports.org/changeset/116995
Author:   ryandesign at macports.org
Date:     2014-02-11 22:42:09 -0800 (Tue, 11 Feb 2014)
Log Message:
-----------
php-taint: new port, version 1.2.2 (#42410)

Added Paths:
-----------
    trunk/dports/php/php-taint/
    trunk/dports/php/php-taint/Portfile

Added: trunk/dports/php/php-taint/Portfile
===================================================================
--- trunk/dports/php/php-taint/Portfile	                        (rev 0)
+++ trunk/dports/php/php-taint/Portfile	2014-02-12 06:42:09 UTC (rev 116995)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem              1.0
+PortGroup               github 1.0
+PortGroup               php 1.1
+
+github.setup            laruence php-taint 1.2.2 taint-
+platforms               darwin
+maintainers             ryandesign openmaintainer
+license                 PHP-3.01
+
+php.branches            5.3 5.4
+php.pecl                yes
+
+description             detects XSS and SQL-injection vulnerabilities
+
+long_description        ${name} is a PHP extension for detecting cross-site \
+                        scripting (XSS) and SQL-injection vulnerabilities.
+
+if {${name} ne ${subport}} {
+    distname            ${php.pecl.name}-${version}
+
+    checksums           rmd160  09773bed91dd5f0aa7c34be6b4a50172a1635176 \
+                        sha256  ea38bfeb20c1ae46477db4bd5ae1ddf97b7b75abfba8c624e44dfb73643ad9ca
+
+    configure.args      --enable-taint
+
+    notes "
+Use ${subport} only in a development environment, not in a production environment.
+"
+}


Property changes on: trunk/dports/php/php-taint/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140211/97184d0e/attachment.html>


More information about the macports-changes mailing list