# $Id$ PortSystem 1.0 PortGroup python26 1.0 name bzr version 2.0.4 set branch [join [lrange [split ${version} .] 0 1] .] categories devel python platforms darwin maintainers raimue description The next-generation distributed version control system long_description Bazaar is an open source distributed version control \ system that is powerful, friendly, and scalable. It manages trees of \ files and subdirectories, In particular, it records revisions of trees, \ representing their state at a particular point in time, and information \ about those revisions and their relationships. Recording and retrieving \ tree revisions is useful in several ways if you are writing software or \ documents or doing similar creative work. homepage http://bazaar-vcs.org/ master_sites https://launchpad.net/${name}/${branch}/${version}/+download/ checksums md5 0b253f59601ebc9ee5975c612fc65f43 \ sha1 5f2c8558aceef2a790b1e65b1fa48577582446cd \ rmd160 e6159191e384ccc28e21bf30f1b5eb2937759310 patchfiles patch-setup.py.diff depends_lib-append port:py26-paramiko \ port:py26-crypto \ port:py26-curl \ port:py26-docutils \ port:py26-pyrex test.run yes test.cmd make test.target check python.link_binaries no post-destroot { ln -s ${python.prefix}/bin/bzr ${destroot}${prefix}/bin/ ln -s ${python.prefix}/share/man/man1/bzr.1 \ ${destroot}${prefix}/share/man/man1 xinstall -m 644 -W ${worksrcpath} INSTALL NEWS README TODO \ ${destroot}${prefix}/share/doc/${name} } universal_variant no livecheck.type regex livecheck.url http://feeds.launchpad.net/bzr/announcements.atom # Pre-releases end with b[0-9]+ or rc[0-9]+ livecheck.regex {(?:bzr |bzr-|Bazaar |bazaar )(\d+(?:\.\d+)*) .*[rR]eleased}