Ticket #12650: libxml2-2.6.30.diff

File libxml2-2.6.30.diff, 2.2 KB (added by nox@…, 17 years ago)
  • Portfile

     
    11# $Id$
    22
    3 PortSystem      1.0
     3PortSystem            1.0
    44
    55name                  libxml2
    6 version               2.6.28
    7 revision              1
     6version               2.6.30
    87categories            textproc
    98description           gnome xml library
    109platforms             darwin
    1110maintainers           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
     11homepage              http://xmlsoft.org/
     12
     13master_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
     19checksums             md5 460e6d853e824da700d698532e57316b \
     20                      sha1 519701df3a10770980e993336fe19ef7d95b5bba \
     21                      rmd160 8adcca2a60b4e90de898d9710a3a45069b73bbfe
     22
    1923depends_lib           port:libiconv port:zlib
     24
    2025post-extract {
    2126    reinplace "s|/etc|${prefix}/etc|g" \
    2227        ${worksrcpath}/catalog.c \
     
    2530        ${worksrcpath}/xmllint.c \
    2631        ${worksrcpath}/doc/xmlcatalog.1 \
    2732        ${worksrcpath}/doc/xmllint.1
     33
    2834}
    29 configure.env         BASE_DIR=${prefix}/share/doc
     35
    3036configure.args        --mandir=${prefix}/share/man --with-iconv=${prefix} \
    3137                        --enable-static=no \
    3238                        --without-python
     
    3945XML itself is a metalanguage to design markup languages. \
    4046Though the library is written in C, a variety of language bindings make it \
    4147available in other environments.
     48
     49livecheck.check regex
     50livecheck.url   ${homepage}news.html
     51livecheck.regex {<h3>(\d+(?:\.\d+)*): .*</h3>}
     52