[47095] trunk/dports/devel/ode/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 21 15:45:24 PST 2009


Revision: 47095
          http://trac.macports.org/changeset/47095
Author:   ryandesign at macports.org
Date:     2009-02-21 15:45:23 -0800 (Sat, 21 Feb 2009)
Log Message:
-----------
ode: whitespace changes / reformatting only

Modified Paths:
--------------
    trunk/dports/devel/ode/Portfile

Modified: trunk/dports/devel/ode/Portfile
===================================================================
--- trunk/dports/devel/ode/Portfile	2009-02-21 23:40:26 UTC (rev 47094)
+++ trunk/dports/devel/ode/Portfile	2009-02-21 23:45:23 UTC (rev 47095)
@@ -1,49 +1,53 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem              1.0
 
-name		ode
-version		0.9
-revision        1
-categories	devel
-platforms	darwin
-maintainers	nomaintainer
-description	library for simulating articulated rigid body dynamics
-long_description	ODE is a free, industrial quality library for \
-			simulating articulated rigid body dynamics - for \
-			example ground vehicles, legged creatures, and moving \
-			objects in VR environments. It is fast, flexible, \
-			robust and platform independent, with advanced joints, \
-			contact with friction, and built-in collision detection.
+name                    ode
+version                 0.9
+revision                1
+categories              devel
+platforms               darwin
+maintainers             nomaintainer
+homepage                http://www.ode.org/
+master_sites            sourceforge:opende
+distname                ${name}-src-${version}
+worksrcdir              ${name}-${version}
+use_zip                 yes
 
-homepage	http://www.ode.org/
-master_sites	sourceforge:opende
-distname	${name}-src-${version}
-checksums	md5 4c03759b76a0649a6d5108c8e172e1e4 \
-		sha1 3b39ce085c2dc77c3fad7abaa382ffc20d3780e5 \
-		rmd160 e999fef770d664a57ffb2f71bf5351fbd84d5b17
-use_zip		yes
-patchfiles	patch-configure.diff
+description             library for simulating articulated rigid body dynamics
 
-depends_lib	port:xorg-libs
+long_description        ODE is a free, industrial quality library for \
+                        simulating articulated rigid body dynamics - for \
+                        example ground vehicles, legged creatures, and moving \
+                        objects in VR environments. It is fast, flexible, \
+                        robust and platform independent, with advanced joints, \
+                        contact with friction, and built-in collision detection.
 
-worksrcdir	${name}-${version}
-configure.args	--with-trimesh=opcode --enable-double-precision \
-		--enable-release --enable-debug
-		
+checksums               md5     4c03759b76a0649a6d5108c8e172e1e4 \
+                        sha1    3b39ce085c2dc77c3fad7abaa382ffc20d3780e5 \
+                        rmd160  e999fef770d664a57ffb2f71bf5351fbd84d5b17
+
+depends_lib             port:xorg-libs
+
+patchfiles              patch-configure.diff
+
+configure.args          --with-trimesh=opcode \
+                        --enable-double-precision \
+                        --enable-release --enable-debug
+
 platform darwin 9 {
-	patchfiles-append	patch-include-ode-config.h.in.diff
-	configure.ldflags-append 	-dylib_file \
-			/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
-			/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+    patchfiles-append   patch-include-ode-config.h.in.diff
+    configure.ldflags-append        -dylib_file \
+                        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
+                        /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 }
 
-build.type	gnu
+build.type              gnu
 
-post-destroot	{
-	system "ranlib ${destroot}${prefix}/lib/libode.a"
+post-destroot {
+    system "ranlib ${destroot}${prefix}/lib/libode.a"
 }
 
-livecheck.check	sourceforge
-livecheck.name	opende
-livecheck.regex	ode-src-(\[0-9\\\.]+)\\.
+livecheck.check         sourceforge
+livecheck.name          opende
+livecheck.regex         ode-src-(\[0-9\\\.]+)\\.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090221/e4bf494e/attachment.html>


More information about the macports-changes mailing list