[47005] trunk/dports/textproc

snc at macports.org snc at macports.org
Thu Feb 19 11:36:34 PST 2009


Revision: 47005
          http://trac.macports.org/changeset/47005
Author:   snc at macports.org
Date:     2009-02-19 11:36:34 -0800 (Thu, 19 Feb 2009)
Log Message:
-----------
created xml2, ticket #18547

Added Paths:
-----------
    trunk/dports/textproc/xml2/
    trunk/dports/textproc/xml2/Portfile

Added: trunk/dports/textproc/xml2/Portfile
===================================================================
--- trunk/dports/textproc/xml2/Portfile	                        (rev 0)
+++ trunk/dports/textproc/xml2/Portfile	2009-02-19 19:36:34 UTC (rev 47005)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+
+name                xml2
+
+version             0.4
+revision            1
+categories          textproc xml html
+platforms           darwin
+maintainers         23bit.net:cr
+
+description         Convert between XML/HTML and a shell-friendly format
+
+long_description    These tools are used to convert XML and HTML to and from a \
+                    line-oriented format more amenable to processing by classic \
+                    Unix pipeline processing tools, like grep, sed, awk, cut, \
+                    shell scripts, and so forth.
+homepage            http://dan.egnor.name/xml2/
+
+master_sites    http://download.gale.org/
+
+checksums       md5 8a0ef16fe0b3e1495307318c590c1ec0 \
+                sha1 735e7f6c336bd88dd1ab12bdea84e7cf1df5a36d \
+                rmd160 06f9c2eed54ad51f0f938ebceee60fa5a3cb878f
+
+depends_lib     port:libxml
+
+post-destroot {
+    # fix broken Links
+    ln -sf ./xml2 ${destroot}${prefix}/bin/html2
+    ln -sf ./2xml ${destroot}${prefix}/bin/2html
+}


Property changes on: trunk/dports/textproc/xml2/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090219/ae0ec193/attachment.html>


More information about the macports-changes mailing list