[122829] trunk/dports/devel

cal at macports.org cal at macports.org
Thu Jul 31 03:21:53 PDT 2014


Revision: 122829
          https://trac.macports.org/changeset/122829
Author:   cal at macports.org
Date:     2014-07-31 03:21:52 -0700 (Thu, 31 Jul 2014)
Log Message:
-----------
new port: git-flow-bash-completion, closes #26818

Added Paths:
-----------
    trunk/dports/devel/git-flow-bash-completion/
    trunk/dports/devel/git-flow-bash-completion/Portfile

Added: trunk/dports/devel/git-flow-bash-completion/Portfile
===================================================================
--- trunk/dports/devel/git-flow-bash-completion/Portfile	                        (rev 0)
+++ trunk/dports/devel/git-flow-bash-completion/Portfile	2014-07-31 10:21:52 UTC (rev 122829)
@@ -0,0 +1,40 @@
+# -*- 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            bobthecow git-flow-completion 0.4.2
+
+name                    git-flow-bash-completion
+categories              devel
+maintainers             maiar.org:jason-macports openmaintainer
+license                 MIT
+
+description             Bash completion support for git-flow.
+
+long_description        The contained bash completion routines provide \
+                        support for completing: \
+                        \n\t* git-flow init and version \
+                        \n\t* feature, hotfix and release branches \
+                        \n\t* remote feature, hotfix and release branch names
+
+homepage                https://github.com/bobthecow/git-flow-completion
+
+fetch.type              git
+
+platforms               darwin
+supported_archs         noarch
+
+depends_run-append      port:git-flow \
+                        port:bash-completion
+
+universal_variant       no
+use_configure           no
+
+build {}
+
+destroot {
+  xinstall -d 0755 ${destroot}${prefix}/etc/bash_completion.d
+  copy ${worksrcpath}/git-flow-completion.bash ${destroot}${prefix}/etc/bash_completion.d/git-flow
+}


Property changes on: trunk/dports/devel/git-flow-bash-completion/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/20140731/f64f93ae/attachment.html>


More information about the macports-changes mailing list