1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name xml2 |
---|
6 | |
---|
7 | version 0.4 |
---|
8 | revision 1 |
---|
9 | categories textproc, xml, html |
---|
10 | platforms darwin |
---|
11 | maintainers 23bit.net:cr |
---|
12 | |
---|
13 | description Convert between XML/HTML and a shell-friendly format |
---|
14 | |
---|
15 | long_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. |
---|
19 | homepage http://dan.egnor.name/xml2/ |
---|
20 | |
---|
21 | master_sites http://download.gale.org/ |
---|
22 | |
---|
23 | checksums md5 8a0ef16fe0b3e1495307318c590c1ec0 \ |
---|
24 | sha1 735e7f6c336bd88dd1ab12bdea84e7cf1df5a36d \ |
---|
25 | rmd160 06f9c2eed54ad51f0f938ebceee60fa5a3cb878f |
---|
26 | |
---|
27 | depends_lib port:libxml |
---|
28 | |
---|
29 | post-destroot { |
---|
30 | # fix broken Links |
---|
31 | ln -sf ./xml2 ${destroot}${prefix}/bin/html2 |
---|
32 | ln -sf ./2xml ${destroot}${prefix}/bin/2html |
---|
33 | } |
---|