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

    version 20070214

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


      The add Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: add
      Version: 20070214
      Category: math
      Platform: darwin
      Maintainers: jmpp openmaintainer

      Description: Fixed-point, full screen calculator.
      Long Description: add is a fixed-point calculator that operates as a full-screen editor. It is designed for use as a checkbook or expense-account balancing tool.

      Homepage: http://dickey.his.com/add/
      Master Sites: ftp://invisible-island.net/add/
      extract.suffix .tgz
      Checksums: md5 939091db5323c54b6bf65dd01885db9d sha1 a8afdb2e83a69847c805e874ec30f9eb7edbb182 rmd160 a860640c3054e4bc700ae74bea4a5f26e50932a9

      depends_lib port:ncurses

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

      post-destroot {
      xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name}
      file rename ${destroot}${prefix}/bin/add.hlp ${destroot}${prefix}/share/doc/${name}
      }

      livecheck.type regex
      livecheck.url ${master_sites}
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

    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/add
      % sudo port install add
      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 add
      ---> Verifying checksum for add
      ---> Extracting add
      ---> Configuring add
      ---> Building add with target all
      ---> Staging add into destroot
      ---> Installing add
    - 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 add with these commands:
      %  man add
      % apropos add
      % which add
      % locate add

     Where to find more information:

    Darwin Ports



    Lightbox this page.