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

    gauche-c-wrapper  most recent diff


    version 0.5.2

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


      The gauche-c-wrapper Portfile 35589 2008-03-30 14:59:11Z akira macports.org $

      PortSystem 1.0

      Name: gauche-c-wrapper
      Version: 0.5.2
      Category: lang scheme
      Maintainers: nomaintainer
      Description: c-wrapper is a FFI (Foreign Function Interface) for Gauche.
      Long Description: c-wrapper is a FFI (Foreign Function Interface) for Gauche.
      Platform: darwin
      Homepage: http://homepage.mac.com/naoki.koguro/prog/c-wrapper/index.html
      Master Sites: http://homepage.mac.com/naoki.koguro/prog/c-wrapper/
      distname c-wrapper-$version
      extract.suffix .tgz
      Checksums: md5 3e226826bfe1f0132b900efba7d1a605
      Patch Files: patch-Makefile.in.diff
      depends_lib port:gauche
      depends_build port:boehmgc port:texi2html

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.