[79711] trunk/dports/java/jgoodies-looks/Portfile

blair at macports.org blair at macports.org
Thu Jun 23 13:58:31 PDT 2011


Revision: 79711
          http://trac.macports.org/changeset/79711
Author:   blair at macports.org
Date:     2011-06-23 13:58:30 -0700 (Thu, 23 Jun 2011)
Log Message:
-----------
jgoodies-looks: replace all tabs with spaces.

Modified Paths:
--------------
    trunk/dports/java/jgoodies-looks/Portfile

Modified: trunk/dports/java/jgoodies-looks/Portfile
===================================================================
--- trunk/dports/java/jgoodies-looks/Portfile	2011-06-23 20:58:15 UTC (rev 79710)
+++ trunk/dports/java/jgoodies-looks/Portfile	2011-06-23 20:58:30 UTC (rev 79711)
@@ -1,44 +1,44 @@
 # $Id$
 
 PortSystem 1.0
-name			jgoodies-looks
-version			2.4.1
-categories		java
-platforms		darwin
-maintainers		blair
+name                    jgoodies-looks
+version                 2.4.1
+categories              java
+platforms               darwin
+maintainers             blair
 
-description		High-fidelity Windows and multi-platform appearance.
-long_description	The JGoodies look and feels make your Swing \
-			applications and applets look better.  They have been \
-			optimized for readability, precise micro-design and \
-			usability.
-homepage		http://www.jgoodies.com/freeware/looks/
+description             High-fidelity Windows and multi-platform appearance.
+long_description        The JGoodies look and feels make your Swing \
+                        applications and applets look better.  They have been \
+                        optimized for readability, precise micro-design and \
+                        usability.
+homepage                http://www.jgoodies.com/freeware/looks/
 
-master_sites		http://www.jgoodies.com/download/libraries/looks/
-distname		${name}-2_4_1
-checksums		md5 e3fd227ca88ead7802bc8dbf052a2a4a \
-			sha1 85e7aa3fecb42bbd1bf6ce66d15bfd91db5f3178 \
-			rmd160 077dd39a3aec52a9a485237f4e92f15bf93b5dc9
-use_zip			yes
+master_sites            http://www.jgoodies.com/download/libraries/looks/
+distname                ${name}-2_4_1
+checksums               md5 e3fd227ca88ead7802bc8dbf052a2a4a \
+                        sha1 85e7aa3fecb42bbd1bf6ce66d15bfd91db5f3178 \
+                        rmd160 077dd39a3aec52a9a485237f4e92f15bf93b5dc9
+use_zip                 yes
 
-depends_lib		bin:java:kaffe \
-			port:jgoodies-common
+depends_lib             bin:java:kaffe \
+                        port:jgoodies-common
 
-use_configure		no
+use_configure           no
 
-worksrcdir		${name}-${version}
+worksrcdir              ${name}-${version}
 
-build.cmd		true
+build.cmd               true
 
 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}
+        xinstall -d -m 755 ${javadir}
+        xinstall -d -m 755 ${docdir}
 
-	file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar
-	foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} {
-		file copy ${worksrcpath}/${f} ${docdir}/
-	}
+        file copy ${worksrcpath}/${name}-${version}.jar ${javadir}/${name}.jar
+        foreach f {LICENSE.txt README.html RELEASE-NOTES.txt docs} {
+                file copy ${worksrcpath}/${f} ${docdir}/
+        }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110623/f1294f54/attachment-0001.html>


More information about the macports-changes mailing list