[114630] trunk/dports/sysutils

g5pw at macports.org g5pw at macports.org
Thu Dec 12 05:13:02 PST 2013


Revision: 114630
          https://trac.macports.org/changeset/114630
Author:   g5pw at macports.org
Date:     2013-12-12 05:13:02 -0800 (Thu, 12 Dec 2013)
Log Message:
-----------
sysutils/zsh-completions:
  new port, includes port completion file

Added Paths:
-----------
    trunk/dports/sysutils/zsh-completions/
    trunk/dports/sysutils/zsh-completions/Portfile

Added: trunk/dports/sysutils/zsh-completions/Portfile
===================================================================
--- trunk/dports/sysutils/zsh-completions/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/zsh-completions/Portfile	2013-12-12 13:13:02 UTC (rev 114630)
@@ -0,0 +1,28 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8::et:sw=4:ts=4:sts=4
+# $Id$
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        zsh-users zsh-completions 0.10.0
+maintainers         g5pw openmaintainer
+categories          sysutils shells
+description         Additional completion definitions for Zsh.
+long_description    Additional completion definitions for Zsh. \
+                    This projects aims at gathering/developing new completion \
+                    scripts that are not available in Zsh yet. The scripts are \
+                    meant to be contributed to the Zsh project when stable \
+                    enough.
+platforms           darwin
+supported_archs     noarch
+
+checksums           rmd160  3bb25dc501722a16709abade2f1d636ea7293f5a \
+                    sha256  7bd4f1beb702497c9257f4cefe617919ee01cbaa04f91ab7cc434add087b53d2
+
+use_configure       no
+
+build {}
+
+destroot {
+    xinstall -d ${destroot}${prefix}/share/zsh/
+    copy ${worksrcpath}/src ${destroot}${prefix}/share/zsh/site-functions
+}


Property changes on: trunk/dports/sysutils/zsh-completions/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/20131212/f2293232/attachment-0001.html>


More information about the macports-changes mailing list