# $Id: Portfile 60403 2009-11-11 03:25:09Z blair@macports.org $ PortSystem 1.0 name google-collections version 20090211.1.0.4 set real_version 1.0-rc4 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 007dca18f71466803a651f8ece443be1 \ sha1 9c7582da4dce40e4c761afeab593f4547bffa20b \ rmd160 a2e50f8c35a68475a3c2a7f7eff29d2b9686f7c4 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 }