gauche-gl version 0.4.4 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gauche-gl  most recent diff


      View the most recent changes for the gauche-gl port at: gauche-gl.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gauche-gl.
      The raw portfile for gauche-gl 0.4.4 is located here:
      http://gauche-gl.darwinports.com/dports/lang/gauche-gl/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-gl
      Google
      Web Darwinports.com



      # $Id: Portfile 30845 2007-11-08 11:25:34Z takanori macports.org $

      PortSystem 1.0
      Name: gauche-gl
      Version: 0.4.4
      Category: lang scheme
      Maintainers: nomaintainer
      Description: OpenGL binding for the Gauche
      Long Description: Gauche-gl is an extension module of Gauche Scheme implementation. It provides gl, gl.glut and gl.math3d modules.
      Platform: darwin
      Homepage: http://www.shiro.dreamhost.com/scheme/gauche/
      master_sites sourceforge:gauche
      distname Gauche-gl-$version
      extract.suffix .tgz
      checksums md5 052d1b97f10a3333d38e365fa4d3d5af
      depends_lib port:gauche

      post-destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
      eval xinstall -m 644 [glob ${worksrcpath}/doc/*.html] ${destroot}${prefix}/share/doc/${name}
      file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
      }

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

     Where to find more information:

    Darwin Ports



    image test