Ticket #33494: Portfile

File Portfile, 1.6 KB (added by fclaire@…, 13 years ago)
Line 
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
2
3PortSystem              1.0
4
5name                    xgawk
6version                 3.1.6a-20090408
7categories              lang
8license                 GPL-3+
9installs_libs           no
10maintainers             free.fr:fclaire openmaintainer
11platforms               darwin
12homepage                http://home.vr-web.de/Juergen.Kahrs/gawk/XML/
13master_sites            ${homepage}
14distname                ${name}-${version}
15description             The XMLgawk utility.
16use_parallel_build      yes
17
18long_description        XMLgawk is an experimental extension of the GNU Awk interpreter. \
19                        It includes a small XML parsing library which is built upon the \
20                        Expat XML parser. The parsing library is a very thin layer on top \
21                        of Expat (implementing a pull-interface) and can also be used \
22                        without GNU Awk to read XML data files.
23
24checksums               sha1    8e382b7a2c34dc9daf5ec2b12e850352a7944cfa \
25                        rmd160  219b72259402397f7d245cbbe1475a683f800084
26
27depends_lib             port:readline \
28                        port:gettext
29
30configure.args          --with-libiconv-prefix=${prefix} \
31                        ac_cv_libsigsegv=no \
32                        --enable-static-extensions=yes
33
34test.run                yes
35test.target             check
36
37livecheck.type          regex
38livecheck.url           ${homepage}
39livecheck.regex         ${name}-(\[0-9.a-\]+)\\.tar.gz
40