# $Id: Portfile 68461 2010-06-04 00:11:12Z raimue@macports.org $

PortSystem    1.0
PortGroup     python26 1.0

name          bzr-explorer
version       1.0.2
epoch         1
set branch    [join [lrange [split ${version} .] 0 1] .]
categories    devel python
platforms     darwin
maintainers   raimue

description   A graphical frontend for using bzr
long_description \
    bzr-explorer is a desktop application for using the bzr Version Control \
    System. It provides a high level interface to all commonly used features, \
    launching \"applets\" from the QBzr plug-in to provide most of the \
    functionality. Alternatively, the applets from the bzr-gtk plug-in can be \
    used if it is installed.
homepage      http://doc.bazaar.canonical.com/explorer/en/
master_sites  https://launchpad.net/${name}/${branch}/${version}/+download/

checksums     md5     2ccdb66043c55f7fcf5fbd2fe745cd4f \
              sha1    ad57c9cbcde2004af76ed29b520ddd075c2d15fe \
              rmd160  43af18e021ba4e975ac4ceabc928c266402ddef8

depends_lib-append  port:qbzr

livecheck.type      regex
livecheck.url       https://launchpad.net/${name}/+download
livecheck.regex     {bzr-explorer-(\d+(?:\.\d+)*).tar.gz}
