gauche-c-wrapper version 0.5.2 for Mac OS X 10.5 Leopard
Saturday the 17th of May, 2008

    gauche-c-wrapper  most recent diff


      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
      Google
      Web Darwinports.com



      # $Id: Portfile 30844 2007-11-08 11:25:10Z takanori macports.org $

      PortSystem 1.0
      Name: gauche-c-wrapper
      Version: 0.5.2
      Category: lang scheme
      Maintainers: yuhei pop21.odn.ne.jp
      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
      patchfiles patch-Makefile.in
      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



    image test