bashforth version 0.56a for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    bashforth  most recent diff


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



      # $Id: Portfile 33058 2008-01-17 10:13:49Z reiffert macports.org $

      PortSystem 1.0
      Name: bashforth
      Version: 0.56a
      Category: lang
      Maintainers: reiffert macports.org
      Description: BashForth is a ForthInterpreter, written entirely in the bash scripting language.
      Long Description: It requires bash v2.04 or higher. Its virtual machine makes use of StringThreadedCode. Because its source code doesn't need to be compiled, it is highly portable (to any platform running bash). Previous versions can be found in the versions archive. See http://forthfreak.net/index.cgi?BashForth for more.

      Homepage: http://forthfreak.net/
      Platform: darwin

      master_sites ${homepage}/bashforth.versions/
      checksums md5 8262e2bdf50730aa6652aeee5ce3855f sha1 61fc03bf98ae241b315fbf55c1fe051bafb559df rmd160 55dc74de95d96e7e3874b7cb62fe394cbeca0b36

      use_configure no

      build {}

      universal_variant no

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/bin/
      eval xinstall -m 755 ${worksrcpath}/bashforth ${destroot}${prefix}/bin/
      }

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

     Where to find more information:

    Darwin Ports



    image test