4th version 3.5c2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    4th  most recent diff


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



      # $Id: Portfile 33519 2008-01-28 22:31:24Z mww macports.org $

      PortSystem 1.0

      Name: 4th
      Version: 3.5c2
      Category: lang
      Platform: darwin
      Maintainers: mww
      Description: very small Forth compiler
      Long Description: 4tH is a very small Forth compiler that can create bytecode, C-embeddable bytecode, standalone executables, but also works fine as a scripting language. It supports over 85% of the ANS Forth CORE wordset and features conditional compilation, pipes, files, assertions, forward declarations, recursion, include files, etc.

      Homepage: http://www.xs4all.nl/~thebeez/4tH/foldtree.html
      master_sites http://www.xs4all.nl/~thebeez/4tH/
      distname ${distname}-unix
      checksums sha1 1f1dfb33f43ad45d03acd43878d0fe297d9c4461
      patchfiles patch-Makefile.OSX

      worksrcdir ${worksrcdir}/sources

      post-extract { xinstall -m 755 ${filespath}/configure ${worksrcpath} }

      configure.env-append PREFIX=${prefix}
      build.args -f Makefile.OSX
      destroot.args -f Makefile.OSX

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc
      file copy ${worksrcpath}/../documentation ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/../examples ${destroot}${prefix}/share/doc/${name}/
      file rename ${destroot}${prefix}/share/doc/4th/4th.1 ${destroot}${prefix}/share/man/man1/4th.1
      }

      livecheck.check regex
      livecheck.url http://www.xs4all.nl/~thebeez/4tH/download.html
      livecheck.regex 4th-(\[a-z0-9\\.\]+)-unix.tar.gz


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

     Where to find more information:

    Darwin Ports



    image test