Gauche version 0.8.13 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    version 0.8.13

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


      The gauche Portfile 57558 2009-09-13 05:57:50Z akitada macports.org $
      # -*- 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

      PortSystem 1.0

      Name: gauche
      Version: 0.8.13
      Category: lang scheme
      Maintainers: akitada openmaintainer
      Description: A script interpreter based on Scheme
      Long Description: Gauche is a script interpreter based on Scheme. Gauche conforms the language standard 'Revised^5 Report on the Algorithmic Language Scheme' and supports various common libraries defined in SRFIs. The goal of Gauche is to provide a handy tool for programmers and system administrators to handle daily works conveniently and efficiently in the production environment. There are lots of Scheme implementations available, and each of them has its design emphasis and weeknesses. Gauche is designed with emphasis on Quick startup, Multibyte strings, Modular development, Integrated object system, System interface and Enhanced I/O.
      Platform: darwin
      Homepage: http://www.shiro.dreamhost.com/scheme/gauche/
      Master Sites: sourceforge
      distname Gauche-${version}
      distfiles ${distname}.tgz
      Checksums: md5 65669fd7a8916cc9496965ed2ae43c98 sha1 fbbd3496a1088c5b36d446c4479f9db1dac2d1e0 rmd160 0430e6b99b85b5d1b5cc636d2ebbceac9ad1c80e

      Patch Files: patch-gc_Makefile.in
      depends_lib port:gdbm port:libiconv port:slib

      configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info --with-local=${prefix} --enable-multibyte=utf-8 --with-iconv=${prefix} --with-slib=${prefix}/lib/slib --enable-threads=pthreads --enable-ipv6

      test.run yes

      destroot.target slibcat-in-place install-pkg install-doc

      Variant: euc_jp conflicts sjis no_multibyte { configure.args-delete --enable-multibyte=utf-8
      configure.args-append --enable-multibyte=euc-jp }
      Variant: sjis conflicts euc_jp no_multibyte { configure.args-delete --enable-multibyte=utf-8
      configure.args-append --enable-multibyte=sjis }
      Variant: no_multibyte conflicts euc_jp sjis { configure.args-delete --enable-multibyte=utf-8
      configure.args-append --enable-multibyte=no }
      Variant: no_iconv { depends_lib-delete port:libiconv
      configure.args-delete --with-iconv=${prefix} }
      Variant: no_gdbm { depends_lib-delete port:gdbm }
      Variant: no_slib { depends_lib-delete port:slib
      configure.args-delete --with-slib=${prefix}/lib/slib }
      Variant: no_threads { configure.args-delete --enable-threads=pthreads }
      Variant: no_ipv6 { configure.args-delete --enable-ipv6 }


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.