# $Id: 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 categories java platforms 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 }