[68208] trunk/dports/devel
jmr at macports.org
jmr at macports.org
Fri May 28 18:16:42 PDT 2010
Revision: 68208
http://trac.macports.org/changeset/68208
Author: jmr at macports.org
Date: 2010-05-28 18:16:39 -0700 (Fri, 28 May 2010)
Log Message:
-----------
New port: bzr-xmloutput, an XML output plugin for bzr (#23474)
Added Paths:
-----------
trunk/dports/devel/bzr-xmloutput/
trunk/dports/devel/bzr-xmloutput/Portfile
Added: trunk/dports/devel/bzr-xmloutput/Portfile
===================================================================
--- trunk/dports/devel/bzr-xmloutput/Portfile (rev 0)
+++ trunk/dports/devel/bzr-xmloutput/Portfile 2010-05-29 01:16:39 UTC (rev 68208)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name bzr-xmloutput
+version 0.8.4
+set branch trunk
+categories devel python
+platforms darwin
+if {[info exists supported_archs]} {
+ supported_archs noarch
+} else {
+ universal_variant no
+}
+maintainers free.fr:gellule.xg
+
+description Bazaar plugin to generate XML output for builtin commands
+long_description This bzr plugin adds xml versions of some builtin \
+ commands (xmllog, xmlstatus, xmlmissing, xmlannotate, \
+ xmlinfo, xmlls, xmlplugins, and xmlversion) that \
+ generate XML outputs. It also provides an xmlrpc service.
+
+homepage http://wiki.bazaar.canonical.com/XMLOutput
+master_sites http://launchpad.net/${name}/${branch}/${version}/+download/
+
+checksums md5 fbc1ce901f053320b852fe2c27b56fa7 \
+ sha1 ef3c4020b58e3bd1da54b1aaa6ecbaa4bb0f7e30 \
+ rmd160 be6bffc26e8549aee263f1258c05fa6ab233fb2e
+
+depends_lib-append port:bzr
+
+livecheck.type regex
+livecheck.url http://launchpad.net/${name}/+download
+livecheck.regex {bzr-svn-(\d+(?:\.\d+)*).tar.gz}
Property changes on: trunk/dports/devel/bzr-xmloutput/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/20100528/601ed117/attachment.html>
More information about the macports-changes
mailing list