# $Id: Portfile,v 1.3 2006/01/24 07:17:05 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name bazaar-ng version 0.7 categories devel python platforms darwin maintainers mww@opendarwin.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://www.bazaar-ng.org/ master_sites http://www.bazaar-ng.org/pkg/ distname bzr-${version} checksums md5 5daf99b67478027ed0914edf32997181 patchfiles patch-setup.py depends_lib-append port:py-celementtree post-destroot { xinstall -m 644 -W ${worksrcpath} HACKING INSTALL NEWS NEWS.developers \ README TODO tutorial.txt ${destroot}${prefix}/share/doc/${name} }