[35879] trunk/dports/python

jmr at macports.org jmr at macports.org
Wed Apr 9 02:56:55 PDT 2008


Revision: 35879
          http://trac.macosforge.org/projects/macports/changeset/35879
Author:   jmr at macports.org
Date:     2008-04-09 02:56:55 -0700 (Wed, 09 Apr 2008)

Log Message:
-----------
New: python25 version of py-game

Added Paths:
-----------
    trunk/dports/python/py25-game/
    trunk/dports/python/py25-game/Portfile

Added: trunk/dports/python/py25-game/Portfile
===================================================================
--- trunk/dports/python/py25-game/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-game/Portfile	2008-04-09 09:56:55 UTC (rev 35879)
@@ -0,0 +1,42 @@
+# -*- 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
+PortGroup python25 1.0
+
+name            py25-game
+version         1.8.0
+categories      python devel multimedia graphics
+platforms       darwin
+maintainers     jmr openmaintainer
+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 8d9cca47d356db2ada07865aa066dceb \
+                sha1 00ef4695efc7a666017862ae4cffc316902dd99b \
+                rmd160 6df6f88deea5a1ef19933e6a0696e102843b293c
+
+depends_lib     port:libsdl \
+                port:libsdl_mixer \
+                port:libsdl_image \
+                port:libsdl_ttf \
+                port:smpeg \
+                port:py25-numeric \
+                port:py25-pyobjc \
+                port:py25-pyobjc2-cocoa
+
+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}
+}


Property changes on: trunk/dports/python/py25-game/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080409/4b334398/attachment.html


More information about the macports-changes mailing list