diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-25 14:56:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-25 14:56:23 +0000 |
commit | f8374cc7fcf07ec1b1de2a00f039cf3f153240ed (patch) | |
tree | 910e2b93c82fb5a80327f962cb4972d51d7321e2 /devel/py-game/pkg-plist | |
parent | 989291763486e81d03d9b32910f808a9d4c96f3d (diff) |
Notes
Diffstat (limited to 'devel/py-game/pkg-plist')
-rw-r--r-- | devel/py-game/pkg-plist | 15 |
1 files changed, 9 insertions, 6 deletions
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 |