Ticket #23474: Portfile

File Portfile, 1.0 KB (added by gellule.xg@…, 14 years ago)

New version with the three suggested fix included.

Line 
1PortSystem    1.0
2PortGroup     python26 1.0
3
4name          bzr-xmloutput
5version       0.8.4
6set branch    trunk
7categories    devel python
8platforms     darwin
9maintainers   nomaintainer
10
11description   A Bazaar plugin that provides an option to generate XML outputs for builtins commands.
12long_description  This plugin adds xml versions of some builtin commands (xmllog, xmlstatus, xmlmissing, \
13              xmlannotate, xmlinfo, xmlls, xmlplugins, and xmlversion) that generate XML outputs. \
14              It also provides an xmlrpc service.
15
16homepage      http://wiki.bazaar.canonical.com/XMLOutput
17master_sites  https://launchpad.net/${name}/${branch}/${version}/+download/
18
19checksums     md5     fbc1ce901f053320b852fe2c27b56fa7 \
20              sha1    ef3c4020b58e3bd1da54b1aaa6ecbaa4bb0f7e30 \
21              rmd160  be6bffc26e8549aee263f1258c05fa6ab233fb2e
22
23depends_lib-append  port:bzr
24
25universal_variant   no
26
27livecheck.type      regex
28livecheck.url       https://launchpad.net/${name}/+download
29livecheck.regex     {bzr-svn-(\d+(?:\.\d+)*).tar.gz}