gforth version 0.6.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gforth  most recent diff


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



      # $Id: Portfile 30235 2007-10-22 23:13:37Z jmpp macports.org $

      PortSystem 1.0
      Name: gforth
      Version: 0.6.2
      Category: lang
      Maintainers: nomaintainer
      Description: fast and portable implementation of the ANS Forth language
      Long Description: Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has (the beginnings of) a manual. Gforth employs traditional implementation techniques: its inner interpreter is indirect or direct threaded.
      Homepage: http://www.gnu.org/software/gforth/
      Platform: darwin
      master_sites gnu
      checksums md5 869112bd762b07fc4d2038a2d9965148

      test.run yes
      test.cmd make
      test.target check bench

      destroot.destdir prefix=${destroot}${prefix} infodir=${destroot}${prefix}/share/info mandir=${destroot}${prefix}/share/man

      post-destroot {
      file delete -force ${destroot}${prefix}/share/info/dir
      }

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

     Where to find more information:

    Darwin Ports



    image test