[62596] trunk/dports/php

nox at macports.org nox at macports.org
Mon Jan 11 14:45:28 PST 2010


Revision: 62596
          http://trac.macports.org/changeset/62596
Author:   nox at macports.org
Date:     2010-01-11 14:45:27 -0800 (Mon, 11 Jan 2010)
Log Message:
-----------
Create new port php5-hidef

Allow definition of user defined constants in simple ini files,
which are then processed like internal constants, without any
of the usual performance penalties.

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

Added: trunk/dports/php/php5-hidef/Portfile
===================================================================
--- trunk/dports/php/php5-hidef/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-hidef/Portfile	2010-01-11 22:45:27 UTC (rev 62596)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup hidef 0.1.2 pecl
+license         PHP
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Constants for real
+
+long_description \
+    Allow definition of user defined constants in simple ini files, which are \
+    then processed like internal constants, without any of the usual \
+    performance penalties.
+
+checksums       md5     d99a9091ebaab9b0ba8efeaccaf261ca \
+                sha1    f2501c6a7b695e599fb53f2846aadc0731a54ad7 \
+                rmd160  b1d15603501f332a1377ed035f501ce361b7a860
+
+use_parallel_build yes
+
+test.run yes
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} CREDITS ${destroot}${docdir}
+}
+
+livecheck.regex {(\d+(?:\.\d+)*)</a></th>}


Property changes on: trunk/dports/php/php5-hidef/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/20100111/5453f65d/attachment.html>


More information about the macports-changes mailing list