[95532] trunk/dports/java

blair at macports.org blair at macports.org
Sun Jul 15 13:24:17 PDT 2012


Revision: 95532
          https://trac.macports.org/changeset/95532
Author:   blair at macports.org
Date:     2012-07-15 13:24:17 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
servlet2{3,4,5}-api: whitespace changes: move to 4-space indentation.

Modified Paths:
--------------
    trunk/dports/java/servlet23-api/Portfile
    trunk/dports/java/servlet24-api/Portfile
    trunk/dports/java/servlet25-api/Portfile

Modified: trunk/dports/java/servlet23-api/Portfile
===================================================================
--- trunk/dports/java/servlet23-api/Portfile	2012-07-15 20:18:42 UTC (rev 95531)
+++ trunk/dports/java/servlet23-api/Portfile	2012-07-15 20:24:17 UTC (rev 95532)
@@ -2,45 +2,45 @@
 
 PortSystem 1.0
 
-name			servlet23-api
-epoch			20061005
-version			1
+name            servlet23-api
+epoch           20061005
+version         1
 
-categories		java
-license			Apache-2
-maintainers		nomaintainer
-platforms		darwin
+categories      java
+license         Apache-2
+maintainers     nomaintainer
+platforms       darwin
 
-description		Java Servlet API 2.3 and JSP 1.2 API.
-long_description	Java Servlet API 2.3 and JSP API 1.2. \
-				The Java Servlet and JavaServer Pages \
-				specifications are developed by Sun under \
-				the Java Community Process.  This project \
-				provides the servlet and JSP APIs from Tomcat4.
-homepage		http://jakarta.apache.org/tomcat/
+description     Java Servlet API 2.3 and JSP 1.2 API.
+long_description \
+    Java Servlet API 2.3 and JSP API 1.2.  The Java Servlet and \
+    JavaServer Pages specifications are developed by Sun under the \
+    Java Community Process.  This project provides the servlet and JSP \
+    APIs from Tomcat4.
+homepage        http://jakarta.apache.org/tomcat/
 
-distname		servlet2.3-jsp1.2-tc4.x
-master_sites		macports:jberry
-checksums		md5 2a32a1c8e148b4f6533eda9c1e698e50
+distname        servlet2.3-jsp1.2-tc4.x
+master_sites    macports:jberry
+checksums       md5 2a32a1c8e148b4f6533eda9c1e698e50
 
-depends_build		bin:ant:apache-ant
-depends_lib		bin:java:kaffe
+depends_build   bin:ant:apache-ant
+depends_lib     bin:java:kaffe
 
-use_configure		no
+use_configure   no
 
-worksrcdir		servlet2.3-jsp1.2-tc4.x
+worksrcdir      servlet2.3-jsp1.2-tc4.x
 
-build.cmd		ant
-build.target		dist
+build.cmd       ant
+build.target    dist
 build.args
 
-destroot	{
-	xinstall -m 755 -d ${destroot}${prefix}/share/java \
-		${destroot}${prefix}/share/doc
-	xinstall -m 644 \
-		${worksrcpath}/dist/lib/servlet.jar \
-		${destroot}${prefix}/share/java/servlet23-api.jar
-	file copy ${worksrcpath}/dist/docs ${destroot}${prefix}/share/doc/${name}
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/java \
+        ${destroot}${prefix}/share/doc
+    xinstall -m 644 \
+        ${worksrcpath}/dist/lib/servlet.jar \
+        ${destroot}${prefix}/share/java/servlet23-api.jar
+    file copy ${worksrcpath}/dist/docs ${destroot}${prefix}/share/doc/${name}
 }
 
 livecheck.type  none

Modified: trunk/dports/java/servlet24-api/Portfile
===================================================================
--- trunk/dports/java/servlet24-api/Portfile	2012-07-15 20:18:42 UTC (rev 95531)
+++ trunk/dports/java/servlet24-api/Portfile	2012-07-15 20:24:17 UTC (rev 95532)
@@ -2,50 +2,50 @@
 
 PortSystem 1.0
 
-name			servlet24-api
-version			5.5.28
+name            servlet24-api
+version         5.5.28
 
-categories		java
-license			Apache-2
-maintainers		nomaintainer
-platforms		darwin
+categories      java
+license         Apache-2
+maintainers     nomaintainer
+platforms       darwin
 
-description		Java Servlet 2.4 and JSP 2.0 APIs.
-long_description	The Java Servlet and JavaServer Pages specifications \
-				are developed by Sun under the Java Community \
-				Process.  This project provides the servlet \
-				and JSP API jars from Tomcat 5.
-homepage		http://tomcat.apache.org/
+description     Java Servlet 2.4 and JSP 2.0 APIs.
+long_description \
+    The Java Servlet and JavaServer Pages specifications are developed \
+    by Sun under the Java Community Process.  This project provides \
+    the servlet and JSP API jars from Tomcat 5.
+homepage        http://tomcat.apache.org/
 
-distname		apache-tomcat-${version}-src
-dist_subdir		tomcat5
-master_sites	apache:tomcat/tomcat-5/v${version}/src/
+distname        apache-tomcat-${version}-src
+dist_subdir     tomcat5
+master_sites    apache:tomcat/tomcat-5/v${version}/src/
 
 checksums       md5     73cd758f32dff07e7d26817b50d3448d \
                 sha1    73a61aa067f5f90109ce5667136e6eb5f47d462c \
                 rmd160  9f6beb4f613e1f075de6f1fe1bde3c9a3b7b18c8
 
 
-depends_build	bin:ant:apache-ant
-depends_lib		bin:java:kaffe
+depends_build   bin:ant:apache-ant
+depends_lib     bin:java:kaffe
 
-worksrcdir		${distname}/build
+worksrcdir      ${distname}/build
 
-use_configure		no
+use_configure   no
 
-build.cmd		ant
-build.target	build-servletapi build-jspapi
-build.args		-Dbase.path=${worksrcpath}/../repository
+build.cmd       ant
+build.target    build-servletapi build-jspapi
+build.args      -Dbase.path=${worksrcpath}/../repository
 
-destroot	{
-	xinstall -d ${destroot}${prefix}/share/java
-	xinstall -m 644 ${worksrcpath}/../repository/jsp-api-2.0/lib/jsp-api.jar \
-		${destroot}${prefix}/share/java/jsp2-api.jar
-	xinstall -m 644 \
-		${worksrcpath}/../repository/servlet-api-2.4/lib/servlet-api.jar \
-		${destroot}${prefix}/share/java/servlet24-api.jar
+destroot {
+    xinstall -d ${destroot}${prefix}/share/java
+    xinstall -m 644 ${worksrcpath}/../repository/jsp-api-2.0/lib/jsp-api.jar \
+        ${destroot}${prefix}/share/java/jsp2-api.jar
+    xinstall -m 644 \
+        ${worksrcpath}/../repository/servlet-api-2.4/lib/servlet-api.jar \
+        ${destroot}${prefix}/share/java/servlet24-api.jar
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}/download-55.cgi
-livecheck.regex	"apache-tomcat-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"
+livecheck.type  regex
+livecheck.url   ${homepage}/download-55.cgi
+livecheck.regex "apache-tomcat-(\\d+\\.\\d+(\\.\\d+)?)-src.tar.gz"

Modified: trunk/dports/java/servlet25-api/Portfile
===================================================================
--- trunk/dports/java/servlet25-api/Portfile	2012-07-15 20:18:42 UTC (rev 95531)
+++ trunk/dports/java/servlet25-api/Portfile	2012-07-15 20:24:17 UTC (rev 95532)
@@ -2,44 +2,44 @@
 
 PortSystem 1.0
 
-name                    servlet25-api
-version                 6.0.35
+name            servlet25-api
+version         6.0.35
 
-categories              java
-license                 Apache-2
-maintainers             blair openmaintainer
-platforms               darwin
+categories      java
+license         Apache-2
+maintainers     blair openmaintainer
+platforms       darwin
 
-description             Java Servlet 2.5 and JSP 2.1 APIs.
-long_description        The Java Servlet and JavaServer Pages specifications \
-                                are developed by Sun under the Java Community \
-                                Process.  This project provides the servlet \
-                                and JSP API jars from Tomcat 6.
-homepage                http://jakarta.apache.org/tomcat/
+description     Java Servlet 2.5 and JSP 2.1 APIs.
+long_description \
+    The Java Servlet and JavaServer Pages specifications are developed \
+    by Sun under the Java Community Process.  This project provides \
+    the servlet and JSP API jars from Tomcat 6.
+homepage        http://jakarta.apache.org/tomcat/
 
-dist_subdir             tomcat6
-distname                apache-tomcat-${version}-src
-master_sites            apache:tomcat/tomcat-6/v${version}/src/
-checksums               md5 4d44a7e7610a83ebe930a781257a8b1d \
-                        sha1 1a47ad41d52a27757cfeddf7fa1627688ed4027a \
-                        rmd160 d292b210fe62aafec4a074e3a626766585367a3e
+dist_subdir     tomcat6
+distname        apache-tomcat-${version}-src
+master_sites    apache:tomcat/tomcat-6/v${version}/src/
+checksums       md5 4d44a7e7610a83ebe930a781257a8b1d \
+                sha1 1a47ad41d52a27757cfeddf7fa1627688ed4027a \
+                rmd160 d292b210fe62aafec4a074e3a626766585367a3e
 
-depends_lib             bin:java:kaffe
-depends_build           bin:ant:apache-ant
+depends_lib     bin:java:kaffe
+depends_build   bin:ant:apache-ant
 
-use_configure           no
+use_configure   no
 
-build.env               ANT_OPTS=-Xmx1024m
-build.cmd               ant
-build.target            download build-only
-build.args              -Dbase.path=${worksrcpath}/repository
+build.env       ANT_OPTS=-Xmx1024m
+build.cmd       ant
+build.target    download build-only
+build.args      -Dbase.path=${worksrcpath}/repository
 
-destroot        {
-        xinstall -m 755 -d ${destroot}${prefix}/share/java \
-                ${destroot}${prefix}/share/doc
-        xinstall -m 644 ${worksrcpath}/output/build/lib/jsp-api.jar \
-                ${destroot}${prefix}/share/java/jsp21-api.jar
-        xinstall -m 644 \
-                ${worksrcpath}/output/build/lib/servlet-api.jar \
-                ${destroot}${prefix}/share/java/servlet25-api.jar
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/java \
+        ${destroot}${prefix}/share/doc
+    xinstall -m 644 ${worksrcpath}/output/build/lib/jsp-api.jar \
+        ${destroot}${prefix}/share/java/jsp21-api.jar
+    xinstall -m 644 \
+        ${worksrcpath}/output/build/lib/servlet-api.jar \
+        ${destroot}${prefix}/share/java/servlet25-api.jar
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/9598fc60/attachment-0001.html>


More information about the macports-changes mailing list