[38030] trunk/dports/devel

raimue at macports.org raimue at macports.org
Thu Jul 3 16:01:52 PDT 2008


Revision: 38030
          http://trac.macosforge.org/projects/macports/changeset/38030
Author:   raimue at macports.org
Date:     2008-07-03 16:01:52 -0700 (Thu, 03 Jul 2008)
Log Message:
-----------
devel/qgit:
New port, closes #15820

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

Added: trunk/dports/devel/qgit/Portfile
===================================================================
--- trunk/dports/devel/qgit/Portfile	                        (rev 0)
+++ trunk/dports/devel/qgit/Portfile	2008-07-03 23:01:52 UTC (rev 38030)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem          1.0
+
+name                qgit
+version             2.1
+categories          devel
+maintainers         ocroquette at free.fr
+description         A graphical interface to git repositories
+long_description    A QT graphical interface to git repositories
+
+homepage            http://sourceforge.net/projects/qgit/
+platforms           darwin
+distname            qgit-${version}
+
+use_bzip2           yes
+worksrcdir          qgit
+
+master_sites        sourceforge
+checksums           md5 f22787c814fbe832d6da7c6a2436c3c0
+
+depends_lib         port:qt4-mac port:git-core
+
+configure {
+    # ui_msg ${worksrcpath}
+    system "cd ${worksrcpath} && qmake"
+}
+
+destroot {
+    # Install to the application directory
+    xinstall -m 755 -d ${destroot}/Applications/MacPorts
+    file copy ${worksrcpath}/bin/qgit.app \
+              ${destroot}/Applications/MacPorts
+
+    # Also copy to /bin for easier access from the command line
+    # Especially useful since qgit is supposed to be started from
+    # the GIT repository location.
+    xinstall ${worksrcpath}/bin/qgit.app/Contents/MacOS/qgit ${destroot}${prefix}/bin
+}
+


Property changes on: trunk/dports/devel/qgit/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080703/a1aa4516/attachment.html 


More information about the macports-changes mailing list