[87222] trunk/dports/devel

phw at macports.org phw at macports.org
Mon Nov 14 02:46:09 PST 2011


Revision: 87222
          http://trac.macports.org/changeset/87222
Author:   phw at macports.org
Date:     2011-11-14 02:46:07 -0800 (Mon, 14 Nov 2011)
Log Message:
-----------
New Port: hub, a git-wrapper for extended git functionality on GitHub

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

Added: trunk/dports/devel/hub/Portfile
===================================================================
--- trunk/dports/devel/hub/Portfile	                        (rev 0)
+++ trunk/dports/devel/hub/Portfile	2011-11-14 10:46:07 UTC (rev 87222)
@@ -0,0 +1,37 @@
+# -*- 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
+
+name                hub
+version             1.6.1
+description         git-wrapper for GitHub specific functionality
+long_description    hub is a command line utility which adds GitHub knowledge to git.\
+                    It can be used on its own or as a git wrapper.
+maintainers         phw openmaintainer
+categories          devel
+license             MIT
+platforms           darwin
+homepage            http://defunkt.io/hub/
+master_sites        ${homepage}
+distname            hub
+distfiles           standalone
+
+checksums           rmd160  53070534d81ebeffd51366236c2a89a06472d091 \
+                    sha256  835b96f62ccad877c0ab0cbcbb7ddf1f894545547ca4585c8303aeb73cd93243
+
+
+extract {
+    xinstall ${distpath}/standalone  ${workpath}
+    file rename ${workpath}/standalone ${workpath}/hub
+
+}
+use_configure       no
+build       {}
+destroot    {
+            xinstall ${worksrcpath} ${destroot}${prefix}/bin
+            }
+
+livecheck.type      regex
+livecheck.regex     "VERSION = \'(\\d+(?:\\.\\d+)*)\'"
+livecheck.url       "https://raw.github.com/defunkt/hub/master/lib/hub/version.rb"


Property changes on: trunk/dports/devel/hub/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/20111114/affcb6fd/attachment.html>


More information about the macports-changes mailing list