[62657] trunk/dports/php

nox at macports.org nox at macports.org
Wed Jan 13 06:54:58 PST 2010


Revision: 62657
          http://trac.macports.org/changeset/62657
Author:   nox at macports.org
Date:     2010-01-13 06:54:57 -0800 (Wed, 13 Jan 2010)
Log Message:
-----------
Create new port php5-cairo_wrapper

A cairo API wrapper.

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

Added: trunk/dports/php/php5-cairo_wrapper/Portfile
===================================================================
--- trunk/dports/php/php5-cairo_wrapper/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-cairo_wrapper/Portfile	2010-01-13 14:54:57 UTC (rev 62657)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       archcheck 1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup cairo_wrapper 0.2.4 pecl
+license         PHP
+conflicts       php5-cairo
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Cairo Wrapper Extension
+
+long_description \
+    A cairo API wrapper.
+
+checksums       md5     c10d73a5280b8441efe5d56eac04873c \
+                sha1    1ec2e0680f34c7e0f750ab44770d04d18d77207a \
+                rmd160  7e3dc07318001654afd1bc6bbcc33e6b489823ac
+
+depends_lib-append \
+    path:lib/libcairo.dylib:cairo
+
+archcheck.files \
+    lib/libcurl.dylib
+
+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-cairo_wrapper/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/20100113/e153b90b/attachment.html>


More information about the macports-changes mailing list