# $Id: Portfile 91699 2012-04-08 11:08:00Z raimue@macports.org $

PortSystem    1.0
PortGroup     python27 1.0

name          bzr-explorer
epoch         1
version       1.2.2
set branch    [join [lrange [split ${version} .] 0 1] .]
categories    devel python
platforms     darwin
license       GPL-2+
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     rmd160  4b19c5814d9d7b2470ef8a5c5d5425183ad4d584 \
              sha256  27582c7b76dae066280e0d19708d2a1b44a3e3962759d8b1b3768b7550bb231c

depends_lib-append  port:qbzr

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