Skip to content

Commit

Permalink
Added all of Garu's stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Oct 18, 2009
1 parent 630ffc1 commit 8fa7c8e
Show file tree
Hide file tree
Showing 34 changed files with 601 additions and 1,671 deletions.
31 changes: 13 additions & 18 deletions Build.PL
Expand Up @@ -16,10 +16,11 @@ use YAML;
use YAML::Node;

print STDERR <<BROKENWIN if ($^O =~ /MSWin.*|cygwin/ );
******************************** !!!WARNING!!! ********************************
Windows support is currently experimental - you can continue, but you've been warned!
If you are interested in helping please contact us at sdl-devel\@perl.org.
*******************************************************************************
*************************** !!!WARNING!!! *****************************
Windows support is currently experimental - you can continue, but
you've been warned! If you are interested in helping please contact us
at sdl-devel\@perl.org, or join us on #sdl in irc.perl.org
***********************************************************************
BROKENWIN

my $sdl_compile_flags = SDL::Utility->sdl_c_flags();
Expand All @@ -41,14 +42,6 @@ my %subsystems =
libraries => [qw( SDL SDL_image SDL_mixer SDL_net SDL_ttf SDL_gfx
png jpeg smpeg )],
},
Rect => {
file => {
from => 'src/Rect.xs',
to => 'lib/SDL/Rect.xs',
},
libraries => [qw( SDL )],
},

OpenGL => {
file => {
from => 'src/OpenGL.xs',
Expand Down Expand Up @@ -135,13 +128,15 @@ my $build = SDL::Build->new(
dist_name => 'SDL_Perl',
license => 'lgpl',
dist_version_from => 'lib/SDL.pm',
requires =>
configure_requires =>
{
'Module::Build' => '0.27',
'Alien::SDL' => '0.7',
'Test::Simple' => '0.47',
'YAML' => '0.68',
'ExtUtils::CBuilder' => '0.260301'
'ExtUtils::CBuilder' => '0.260301',
'Alien::SDL' => '0.7.1',
},
build_requires =>
{
'Test::Simple' => '0.47',

},
build_recommends =>
Expand All @@ -154,7 +149,7 @@ my $build = SDL::Build->new(
{
no_index => { file => [ <make/lib/SDL/*.pm>, <make/lib/SDL/Build/*.pm>, <make/lib/ExtUtils/CBuilder/*>, <make/lib/ExtUtils/*>, <make/lib/ExtUtils/CBuilder/Platform/Windows.pm> ] },
},
dist_author => 'David J. Goehrig <DGOEHRIG@cpan.org>',
dist_author => 'David J. Goehrig <DGOEHRIG@cpan.org>, Kartik Thakore <KTHAKORE@cpan.org>',
);

if($arch eq 'Darwin')
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,5 +1,9 @@
Revision history for Perl extension SDL_perl.

* v2.2.3.1 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
- Critical Build.PL fix for META.yml
- Doc fix

* v2.2.3 Sept 29 2009 Kartik Thakore <thakore.kartik@gmail.com>
- More Docs
- Experimental Mac version
Expand Down
139 changes: 139 additions & 0 deletions MANIFEST
@@ -0,0 +1,139 @@
BUGS
Build.PL
CHANGELOG
CONTRIBUTORS
COPYING
lib/SDL/App.pm
lib/SDL/Cdrom.pm
lib/SDL/Color.pm
lib/SDL/Constants.pm
lib/SDL/Cursor.pm
lib/SDL/Event.pm
lib/SDL/Font.pm
lib/SDL/Mixer.pm
lib/SDL/MPEG.pm
lib/SDL/Music.pm
lib/SDL/OpenGL/Constants.pm
lib/SDL/OpenGL.pm
lib/SDL/Palette.pm
lib/SDL_perl.pm
lib/SDL.pm
lib/SDL/Rect.pm
lib/SDL/SFont.pm
lib/SDL/Sound.pm
lib/SDL/Surface.pm
lib/SDL/Timer.pm
lib/SDL/Tool/Font.pm
lib/SDL/Tool/Graphic.pm
lib/SDL/TTFont.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/Video.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
META.yml
README
src/defines.h
src/OpenGL.xs
src/SDL.xs
src/SFont.h
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
t/apppm.t
t/cdrompm.t
t/colorpm.t
t/cursorpm.t
t/eventpm.t
t/fontpm.t
t/mixerpm.t
t/mpegpm.t
t/musicpm.t
t/opengl.t
t/palettepm.t
t/rectpm.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/checkkeys.pl
test/data/24P_Arial_NeonYellow.png
test/data/24P_Copperplate_Blue.png
test/data/aircut3.ttf
test/data/electrohar.ttf
test/data/highlight.png
test/data/icon.bmp
test/data/LargeFont.bmp
test/data/logo.png
test/data/menu.png
test/data/sample.wav
test/graywin.pl
test/loopwave.pl
test/OpenGL/README
test/OpenGL/test1.pl
test/OpenGL/test2.pl
test/OpenGL/test3.pl
test/OpenGL/test4.pl
test/OpenGL/test5.pl
test/OpenGL/tutorial/Data/crate.png
test/OpenGL/tutorial/Data/cube.bmp
test/OpenGL/tutorial/Data/glass.bmp
test/OpenGL/tutorial/Data/NeHe.png
test/OpenGL/tutorial/Data/Star.bmp
test/OpenGL/tutorial/Data/tim.jpg
test/OpenGL/tutorial/Data/world.txt
test/OpenGL/tutorial/lesson02.pl
test/OpenGL/tutorial/lesson03.pl
test/OpenGL/tutorial/lesson04.pl
test/OpenGL/tutorial/lesson05.pl
test/OpenGL/tutorial/lesson06.pl
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
test/testgfxprim.pl
test/testgfxroto.pl
test/testgraphictool.pl
test/testjoystick.pl
test/testmenu.pl
test/testsprite.pl
test/testtimer.pl
TODO
typemap
4 changes: 0 additions & 4 deletions MANIFEST.SKIP

This file was deleted.

8 changes: 0 additions & 8 deletions exp/SDL/Rect/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions exp/SDL/Rect/Changes

This file was deleted.

0 comments on commit 8fa7c8e

Please sign in to comment.