[62293] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sun Jan 3 04:40:28 PST 2010


Revision: 62293
          http://trac.macports.org/changeset/62293
Author:   ryandesign at macports.org
Date:     2010-01-03 04:40:25 -0800 (Sun, 03 Jan 2010)
Log Message:
-----------
php5-htscanner: new port, version 0.9.0

Added Paths:
-----------
    trunk/dports/php/php5-htscanner/
    trunk/dports/php/php5-htscanner/Portfile

Added: trunk/dports/php/php5-htscanner/Portfile
===================================================================
--- trunk/dports/php/php5-htscanner/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-htscanner/Portfile	2010-01-03 12:40:25 UTC (rev 62293)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               php5extension 1.0
+
+php5extension.setup     htscanner 0.9.0 pecl
+categories-append       www
+platforms               darwin
+maintainers             ryandesign
+
+description             a PHP extension to enable the use of per-directory \
+                        htaccess-like PHP configuration files
+
+long_description        ${name} is ${description}, especially useful when \
+                        using PHP as a FastCGI executable.
+
+checksums               md5     ad8f28e4cdfec6d3a5a990e1531a1a12 \
+                        sha1    7aacd63b56df54a1b465fe1e0e30a91ede91f3af \
+                        rmd160  2dc035d98d3caa0054fafbe3fc12b04caed6b7dc
+
+use_parallel_build      yes
+
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} CREDITS README docs/htscanner.ini ${destroot}${prefix}/share/doc/${name}
+}
+
+livecheck.regex         {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}


Property changes on: trunk/dports/php/php5-htscanner/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100103/4b1457fa/attachment.html>


More information about the macports-changes mailing list