Bigloo version 3.2a-2 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 3.2a-2

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


      The bigloo Portfile 50984 2009-05-14 21:08:43Z and.damore macports.org $

      PortSystem 1.0

      Name: bigloo
      Version: 3.2a-2
      Category: lang scheme
      Platform: darwin
      Maintainers: loria.fr:reilles

      Description: Bigloo is a fast Scheme implementation.
      Long Description: Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based programming style where C(++) is usually required. Bigloo attempts to make Scheme practical by offering features usually presented by traditional programming languages but not offered by Scheme and functional programming. Bigloo compiles Scheme modules. It delivers small and fast standalone binary executables. Bigloo enables full connections between Scheme and C programs, between Scheme and Java programs, and between Scheme and C# programs.

      Homepage: http://www-sop.inria.fr/mimosa/fp/Bigloo/
      Master Sites: ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/
      distfiles ${name}${version}.tar.gz
      worksrcdir ${name}${version}
      Checksums: md5 f8cfd4b6c59c585e8ddea086a9fbd385 sha1 020ce982b477c5d967db5235c9cfdd031dc4b45e rmd160 14d94ac6fed947759abc708097f3089b954fde12

      configure.args --mandir=${prefix}/share/man/man1 --infodir=${prefix}/share/info --docdir=${prefix}/share/doc/bigloo --lispdir=${prefix}/share/emacs/site-lisp/bigloo --jvm=yes --native-default-backend --finalization=yes --stack-check=no

      build.target

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.