# $Id: Portfile 61374 2009-12-09 21:49:11Z blair@macports.org $ PortSystem 1.0 name google-collections version 20090211.1.0.5 set real_version 1.0-rc5 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 d654f571562f8cdbbed55d0372965c5e \ sha1 2ccdccf57366a0302ab7ba08c888800ac4f2349b \ rmd160 a7bfcc0f3ba23e078418a54c0337f65227687f11 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 }