[64180] trunk/dports/devel

raimue at macports.org raimue at macports.org
Wed Feb 24 11:49:59 PST 2010


Revision: 64180
          http://trac.macports.org/changeset/64180
Author:   raimue at macports.org
Date:     2010-02-24 11:49:57 -0800 (Wed, 24 Feb 2010)
Log Message:
-----------
devel/bzr-explorer: New port, graphical frontend for using bzr

Added Paths:
-----------
    trunk/dports/devel/bzr-explorer/
    trunk/dports/devel/bzr-explorer/Portfile

Added: trunk/dports/devel/bzr-explorer/Portfile
===================================================================
--- trunk/dports/devel/bzr-explorer/Portfile	                        (rev 0)
+++ trunk/dports/devel/bzr-explorer/Portfile	2010-02-24 19:49:57 UTC (rev 64180)
@@ -0,0 +1,31 @@
+# $Id$
+
+PortSystem    1.0
+PortGroup     python26 1.0
+
+name          bzr-explorer
+version       1.0.0rc2
+set branch    [join [lrange [split ${version} .] 0 1] .]
+categories    devel python
+platforms     darwin
+maintainers   raimue
+
+description   A graphical frontend for using bzr
+long_description \
+    bzr-explorer is a desktop application for using the bzr Version Control \
+    System. It provides a high level interface to all commonly used features, \
+    launching \"applets\" from the QBzr plug-in to provide most of the \
+    functionality. Alternatively, the applets from the bzr-gtk plug-in can be \
+    used if it is installed.
+homepage      http://doc.bazaar.canonical.com/explorer/en/
+master_sites  https://launchpad.net/${name}/${branch}/${version}/+download/
+
+checksums     md5     8295f3c502e90120d78db5b06dc6e0dd \
+              sha1    b6551de8ec3786fe33f24ffb5a028cd4b5137c89 \
+              rmd160  4e10e7bc2eddde18f538798e3f4224e788b0d83c
+
+depends_lib-append  port:qbzr
+
+livecheck.type      regex
+livecheck.url       https://launchpad.net/${name}/+download
+livecheck.regex     {bzr-explorer-(\d+(?:\.\d+)*).tar.gz}


Property changes on: trunk/dports/devel/bzr-explorer/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100224/961c142f/attachment.html>


More information about the macports-changes mailing list