Ticket #10838: Portfile

File Portfile, 925 bytes (added by 0xced (Cédric Luthi), 18 years ago)

XMLStarlet Portfile

Line 
1# $Id: $
2
3PortSystem              1.0
4name                    xmlstarlet
5version                 1.0.1
6categories              textproc
7maintainers             cedric.luthi@gmail.com
8description             xml command line utilities
9long_description        XMLStarlet is a set of command line utilities (tools) to \
10                        transform, query, validate, and edit XML documents and \
11                        files using simple set of shell commands in similar way it \
12                        is done for text files with UNIX grep, sed, awk, diff, \
13                        patch, join, etc utilities.
14
15homepage                http://xmlstar.sourceforge.net
16master_sites            sourceforge:xmlstar
17checksums               md5 8deb71834bcdfb4443c258a1f0042fce \
18                        sha1 48fb2fa7ac9c2c6640b4f21f44459cb08369c18b \
19                        rmd160 daa43d5731d9868a2f31c34908212cbc3896a08d
20depends_lib             port:libxml2 port:libxslt port:libiconv
21configure.args          --with-libxml-prefix=${prefix} \
22                        --with-libxslt-prefix=${prefix} \
23                        --with-libiconv-prefix=${prefix} \
24                        --program-transform-name=s/xml$/${name}/
25patchfiles              patch-configure