aboutsummaryrefslogtreecommitdiff
path: root/devel/py-game
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-25 14:56:23 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-25 14:56:23 +0000
commitf8374cc7fcf07ec1b1de2a00f039cf3f153240ed (patch)
tree910e2b93c82fb5a80327f962cb4972d51d7321e2 /devel/py-game
parent989291763486e81d03d9b32910f808a9d4c96f3d (diff)
downloadports-f8374cc7fcf07ec1b1de2a00f039cf3f153240ed.tar.gz
ports-f8374cc7fcf07ec1b1de2a00f039cf3f153240ed.zip
Notes
Diffstat (limited to 'devel/py-game')
-rw-r--r--devel/py-game/Makefile2
-rw-r--r--devel/py-game/distinfo2
-rw-r--r--devel/py-game/pkg-plist15
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-game/Makefile b/devel/py-game/Makefile
index 40fe76af559f..96eccc0266d5 100644
--- a/devel/py-game/Makefile
+++ b/devel/py-game/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= py-game
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= devel python
MASTER_SITES= http://pygame.seul.org/ftp/
DISTNAME= ${PORTNAME:S/-//}-${PORTVERSION}
diff --git a/devel/py-game/distinfo b/devel/py-game/distinfo
index 6bf903fca699..f1514f1557fb 100644
--- a/devel/py-game/distinfo
+++ b/devel/py-game/distinfo
@@ -1 +1 @@
-MD5 (pygame-1.0.tar.gz) = 08f553af9c3b3f3b0c1c55ffbf8ea39b
+MD5 (pygame-1.1.tar.gz) = 698a4622aa10fcbb53821effdf1eff53
diff --git a/devel/py-game/pkg-plist b/devel/py-game/pkg-plist
index a59725958c15..7eef55dc3ef1 100644
--- a/devel/py-game/pkg-plist
+++ b/devel/py-game/pkg-plist
@@ -17,6 +17,7 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/draw.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/event.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/font.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/image.so
+lib/%%PYTHON_VERSION%%/site-packages/pygame/imageext.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/joystick.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/key.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/locals.py
@@ -30,6 +31,7 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/surface.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/surfarray.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/surflock.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/time.so
+lib/%%PYTHON_VERSION%%/site-packages/pygame/transform.so
lib/%%PYTHON_VERSION%%/site-packages/pygame/version.py
lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc
%%PORTDOCS%%share/doc/py-game/LGPL
@@ -60,6 +62,7 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc
%%PORTDOCS%%share/doc/py-game/ref/pygame_mouse.html
%%PORTDOCS%%share/doc/py-game/ref/pygame_surfarray.html
%%PORTDOCS%%share/doc/py-game/ref/pygame_time.html
+%%PORTDOCS%%share/doc/py-game/ref/pygame_transform.html
%%PORTDOCS%%share/doc/py-game/ref/pygame_version.html
%%PORTDOCS%%share/doc/py-game/tut/ChimpLineByLine.html
%%PORTDOCS%%share/doc/py-game/tut/DisplayModes.html
@@ -70,6 +73,7 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc
%%PORTDOCS%%share/doc/py-game/tut/chimpshot.gif
%%PORTDOCS%%share/doc/py-game/tut/flipped.jpg
%%PORTDOCS%%share/doc/py-game/tut/imgarray.jpg
+%%PORTDOCS%%share/doc/py-game/tut/newbieguide.html
%%PORTDOCS%%share/doc/py-game/tut/redimg.jpg
%%PORTDOCS%%share/doc/py-game/tut/scaledown.jpg
%%PORTDOCS%%share/doc/py-game/tut/scaleup.jpg
@@ -87,26 +91,25 @@ lib/%%PYTHON_VERSION%%/site-packages/pygame/version.pyc
%%PORTDOCS%%share/examples/py-game/data/alien1.gif
%%PORTDOCS%%share/examples/py-game/data/alien2.gif
%%PORTDOCS%%share/examples/py-game/data/alien3.gif
-%%PORTDOCS%%share/examples/py-game/data/arraydemo.jpg
+%%PORTDOCS%%share/examples/py-game/data/arraydemo.bmp
%%PORTDOCS%%share/examples/py-game/data/background.gif
%%PORTDOCS%%share/examples/py-game/data/bomb.gif
%%PORTDOCS%%share/examples/py-game/data/boom.wav
%%PORTDOCS%%share/examples/py-game/data/car_door.wav
-%%PORTDOCS%%share/examples/py-game/data/chimp.gif
+%%PORTDOCS%%share/examples/py-game/data/chimp.bmp
%%PORTDOCS%%share/examples/py-game/data/danger.gif
%%PORTDOCS%%share/examples/py-game/data/explosion1.gif
-%%PORTDOCS%%share/examples/py-game/data/explosion2.gif
-%%PORTDOCS%%share/examples/py-game/data/fist.gif
+%%PORTDOCS%%share/examples/py-game/data/fist.bmp
%%PORTDOCS%%share/examples/py-game/data/house_lo.wav
-%%PORTDOCS%%share/examples/py-game/data/liquid.gif
+%%PORTDOCS%%share/examples/py-game/data/liquid.bmp
%%PORTDOCS%%share/examples/py-game/data/oldplayer.gif
%%PORTDOCS%%share/examples/py-game/data/player1.gif
-%%PORTDOCS%%share/examples/py-game/data/player2.gif
%%PORTDOCS%%share/examples/py-game/data/punch.wav
%%PORTDOCS%%share/examples/py-game/data/secosmic_lo.wav
%%PORTDOCS%%share/examples/py-game/data/shot.gif
%%PORTDOCS%%share/examples/py-game/data/whiff.wav
%%PORTDOCS%%share/examples/py-game/fonty.py
+%%PORTDOCS%%share/examples/py-game/glcube.py
%%PORTDOCS%%share/examples/py-game/liquid.py
%%PORTDOCS%%share/examples/py-game/oldalien.py
%%PORTDOCS%%share/examples/py-game/sdllogos.zip