Changeset 79420
- Timestamp:
- 06/13/11 00:07:37 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/php/php5-cairo/Portfile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/php/php5-cairo/Portfile
r79417 r79420 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 php5extension 1.04 PortSystem 1.0 5 PortGroup php5extension 1.0 5 6 6 7 php5extension.setup cairo 0.2.0 pecl 7 revision 2 8 license PHP 9 conflicts php5-cairo_wrapper 10 categories php devel 11 platforms darwin 12 maintainers ryandesign 13 description Cairo Graphics Library Extension 8 revision 2 9 license PHP 10 conflicts php5-cairo_wrapper 11 categories php devel 12 platforms darwin 13 maintainers ryandesign 14 14 15 long_description \ 16 Cairo is a 2D graphics library with support for multiple output devices. \ 17 Currently supported output targets include the X Window System, Quartz, \ 18 Win32, image buffers, PostScript, PDF, and SVG file output. 15 description Cairo Graphics Library Extension 19 16 20 checksums md5 e35ac0eda37e5cd4370858aebe08f0f8 \ 21 sha1 0e84590d1f012d6e7ac6ff916fefecce15d3a205 \ 22 rmd160 9f18cfb94252ebe41358dc0a8173746a2b856907 17 long_description Cairo is a 2D graphics library with support for multiple \ 18 output devices. Currently supported output targets \ 19 include the X Window System, Quartz, Win32, image \ 20 buffers, PostScript, PDF, and SVG file output. 21 22 checksums md5 e35ac0eda37e5cd4370858aebe08f0f8 \ 23 sha1 0e84590d1f012d6e7ac6ff916fefecce15d3a205 \ 24 rmd160 9f18cfb94252ebe41358dc0a8173746a2b856907 23 25 24 26 distname Cairo-${version} 25 27 26 depends_lib-append \ 27 path:lib/libcairo.dylib:cairo \ 28 port:libpng 28 depends_lib-append path:lib/libcairo.dylib:cairo \ 29 port:libpng 29 30 30 test.run yes31 test.run yes 31 32 32 33 post-destroot { … … 37 38 } 38 39 39 livecheck.regex {(\d+(?:\.\d+)*)</a></th>}40 livecheck.regex {(\d+(?:\.\d+)*)</a></th>}
Note: See TracChangeset
for help on using the changeset viewer.

