ficl version 4.0.31 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    ficl  most recent diff


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



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

      PortSystem 1.0
      Name: ficl
      Version: 4.0.31
      revision 1
      Category: lang
      Maintainers: nomaintainer
      Platform: darwin
      Description: Ficl is an acronym for Forth Inspired Command Language
      Long Description: Ficl is a programming language interpreter designed to be embedded into other systems as a command, macro, and development prototyping language.

      Homepage: http://ficl.sourceforge.net/
      master_sites sourceforge
      checksums md5 7f9ca6093730554f5f66beaa46a652d4
      distname ${name}${version}
      worksrcdir .
      configure {}
      build { system "cd ${worksrcpath} && make -f Makefile.ansi" }
      destroot {
      file copy ${worksrcpath}/ficl ${destroot}${prefix}/bin
      file copy ${worksrcpath}/libficl.a ${destroot}${prefix}/lib
      delete ${destroot}${prefix}/share/man
      }

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

     Where to find more information:

    Darwin Ports



    image test