Changeset 79416
- Timestamp:
- 06/12/11 23:55:16 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/php/php5-FreeImage/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/php/php5-FreeImage/Portfile
r79411 r79416 1 # -*- 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortGroup archcheck 1.05 PortGroup php5extension 1.04 PortSystem 1.0 5 PortGroup archcheck 1.0 6 PortGroup php5extension 1.0 6 7 7 php5extension.setup freeimage 0.1 pecl8 revision 19 name php5-FreeImage10 license PHP11 categories php devel12 platforms darwin13 maintainers nomaintainer14 homepage http://pecl.php.net/package/FreeImage8 php5extension.setup freeimage 0.1 pecl 9 revision 1 10 name php5-FreeImage 11 license PHP 12 categories php devel 13 platforms darwin 14 maintainers nomaintainer 15 homepage http://pecl.php.net/package/FreeImage 15 16 16 description Provides a wrapper to the FreeImage library.17 description Provides a wrapper to the FreeImage library. 17 18 18 long_description \19 This extension is a wrapper for the FreeImage library that allows PHP to\20 support popular graphics image formats like GIF, PNG, BMP, JPEG, TIFF,\21 PSD, XPM andothers as needed by today's multimedia applications.19 long_description This extension is a wrapper for the FreeImage library \ 20 that allows PHP to support popular graphics image \ 21 formats like GIF, PNG, BMP, JPEG, TIFF, PSD, XPM and \ 22 others as needed by today's multimedia applications. 22 23 23 checksums md5 91d3776de0beba4cdd7a76952f9b3265 \24 sha1 a81bddb31962f4054cddf1fc4b35d9c2ae7476d7 \25 rmd160 7a19f53176fc303c7ef04f06671b9eeeadbcec5a24 checksums md5 91d3776de0beba4cdd7a76952f9b3265 \ 25 sha1 a81bddb31962f4054cddf1fc4b35d9c2ae7476d7 \ 26 rmd160 7a19f53176fc303c7ef04f06671b9eeeadbcec5a 26 27 27 distname FreeImage-${version}28 distname FreeImage-${version} 28 29 29 patchfiles patch-freeimage.c.diff30 patchfiles patch-freeimage.c.diff 30 31 31 depends_lib-append \ 32 port:freeimage 32 depends_lib-append port:freeimage 33 33 34 archcheck.files \ 35 lib/libfreeimage.dylib 34 archcheck.files lib/libfreeimage.dylib 36 35 37 configure.args-append \ 38 --with-freeimage=${prefix} 36 configure.args-append --with-freeimage=${prefix} 39 37 40 38 post-destroot { … … 45 43 } 46 44 47 livecheck.regex {(\d+(?:\.\d+)*)</a></th>}45 livecheck.regex {(\d+(?:\.\d+)*)</a></th>}
Note: See TracChangeset
for help on using the changeset viewer.

