Revision
31817
Author
ram@macports.org
Date
2007-12-08 08:01:46 -0800 (Sat, 08 Dec 2007)

Log Message

new port: devel/bzrtools - a collection of bzr plugins

Added Paths

Diff

Added: trunk/dports/devel/bzrtools/Portfile (0 => 31817)


--- trunk/dports/devel/bzrtools/Portfile	                        (rev 0)
+++ trunk/dports/devel/bzrtools/Portfile	2007-12-08 16:01:46 UTC (rev 31817)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem    1.0
+PortGroup     python25 1.0
+
+name          bzrtools
+version       0.92.1
+categories    devel python
+platforms     darwin
+maintainers   ram openmaintainer
+
+description   A collection of plugins bzr.
+long_description  A collection of plugins for bzr. Including rspush for \
+    pushing to a remote server with rsync, baz-import for importing arch \
+    or baz branches into bzr, shelve/unshelve for a fine grained 'undo' \
+    facility, clean-tree for removing unknown files from the current \
+    tree, graph-ancestory for producing graphs of branch history, and \
+    many others.
+
+homepage      http://bazaar-vcs.org/BzrTools
+master_sites  http://panoramicfeedback.com/opensource
+worksrcdir    ${name}
+
+checksums     md5 d5bf35a6f2f8cf58dbeee66a734690b0 \
+              sha1 5c658498d90e43d9763a4c9c681376d933a624b5 \
+              rmd160 02f7e571bdfde08a38f0a1a5dd54e8c5c988dd20
+
+depends_lib-append  port:bzr \
+                    port:py25-baz \
+                    port:graphviz
+
+universal_variant no
Property changes on: trunk/dports/devel/bzrtools/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native