Importing SDLPerl 2.2
authorcthulhuology <dave@nexttolast.com>
Sun, 12 Jul 2009 10:21:55 +0000 (06:21 -0400)
committercthulhuology <dave@nexttolast.com>
Sun, 12 Jul 2009 10:21:55 +0000 (06:21 -0400)
commitbfd90409c307d445ed6fec5cce6344b1e3d1be05
treef1bc0d14688d6120551db1bf2543d35aa1b519f1
Importing SDLPerl 2.2
138 files changed:
BUGS [new file with mode: 0644]
Build [new file with mode: 0755]
Build.PL [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
COPYING [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]
MacOSX/Info.plist [new file with mode: 0644]
MacOSX/SDL Perl.icns [new file with mode: 0644]
MacOSX/launcher.h [new file with mode: 0644]
MacOSX/launcher.m [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
lib/SDL.pm [new file with mode: 0644]
lib/SDL/App.pm [new file with mode: 0644]
lib/SDL/Cdrom.pm [new file with mode: 0644]
lib/SDL/Color.pm [new file with mode: 0644]
lib/SDL/Config.pm [new file with mode: 0644]
lib/SDL/Constants.pm [new file with mode: 0644]
lib/SDL/Cursor.pm [new file with mode: 0644]
lib/SDL/Event.pm [new file with mode: 0644]
lib/SDL/Font.pm [new file with mode: 0644]
lib/SDL/MPEG.pm [new file with mode: 0644]
lib/SDL/Mixer.pm [new file with mode: 0644]
lib/SDL/Music.pm [new file with mode: 0644]
lib/SDL/OpenGL.pm [new file with mode: 0644]
lib/SDL/OpenGL/Constants.pm [new file with mode: 0644]
lib/SDL/Palette.pm [new file with mode: 0644]
lib/SDL/Rect.pm [new file with mode: 0644]
lib/SDL/SFont.pm [new file with mode: 0644]
lib/SDL/Sound.pm [new file with mode: 0644]
lib/SDL/Surface.pm [new file with mode: 0644]
lib/SDL/TTFont.pm [new file with mode: 0644]
lib/SDL/Timer.pm [new file with mode: 0644]
lib/SDL/Tool/Font.pm [new file with mode: 0644]
lib/SDL/Tool/Graphic.pm [new file with mode: 0644]
lib/SDL/Tutorial.pm [new file with mode: 0644]
lib/SDL/Tutorial/.svn/README.txt [new file with mode: 0644]
lib/SDL/Tutorial/.svn/dir-wcprops [new file with mode: 0644]
lib/SDL/Tutorial/.svn/empty-file [new file with mode: 0644]
lib/SDL/Tutorial/.svn/entries [new file with mode: 0644]
lib/SDL/Tutorial/.svn/format [new file with mode: 0644]
lib/SDL/Tutorial/.svn/prop-base/Animation.pm.svn-base [new file with mode: 0644]
lib/SDL/Tutorial/.svn/prop-base/Drawing.pm.svn-base [new file with mode: 0644]
lib/SDL/Tutorial/.svn/prop-base/Images.pm.svn-base [new file with mode: 0644]
lib/SDL/Tutorial/.svn/props/Animation.pm.svn-work [new file with mode: 0644]
lib/SDL/Tutorial/.svn/props/Drawing.pm.svn-work [new file with mode: 0644]
lib/SDL/Tutorial/.svn/props/Images.pm.svn-work [new file with mode: 0644]
lib/SDL/Tutorial/.svn/text-base/Animation.pm.svn-base [new file with mode: 0644]
lib/SDL/Tutorial/.svn/text-base/Drawing.pm.svn-base [new file with mode: 0644]
lib/SDL/Tutorial/.svn/text-base/Images.pm.svn-base [new file with mode: 0644]
lib/SDL/Tutorial/.svn/wcprops/Animation.pm.svn-work [new file with mode: 0644]
lib/SDL/Tutorial/.svn/wcprops/Drawing.pm.svn-work [new file with mode: 0644]
lib/SDL/Tutorial/.svn/wcprops/Images.pm.svn-work [new file with mode: 0644]
lib/SDL/Tutorial/Animation.pm [new file with mode: 0644]
lib/SDL/Tutorial/Drawing.pm [new file with mode: 0644]
lib/SDL/Tutorial/Images.pm [new file with mode: 0644]
lib/SDL/Video.pm [new file with mode: 0644]
lib/SDL_perl.pm [new file with mode: 0644]
logo/sdl_perl_logo_large.png [new file with mode: 0644]
logo/sdl_perl_logo_small.png [new file with mode: 0644]
make/lib/SDL/Build.pm [new file with mode: 0644]
make/lib/SDL/Build/Cygwin.pm [new file with mode: 0644]
make/lib/SDL/Build/Darwin.pm [new file with mode: 0644]
make/lib/SDL/Build/Freebsd.pm [new file with mode: 0644]
make/lib/SDL/Build/Linux.pm [new file with mode: 0644]
make/lib/SDL/Build/MSWin32.pm [new file with mode: 0644]
make/lib/SDL/Build/Netbsd.pm [new file with mode: 0644]
src/OpenGL.xs [new file with mode: 0644]
src/SDL.xs [new file with mode: 0644]
src/SDL/OpenGL.bs [new file with mode: 0644]
src/SDL/OpenGL.c [new file with mode: 0644]
src/SDL/OpenGL.o [new file with mode: 0644]
src/SDL/OpenGL.xs [new file with mode: 0644]
src/SDL/SFont.bs [new file with mode: 0644]
src/SDL/SFont.c [new file with mode: 0644]
src/SDL/SFont.o [new file with mode: 0644]
src/SDL/SFont.xs [new file with mode: 0644]
src/SDL_perl.bs [new file with mode: 0644]
src/SDL_perl.c [new file with mode: 0644]
src/SDL_perl.o [new file with mode: 0644]
src/SDL_perl.xs [new file with mode: 0644]
src/SFont.h [new file with mode: 0644]
src/SFont.xs [new file with mode: 0644]
src/defines.h [new file with mode: 0644]
src/support/darwin_support.h [new file with mode: 0644]
src/support/darwin_support.m [new file with mode: 0644]
src/support/win32.c [new file with mode: 0644]
t/apppm.t [new file with mode: 0644]
t/cdrompm.t [new file with mode: 0644]
t/colorpm.t [new file with mode: 0644]
t/cursorpm.t [new file with mode: 0644]
t/eventpm.t [new file with mode: 0644]
t/fontpm.t [new file with mode: 0644]
t/mixerpm.t [new file with mode: 0644]
t/mpegpm.t [new file with mode: 0644]
t/musicpm.t [new file with mode: 0644]
t/opengl.t [new file with mode: 0644]
t/palettepm.t [new file with mode: 0644]
t/rectpm.t [new file with mode: 0644]
t/sdlpm.t [new file with mode: 0644]
t/soundpm.t [new file with mode: 0644]
t/surfacepm.t [new file with mode: 0644]
t/timerpm.t [new file with mode: 0644]
t/toolfontpm.t [new file with mode: 0644]
t/toolgraphicpm.t [new file with mode: 0644]
t/ttfontpm.t [new file with mode: 0644]
t/videopm.t [new file with mode: 0644]
test/64encode.pl [new file with mode: 0644]
test/OpenGL/.DS_Store [new file with mode: 0644]
test/OpenGL/README [new file with mode: 0644]
test/OpenGL/test1.sdlpl [new file with mode: 0644]
test/OpenGL/test2.sdlpl [new file with mode: 0644]
test/OpenGL/test3.sdlpl [new file with mode: 0644]
test/OpenGL/test4.sdlpl [new file with mode: 0644]
test/OpenGL/test5.sdlpl [new file with mode: 0644]
test/OpenGL/tutorial/.DS_Store [new file with mode: 0644]
test/OpenGL/tutorial/lesson02.sdlpl [new file with mode: 0644]
test/OpenGL/tutorial/lesson03.sdlpl [new file with mode: 0644]
test/OpenGL/tutorial/lesson04.sdlpl [new file with mode: 0644]
test/OpenGL/tutorial/lesson05.sdlpl [new file with mode: 0644]
test/OpenGL/tutorial/lesson06.sdlpl [new file with mode: 0644]
test/OpenGL/tutorial/lesson07.sdlpl [new file with mode: 0644]
test/OpenGL/tutorial/lesson08.sdlpl [new file with mode: 0644]
test/README [new file with mode: 0644]
test/checkkeys.sdlpl [new file with mode: 0644]
test/graywin.sdlpl [new file with mode: 0644]
test/loopwave.sdlpl [new file with mode: 0644]
test/testcolor.sdlpl [new file with mode: 0644]
test/testfonttool.sdlpl [new file with mode: 0644]
test/testgfxprim.sdlpl [new file with mode: 0644]
test/testgfxroto.sdlpl [new file with mode: 0644]
test/testgraphictool.sdlpl [new file with mode: 0644]
test/testjoystick.sdlpl [new file with mode: 0644]
test/testmenu.sdlpl [new file with mode: 0644]
test/testsprite.sdlpl [new file with mode: 0644]
test/testtimer.sdlpl [new file with mode: 0644]
typemap [new file with mode: 0644]