[62192] trunk/dports/java/google-collections/Portfile

blair at macports.org blair at macports.org
Wed Dec 30 14:40:55 PST 2009


Revision: 62192
          http://trac.macports.org/changeset/62192
Author:   blair at macports.org
Date:     2009-12-30 14:40:54 -0800 (Wed, 30 Dec 2009)
Log Message:
-----------
Convert from tabs to spaces.

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

Modified: trunk/dports/java/google-collections/Portfile
===================================================================
--- trunk/dports/java/google-collections/Portfile	2009-12-30 22:39:29 UTC (rev 62191)
+++ trunk/dports/java/google-collections/Portfile	2009-12-30 22:40:54 UTC (rev 62192)
@@ -2,47 +2,47 @@
 
 PortSystem 1.0
 
-name			google-collections
-epoch			1
-version			1.0
-categories		java
-platforms		darwin
-maintainers		blair
-description		Suite of new collections and collection-related classes.
+name                    google-collections
+epoch                   1
+version                 1.0
+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.
+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/
+homepage                http://code.google.com/p/google-collections/
 
-master_sites		googlecode
-distfiles		google-collect-${version}.zip
-distname		google-collect-${version}
-use_zip			yes
+master_sites            googlecode
+distfiles               google-collect-${version}.zip
+distname                google-collect-${version}
+use_zip                 yes
 
-checksums		md5 bb2cd98cfd1676d965d22e27eeebd7cf \
-			sha1 880bce3810c92e7dcdbdfdb03dfc5aa7460da76b \
-			rmd160 db126eaf895ffa4006109fb638a114e3d0cf0776
+checksums               md5 bb2cd98cfd1676d965d22e27eeebd7cf \
+                        sha1 880bce3810c92e7dcdbdfdb03dfc5aa7460da76b \
+                        rmd160 db126eaf895ffa4006109fb638a114e3d0cf0776
 
-depends_lib		bin:java:kaffe
+depends_lib             bin:java:kaffe
 
-use_configure		no
+use_configure           no
 
 build { }
 
 destroot {
-	set javadir ${destroot}${prefix}/share/java
-	set docdir ${destroot}${prefix}/share/doc/${name}
+        set javadir ${destroot}${prefix}/share/java
+        set docdir ${destroot}${prefix}/share/doc/${name}
 
-	xinstall -d -m 755 ${javadir}
-	xinstall -d -m 755 ${docdir}/api
+        xinstall -d -m 755 ${javadir}
+        xinstall -d -m 755 ${docdir}/api
 
-	file copy ${worksrcpath}/google-collect-${version}.jar \
-		${javadir}/google-collect.jar
-	file copy ${worksrcpath}/COPYING ${docdir}
-	file copy ${worksrcpath}/javadoc ${docdir}/api
+        file copy ${worksrcpath}/google-collect-${version}.jar \
+                ${javadir}/google-collect.jar
+        file copy ${worksrcpath}/COPYING ${docdir}
+        file copy ${worksrcpath}/javadoc ${docdir}/api
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091230/af265fc1/attachment.html>


More information about the macports-changes mailing list