[62721] trunk/dports/php

nox at macports.org nox at macports.org
Thu Jan 14 15:17:02 PST 2010


Revision: 62721
          http://trac.macports.org/changeset/62721
Author:   nox at macports.org
Date:     2010-01-14 15:17:00 -0800 (Thu, 14 Jan 2010)
Log Message:
-----------
Create new port php5-gmagick

Gmagick is a php extension to create, modify and obtain meta information
of images using the GraphicsMagick API.

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

Added: trunk/dports/php/php5-gmagick/Portfile
===================================================================
--- trunk/dports/php/php5-gmagick/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-gmagick/Portfile	2010-01-14 23:17:00 UTC (rev 62721)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem      1.0
+PortGroup       archcheck 1.0
+PortGroup       php5extension 1.0
+
+php5extension.setup gmagick 1.0.3b3 pecl
+license         PHP
+categories      php devel
+platforms       darwin
+maintainers     nox openmaintainer
+description     Provides a wrapper to the GraphicsMagick library
+
+long_description \
+    Gmagick is a php extension to create, modify and obtain meta information \
+    of images using the GraphicsMagick API.
+
+checksums       md5     35ecb687b2c1129976eb275123ea6e35 \
+                sha1    90bd96b0817bced5bc8a116ad64fa2549e7c8ae6 \
+                rmd160  bd5cc7e7fecd1ebabee044aadf60ca52cf44ea84
+
+depends_lib-append \
+    port:GraphicsMagick
+
+archcheck.files \
+    lib/libGraphicsMagickWand.dylib
+
+configure.args-append \
+    --with-gmagick=${prefix}
+
+post-destroot {
+    set docdir ${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${docdir}
+    xinstall -m 644 -W ${worksrcpath} LICENSE README ${destroot}${docdir}
+}
+
+livecheck.regex {(\d+(?:\.\d+)*(?:[a-z]\d+)?)</a></th>}


Property changes on: trunk/dports/php/php5-gmagick/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/20100114/549711a8/attachment.html>


More information about the macports-changes mailing list