[39729] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Mon Sep 1 15:14:56 PDT 2008


Revision: 39729
          http://trac.macosforge.org/projects/macports/changeset/39729
Author:   ryandesign at macports.org
Date:     2008-09-01 15:14:55 -0700 (Mon, 01 Sep 2008)
Log Message:
-----------
cdargs: new port, version 1.35; from #16420

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

Added: trunk/dports/sysutils/cdargs/Portfile
===================================================================
--- trunk/dports/sysutils/cdargs/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/cdargs/Portfile	2008-09-01 22:14:55 UTC (rev 39729)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem      1.0
+
+name            cdargs
+version         1.35
+categories      sysutils
+maintainers     reg.macports at entropy.ch
+description     Bookmarks for the shell
+long_description \
+    CDargs heavily enhances the navigation of the common unix \
+    file-system inside the shell. It plugs into the shell built-in \
+    cd-command (via a shell function or an alias) and thus adds \
+    bookmarks and a browser to it. It enables you to move to a very \
+    distant place in the file-system with just a few keystrokes. \
+    This is the kind of thing that power shell users invent when even \
+    the almighty and wonderful TAB-completion is too much typing. \
+    \
+    Note that you should source the ${prefix}/etc/profile.d/cdargs-bash.sh \
+    file in your shell's startup script file.
+
+homepage        http://www.skamphausen.de/cgi-bin/ska/CDargs
+
+platforms       darwin
+
+master_sites    http://www.skamphausen.de/downloads/cdargs/
+
+checksums       md5 50be618d67f0b9f2439526193c69c567 \
+                sha1 20017d09d3259fcd1385754554a3e17a1c975f9b \
+                rmd160 44cbe35281ab29fa48149792c34afa61d117e33d
+
+configure.args  --prefix=${prefix} \
+                --mandir=${prefix}/share/man
+
+post-destroot {
+    # Install helper files not installed by the Makefile
+    file mkdir ${destroot}${prefix}/etc/profile.d
+    file copy ${worksrcpath}/contrib/cdargs-bash.sh ${destroot}${prefix}/etc/profile.d
+    file copy ${worksrcpath}/contrib/cdargs-tcsh.csh ${destroot}${prefix}/etc/profile.d
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080901/f48ce257/attachment.html 


More information about the macports-changes mailing list