[151957] trunk/dports/devel
raimue at macports.org
raimue at macports.org
Thu Aug 25 08:26:10 PDT 2016
Revision: 151957
https://trac.macports.org/changeset/151957
Author: raimue at macports.org
Date: 2016-08-25 08:26:10 -0700 (Thu, 25 Aug 2016)
Log Message:
-----------
devel/git-cola:
New port, a GUI for Git
Added Paths:
-----------
trunk/dports/devel/git-cola/
trunk/dports/devel/git-cola/Portfile
Added: trunk/dports/devel/git-cola/Portfile
===================================================================
--- trunk/dports/devel/git-cola/Portfile (rev 0)
+++ trunk/dports/devel/git-cola/Portfile 2016-08-25 15:26:10 UTC (rev 151957)
@@ -0,0 +1,30 @@
+# -*- 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 github 1.0
+
+github.setup git-cola git-cola 2.7 v
+platforms darwin
+maintainers raimue \
+ openmaintainer
+license GPL-2+
+
+description The highly caffeinated Git GUI
+long_description git-cola is a powerful Git GUI with a slick and \
+ intuitive user interface.
+
+checksums rmd160 4072efe61481dd97179b693860a535c115abf84f \
+ sha256 477dc9dcc289aa2c2332071d66cae9bc8c5386090fe351e5b555ccb8443fa433
+
+depends_build port:py35-sphinx
+depends_lib port:python35 \
+ port:py35-pyqt5
+
+use_configure no
+
+build.args prefix=${prefix} \
+ PYTHON=${prefix}/bin/python3.5 \
+ SPHINXBUILD=${prefix}/bin/sphinx-build-3.5
+
+destroot.args prefix=${prefix}
Property changes on: trunk/dports/devel/git-cola/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160825/067a245a/attachment.html>
More information about the macports-changes
mailing list