Ticket #12650: libxml2-2.6.30.diff
File libxml2-2.6.30.diff, 2.2 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 PortSystem 1.03 PortSystem 1.0 4 4 5 5 name libxml2 6 version 2.6.28 7 revision 1 6 version 2.6.30 8 7 categories textproc 9 8 description gnome xml library 10 9 platforms darwin 11 10 maintainers cedric.luthi@gmail.com 12 homepage http://xmlsoft.org/index.html 13 master_sites http://xmlsoft.org/sources/ \ 14 ftp://xmlsoft.org/libxml2/ \ 15 http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/ 16 checksums md5 ddf3c369964980a238fad0b6ad40532c \ 17 sha1 7642a52799efde2e0163d322b2aee8cd9f583268 \ 18 rmd160 65d0c2cef5ce40751bd72bb54462d9122558fa17 11 homepage http://xmlsoft.org/ 12 13 master_sites ${homepage}sources/ \ 14 ftp://xmlsoft.org/${name}/ \ 15 ftp://fr.rpmfind.net/pub/libxml/ \ 16 ftp://gd.tuwien.ac.at/pub/libxml/ \ 17 gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/ 18 19 checksums md5 460e6d853e824da700d698532e57316b \ 20 sha1 519701df3a10770980e993336fe19ef7d95b5bba \ 21 rmd160 8adcca2a60b4e90de898d9710a3a45069b73bbfe 22 19 23 depends_lib port:libiconv port:zlib 24 20 25 post-extract { 21 26 reinplace "s|/etc|${prefix}/etc|g" \ 22 27 ${worksrcpath}/catalog.c \ … … 25 30 ${worksrcpath}/xmllint.c \ 26 31 ${worksrcpath}/doc/xmlcatalog.1 \ 27 32 ${worksrcpath}/doc/xmllint.1 33 28 34 } 29 configure.env BASE_DIR=${prefix}/share/doc 35 30 36 configure.args --mandir=${prefix}/share/man --with-iconv=${prefix} \ 31 37 --enable-static=no \ 32 38 --without-python … … 39 45 XML itself is a metalanguage to design markup languages. \ 40 46 Though the library is written in C, a variety of language bindings make it \ 41 47 available in other environments. 48 49 livecheck.check regex 50 livecheck.url ${homepage}news.html 51 livecheck.regex {<h3>(\d+(?:\.\d+)*): .*</h3>} 52