[84260] trunk/dports/java/appengine-java-sdk/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Sep 21 10:52:26 PDT 2011


Revision: 84260
          http://trac.macports.org/changeset/84260
Author:   ryandesign at macports.org
Date:     2011-09-21 10:52:26 -0700 (Wed, 21 Sep 2011)
Log Message:
-----------
appengine-java-sdk: whitespace changes / use standard modeline

Modified Paths:
--------------
    trunk/dports/java/appengine-java-sdk/Portfile

Modified: trunk/dports/java/appengine-java-sdk/Portfile
===================================================================
--- trunk/dports/java/appengine-java-sdk/Portfile	2011-09-21 17:47:13 UTC (rev 84259)
+++ trunk/dports/java/appengine-java-sdk/Portfile	2011-09-21 17:52:26 UTC (rev 84260)
@@ -1,57 +1,60 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 8; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4
-# vim: set fileencoding=utf-8 tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab filetype=tcl :
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name			appengine-java-sdk
-version			1.3.8
-revision		1
-categories		java devel
-maintainers		2moro.com.au:dmunneke openmaintainer
-platforms		darwin
-supported_archs	noarch
+name                    appengine-java-sdk
+version                 1.3.8
+revision                1
+categories              java devel
+maintainers             2moro.com.au:dmunneke openmaintainer
+platforms               darwin
+supported_archs         noarch
 
-description		Google App Engine SDK for Java
-long_description	\
-    With App Engine, you can build web applications using standard Java technologies \
-    and run them on Google's scalable infrastructure. The Java environment provides a \
-    Java 6 JVM, a Java Servlets interface, and support for standard interfaces to the \
-    App Engine scalable datastore and services, such as JDO, JPA, JavaMail, and JCache. \
-    Standards support makes developing your application easy and familiar, and also makes \
-    porting your application to and from your own servlet environment straightforward.
+description             Google App Engine SDK for Java
 
-homepage		http://appengine.google.com/
+long_description        With App Engine, you can build web applications using \
+                        standard Java technologies and run them on Google's \
+                        scalable infrastructure. The Java environment \
+                        provides a Java 6 JVM, a Java Servlets interface, and \
+                        support for standard interfaces to the App Engine \
+                        scalable datastore and services, such as JDO, JPA, \
+                        JavaMail, and JCache. Standards support makes \
+                        developing your application easy and familiar, and \
+                        also makes porting your application to and from your \
+                        own servlet environment straightforward.
 
-master_sites		googlecode:googleappengine
-use_zip			yes
+homepage                http://appengine.google.com/
+master_sites            googlecode:googleappengine
+use_zip                 yes
 
-checksums		sha1 5395bb75ab8913ec2312e0cd65815e04858e3d33
+checksums               sha1    5395bb75ab8913ec2312e0cd65815e04858e3d33
 
-use_configure 		no
-build 		{}
+use_configure           no
 
-destroot	{
-	# Create the target java directory
-	xinstall -m 755 -d ${destroot}${prefix}/share/java/${name}
+build                   {}
 
-	# Copy over the needed elements of our directory tree
-	file copy ${worksrcpath}/bin     				\
-			  ${worksrcpath}/config 			\
-			  ${worksrcpath}/demos 				\
-			  ${worksrcpath}/docs 				\
-			  ${worksrcpath}/lib 				\
-			  ${worksrcpath}/ABOUT				\
-			  ${worksrcpath}/COPYING			\
-			  ${worksrcpath}/README				\
-			  ${worksrcpath}/RELEASE_NOTES			\
-			  ${worksrcpath}/README.ORM			\
-			  ${worksrcpath}/RELEASE_NOTES.ORM		\
-			  ${destroot}${prefix}/share/java/${name}
+destroot {
+    # Create the target java directory
+    xinstall -m 755 -d ${destroot}${prefix}/share/java/${name}
 
+    # Copy over the needed elements of our directory tree
+    file copy ${worksrcpath}/bin \
+        ${worksrcpath}/config \
+        ${worksrcpath}/demos \
+        ${worksrcpath}/docs \
+        ${worksrcpath}/lib \
+        ${worksrcpath}/ABOUT \
+        ${worksrcpath}/COPYING \
+        ${worksrcpath}/README \
+        ${worksrcpath}/RELEASE_NOTES \
+        ${worksrcpath}/README.ORM \
+        ${worksrcpath}/RELEASE_NOTES.ORM \
+        ${destroot}${prefix}/share/java/${name}
 }
 
-notes \
-" Remember to set the environment variable APPENGINE_HOME path:
- export APPENGINE_HOME=${prefix}/share/java/${name}
- export PATH=\$PATH:\$APPENGINE_HOME/bin"
+notes "
+Remember to set the environment variable APPENGINE_HOME path:
+export APPENGINE_HOME=${prefix}/share/java/${name}
+export PATH=\$PATH:\$APPENGINE_HOME/bin
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110921/15c602dd/attachment.html>


More information about the macports-changes mailing list