[64177] trunk/dports/devel

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


Revision: 64177
          http://trac.macports.org/changeset/64177
Author:   raimue at macports.org
Date:     2010-02-24 11:24:03 -0800 (Wed, 24 Feb 2010)
Log Message:
-----------
devel/qbzr: New port, GUI frontend for bzr based on Qt

Added Paths:
-----------
    trunk/dports/devel/qbzr/
    trunk/dports/devel/qbzr/Portfile

Added: trunk/dports/devel/qbzr/Portfile
===================================================================
--- trunk/dports/devel/qbzr/Portfile	                        (rev 0)
+++ trunk/dports/devel/qbzr/Portfile	2010-02-24 19:24:03 UTC (rev 64177)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem    1.0
+PortGroup     python26 1.0
+
+name          qbzr
+version       0.18.1
+set branch    [join [lrange [split ${version} .] 0 1] .]
+categories    devel python
+platforms     darwin
+maintainers   raimue
+
+description   QBzr is a GUI front end for bzr, based on Qt
+long_description QBzr provided GUI frontend for many core bzr commands and \
+    several universal dialogs and helper commands. Equivalents for core bzr \
+    commands has the same names as CLI commands but with prefix "q".
+homepage      http://wiki.bazaar.canonical.com/QBzr
+master_sites  https://launchpad.net/${name}/${branch}/${version}/+download/
+
+checksums     md5     3c6be9dfe779e61bcb14bafde875251c \
+              sha1    11ef6794496b8f8666319f7265df3833f40045f8 \
+              rmd160  3e3c4b42718757d646c6c5acb583688d307658ef
+
+worksrcdir    ${name}
+
+depends_lib-append  port:bzr \
+                    port:py26-pyqt4 \
+                    port:py26-pygments
+
+livecheck.type      regex
+livecheck.url       https://launchpad.net/${name}/+download
+livecheck.regex     {bzr-svn-(\d+(?:\.\d+)*).tar.gz}


Property changes on: trunk/dports/devel/qbzr/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/69aa2ac8/attachment.html>


More information about the macports-changes mailing list