Portfile

# $Id: Portfile 22876 2007-03-17 15:01:36Z pipping@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name bazaar-ng
version 0.14
categories devel python
platforms darwin
maintainers ramercer@gmail.com openmaintainer@macports.org

description Python implementation of the GNU arch RCS protocol by Canonical
long_description Bazaar-NG is an implementation of GNU arch from Canonical \
written in Python. Arch is a version control system, which allows \
you to keep old versions of files and directories (usually source \
code), keep a log of who, when, and why changes occurred, etc., \
like SVN, CVS, or RCS. Arch is distributed, which gives it \
significant advantages and some disadvantages compared to SVN and \
CVS. The bzr implementation is the next Bazaar version from \
Canonical called Bazaar-NG.

homepage http://bazaar-vcs.org/
master_sites ${homepage}releases/src/
distname bzr-${version}
checksums sha1 90c6278b332f369585ca6db47b65c4e7c60d6a6f
patchfiles patch-setup.py

depends_lib-append port:py-celementtree \
port:py-paramiko\
port:py-crypto

test.run yes
test.cmd make
test.target check

post-destroot {
xinstall -m 644 -W ${worksrcpath} HACKING INSTALL NEWS NEWS.developers \
README TODO ${destroot}${prefix}/share/doc/${name}
}

files