Revision: 31792 http://trac.macosforge.org/projects/macports/changeset/31792 Author: ram@macports.org Date: 2007-12-07 08:08:25 -0800 (Fri, 07 Dec 2007) Log Message: ----------- new port: devel/bzr-rebase - bzr rebase plugin Added Paths: ----------- trunk/dports/devel/bzr-rebase/ trunk/dports/devel/bzr-rebase/Portfile Added: trunk/dports/devel/bzr-rebase/Portfile =================================================================== --- trunk/dports/devel/bzr-rebase/Portfile (rev 0) +++ trunk/dports/devel/bzr-rebase/Portfile 2007-12-07 16:08:25 UTC (rev 31792) @@ -0,0 +1,29 @@ +# $Id$ + +PortSystem 1.0 +PortGroup python25 1.0 + +name bzr-rebase +version 0.3 +categories devel python +platforms darwin +maintainers ram openmaintainer + +description Rebase plugin for bzr +long_description Rebasing is the process of taking a branch and \ + modifying the history so that it appears to start from a different \ + point. This can be useful to clean up the history before submitting \ + your changes. The tree at the end of the process will be the same \ + as if you had merged the other branch, but the history will be \ + different. + +homepage http://bazaar-vcs.org/Rebase +master_sites http://samba.org/~jelmer/bzr + +checksums md5 4879f54281f3b6169f44e9adcb8b9c5e \ + sha1 97357a9c7aad90516bb7710519083c1e97472294 \ + rmd160 c69693b3297d101bbba0fe9e85a5fdd8e987372f + +depends_lib-append port:bzr + +universal_variant no Property changes on: trunk/dports/devel/bzr-rebase/Portfile ___________________________________________________________________ Name: svn:keywords + Id Name: svn:eol-style + native