[55612] trunk/dports/textproc/xmlstarlet/Portfile
macsforever2000 at macports.org
macsforever2000 at macports.org
Fri Aug 14 12:26:58 PDT 2009
Revision: 55612
http://trac.macports.org/changeset/55612
Author: macsforever2000 at macports.org
Date: 2009-08-14 12:26:57 -0700 (Fri, 14 Aug 2009)
Log Message:
-----------
detab. fix livecheck. add variant description. Add platforms darwin. Set to nomaintainer. (#20678)
Modified Paths:
--------------
trunk/dports/textproc/xmlstarlet/Portfile
Modified: trunk/dports/textproc/xmlstarlet/Portfile
===================================================================
--- trunk/dports/textproc/xmlstarlet/Portfile 2009-08-14 19:04:24 UTC (rev 55611)
+++ trunk/dports/textproc/xmlstarlet/Portfile 2009-08-14 19:26:57 UTC (rev 55612)
@@ -1,34 +1,37 @@
# $Id$
-PortSystem 1.0
-name xmlstarlet
-version 1.0.1
-revision 1
-categories textproc
-maintainers gmail.com:cedric.luthi
-description xml command line utilities
-long_description XMLStarlet is a set of command line utilities (tools) to \
- transform, query, validate, and edit XML documents and \
- files using simple set of shell commands in similar way it \
- is done for text files with UNIX grep, sed, awk, diff, \
- patch, join, etc utilities.
+PortSystem 1.0
-homepage http://xmlstar.sourceforge.net
-master_sites sourceforge:xmlstar
-checksums md5 8deb71834bcdfb4443c258a1f0042fce \
- sha1 48fb2fa7ac9c2c6640b4f21f44459cb08369c18b \
- rmd160 daa43d5731d9868a2f31c34908212cbc3896a08d
-depends_lib port:libxml2 port:libxslt port:libiconv
-configure.args --with-libxml-prefix=${prefix} \
- --with-libxslt-prefix=${prefix} \
- --with-libiconv-prefix=${prefix} \
- --mandir=${prefix}/share/man \
- --program-transform-name=s/xml$/${name}/
-patchfiles patch-configure
+name xmlstarlet
+version 1.0.1
+revision 1
+categories textproc
+maintainers nomaintainer
+description xml command line utilities
+long_description XMLStarlet is a set of command line utilities (tools) to \
+ transform, query, validate, and edit XML documents and \
+ files using simple set of shell commands in similar way it \
+ is done for text files with UNIX grep, sed, awk, diff, \
+ patch, join, etc utilities.
-variant inplace {
- # enble inplace edition of xml documents, type
- # xmlstarlet ed --help
- # for more information
- patchfiles patch-configure patch-xml_edit.c
+homepage http://xmlstar.sourceforge.net
+platforms darwin
+master_sites sourceforge:xmlstar
+checksums md5 8deb71834bcdfb4443c258a1f0042fce \
+ sha1 48fb2fa7ac9c2c6640b4f21f44459cb08369c18b \
+ rmd160 daa43d5731d9868a2f31c34908212cbc3896a08d
+
+depends_lib port:libxml2 port:libxslt port:libiconv
+configure.args --with-libxml-prefix=${prefix} \
+ --with-libxslt-prefix=${prefix} \
+ --with-libiconv-prefix=${prefix} \
+ --mandir=${prefix}/share/man \
+ --program-transform-name=s/xml$/${name}/
+
+patchfiles patch-configure
+
+variant inplace description {Enble inplace edition of xml documents} {
+ patchfiles-append patch-xml_edit.c
}
+
+livecheck.regex <title>${name} (.*) released.*</title>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090814/581bbb2d/attachment.html>
More information about the macports-changes
mailing list