[62656] trunk/dports/php

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


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

Cairo is a 2D graphics library with support for multiple output devices.
Currently supported output targets include the X Window System, Quartz,
Win32, image buffers, PostScript, PDF, and SVG file output.

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

Added: trunk/dports/php/php5-cairo/Portfile
===================================================================
--- trunk/dports/php/php5-cairo/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-cairo/Portfile	2010-01-13 14:54:43 UTC (rev 62656)
@@ -0,0 +1,38 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       archcheck 1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup cairo 0.1.0 pecl
+license         PHP
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Cairo Graphics Library Extension
+
+long_description \
+    Cairo is a 2D graphics library with support for multiple output devices. \
+    Currently supported output targets include the X Window System, Quartz, \
+    Win32, image buffers, PostScript, PDF, and SVG file output.
+
+checksums       md5     75da031faa1b96b3209781f5e814a09d \
+                sha1    a3cab57d446019f281f30d3ee7d111425bd3ddd8 \
+                rmd160  b22f1c6ce01d5d9c75a028a5d22ce6240447677c
+
+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 IGNORED README SYMBOLS TODO \
+        ${destroot}${docdir}
+}
+
+livecheck.regex {(\d+(?:\.\d+)*)</a></th>}


Property changes on: trunk/dports/php/php5-cairo/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/89d9d08b/attachment.html>


More information about the macports-changes mailing list