Download and Install trove4j version 1.0.2 on Mac OS X
Tuesday the 2nd of December, 2008

    trove4j  most recent diff


    version 1.0.2

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



      # $Id: Portfile 30233 2007-10-22 23:09:00Z jmpp macports.org $

      PortSystem 1.0

      Name: trove4j
      Version: 1.0.2
      Category: java
      Platform: darwin
      Maintainers: nomaintainer
      Description: high performance collections for Java objects and primitive types
      Long Description: ${description}

      Homepage: http://trove4j.sourceforge.net/
      master_sites sourceforge
      distname trove-${version}
      checksums md5 a246a09db112b7986b02c2a9f771bae0

      worksrcdir ${worksrcdir}/src

      post-extract {
      file copy ${filespath}/Makefile ${worksrcpath}
      }

      use_configure no

      destroot {
      xinstall -m 755 -d ${destroot}${prefix}/share/java ${destroot}${prefix}/share/share/doc
      xinstall -m 644 ${worksrcpath}/trove4j.jar ${destroot}${prefix}/share/java
      file copy ${worksrcpath}/../javadocs ${destroot}${prefix}/share/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/trove4j
      % sudo port install trove4j
      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 trove4j
      ---> Verifying checksum for trove4j
      ---> Extracting trove4j
      ---> Configuring trove4j
      ---> Building trove4j with target all
      ---> Staging trove4j into destroot
      ---> Installing trove4j
    - 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 trove4j with these commands:
      %  man trove4j
      % apropos trove4j
      % which trove4j
      % locate trove4j

     Where to find more information:

    Darwin Ports



    Lightbox this page.