guile version 1.8.3 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    guile  most recent diff


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



      # $Id: Portfile 33041 2008-01-17 04:57:01Z ryandesign macports.org $

      PortSystem 1.0
      Name: guile
      Version: 1.8.3
      Category: lang
      Maintainers: nomaintainer
      Platform: darwin

      Description: GNU's Ubiquitous Intelligent Language for Extension (guile)
      Long Description: Guile is an interpreter for the Scheme programming language, packaged for use in a wide variety of environments. Guile implements Scheme as described in the Revised^5 Report on the Algorithmic Language Scheme (usually known as R5RS), providing clean and general data and control structures. Guile goes beyond the rather austere language presented in R5RS, extending it with a module system, full access to POSIX system calls, networking support, multiple threads, dynamic linking, a foreign function call interface, powerful string processing, and many other features needed for programming in the real world.

      #user_notes You may need to set the environment variable # DYLD_LIBRARY_PATH to ${prefix}/lib (or wherever # the guile libraries have been installed) if you want # to load guile modules from an application linked with # libguile. This should only apply to developers using # guile as an extension language.

      distname guile-${version}
      Homepage: http://www.gnu.org/software/guile/guile.html
      master_sites ftp://ftp.gnu.org/pub/gnu/guile/

      checksums md5 7fd016924e1bc3e273f4009a080942de sha1 26cf7b70d4caff8fe2a5fbcc363f2457bc591c2b

      patchfiles patch-srfi-60.c.diff patch-slib.scm.diff patch-libguile-_scm.h.diff patch-libguile-fports.c.diff

      depends_lib port:readline port:gmp

      configure.args CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib" --infodir="${prefix}/share/info" --mandir="${prefix}/share/man" --enable-regex

      platform darwin 6 {
      depends_lib-append port:dlcompat
      }

      #post-destroot {
      # file delete ${destroot}${prefix}/share/${name}/1.6/ice-9/and-let\*.scm
      # }

      livecheck.check regex
      livecheck.url "http://ftp.gnu.org/pub/gnu/guile/?C=N;O=D"
      livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"

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

     Where to find more information:

    Darwin Ports



    image test