# $Id: Portfile 77655 2011-04-08 01:01:18Z blair@macports.org $ PortSystem 1.0 name google-guava set real_version 09 version 0.beta.${real_version} categories java platforms darwin maintainers blair description Google's core libraries for Java 1.5 long_description Google Guava replaces and includes Google Collections \ plus many other important core libraries. It is a \ strict, backward-compatible superset of the Google \ Collections Library. It also includes six months \ worth of bug fixes, documetnation fixes, and \ performance fixes, so it is strongly encouraged to \ instead of Google Collections. homepage http://code.google.com/p/guava-libraries/ master_sites http://guava-libraries.googlecode.com/files distname guava-r${real_version} use_zip yes checksums md5 cc267a70d45a5954f92d361649c85d7f \ sha1 687f3aab924464579673c3cede157eff06a3eb72 \ rmd160 7eac46b87b8d9aff12917f2008714810285b66f3 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 ${docdir}/api ${javadir} file copy ${worksrcpath}/guava-r${real_version}.jar \ ${javadir}/google-guava.jar file copy ${worksrcpath}/COPYING ${docdir} file copy ${worksrcpath}/javadoc ${docdir}/api }