[79712] trunk/dports/java/jgoodies-forms/Portfile

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


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

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

Modified: trunk/dports/java/jgoodies-forms/Portfile
===================================================================
--- trunk/dports/java/jgoodies-forms/Portfile	2011-06-23 20:58:30 UTC (rev 79711)
+++ trunk/dports/java/jgoodies-forms/Portfile	2011-06-23 20:58:43 UTC (rev 79712)
@@ -1,45 +1,45 @@
 # $Id$
 
 PortSystem 1.0
-name			jgoodies-forms
-version			1.4.1
-categories		java
-platforms		darwin
-maintainers		blair
+name                    jgoodies-forms
+version                 1.4.1
+categories              java
+platforms               darwin
+maintainers             blair
 
-description		Framework to lay out and implement Swing panels.
-long_description	The JGoodies Forms framework helps you lay out and \
-			implement elegant Swing panels quickly and \
-			consistently.  It makes simple things easy and the \
-			hard stuff possible, the good design easy and the \
-			bad difficult.
-homepage		http://www.jgoodies.com/freeware/forms/
+description             Framework to lay out and implement Swing panels.
+long_description        The JGoodies Forms framework helps you lay out and \
+                        implement elegant Swing panels quickly and \
+                        consistently.  It makes simple things easy and the \
+                        hard stuff possible, the good design easy and the \
+                        bad difficult.
+homepage                http://www.jgoodies.com/freeware/forms/
 
-master_sites		http://www.jgoodies.com/download/libraries/forms/
-distname		${name}-1_4_1
-checksums		md5 33993aed149bc4be7dda74cbaa8653a5 \
-			sha1 bb7fa3e6f6cd0ea6a3f790b97afad4dc290ca45e \
-			rmd160 86cc74b0945560b7f35e8e197036b85fe41e7a6b
-use_zip			yes
+master_sites            http://www.jgoodies.com/download/libraries/forms/
+distname                ${name}-1_4_1
+checksums               md5 33993aed149bc4be7dda74cbaa8653a5 \
+                        sha1 bb7fa3e6f6cd0ea6a3f790b97afad4dc290ca45e \
+                        rmd160 86cc74b0945560b7f35e8e197036b85fe41e7a6b
+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/09810527/attachment.html>


More information about the macports-changes mailing list