[139272] trunk/dports/sysutils

chunyang at macports.org chunyang at macports.org
Mon Aug 10 10:42:29 PDT 2015


Revision: 139272
          https://trac.macports.org/changeset/139272
Author:   chunyang at macports.org
Date:     2015-08-10 10:42:29 -0700 (Mon, 10 Aug 2015)
Log Message:
-----------
z: new port, version 1.8

Added Paths:
-----------
    trunk/dports/sysutils/z/
    trunk/dports/sysutils/z/Portfile

Added: trunk/dports/sysutils/z/Portfile
===================================================================
--- trunk/dports/sysutils/z/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/z/Portfile	2015-08-10 17:42:29 UTC (rev 139272)
@@ -0,0 +1,35 @@
+# -*- 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        rupa z 1.8 v
+categories          sysutils
+maintainers         chunyang openmaintainer
+description         Tracks most-used directories to make cd smarter
+long_description    ${name} is a shell utility for navigating most-used \
+                    directories.
+platforms           darwin
+license             WTFPL
+
+checksums           rmd160  844fcca6103a9f4c8d95ab5f9622c52ef896cfc2 \
+                    sha256  894b9965f980823cb57a32b01da638f2055aa3bc1864eb8d9e890a5e33f2597c
+
+use_configure       no
+
+build {}
+
+destroot {
+    xinstall -d ${destroot}${prefix}/etc/profile.d/
+    xinstall -m 0644 ${worksrcpath}/z.sh ${destroot}${prefix}/etc/profile.d/
+    xinstall -m 0444 ${worksrcpath}/z.1 ${destroot}${prefix}/share/man/man1/
+}
+
+notes "
+To use z for bash or zsh, put something like this in your .bashrc or .zshrc:
+
+. ${prefix}/etc/profile.d/z.sh
+
+cd around for a while to build up the db.
+"


Property changes on: trunk/dports/sysutils/z/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/20150810/fb64d6fa/attachment-0001.html>


More information about the macports-changes mailing list