Path to this page:
./
devel/py-game,
Set of Python modules designed for writing games
Branch: CURRENT,
Version: 1.8.1nb4,
Package name: py25-game-1.8.1nb4,
Maintainer: rechtPygame 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.
Required to run:[
graphics/SDL_image] [
multimedia/smpeg] [
audio/SDL_mixer] [
math/py-Numeric] [
devel/SDL_ttf] [
lang/python25]
Required to build:[
pkgtools/x11-links] [
x11/renderproto] [
x11/randrproto]
Master sites:
SHA1: 62d2ad452a0cc1486f877d5a2ae736b6703548cc
RMD160: dc3374e2185a3fbc36cc74ac3b050e7e57f0a4ce
Filesize: 1665.197 KB
Version history: (Expand)
- (2010-01-18) Updated to version: py25-game-1.8.1nb4
- (2009-08-27) Updated to version: py25-game-1.8.1nb3
- (2009-04-27) Updated to version: py25-game-1.8.1nb2
- (2009-03-13) Updated to version: py25-game-1.8.1nb1
- (2008-11-18) Updated to version: py24-game-1.8.1nb1
- (2008-11-11) Updated to version: py24-game-1.8.1
CVS history: (Expand)
| 2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938) |
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
|
| 2009-08-27 20:53:38 by Thomas Klausner | Files touched by this commit (13) |
Log message:
Fix fallout from recursive jpeg shlib bump.
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
|
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) |  |
Log message:
bump revision because of graphics/jpeg update
|
| 2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-04-27 19:08:48 by Thomas Klausner | Files touched by this commit (1) |  |
Log message:
Fix permissions of installed files.
Bump PKGREVISION.
Set LICENSE to gnu-lgpl-v2.1.
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message:
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
|