[50618] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Mon May 4 22:33:21 PDT 2009


Revision: 50618
          http://trac.macports.org/changeset/50618
Author:   ryandesign at macports.org
Date:     2009-05-04 22:33:19 -0700 (Mon, 04 May 2009)
Log Message:
-----------
php5-imagick: new port, version 2.2.2

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

Added: trunk/dports/php/php5-imagick/Portfile
===================================================================
--- trunk/dports/php/php5-imagick/Portfile	                        (rev 0)
+++ trunk/dports/php/php5-imagick/Portfile	2009-05-05 05:33:19 UTC (rev 50618)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               php5extension 1.0
+
+php5extension.setup     imagick 2.2.2 pecl
+categories-append       graphics
+platforms               darwin
+maintainers             ryandesign
+
+description             PHP extension to create and modify images with \
+                        ImageMagick
+
+long_description        Imagick is a native PHP extension for creating and \
+                        modifying images using the ImageMagick API
+
+checksums               md5     d0d4e004dc2e3244a8088d9eaef32645 \
+                        sha1    06baac9d0e4dd45150524dcd767ccc70fe19e3d3 \
+                        rmd160  45cbafb7778cf0bb490954d565b138512622fff6
+
+depends_lib-append      path:bin/MagickWand-config:ImageMagick
+
+configure.args          --with-imagick=${prefix}
+
+use_parallel_build      yes
+
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} CREDITS ${destroot}${prefix}/share/doc/${name}
+    xinstall -d ${destroot}${prefix}/share/examples
+    copy ${worksrcpath}/examples ${destroot}${prefix}/share/examples/${name}
+}


Property changes on: trunk/dports/php/php5-imagick/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/20090504/5f29dc95/attachment.html>


More information about the macports-changes mailing list