chicken version 2.6 for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    chicken  most recent diff


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



      # $Id: Portfile 33441 2008-01-27 11:46:26Z ryandesign macports.org $

      PortSystem 1.0
      Name: chicken
      Version: 2.6
      Category: lang scheme
      Maintainers: arto.bendiken gmail.com waqar macports.org
      Description: Compiler for the Scheme programming language
      Long Description: Chicken produces portable, efficient C, supports almost all of the current Scheme language standard, the Revised5 Report on the Algorithmic Language Scheme (R5RS ), and includes many enhancements and extensions.
      Homepage: http://www.call-with-current-continuation.org/
      Platform: darwin
      master_sites http://www.call-with-current-continuation.org/
      checksums sha1 4010d21db1b0d2df3b3ab392503be4bb19073bbd
      configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man --enable-gc-hooks --enable-apply-hook --enable-extra-symbol-slot --enable-symbol-gc

      platform darwin 8 {
      configure.cflags-append "-I${prefix}/include"
      }

      Variant: no-hooks {
      configure.args-delete --enable-gc-hooks --enable-apply-hook
      configure.args-append --disable-gc-hooks --disable-apply-hook
      }

      Variant: no-symslot {
      configure.args-delete --enable-extra-symbol-slot
      configure.args-append --disable-extra-symbol-slot
      }

      Variant: no-symgc {
      configure.args-delete --enable-symbol-gc
      configure.args-append --disable-symbol-gc
      }

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

     Where to find more information:

    Darwin Ports



    image test