[53354] trunk/dports/devel
raimue at macports.org
raimue at macports.org
Fri Jul 3 16:41:01 PDT 2009
Revision: 53354
http://trac.macports.org/changeset/53354
Author: raimue at macports.org
Date: 2009-07-03 16:41:00 -0700 (Fri, 03 Jul 2009)
Log Message:
-----------
devel/GitX:
New port, closes #19272
Added Paths:
-----------
trunk/dports/devel/GitX/
trunk/dports/devel/GitX/Portfile
Added: trunk/dports/devel/GitX/Portfile
===================================================================
--- trunk/dports/devel/GitX/Portfile (rev 0)
+++ trunk/dports/devel/GitX/Portfile 2009-07-03 23:41:00 UTC (rev 53354)
@@ -0,0 +1,41 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup xcode 1.0
+
+name GitX
+version 0.6.3
+maintainers inmachina.com:max openmaintainer
+
+categories devel
+description GitX is a git GUI specifically for Mac OS X
+long_description GitX is a gitk like clone written specifically for OS X Leopard and higher. \
+ This means that it has a native interface and tries to integrate with the \
+ operating system as good as possible. Examples of this are drag and drop \
+ support and QuickLook support.
+
+platforms darwin
+
+homepage http://gitx.frim.nl/
+
+fetch.type git
+git.url git://github.com/pieter/gitx.git
+git.branch v${version}
+
+depends_lib-append port:git-core
+
+xcode.target GitX
+
+pre-fetch {
+ if {${os.major} < 9} {
+ return -code error "This version of ${name} is only for Mac OS X 10.5 or later."
+ }
+}
+
+post-destroot {
+ file mkdir ${destroot}/${prefix}/bin
+ file rename ${destroot}/${applications_dir}/gitx ${destroot}/${prefix}/bin/gitx
+}
+
+livecheck.url http://github.com/pieter/gitx/downloads
+livecheck.regex <a href=\"/pieter/gitx/tarball/v(.*)\">tgz</a>
Property changes on: trunk/dports/devel/GitX/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/20090703/4f8ff53c/attachment-0001.html>
More information about the macports-changes
mailing list