Added: trunk/dports/textproc/xml-coreutils/Portfile (0 => 86727)
--- trunk/dports/textproc/xml-coreutils/Portfile (rev 0)
+++ trunk/dports/textproc/xml-coreutils/Portfile 2011-11-02 08:39:48 UTC (rev 86727)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name xml-coreutils
+version 0.8.1
+categories textproc xml
+platforms darwin
+license GPL-3+
+maintainers nomaintainer
+
+description Command line tools for XML processing
+
+long_description The xml-coreutils are a collection of Unix/POSIX command \
+ line tools for processing XML files. \
+ The aim is to make XML processing for shell users \
+ exactly as easy as text processing.
+
+homepage http://xml-coreutils.sourceforge.net/
+master_sites sourceforge:project/xml-coreutils
+
+checksums rmd160 d7c8bb079b7783570e4c47f98570b4cb69df1867 \
+ sha256 7fb26d57bb17fa770452ccd33caf288deee1d757a0e0a484b90c109610d1b7df
+
+depends_lib port:expat \
+ port:ncurses \
+ port:slang2
Property changes on: trunk/dports/textproc/xml-coreutils/Portfile
___________________________________________________________________