[60632] trunk/dports/java/spring-framework3/Portfile

blair at macports.org blair at macports.org
Tue Nov 17 21:05:55 PST 2009


Revision: 60632
          http://trac.macports.org/changeset/60632
Author:   blair at macports.org
Date:     2009-11-17 21:05:55 -0800 (Tue, 17 Nov 2009)
Log Message:
-----------
Switch from tabs to spaces.

Modified Paths:
--------------
    trunk/dports/java/spring-framework3/Portfile

Modified: trunk/dports/java/spring-framework3/Portfile
===================================================================
--- trunk/dports/java/spring-framework3/Portfile	2009-11-18 05:04:43 UTC (rev 60631)
+++ trunk/dports/java/spring-framework3/Portfile	2009-11-18 05:05:55 UTC (rev 60632)
@@ -2,53 +2,53 @@
 
 PortSystem 1.0
 
-name			spring-framework3
-version			3.0.0
-revision		3
+name                    spring-framework3
+version                 3.0.0
+revision                3
 
-categories		java
-maintainers		blair
-platforms		darwin
+categories              java
+maintainers             blair
+platforms               darwin
 
-description		Spring application framework for Java
-long_description	Spring is a layered Java/J2EE application framework.
-homepage		http://www.springsource.org/about
+description             Spring application framework for Java
+long_description        Spring is a layered Java/J2EE application framework.
+homepage                http://www.springsource.org/about
 
-distname		spring-framework-${version}.RC2-with-docs
-master_sites		http://s3.amazonaws.com/dist.springframework.org/milestone/SPR
-checksums		md5 779c64be6f8e2045829d98ace84c0ce0 \
-			sha1 ebc2242590bd816a8ea8806ebd7d30197804d6f2 \
-			rmd160 61edd5588af3d6efc693fa7b3bc353d3fb15e6d9
+distname                spring-framework-${version}.RC2-with-docs
+master_sites            http://s3.amazonaws.com/dist.springframework.org/milestone/SPR
+checksums               md5 779c64be6f8e2045829d98ace84c0ce0 \
+                        sha1 ebc2242590bd816a8ea8806ebd7d30197804d6f2 \
+                        rmd160 61edd5588af3d6efc693fa7b3bc353d3fb15e6d9
 
-use_zip			yes
+use_zip                 yes
 
-depends_lib		bin:java:kaffe
+depends_lib             bin:java:kaffe
 
-use_configure		no
+use_configure           no
 
-worksrcdir		spring-framework-${version}.RC2
+worksrcdir              spring-framework-${version}.RC2
 
-build.cmd		true
+build.cmd               true
 
 destroot {
-	# Ensure needed directories
-	xinstall -m 755 -d ${destroot}${prefix}/share \
-		${destroot}${prefix}/share/doc/${name} \
-		${destroot}${prefix}/share/examples
+        # Ensure needed directories
+        xinstall -m 755 -d ${destroot}${prefix}/share \
+                ${destroot}${prefix}/share/doc/${name} \
+                ${destroot}${prefix}/share/examples
 
-	# Install the framework
-	file copy ${worksrcpath}/dist ${destroot}${prefix}/share/java
-	foreach f [glob ${destroot}${prefix}/share/java/*.jar] {
-		file rename ${f} [strsed ${f} {s/-3.0.0.RC2//}]
-	}
+        # Install the framework
+        file copy ${worksrcpath}/dist ${destroot}${prefix}/share/java
+        foreach f [glob ${destroot}${prefix}/share/java/*.jar] {
+                file rename ${f} [strsed ${f} {s/-3.0.0.RC2//}]
+        }
 
-	# Install the docs
-	foreach f {changelog.txt license.txt notice.txt readme.txt} {
-		file copy ${worksrcpath}/${f} \
-			${destroot}${prefix}/share/doc/${name}/${f}
-	}
-	file copy ${worksrcpath}/docs/javadoc-api \
-		${destroot}${prefix}/share/doc/${name}/api
-	file copy ${worksrcpath}/docs/spring-framework-reference \
-		${destroot}${prefix}/share/doc/${name}/reference
+        # Install the docs
+        foreach f {changelog.txt license.txt notice.txt readme.txt} {
+                file copy ${worksrcpath}/${f} \
+                        ${destroot}${prefix}/share/doc/${name}/${f}
+        }
+        file copy ${worksrcpath}/docs/javadoc-api \
+                ${destroot}${prefix}/share/doc/${name}/api
+        file copy ${worksrcpath}/docs/spring-framework-reference \
+                ${destroot}${prefix}/share/doc/${name}/reference
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091117/9544d0b0/attachment-0001.html>


More information about the macports-changes mailing list