# $Id: Portfile 92031 2012-04-16 15:28:17Z raimue@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                bzr-xmloutput
version             0.8.8
revision            1
set branch          trunk
categories          devel python
platforms           darwin
license             GPL-2+
maintainers         raimue
supported_archs     noarch

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     fecef8ac64fa5de903ddde0333200e5e \
                    sha1    a8c294e31f3a184a8c867aa13a3b640d9c20728b \
                    rmd160  c5c11877604737cd2106afd839f3d48f00684b8b

patchfiles          patch-fix-imports.diff

depends_lib-append  port:bzr

livecheck.type      regex
livecheck.url       http://launchpad.net/${name}/+download
livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)\\.
