# $Id: Portfile 68208 2010-05-29 01:16:39Z jmr@macports.org $

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}
