Cosmoplayer version 2.1.1 - How to Download and Install on Mac OS X
Monday the 23rd of November, 2009

    cosmoplayer  most recent diff


    version 2.1.1

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


      The cosmoplayer Portfile 50980 2009-05-14 19:41:55Z and.damore macports.org $

      PortSystem 1.0
      Name: cosmoplayer
      Version: 2.1.1
      Category: devel
      Maintainers: gwright
      Platform: darwin

      Description: Java classes to support VRML

      Homepage: http://www.sgi.com/products/software/cosmo/
      Master Sites: http://opendx.npaci.edu/libs/

      Checksums: md5 e714c838a012bab0fcf670c21a716ed3

      distname ${name}-jar

      post-extract {
      file rename ${workpath}/comsoplayer-jar ${workpath}/${distname}
      }

      use_configure no
      build { }
      destroot {
      set java_share_dir ${destroot}${prefix}/share/java
      file mkdir ${java_share_dir}
      file copy ${worksrcpath}/npcosmop211.jar ${java_share_dir}
      }

      universal_variant no


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

     Where to find more information:

    Darwin Ports



    Lightbox this page.