[47837] trunk/dports/java

blair at macports.org blair at macports.org
Sat Mar 7 10:31:28 PST 2009


Revision: 47837
          http://trac.macports.org/changeset/47837
Author:   blair at macports.org
Date:     2009-03-07 10:31:24 -0800 (Sat, 07 Mar 2009)
Log Message:
-----------
New port for the Google Collections Java library.

Added Paths:
-----------
    trunk/dports/java/google-collections/
    trunk/dports/java/google-collections/Portfile

Added: trunk/dports/java/google-collections/Portfile
===================================================================
--- trunk/dports/java/google-collections/Portfile	                        (rev 0)
+++ trunk/dports/java/google-collections/Portfile	2009-03-07 18:31:24 UTC (rev 47837)
@@ -0,0 +1,47 @@
+# $Id$
+
+PortSystem 1.0
+
+name			google-collections
+version			20090211
+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-snapshot-${version}.zip
+distname		google-collect-snapshot-${version}
+use_zip			yes
+
+checksums		md5 a0f98c8d63eb528a8a9fba3b7231538d \
+			sha1 ebe3ec96bad44af732c43c3612c439b5df0e771f \
+			rmd160 459a5b8ee44be2572874e43482447ebbd62c9330
+
+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-snapshot-${version}.jar \
+		${javadir}/google-collect.jar
+	file copy ${worksrcpath}/COPYING ${docdir}
+	file copy ${worksrcpath}/javadoc ${docdir}/api
+}


Property changes on: trunk/dports/java/google-collections/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090307/0ca552db/attachment.html>


More information about the macports-changes mailing list