Abcl version 0.16.1 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    version 0.16.1

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


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
      The abcl Portfile 59661 2009-10-19 08:59:32Z easieste macports.org $

      PortSystem 1.0

      Name: abcl
      Version: 0.16.1
      Revision: 0
      Category: lang java
      Maintainers: easieste
      Description: A Common Lisp implementation that runs on the JVM
      Long Description: ABCL is a full implementation of the Common Lisp language featuring both an interpreter and a compiler, running in the JVM. Originally started to be a scripting language for the J editor, it now supports JSR-233 (Java scripting API): it can be a scripting engine in any Java application. Additionally, it can be used to implement (parts of) the application using Java to Lisp integration APIs.
      Homepage: http://common-lisp.net/project/armedbear
      Platform: darwin

      Master Sites: googlecode:abcl-dynamic-install
      distname abcl-src-${version}
      Checksums: md5 219d2a7bd1035110da6b9a4bc73d872d sha1 ee6d111baa3b5f57ff188320d922edc67d69df27 rmd160 f34e9c9e62fd3f176db47a0c11a328bf1acd4939

      depends_build port:apache-ant

      use_configure no

      build.cmd ant
      build.target abcl.wrapper

      post-build {
      reinplace "s|${worksrcpath}/dist/abcl.jar|${prefix}/share/java/abcl/abcl.jar|g" ${worksrcpath}/abcl
      }

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java/abcl
      xinstall -m 644 ${worksrcpath}/dist/abcl.jar ${destroot}${prefix}/share/java/abcl
      xinstall -m 755 ${worksrcpath}/abcl ${destroot}${prefix}/share/java/abcl
      system "ln -fs ${prefix}/share/java/abcl/abcl ${destroot}${prefix}/bin/abcl"
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.