[39204] trunk/dports/python/py25-opengl/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Aug 12 08:33:03 PDT 2008


Revision: 39204
          http://trac.macosforge.org/projects/macports/changeset/39204
Author:   macsforever2000 at macports.org
Date:     2008-08-12 08:33:03 -0700 (Tue, 12 Aug 2008)
Log Message:
-----------
Spacing adjustment and blank lines added.

Modified Paths:
--------------
    trunk/dports/python/py25-opengl/Portfile

Modified: trunk/dports/python/py25-opengl/Portfile
===================================================================
--- trunk/dports/python/py25-opengl/Portfile	2008-08-12 15:28:51 UTC (rev 39203)
+++ trunk/dports/python/py25-opengl/Portfile	2008-08-12 15:33:03 UTC (rev 39204)
@@ -1,28 +1,32 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem           1.0
+PortGroup python25   1.0
 
-name            py25-opengl
-version         3.0.0b5
-categories      python graphics
-platforms       darwin
-maintainers     melix.net:alakazam openmaintainer
-description     Python binding to OpenGL
-long_description PyOpenGL is the cross platform Python binding to \
-                OpenGL and related APIs. The binding is created using \
-                the standard ctypes library and is provided under an \
-                extremely liberal BSD-style Open-Source licenses.
+name                 py25-opengl
+version              3.0.0b5
+categories           python graphics
+platforms            darwin
+maintainers          melix.net:alakazam openmaintainer
 
-homepage        http://pyopengl.sourceforge.net/
-master_sites    sourceforge:pyopengl
-distname        PyOpenGL-${version}
-checksums       md5     4e46b6ce318b82799109a4850dd37c50 \
-                sha1    d2cc1c416f5035083edd4eb891fc2d2c80e88bdc \
-                rmd160  8ebd342c1178255256062cbc6c321ba69f36cb4d
+description          Python binding to OpenGL
+long_description     PyOpenGL is the cross platform Python binding to \
+                     OpenGL and related APIs. The binding is created using \
+                     the standard ctypes library and is provided under an \
+                     extremely liberal BSD-style Open-Source licenses.
+
+homepage             http://pyopengl.sourceforge.net/
+
+master_sites         sourceforge:pyopengl
+distname             PyOpenGL-${version}
+
+checksums            md5     4e46b6ce318b82799109a4850dd37c50 \
+                     sha1    d2cc1c416f5035083edd4eb891fc2d2c80e88bdc \
+                     rmd160  8ebd342c1178255256062cbc6c321ba69f36cb4d
+
 depends_build-append port:py25-setuptools
-depends_lib-append port:py25-tkinter port:py25-pil port:py25-numpy
+depends_lib-append   port:py25-tkinter port:py25-pil port:py25-numpy
 
-livecheck.check    sourceforge
-livecheck.name     pyopengl
-livecheck.distname PyOpenGL
+livecheck.check      sourceforge
+livecheck.name       pyopengl
+livecheck.distname   PyOpenGL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080812/703b7566/attachment-0001.html 


More information about the macports-changes mailing list