[62590] trunk/dports/php

nox at macports.org nox at macports.org
Mon Jan 11 11:42:29 PST 2010


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

SPL Types is a collection of special typehandling classes.

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

Added: trunk/dports/php/php5-SPL_Types/Portfile
===================================================================
--- trunk/dports/php/php5-SPL_Types/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-SPL_Types/Portfile	2010-01-11 19:42:27 UTC (rev 62590)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup SPL_Types 0.3.0 pecl
+license         PHP
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Standard PHP Library, Types Addon
+
+long_description \
+    SPL Types is a collection of special typehandling classes.
+
+checksums       md5     5c7a71db99cb07906b5fab285202acbe \
+                sha1    fcffb4e00c73b02caebc0ae4eb31473989e14f9f \
+                rmd160  3077ced1d56eeb6cca78ab50515d77245143c482
+
+use_parallel_build yes
+
+post-patch {
+    # error: duplicate 'static'
+    reinplace /ZEND_BEGIN_ARG_INFO_EX/s/static// ${worksrcpath}/spl_type.c
+}
+
+test.run        yes
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} CREDITS \
+        ${destroot}${docdir}
+}


Property changes on: trunk/dports/php/php5-SPL_Types/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/702ad593/attachment.html>


More information about the macports-changes mailing list