[113423] trunk/dports/devel

sean at macports.org sean at macports.org
Fri Nov 15 13:52:51 PST 2013


Revision: 113423
          https://trac.macports.org/changeset/113423
Author:   sean at macports.org
Date:     2013-11-15 13:52:51 -0800 (Fri, 15 Nov 2013)
Log Message:
-----------
hgview: add new port for graphical mercurial viewer

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

Added: trunk/dports/devel/hgview/Portfile
===================================================================
--- trunk/dports/devel/hgview/Portfile	                        (rev 0)
+++ trunk/dports/devel/hgview/Portfile	2013-11-15 21:52:51 UTC (rev 113423)
@@ -0,0 +1,45 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python 1.0
+
+name                hgview
+version             1.7.1
+categories-append   devel
+license             GPL-2
+platforms           darwin
+supported_archs     noarch
+maintainers         sean openmaintainer
+
+homepage            http://www.logilab.org/project/${name}
+master_sites        http://download.logilab.org/pub/${name}
+description         A fast Mercurial log navigator
+long_description    hgview is a simple tool aiming at visually navigate \
+                    in a Mercurial repository history. It is written in \
+                    Python with quick and efficient key-based navigation \
+                    in mind, trying to be fast enough to be usable for \
+                    big repositories.
+
+depends_lib-append  path:bin/hg:mercurial \
+                    port:py27-qscintilla \
+                    port:py27-pygments \
+                    port:py27-docutils \
+                    port:py27-urwid
+
+checksums           rmd160  3f9b3bcebfceef84413c501eb037c6ab43c9a0e1 \
+                    sha256  633862c3a2313e5f2432f19b9da9fa19a1ca8f2f2cd0b86df019832e86afc001
+
+python.versions     27
+python.link_binaries_suffix
+
+post-extract {
+    reinplace -W $worksrcpath "s,pyrcc4,pyrcc4-2.7," setup.py
+}
+
+notes               "
+To enable ${name}, add the following to your ~/.hgrc:
+
+\[extensions\]
+${name} =
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131115/e130d521/attachment-0001.html>


More information about the macports-changes mailing list