[89333] trunk/dports/devel

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Jan 25 08:35:57 PST 2012


Revision: 89333
          http://trac.macports.org/changeset/89333
Author:   singingwolfboy at macports.org
Date:     2012-01-25 08:35:54 -0800 (Wed, 25 Jan 2012)
Log Message:
-----------
New port: git-extras

Added Paths:
-----------
    trunk/dports/devel/git-extras/
    trunk/dports/devel/git-extras/Portfile

Added: trunk/dports/devel/git-extras/Portfile
===================================================================
--- trunk/dports/devel/git-extras/Portfile	                        (rev 0)
+++ trunk/dports/devel/git-extras/Portfile	2012-01-25 16:35:54 UTC (rev 89333)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem              1.0
+PortGroup               github 1.0
+
+github.setup            visionmedia git-extras 0.9.0
+maintainers             singingwolfboy openmaintainer
+platforms               darwin
+
+description             Git utilities
+long_description        \
+    ${description} -- repo summary, repl, changelog population, author \
+    commit percentages and more
+license                 MIT
+checksums               rmd160  fb2187fec553ad91519b6012a81fe0fdeda7ee77 \
+                        sha256  926ec2c50930e01f461a11eac13a16fd9fb91b852b67d7766810a5c5a986e00e
+
+configure {
+    reinplace "s| /etc| ${prefix}/etc|g" ${worksrcpath}/Makefile
+}
+build {}
+destroot.destdir        PREFIX=${destroot}${prefix}
+post-destroot {
+    set docdir ${destroot}${prefix}/share/doc/${subport}
+    xinstall -d ${docdir}
+    eval xinstall -m 644 [glob ${worksrcpath}/man/*.html] ${docdir}
+}


Property changes on: trunk/dports/devel/git-extras/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120125/a26fe1a1/attachment.html>


More information about the macports-changes mailing list