# $Id: Portfile 91670 2012-04-07 13:50:00Z raimue@macports.org $

PortSystem      1.0
PortGroup       python27 1.0

name            bzr-fastimport
epoch           2
version         0.13.0
categories      devel python
platforms       darwin
license         GPL-2
maintainers     raimue

description     Fast-import/fast-export plugin
long_description \
    Bazaar Fast Import is a plugin providing fast loading \
    of revision control data into Bazaar. \
    It is designed to be used in combination with front-end programs that \
    generate a command/data stream for it to process. Front-ends are available \
    for a wide range of foreign VCS tools including Subversion, CVS, Git, \
    Mercurial, Darcs and Perforce. New front-ends are easy to develop in whatever \
    programming language you prefer, making Bazaar Fast Import useful for teams \
    needing a custom migration solution.

homepage        http://launchpad.net/bzr-fastimport
master_sites    http://launchpad.net/bzr-fastimport/trunk/${version}/+download/

checksums       rmd160  c2b3b3c5354e53777b203e35bed64f82bd303da4 \
                sha256  5e296dc4ff8e9bf1b6447e81fef41e1217656b43368ee4056a1f024221e009eb

depends_lib-append port:bzr
depends_run-append port:py27-fastimport

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