[103824] trunk/dports/sysutils

g5pw at macports.org g5pw at macports.org
Fri Mar 8 00:29:25 PST 2013


Revision: 103824
          https://trac.macports.org/changeset/103824
Author:   g5pw at macports.org
Date:     2013-03-08 00:29:25 -0800 (Fri, 08 Mar 2013)
Log Message:
-----------
sysutils/fasd:
  new port

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

Added: trunk/dports/sysutils/fasd/Portfile
===================================================================
--- trunk/dports/sysutils/fasd/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/fasd/Portfile	2013-03-08 08:29:25 UTC (rev 103824)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=portfile:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           github 1.0
+
+github.setup        clvv fasd 1.0.1
+maintainers         g5pw openmaintainer
+
+categories          sysutils
+description         Fasd (pronounced similar to 'fast') is a command-line \
+                    productivity booster.
+long_description    ${description} Fasd offers quick access to files and \
+                    directories for POSIX shells. It is inspired by tools like \
+                    autojump, z and v. Fasd keeps track of files and \
+                    directories you have accessed, so that you can quickly \
+                    reference them in the command line.
+
+platforms           darwin
+license             MIT
+
+use_configure	    no
+supported_archs     noarch
+
+checksums           rmd160  98e603df02e85047ddbab9885e7d033cfc6c1ee0 \
+                    sha256  01b1ade8811dd40018da23481c91a0c501fc339d6495bd65eb139c7ab31122f5
+
+build {}
+
+destroot.env-append PREFIX=${prefix}
+
+notes               "To get fasd working in a shell, some initialization code must be run. Put the line below in your shell rc:
+
+eval \"\$(fasd --init auto)\"
+
+"


Property changes on: trunk/dports/sysutils/fasd/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/20130308/6254bd2c/attachment.html>


More information about the macports-changes mailing list