[76415] trunk/dports/java/hibernate3/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Feb 22 12:56:04 PST 2011


Revision: 76415
          http://trac.macports.org/changeset/76415
Author:   ryandesign at macports.org
Date:     2011-02-22 12:56:02 -0800 (Tue, 22 Feb 2011)
Log Message:
-----------
hibernate3: whitespace changes / reformatting / add modeline

Modified Paths:
--------------
    trunk/dports/java/hibernate3/Portfile

Modified: trunk/dports/java/hibernate3/Portfile
===================================================================
--- trunk/dports/java/hibernate3/Portfile	2011-02-22 20:49:30 UTC (rev 76414)
+++ trunk/dports/java/hibernate3/Portfile	2011-02-22 20:56:02 UTC (rev 76415)
@@ -1,60 +1,62 @@
+# -*- 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				hibernate3
-version				3.2.5.ga
+name                hibernate3
+version             3.2.5.ga
+categories          java databases
+platforms           darwin
+maintainers         nomaintainer
 
-categories			java databases
-maintainers			nomaintainer
-platforms			darwin
+description         Hibernate ORM for Java.
 
-description			Hibernate ORM for Java.
-long_description	Hibernate is a powerful, ultra-high performance object/relational \
-					persistence and query service for Java. Hibernate lets you develop \
-					persistent classes following common Java idiom - including association, \
-					inheritance, polymorphism, composition and the Java collections framework. \
-					The Hibernate Query Language, designed as a "minimal" object-oriented \
-					extension to SQL, provides an elegant bridge between the object and \
-					relational worlds. Hibernate also allows you to express queries using \
-					native SQL or Java-based Criteria and Example queries. Hibernate is \
-					now the most popular object/relational mapping solution for Java.
-homepage			http://www.hibernate.org/
+long_description    Hibernate is a powerful, ultra-high performance object/relational \
+                    persistence and query service for Java. Hibernate lets you develop \
+                    persistent classes following common Java idiom - including association, \
+                    inheritance, polymorphism, composition and the Java collections framework. \
+                    The Hibernate Query Language, designed as a "minimal" object-oriented \
+                    extension to SQL, provides an elegant bridge between the object and \
+                    relational worlds. Hibernate also allows you to express queries using \
+                    native SQL or Java-based Criteria and Example queries. Hibernate is \
+                    now the most popular object/relational mapping solution for Java.
 
-distname			hibernate-${version}
-master_sites		sourceforge:hibernate
-checksums			md5 1542d795a2bdbcc21c47c128c80fe14b
+homepage            http://www.hibernate.org/
+master_sites        sourceforge:hibernate
+distname            hibernate-${version}
 
-depends_build		bin:java:kaffe \
-					bin:ant:apache-ant \
-					bin:antlr:antlr \
-					port:junit
-				
-use_configure		no
+checksums           md5     1542d795a2bdbcc21c47c128c80fe14b
 
-worksrcdir			hibernate-3.2
+depends_build       bin:java:kaffe \
+                    bin:ant:apache-ant \
+                    bin:antlr:antlr \
+                    port:junit
 
-build.cmd			ant
-build.target		jar
-build.args			
-build.env			CLASSPATH=${prefix}/share/java/junit.jar:${prefix}/share/java/antlr.jar
+use_configure       no
 
-destroot	{
-	# Ensure needed directories
-	xinstall -m 755 -d ${destroot}${prefix}/share/java \
-		${destroot}${prefix}/share/doc
-		
-	# Install the jar
-	xinstall -m 644 \
-		${worksrcpath}/build/${name}.jar \
-		${worksrcpath}/build/${name}-client.jar \
-		${destroot}${prefix}/share/java
-		
-	# Install the docs
-	file copy ${worksrcpath}/doc \
-		${destroot}${prefix}/share/doc/${name}
+worksrcdir          hibernate-3.2
+
+build.cmd           ant
+build.target        jar
+build.args
+build.env           CLASSPATH=${prefix}/share/java/junit.jar:${prefix}/share/java/antlr.jar
+
+destroot {
+    # Ensure needed directories
+    xinstall -m 755 -d ${destroot}${prefix}/share/java \
+        ${destroot}${prefix}/share/doc
+    
+    # Install the jar
+    xinstall -m 644 \
+        ${worksrcpath}/build/${name}.jar \
+        ${worksrcpath}/build/${name}-client.jar \
+        ${destroot}${prefix}/share/java
+    
+    # Install the docs
+    file copy ${worksrcpath}/doc \
+        ${destroot}${prefix}/share/doc/${name}
 }
 
-livecheck.type		sourceforge
-livecheck.name		hibernate
-livecheck.distname	${name}
+livecheck.type      sourceforge
+livecheck.name      hibernate
+livecheck.distname  ${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110222/16791143/attachment-0001.html>


More information about the macports-changes mailing list