[36227] trunk/dports/python/py-game/Portfile

jmr at macports.org jmr at macports.org
Tue Apr 22 23:43:57 PDT 2008


Revision: 36227
          http://trac.macosforge.org/projects/macports/changeset/36227
Author:   jmr at macports.org
Date:     2008-04-22 23:43:57 -0700 (Tue, 22 Apr 2008)

Log Message:
-----------
py-game: whitespace changes, add modeline

Modified Paths:
--------------
    trunk/dports/python/py-game/Portfile

Modified: trunk/dports/python/py-game/Portfile
===================================================================
--- trunk/dports/python/py-game/Portfile	2008-04-23 06:31:12 UTC (rev 36226)
+++ trunk/dports/python/py-game/Portfile	2008-04-23 06:43:57 UTC (rev 36227)
@@ -1,3 +1,4 @@
+# -*- 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
@@ -3,41 +4,41 @@
 PortGroup python24 1.0
 
-name			py-game
-version			1.7.1
-categories		python devel multimedia graphics
-maintainers		nomaintainer
-description		Python modules for writing games
-long_description	Pygame is a set of Python modules designed for \
-			writing games. It is written on top of the excellent \
-			SDL library. This allows you to create fully featured \
-			games and multimedia programs in the python language. \
-			Pygame is highly portable and runs on nearly every \
-			platform and operating system.
-homepage		http://www.pygame.org
-master_sites		${homepage}/ftp/
-distname		pygame-${version}release
-checksums		md5 05d86d1af446f79411359400951053b7
+name            py-game
+version         1.7.1
+categories      python devel multimedia graphics
+maintainers     nomaintainer
+description     Python modules for writing games
+long_description    Pygame is a set of Python modules designed for \
+                writing games. It is written on top of the excellent \
+                SDL library. This allows you to create fully featured \
+                games and multimedia programs in the python language. \
+                Pygame is highly portable and runs on nearly every \
+                platform and operating system.
+homepage        http://www.pygame.org
+master_sites    ${homepage}/ftp/
+distname        pygame-${version}release
+checksums       md5 05d86d1af446f79411359400951053b7
 
-depends_lib		port:libsdl \
-			port:libsdl_mixer \
-			port:libsdl_image \
-			port:libsdl_ttf \
-			port:smpeg \
-			port:py-numeric
+depends_lib     port:libsdl \
+                port:libsdl_mixer \
+                port:libsdl_image \
+                port:libsdl_ttf \
+                port:smpeg \
+                port:py-numeric
 
-depends_run		port:py-pyobjc
+depends_run     port:py-pyobjc
 
-patchfiles		patch-config_darwin.py \
-			patch-display.c
+patchfiles      patch-config_darwin.py \
+                patch-display.c
 
-use_configure	yes
+use_configure   yes
 
-configure.cmd	LOCALBASE=${prefix} ${python.bin} config.py
+configure.cmd   LOCALBASE=${prefix} ${python.bin} config.py
 
-post-destroot	{
-	file delete -force ${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} install.html WHATSNEW \
-		readme.txt ${destroot}${prefix}/share/doc/${name}
+post-destroot   {
+    file delete -force ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/docs ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/examples ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} install.html WHATSNEW \
+        readme.txt ${destroot}${prefix}/share/doc/${name}
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080422/8c8ce853/attachment.html


More information about the macports-changes mailing list