Download and Install coin version 2.5.0 on Mac OS X
Monday the 8th of September, 2008

    coin  most recent diff


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



      # $Id: Portfile 36671 2008-05-10 13:21:22Z css macports.org $

      PortSystem 1.0
      Name: Coin
      Version: 2.5.0
      Description: cross platform C++ OpenGL scene graph library
      Long Description: Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications.

      Category: graphics devel
      Homepage: http://www.coin3d.org/lib/coin/
      Platform: darwin
      Maintainers: css macports.org
      master_sites http://ftp.coin3d.org/coin/src/all/
      checksums md5 1e7cb6afa69f6eed034a64021f7d1bfc sha1 19dc61398d843bff120aec9c640ea814c827b577

      depends_build lib:libX11.6:XFree86 bin:doxygen:doxygen
      depends_lib port:simage

      use_configure yes
      configure.args --with-simage=${prefix} --mandir=${prefix}/share/man

      platform darwin {
      configure.args-append --without-framework --enable-darwin-x11
      }

      Variant: aqua requires darwin {
      configure.args-delete --without-framework --enable-darwin-x11
      configure.args-append --with-framework=${destroot}/Library/Frameworks --without-x
      depends_build-delete lib:libX11.6:XFree86
      }

      Variant: devel {
      configure.args-append --enable-next-minor --enable-debug
      }

      Variant: manpages {
      depends_build-append bin:doxygen:doxygen
      configure.args-append --enable-man --mandir=${prefix}/share/man
      post-destroot {
      file rename ${destroot}${prefix}/share/man/man3/threads.3 ${destroot}${prefix}/share/man/man3/threads-coin.3
      file rename ${destroot}${prefix}/share/man/man3/manips.3 ${destroot}${prefix}/share/man/man3/manips-coin.3
      }
      }

      Variant: threadsafe {
      configure.args-append --enable-threadsafe
      }

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

     Where to find more information:

    Darwin Ports



    image test