Ticket #18547: Portfile

File Portfile, 1016 bytes (added by cr@…, 15 years ago)

Portfile for textproc/xml2

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                xml2
6
7version             0.4
8revision            1
9categories          textproc, xml, html
10platforms           darwin
11maintainers         23bit.net:cr
12
13description         Convert between XML/HTML and a shell-friendly format
14
15long_description    These tools are used to convert XML and HTML to and from a \
16                    line-oriented format more amenable to processing by classic \
17                    Unix pipeline processing tools, like grep, sed, awk, cut, \
18                    shell scripts, and so forth.
19homepage            http://dan.egnor.name/xml2/
20
21master_sites    http://download.gale.org/
22
23checksums       md5 8a0ef16fe0b3e1495307318c590c1ec0 \
24                sha1 735e7f6c336bd88dd1ab12bdea84e7cf1df5a36d \
25                rmd160 06f9c2eed54ad51f0f938ebceee60fa5a3cb878f
26
27depends_lib     port:libxml
28
29post-destroot {
30    # fix broken Links
31    ln -sf ./xml2 ${destroot}${prefix}/bin/html2
32    ln -sf ./2xml ${destroot}${prefix}/bin/2html
33}