bf2c version 1.2.3 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    bf2c  most recent diff


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



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

      PortSystem 1.0
      Name: bf2c
      Version: 1.2.3
      Category: lang
      Maintainers: nomaintainer
      Description: optimizing BrainF*ck to C compiler
      Long Description: BrainF*ck is a minimalistic but Turing complete programming language devised by Urban Mueller. It is oriented around a tape, a read/write head, an input device and an output device. This program converts Brainf*ck source into C, while attempting to optimize.
      Homepage: http://bf2c.sourceforge.net/
      Platform: darwin
      master_sites sourceforge
      checksums md5 72cabfb53dfab3f83de7ea901dfbb411

      use_configure no

      destroot {
      xinstall -m 555 ${worksrcpath}/bf2c ${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/bf2c
      % sudo port install bf2c
      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 bf2c
      ---> Verifying checksum for bf2c
      ---> Extracting bf2c
      ---> Configuring bf2c
      ---> Building bf2c with target all
      ---> Staging bf2c into destroot
      ---> Installing bf2c
    - 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 bf2c with these commands:
      %  man bf2c
      % apropos bf2c
      % which bf2c
      % locate bf2c

     Where to find more information:

    Darwin Ports



    image test