ecl version 0.9i for Mac OS X 10.5 Leopard
Friday the 16th of May, 2008

    ecl  most recent diff


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



      # $Id: Portfile 19463 2006-09-09 05:11:55Z waqar macports.org $

      PortSystem 1.0
      Name: ecl
      Version: 0.9i
      Category: lang
      Maintainers: waqar macports.org
      Description: Embeddable Common Lisp
      Long Description: ECL (Embeddable Common Lisp) is an interpreter of the Common Lisp language as described in the X3J13 ANSI specification, featuring CLOS (Common Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables.

      Platform: darwin
      Homepage: http://ecls.sourceforge.net/
      master_sites sourceforge:${name}s
      extract.suffix .tgz
      checksums md5 ea47c0a9f47c510ff4654b44b004537a sha1 52770a719ad176541ff0ef49c6921cd47ff6194c

      depends_lib port:gmp

      configure.args --with-ffi

      pre-destroot {
      reinplace s|${prefix}|${destroot}${prefix}|g ${worksrcpath}/Makefile
      reinplace s|${prefix}|${destroot}${prefix}|g ${worksrcpath}/build/Makefile
      reinplace s|/man/man1|/share/man/man1|g ${worksrcpath}/build/Makefile
      reinplace s|${prefix}|${destroot}${prefix}|g ${worksrcpath}/build/c/Makefile
      reinplace s|${prefix}|${destroot}${prefix}|g ${worksrcpath}/build/gc/Makefile
      reinplace s|${prefix}|${destroot}${prefix}|g ${worksrcpath}/build/gmp/Makefile
      reinplace s|${prefix}|${destroot}${prefix}|g ${worksrcpath}/build/doc/Makefile
      reinplace s|/local/info|/local/share/info|g ${worksrcpath}/build/doc/Makefile
      }

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

     Where to find more information:

    Darwin Ports



    image test