Google-collections version 20090211.1.0.3 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    google-collections  most recent diff


    version 20090211.1.0.3

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


      The google-collections Portfile 59571 2009-10-17 06:21:48Z blair macports.org $

      PortSystem 1.0

      Name: google-collections
      Version: 20090211.1.0.3
      set real_version 1.0-rc3
      Category: java
      Platform: darwin
      Maintainers: blair
      Description: Suite of new collections and collection-related classes.

      Long Description: The Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0, brought to you by Google. This library is a natural extension of the Java Collections Framework you already know and love. The major new types are: BiMap, Multiset, Multimap and Ordering.

      Homepage: http://code.google.com/p/google-collections/

      Master Sites: googlecode
      distfiles google-collect-${real_version}.zip
      distname google-collect-${real_version}
      use_zip yes

      Checksums: md5 4dc92af7f02ee3a1af41102d800e76e5 sha1 53d4c666442c88f04c213cb546eadfebce051f17 rmd160 636be162395847ee2e7a75a0953fe4252c350bf4

      depends_lib bin:java:kaffe

      use_configure no

      build { }

      destroot {
      set javadir ${destroot}${prefix}/share/java
      set docdir ${destroot}${prefix}/share/doc/${name}

      xinstall -d -m 755 ${javadir}
      xinstall -d -m 755 ${docdir}/api

      file copy ${worksrcpath}/google-collect-${real_version}.jar ${javadir}/google-collect.jar
      file copy ${worksrcpath}/COPYING ${docdir}
      file copy ${worksrcpath}/javadoc ${docdir}/api
      }

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

     Where to find more information:

    Darwin Ports



    Lightbox this page.