X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=1ff704b457811fbd6720700af0d17f21a3a4ed57;hb=c37bd81727180841b3680c0d341974156a7786ff;hp=9fab9351396d816102501f005c03125d720b5cea;hpb=71dfa2cb2dfa261a15c575a98e3545e536bb56c1;p=sdlgit%2FSDL_perl.git diff --git a/MANIFEST b/MANIFEST index 9fab935..1ff704b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,23 +1,24 @@ BUGS -Build.PL CHANGELOG CONTRIBUTORS COPYING +lib/SDL.pm lib/SDL/App.pm lib/SDL/Cdrom.pm lib/SDL/Color.pm +lib/SDL/Config.pm lib/SDL/Constants.pm lib/SDL/Cursor.pm lib/SDL/Event.pm lib/SDL/Font.pm +lib/SDL/Game/Rect.pm lib/SDL/Mixer.pm lib/SDL/MPEG.pm lib/SDL/Music.pm -lib/SDL/OpenGL/Constants.pm lib/SDL/OpenGL.pm +lib/SDL/OpenGL/Constants.pm lib/SDL/Palette.pm -lib/SDL_perl.pm -lib/SDL.pm +lib/SDL/PixelFormat.pm lib/SDL/Rect.pm lib/SDL/SFont.pm lib/SDL/Sound.pm @@ -25,33 +26,65 @@ lib/SDL/Surface.pm lib/SDL/Timer.pm lib/SDL/Tool/Font.pm lib/SDL/Tool/Graphic.pm +lib/SDL/TTF_Font.pm lib/SDL/TTFont.pm +lib/SDL/Tutorial.pm lib/SDL/Tutorial/Animation.pm lib/SDL/Tutorial/Drawing.pm lib/SDL/Tutorial/Images.pm -lib/SDL/Tutorial/LunarLandar.pm -lib/SDL/Tutorial.pm +lib/SDL/Tutorial/LunarLander.pm +lib/SDL/Tutorial/Pong.pm lib/SDL/Video.pm +lib/SDL_perl.pm logo/sdl_perl_logo_large.png logo/sdl_perl_logo_small.png -make/lib/SDL/Build/Cygwin.pm -make/lib/SDL/Build/Darwin.pm -make/lib/SDL/Build/Freebsd.pm -make/lib/SDL/Build/Gnukfreebsd.pm -make/lib/SDL/Build/Linux.pm -make/lib/SDL/Build/Solaris.pm -make/lib/SDL/Build/MSWin32.pm -make/lib/SDL/Build/Netbsd.pm -make/lib/SDL/Build.pm -make/lib/SDL/Utility.pm MacOSX/Info.plist MacOSX/launcher.h MacOSX/launcher.m MacOSX/SDLPerl.icns -MANIFEST +make/lib/SDL/Utility.pm +MANIFEST This list of files +MANIFEST.bak +MANIFEST.SKIP META.yml README +scripts/const.pl +scripts/gl_const.pl +scripts/OpenGL/Constants.pm +scripts/opengl_words.txt +scripts/README +scripts/SDL/Constants.pm +scripts/sdl_const.pl +scripts/sdl_words.txt +src/Core/Audio.xs +src/Core/CDROM.xs +src/Core/Events.xs +src/Core/Files.xs +src/Core/Joystick.xs +src/Core/Mouse.xs +src/Core/MultiThread.xs +src/Core/objects/Color.xs +src/Core/objects/PixelFormat.xs +src/Core/objects/Rect.xs +src/Core/objects/Surface.xs +src/Core/SDL.xs +src/Core/Time.xs +src/Core/Video.xs +src/Core/WindowMangement.xs src/defines.h +src/Mixer/Channels.xs +src/Mixer/Effects.xs +src/Mixer/Groups.xs +src/Mixer/Mixer.xs +src/Mixer/Music.xs +src/Mixer/objects/chunk.xs +src/Mixer/objects/effectDone.xs +src/Mixer/objects/effectFunc.xs +src/Mixer/objects/fading.xs +src/Mixer/objects/music.xs +src/Mixer/objects/musicType.xs +src/Mixer/README +src/Mixer/Samples.xs src/OpenGL.xs src/SDL.xs src/SFont.h @@ -59,36 +92,40 @@ src/SFont.xs src/support/darwin_support.h src/support/darwin_support.m src/support/win32.c -scripts/README -scripts/const.pl -scripts/gl_const.pl -scripts/opengl_words.txt -scripts/sdl_const.pl -scripts/sdl_words.txt -scripts/OpenGL/Constants.pm -scripts/SDL/Constants.pm -t/manifest.t +src/TTF/Attributes.xs +src/TTF/Management.xs +src/TTF/objects/TTF_Font.xs +src/TTF/README +src/TTF/Render.xs +src/TTF/TTF.xs t/apppm.t t/cdrompm.t t/colorpm.t +t/constantspm.t +t/core_rect.t +t/core_surface.t +t/core_ttf.t t/cursorpm.t t/eventpm.t +t/extendingrect.t t/fontpm.t +t/intergation1.t +t/manifest.t t/mixerpm.t t/mpegpm.t t/musicpm.t t/opengl.t t/palettepm.t -t/rectpm.t +t/sdlgamerect.t t/sdlpm.t t/soundpm.t -t/surfacepm.t t/surfaceML.t t/timerpm.t t/toolfontpm.t t/toolgraphicpm.t t/ttfontpm.t t/videopm.t +test/64encode.pl test/checkkeys.pl test/data/24P_Arial_NeonYellow.png test/data/24P_Copperplate_Blue.png @@ -124,7 +161,6 @@ test/OpenGL/tutorial/lesson07.pl test/OpenGL/tutorial/lesson08.pl test/OpenGL/tutorial/lesson18.pl test/README -test/64encode.pl test/testcolor.pl test/testcolor.spl test/testfonttool.pl