[79416] trunk/dports/php/php5-FreeImage/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sun Jun 12 23:55:16 PDT 2011
Revision: 79416
http://trac.macports.org/changeset/79416
Author: ryandesign at macports.org
Date: 2011-06-12 23:55:16 -0700 (Sun, 12 Jun 2011)
Log Message:
-----------
php5-FreeImage: whitespace / formatting changes only, add modeline
Modified Paths:
--------------
trunk/dports/php/php5-FreeImage/Portfile
Modified: trunk/dports/php/php5-FreeImage/Portfile
===================================================================
--- trunk/dports/php/php5-FreeImage/Portfile 2011-06-13 06:53:15 UTC (rev 79415)
+++ trunk/dports/php/php5-FreeImage/Portfile 2011-06-13 06:55:16 UTC (rev 79416)
@@ -1,41 +1,39 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
-PortGroup archcheck 1.0
-PortGroup php5extension 1.0
+PortSystem 1.0
+PortGroup archcheck 1.0
+PortGroup php5extension 1.0
-php5extension.setup freeimage 0.1 pecl
-revision 1
-name php5-FreeImage
-license PHP
-categories php devel
-platforms darwin
-maintainers nomaintainer
-homepage http://pecl.php.net/package/FreeImage
+php5extension.setup freeimage 0.1 pecl
+revision 1
+name php5-FreeImage
+license PHP
+categories php devel
+platforms darwin
+maintainers nomaintainer
+homepage http://pecl.php.net/package/FreeImage
-description Provides a wrapper to the FreeImage library.
+description Provides a wrapper to the FreeImage library.
-long_description \
- This extension is a wrapper for the FreeImage library that allows PHP to \
- support popular graphics image formats like GIF, PNG, BMP, JPEG, TIFF, \
- PSD, XPM and others as needed by today's multimedia applications.
+long_description This extension is a wrapper for the FreeImage library \
+ that allows PHP to support popular graphics image \
+ formats like GIF, PNG, BMP, JPEG, TIFF, PSD, XPM and \
+ others as needed by today's multimedia applications.
-checksums md5 91d3776de0beba4cdd7a76952f9b3265 \
- sha1 a81bddb31962f4054cddf1fc4b35d9c2ae7476d7 \
- rmd160 7a19f53176fc303c7ef04f06671b9eeeadbcec5a
+checksums md5 91d3776de0beba4cdd7a76952f9b3265 \
+ sha1 a81bddb31962f4054cddf1fc4b35d9c2ae7476d7 \
+ rmd160 7a19f53176fc303c7ef04f06671b9eeeadbcec5a
-distname FreeImage-${version}
+distname FreeImage-${version}
-patchfiles patch-freeimage.c.diff
+patchfiles patch-freeimage.c.diff
-depends_lib-append \
- port:freeimage
+depends_lib-append port:freeimage
-archcheck.files \
- lib/libfreeimage.dylib
+archcheck.files lib/libfreeimage.dylib
-configure.args-append \
- --with-freeimage=${prefix}
+configure.args-append --with-freeimage=${prefix}
post-destroot {
set docdir ${prefix}/share/doc/${name}
@@ -44,4 +42,4 @@
copy ${worksrcpath}/examples ${destroot}${docdir}
}
-livecheck.regex {(\d+(?:\.\d+)*)</a></th>}
+livecheck.regex {(\d+(?:\.\d+)*)</a></th>}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110612/1a47d208/attachment.html>
More information about the macports-changes
mailing list