Cdargs version 1.35 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 1.35

      View the most recent changes for the cdargs port at: cdargs.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for cdargs.
      The raw portfile for cdargs 1.35 is located here:
      http://cdargs.darwinports.com/dports/sysutils/cdargs/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/cdargs


      The cdargs Portfile 50984 2009-05-14 21:08:43Z and.damore macports.org $

      PortSystem 1.0

      Name: cdargs
      Version: 1.35
      Category: sysutils
      Maintainers: entropy.ch:reg.macports
      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.

      Homepage: http://www.skamphausen.de/cgi-bin/ska/CDargs

      Platform: darwin

      Master Sites: http://www.skamphausen.de/downloads/cdargs/

      Checksums: md5 50be618d67f0b9f2439526193c69c567 sha1 20017d09d3259fcd1385754554a3e17a1c975f9b rmd160 44cbe35281ab29fa48149792c34afa61d117e33d

      configure.args --mandir=${prefix}/share/man

      post-destroot {
      # Install helper files not installed by the Makefile
      xinstall -d ${destroot}${prefix}/etc/profile.d
      xinstall -m 644 -W ${worksrcpath}/contrib cdargs-bash.sh cdargs-tcsh.csh ${destroot}${prefix}/etc/profile.d
      }

      post-activate {
      ui_msg "
      To use ${name}, you need to source it from your shell's startup file.

      If you're using bash, add these lines to your bash startup file:

      if \[ -f ${prefix}/etc/profile.d/cdargs-bash.sh \]; then
      source ${prefix}/etc/profile.d/cdargs-bash.sh
      fi

      If you're using tcsh, add these lines to your tcsh startup file:

      if ( -f ${prefix}/etc/profile.d/cdargs-tcsh.csh ) then
      source ${prefix}/etc/profile.d/cdargs-tcsh.csh
      endif
      "
      }

      livecheck.url [lindex ${master_sites} 0]?N=D
      livecheck.regex ${name}-(\[0-9.\]+)\\.tar

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/cdargs
      % sudo port install cdargs
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching cdargs
      ---> Verifying checksum for cdargs
      ---> Extracting cdargs
      ---> Configuring cdargs
      ---> Building cdargs with target all
      ---> Staging cdargs into destroot
      ---> Installing cdargs
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using cdargs with these commands:
      %  man cdargs
      % apropos cdargs
      % which cdargs
      % locate cdargs

     Where to find more information:

    Darwin Ports



    Lightbox this page.