# $Id: Portfile 58718 2009-10-03 09:50:45Z raimue@macports.org $ PortSystem 1.0 PortGroup python26 1.0 name bzr-svn epoch 1 version 1.0.0 set branch [join [lrange [split ${version} .] 0 1] .] categories devel python platforms darwin maintainers raimue description Plugin that allows direct access to Subversion repositories long_description A bzr plugin that allows most bzr commands to work \ directly against Subversion repositories, as if you were using bzr \ with a native bzr repository. The plugin can at the moment be used to \ commit to, pull from, merge from, push to and view logs of Subversion \ branches from Bazaar. homepage http://bazaar-vcs.org/BzrForeignBranches/Subversion master_sites https://launchpad.net/${name}/${branch}/${version}/+download/ checksums md5 7d4fb557c1d2be48771526c015b7e1cd \ sha1 4e744524711201b6689bacd51b1d4017ac296dca \ rmd160 284c2a23a0a74d54ef5950e00c09e6e878cc7dc4 depends_lib-append port:bzr \ port:bzr-rebase \ port:py26-subvertpy universal_variant no livecheck.type regex livecheck.url https://launchpad.net/${name}/+download livecheck.regex {bzr-svn-(\d+(?:\.\d+)*).tar.gz}