# $Id$ PortSystem 1.0 name cdargs version 1.35 categories sysutils maintainers reg.macports@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 }