1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name xmlstarlet |
---|
5 | version 1.0.1 |
---|
6 | categories textproc |
---|
7 | maintainers cedric.luthi@gmail.com |
---|
8 | description xml command line utilities |
---|
9 | long_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 | |
---|
15 | homepage http://xmlstar.sourceforge.net |
---|
16 | master_sites sourceforge:xmlstar |
---|
17 | checksums md5 8deb71834bcdfb4443c258a1f0042fce \ |
---|
18 | sha1 48fb2fa7ac9c2c6640b4f21f44459cb08369c18b \ |
---|
19 | rmd160 daa43d5731d9868a2f31c34908212cbc3896a08d |
---|
20 | depends_lib port:libxml2 port:libxslt port:libiconv |
---|
21 | configure.args --with-libxml-prefix=${prefix} \ |
---|
22 | --with-libxslt-prefix=${prefix} \ |
---|
23 | --with-libiconv-prefix=${prefix} \ |
---|
24 | --program-transform-name=s/xml$/${name}/ |
---|
25 | patchfiles patch-configure |
---|