librep version 0.17 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    librep  most recent diff


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



      # $Id: Portfile 20322 2006-11-01 23:02:31Z blair macports.org $
      PortSystem 1.0
      Name: librep
      Version: 0.17
      Category: lang
      Maintainers: lloyd hilaiel.com
      Description: A shared library implementing a Lisp dialect
      Long Description: librep is a shared library implementing a Lisp dialect that is lightweight, reasonably fast, and highly extensible. It contains an interpreter, byte-code compiler and virtual machine. Applications may use the interpreter as an extension language, or it may be used for standalone scripts.
      Homepage: http://librep.sourceforge.net
      master_sites sourceforge
      checksums md5 ad4ad851ff9f82a5d61024cd96bc2998

      # TODO variant with readline support
      configure.args --without-readline --prefix=${prefix} --infodir=${prefix}/share/info --mandir=${prefix}/share/man

      depends_lib port:gdbm port:gmp

      # 10.3 and i386 are fine with the default 'stack-direction=-1' but 10.4 ppc needs 1
      platform darwin 8 powerpc {
      configure.args-append --with-stack-direction=1
      }


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

     Where to find more information:

    Darwin Ports



    image test