summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/sdl-devel/Makefile15
-rw-r--r--devel/sdl-devel/distinfo2
-rw-r--r--devel/sdl-devel/files/man3158
-rw-r--r--devel/sdl-devel/files/patch-ac30
-rw-r--r--devel/sdl-devel/pkg-plist227
-rw-r--r--devel/sdl12/Makefile15
-rw-r--r--devel/sdl12/distinfo2
-rw-r--r--devel/sdl12/files/man3158
-rw-r--r--devel/sdl12/files/patch-ac30
-rw-r--r--devel/sdl12/pkg-plist227
10 files changed, 746 insertions, 118 deletions
diff --git a/devel/sdl-devel/Makefile b/devel/sdl-devel/Makefile
index 359d6df3b4b7..4cee53d3ed48 100644
--- a/devel/sdl-devel/Makefile
+++ b/devel/sdl-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sdl-devel
-PORTVERSION= 1.1.4
-PORTREVISION= 1
+PORTVERSION= 1.1.5
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/ \
http://www.devolution.com/~slouken/SDL/release/
@@ -39,6 +38,10 @@ USE_MESA= yes
CONFIGURE_ARGS+= --enable-video-opengl
.endif
+.include <bsd.port.pre.mk>
+
+MAN3!= /bin/cat ${FILESDIR}/man3
+
post-configure:
@cd ${WRKSRC} && \
${CP} sdl-config sdl11-config && \
@@ -50,12 +53,12 @@ post-install:
@${MKDIR} ${PREFIX}/share/examples/SDL11
@${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/SDL11
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/SDL11
+ @${MKDIR} ${PREFIX}/share/doc/SDL11/docs
.for file in BUGS COPYING CREDITS README WhatsNew docs.html
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL11
.endfor
- @cd ${WRKSRC}/docs; tar cf - `${ECHO} [^M]*` | \
- (cd ${PREFIX}/share/doc/SDL11; ${TAR} --unlink -xf - )
+ @cd ${WRKSRC}/docs; tar cf - `${ECHO} [^Mm]*` | \
+ (cd ${PREFIX}/share/doc/SDL11/docs; ${TAR} --unlink -xf - )
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/sdl-devel/distinfo b/devel/sdl-devel/distinfo
index a2920471af70..861ae1fe8c45 100644
--- a/devel/sdl-devel/distinfo
+++ b/devel/sdl-devel/distinfo
@@ -1 +1 @@
-MD5 (SDL-1.1.4.tar.gz) = aaffe4c7f7dee563124087a70eea315e
+MD5 (SDL-1.1.5.tar.gz) = f3e32edb188674ded00eb0b88ddd32bf
diff --git a/devel/sdl-devel/files/man3 b/devel/sdl-devel/files/man3
new file mode 100644
index 000000000000..1e407be7dc42
--- /dev/null
+++ b/devel/sdl-devel/files/man3
@@ -0,0 +1,158 @@
+SDLKey.3
+SDL_ActiveEvent.3
+SDL_AddTimer.3
+SDL_AudioCVT.3
+SDL_AudioSpec.3
+SDL_BlitSurface.3
+SDL_BuildAudioCVT.3
+SDL_CD.3
+SDL_CDClose.3
+SDL_CDEject.3
+SDL_CDName.3
+SDL_CDNumDrives.3
+SDL_CDOpen.3
+SDL_CDPause.3
+SDL_CDPlay.3
+SDL_CDPlayTracks.3
+SDL_CDResume.3
+SDL_CDStatus.3
+SDL_CDStop.3
+SDL_CDtrack.3
+SDL_CloseAudio.3
+SDL_Color.3
+SDL_CondBroadcast.3
+SDL_CondSignal.3
+SDL_CondWait.3
+SDL_CondWaitTimeout.3
+SDL_ConvertAudio.3
+SDL_ConvertSurface.3
+SDL_CreateCond.3
+SDL_CreateCursor.3
+SDL_CreateMutex.3
+SDL_CreateRGBSurface.3
+SDL_CreateRGBSurfaceFrom.3
+SDL_CreateSemaphore.3
+SDL_CreateThread.3
+SDL_CreateYUVOverlay.3
+SDL_Delay.3
+SDL_DestroyCond.3
+SDL_DestroyMutex.3
+SDL_DestroySemaphore.3
+SDL_DisplayFormat.3
+SDL_DisplayYUVOverlay.3
+SDL_EnableKeyRepeat.3
+SDL_EnableUNICODE.3
+SDL_Event.3
+SDL_EventState.3
+SDL_FillRect.3
+SDL_Flip.3
+SDL_FreeCursor.3
+SDL_FreeSurface.3
+SDL_FreeWAV.3
+SDL_FreeYUVOverlay.3
+SDL_GL_GetAttribute.3
+SDL_GL_GetProcAddress.3
+SDL_GL_LoadLibrary.3
+SDL_GL_SetAttribute.3
+SDL_GL_SwapBuffers.3
+SDL_GLattr.3
+SDL_GetAppState.3
+SDL_GetAudioStatus.3
+SDL_GetCursor.3
+SDL_GetKeyName.3
+SDL_GetKeyState.3
+SDL_GetModState.3
+SDL_GetMouseState.3
+SDL_GetRGB.3
+SDL_GetRelativeMouseState.3
+SDL_GetTicks.3
+SDL_GetVideoInfo.3
+SDL_GetVideoSurface.3
+SDL_Init.3
+SDL_InitSubSystem.3
+SDL_JoyAxisEvent.3
+SDL_JoyBallEvent.3
+SDL_JoyButtonEvent.3
+SDL_JoyHatEvent.3
+SDL_JoystickClose.3
+SDL_JoystickEventState.3
+SDL_JoystickGetAxis.3
+SDL_JoystickGetBall.3
+SDL_JoystickGetButton.3
+SDL_JoystickGetHat.3
+SDL_JoystickIndex.3
+SDL_JoystickName.3
+SDL_JoystickNumAxes.3
+SDL_JoystickNumBalls.3
+SDL_JoystickNumButtons.3
+SDL_JoystickNumHats.3
+SDL_JoystickOpen.3
+SDL_JoystickOpened.3
+SDL_JoystickUpdate.3
+SDL_KeyboardEvent.3
+SDL_KillThread.3
+SDL_ListModes.3
+SDL_LoadBMP.3
+SDL_LoadWAV.3
+SDL_LockAudio.3
+SDL_LockSurface.3
+SDL_LockYUVOverlay.3
+SDL_MapRGB.3
+SDL_MixAudio.3
+SDL_MouseButtonEvent.3
+SDL_MouseMotionEvent.3
+SDL_NumJoysticks.3
+SDL_OpenAudio.3
+SDL_Overlay.3
+SDL_Palette.3
+SDL_PauseAudio.3
+SDL_PeepEvents.3
+SDL_PixelFormat.3
+SDL_PollEvent.3
+SDL_PumpEvents.3
+SDL_PushEvent.3
+SDL_Quit.3
+SDL_QuitEvent.3
+SDL_QuitSubSystem.3
+SDL_Rect.3
+SDL_RemoveTimer.3
+SDL_ResizeEvent.3
+SDL_SaveBMP.3
+SDL_SemPost.3
+SDL_SemTryWait.3
+SDL_SemValue.3
+SDL_SemWait.3
+SDL_SemWaitTimeout.3
+SDL_SetAlpha.3
+SDL_SetClipping.3
+SDL_SetColorKey.3
+SDL_SetColors.3
+SDL_SetCursor.3
+SDL_SetEventFilter.3
+SDL_SetModState.3
+SDL_SetTimer.3
+SDL_SetVideoMode.3
+SDL_ShowCursor.3
+SDL_Surface.3
+SDL_SysWMEvent.3
+SDL_ThreadID.3
+SDL_UnlockAudio.3
+SDL_UnlockSurface.3
+SDL_UnlockYUVOverlay.3
+SDL_UpdateRect.3
+SDL_UpdateRects.3
+SDL_UserEvent.3
+SDL_VideoInfo.3
+SDL_VideoModeOK.3
+SDL_WM_GetCaption.3
+SDL_WM_GrabInput.3
+SDL_WM_IconifyWindow.3
+SDL_WM_SetCaption.3
+SDL_WM_SetIcon.3
+SDL_WM_ToggleFullScreen.3
+SDL_WaitEvent.3
+SDL_WaitThread.3
+SDL_WarpMouse.3
+SDL_keysym.3
+SDL_mutexP.3
+SDL_mutexV.3
diff --git a/devel/sdl-devel/files/patch-ac b/devel/sdl-devel/files/patch-ac
index 93bba165c6ad..b48dfe7b1699 100644
--- a/devel/sdl-devel/files/patch-ac
+++ b/devel/sdl-devel/files/patch-ac
@@ -1,15 +1,15 @@
---- configure.orig Fri Aug 4 22:23:00 2000
-+++ configure Fri Aug 25 06:50:42 2000
-@@ -603,7 +603,7 @@
+--- configure.orig Wed Sep 27 09:15:44 2000
++++ configure Thu Sep 28 09:38:24 2000
+@@ -607,7 +607,7 @@
SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=1
- SDL_MICRO_VERSION=4
--SDL_INTERFACE_AGE=1
+ SDL_MICRO_VERSION=5
+-SDL_INTERFACE_AGE=0
+SDL_INTERFACE_AGE=2
- SDL_BINARY_AGE=4
+ SDL_BINARY_AGE=5
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
-@@ -616,9 +616,9 @@
+@@ -620,9 +620,9 @@
# libtool versioning
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
@@ -21,7 +21,7 @@
-@@ -2685,7 +2685,7 @@
+@@ -3002,7 +3002,7 @@
SDL_CFLAGS=""
@@ -29,8 +29,8 @@
+SDL_LIBS="-lSDL-1.1"
- # Check whether --enable-audio or --disable-audio was given.
-@@ -4448,8 +4448,6 @@
+ case "$target" in
+@@ -4788,8 +4788,6 @@
#include <vga.h>
#include <vgamouse.h>
#include <vgakeyboard.h>
@@ -39,11 +39,11 @@
int main() {
-@@ -5166,6 +5164,7 @@
+@@ -5538,6 +5536,7 @@
+ ARCH=freebsd
+ CheckNASM
CheckESD
++ CheckSVGA
CheckX11
+ CheckDGA
CheckAAlib
-+ CheckSVGA
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
diff --git a/devel/sdl-devel/pkg-plist b/devel/sdl-devel/pkg-plist
index c11cc6364501..8c198e910138 100644
--- a/devel/sdl-devel/pkg-plist
+++ b/devel/sdl-devel/pkg-plist
@@ -24,9 +24,9 @@ include/SDL11/SDL_version.h
include/SDL11/SDL_video.h
include/SDL11/begin_code.h
include/SDL11/close_code.h
-lib/libSDL-1.1.so.2
lib/libSDL-1.1.a
lib/libSDL-1.1.so
+lib/libSDL-1.1.so.2
lib/libSDLmain-1.1.a
share/aclocal/sdl11.m4
share/doc/SDL11/BUGS
@@ -34,34 +34,190 @@ share/doc/SDL11/COPYING
share/doc/SDL11/CREDITS
share/doc/SDL11/README
share/doc/SDL11/WhatsNew
-share/doc/SDL11/audio/examples.html
-share/doc/SDL11/audio/funclist.html
-share/doc/SDL11/audio/functions.html
-share/doc/SDL11/audio/index.html
-share/doc/SDL11/cdrom/examples.html
-share/doc/SDL11/cdrom/funclist.html
-share/doc/SDL11/cdrom/functions.html
-share/doc/SDL11/cdrom/index.html
share/doc/SDL11/docs.html
-share/doc/SDL11/events/examples.html
-share/doc/SDL11/events/functions.html
-share/doc/SDL11/events/index.html
-share/doc/SDL11/events/keysym.html
-share/doc/SDL11/images/rainbow.gif
-share/doc/SDL11/index.html
-share/doc/SDL11/opengl/examples.html
-share/doc/SDL11/opengl/funclist.html
-share/doc/SDL11/opengl/functions.html
-share/doc/SDL11/opengl/index.html
-share/doc/SDL11/threads/index.html
-share/doc/SDL11/time/examples.html
-share/doc/SDL11/time/funclist.html
-share/doc/SDL11/time/functions.html
-share/doc/SDL11/time/index.html
-share/doc/SDL11/video/examples.html
-share/doc/SDL11/video/funclist.html
-share/doc/SDL11/video/functions.html
-share/doc/SDL11/video/index.html
+share/doc/SDL11/docs/html/Makefile
+share/doc/SDL11/docs/html/Makefile.am
+share/doc/SDL11/docs/html/Makefile.in
+share/doc/SDL11/docs/html/audio.html
+share/doc/SDL11/docs/html/cdrom.html
+share/doc/SDL11/docs/html/event.html
+share/doc/SDL11/docs/html/eventfunctions.html
+share/doc/SDL11/docs/html/eventstructures.html
+share/doc/SDL11/docs/html/general.html
+share/doc/SDL11/docs/html/index.html
+share/doc/SDL11/docs/html/intro.html
+share/doc/SDL11/docs/html/joystick.html
+share/doc/SDL11/docs/html/sdlactiveevent.html
+share/doc/SDL11/docs/html/sdladdtimer.html
+share/doc/SDL11/docs/html/sdlaudiocvt.html
+share/doc/SDL11/docs/html/sdlaudiospec.html
+share/doc/SDL11/docs/html/sdlblitsurface.html
+share/doc/SDL11/docs/html/sdlbuildaudiocvt.html
+share/doc/SDL11/docs/html/sdlcd.html
+share/doc/SDL11/docs/html/sdlcdclose.html
+share/doc/SDL11/docs/html/sdlcdeject.html
+share/doc/SDL11/docs/html/sdlcdname.html
+share/doc/SDL11/docs/html/sdlcdnumdrives.html
+share/doc/SDL11/docs/html/sdlcdopen.html
+share/doc/SDL11/docs/html/sdlcdpause.html
+share/doc/SDL11/docs/html/sdlcdplay.html
+share/doc/SDL11/docs/html/sdlcdplaytracks.html
+share/doc/SDL11/docs/html/sdlcdresume.html
+share/doc/SDL11/docs/html/sdlcdstatus.html
+share/doc/SDL11/docs/html/sdlcdstop.html
+share/doc/SDL11/docs/html/sdlcdtrack.html
+share/doc/SDL11/docs/html/sdlcloseaudio.html
+share/doc/SDL11/docs/html/sdlcolor.html
+share/doc/SDL11/docs/html/sdlcondbroadcast.html
+share/doc/SDL11/docs/html/sdlcondsignal.html
+share/doc/SDL11/docs/html/sdlcondwait.html
+share/doc/SDL11/docs/html/sdlcondwaittimeout.html
+share/doc/SDL11/docs/html/sdlconvertaudio.html
+share/doc/SDL11/docs/html/sdlconvertsurface.html
+share/doc/SDL11/docs/html/sdlcreatecond.html
+share/doc/SDL11/docs/html/sdlcreatecursor.html
+share/doc/SDL11/docs/html/sdlcreatemutex.html
+share/doc/SDL11/docs/html/sdlcreatergbsurface.html
+share/doc/SDL11/docs/html/sdlcreatergbsurfacefrom.html
+share/doc/SDL11/docs/html/sdlcreatesemaphore.html
+share/doc/SDL11/docs/html/sdlcreatethread.html
+share/doc/SDL11/docs/html/sdlcreateyuvoverlay.html
+share/doc/SDL11/docs/html/sdldelay.html
+share/doc/SDL11/docs/html/sdldestroycond.html
+share/doc/SDL11/docs/html/sdldestroymutex.html
+share/doc/SDL11/docs/html/sdldestroysemaphore.html
+share/doc/SDL11/docs/html/sdldisplayformat.html
+share/doc/SDL11/docs/html/sdldisplayformatalpha.html
+share/doc/SDL11/docs/html/sdldisplayyuvoverlay.html
+share/doc/SDL11/docs/html/sdlenablekeyrepeat.html
+share/doc/SDL11/docs/html/sdlenableunicode.html
+share/doc/SDL11/docs/html/sdlevent.html
+share/doc/SDL11/docs/html/sdleventstate.html
+share/doc/SDL11/docs/html/sdlfillrect.html
+share/doc/SDL11/docs/html/sdlflip.html
+share/doc/SDL11/docs/html/sdlfreecursor.html
+share/doc/SDL11/docs/html/sdlfreesurface.html
+share/doc/SDL11/docs/html/sdlfreewav.html
+share/doc/SDL11/docs/html/sdlfreeyuvoverlay.html
+share/doc/SDL11/docs/html/sdlgetappstate.html
+share/doc/SDL11/docs/html/sdlgetaudiostatus.html
+share/doc/SDL11/docs/html/sdlgetcursor.html
+share/doc/SDL11/docs/html/sdlgetgammaramp.html
+share/doc/SDL11/docs/html/sdlgetkeyname.html
+share/doc/SDL11/docs/html/sdlgetkeystate.html
+share/doc/SDL11/docs/html/sdlgetmodstate.html
+share/doc/SDL11/docs/html/sdlgetmousestate.html
+share/doc/SDL11/docs/html/sdlgetrelativemousestate.html
+share/doc/SDL11/docs/html/sdlgetrgb.html
+share/doc/SDL11/docs/html/sdlgetrgba.html
+share/doc/SDL11/docs/html/sdlgetticks.html
+share/doc/SDL11/docs/html/sdlgetvideoinfo.html
+share/doc/SDL11/docs/html/sdlgetvideosurface.html
+share/doc/SDL11/docs/html/sdlglattr.html
+share/doc/SDL11/docs/html/sdlglgetattribute.html
+share/doc/SDL11/docs/html/sdlglgetprocaddress.html
+share/doc/SDL11/docs/html/sdlglloadlibrary.html
+share/doc/SDL11/docs/html/sdlglsetattribute.html
+share/doc/SDL11/docs/html/sdlglswapbuffers.html
+share/doc/SDL11/docs/html/sdlinit.html
+share/doc/SDL11/docs/html/sdlinitsubsystem.html
+share/doc/SDL11/docs/html/sdljoyaxisevent.html
+share/doc/SDL11/docs/html/sdljoyballevent.html
+share/doc/SDL11/docs/html/sdljoybuttonevent.html
+share/doc/SDL11/docs/html/sdljoyhatevent.html
+share/doc/SDL11/docs/html/sdljoystickclose.html
+share/doc/SDL11/docs/html/sdljoystickeventstate.html
+share/doc/SDL11/docs/html/sdljoystickgetaxis.html
+share/doc/SDL11/docs/html/sdljoystickgetball.html
+share/doc/SDL11/docs/html/sdljoystickgetbutton.html
+share/doc/SDL11/docs/html/sdljoystickgethat.html
+share/doc/SDL11/docs/html/sdljoystickindex.html
+share/doc/SDL11/docs/html/sdljoystickname.html
+share/doc/SDL11/docs/html/sdljoysticknumaxes.html
+share/doc/SDL11/docs/html/sdljoysticknumballs.html
+share/doc/SDL11/docs/html/sdljoysticknumbuttons.html
+share/doc/SDL11/docs/html/sdljoysticknumhats.html
+share/doc/SDL11/docs/html/sdljoystickopen.html
+share/doc/SDL11/docs/html/sdljoystickopened.html
+share/doc/SDL11/docs/html/sdljoystickupdate.html
+share/doc/SDL11/docs/html/sdlkey.html
+share/doc/SDL11/docs/html/sdlkeyboardevent.html
+share/doc/SDL11/docs/html/sdlkeysym.html
+share/doc/SDL11/docs/html/sdlkillthread.html
+share/doc/SDL11/docs/html/sdllistmodes.html
+share/doc/SDL11/docs/html/sdlloadbmp.html
+share/doc/SDL11/docs/html/sdlloadwav.html
+share/doc/SDL11/docs/html/sdllockaudio.html
+share/doc/SDL11/docs/html/sdllocksurface.html
+share/doc/SDL11/docs/html/sdllockyuvoverlay.html
+share/doc/SDL11/docs/html/sdlmaprgb.html
+share/doc/SDL11/docs/html/sdlmaprgba.html
+share/doc/SDL11/docs/html/sdlmixaudio.html
+share/doc/SDL11/docs/html/sdlmousebuttonevent.html
+share/doc/SDL11/docs/html/sdlmousemotionevent.html
+share/doc/SDL11/docs/html/sdlmutexp.html
+share/doc/SDL11/docs/html/sdlmutexv.html
+share/doc/SDL11/docs/html/sdlnumjoysticks.html
+share/doc/SDL11/docs/html/sdlopenaudio.html
+share/doc/SDL11/docs/html/sdloverlay.html
+share/doc/SDL11/docs/html/sdlpalette.html
+share/doc/SDL11/docs/html/sdlpauseaudio.html
+share/doc/SDL11/docs/html/sdlpeepevents.html
+share/doc/SDL11/docs/html/sdlpixelformat.html
+share/doc/SDL11/docs/html/sdlpollevent.html
+share/doc/SDL11/docs/html/sdlpumpevents.html
+share/doc/SDL11/docs/html/sdlpushevent.html
+share/doc/SDL11/docs/html/sdlquit.html
+share/doc/SDL11/docs/html/sdlquitevent.html
+share/doc/SDL11/docs/html/sdlquitsubsystem.html
+share/doc/SDL11/docs/html/sdlrect.html
+share/doc/SDL11/docs/html/sdlremovetimer.html
+share/doc/SDL11/docs/html/sdlresizeevent.html
+share/doc/SDL11/docs/html/sdlsavebmp.html
+share/doc/SDL11/docs/html/sdlsempost.html
+share/doc/SDL11/docs/html/sdlsemtrywait.html
+share/doc/SDL11/docs/html/sdlsemvalue.html
+share/doc/SDL11/docs/html/sdlsemwait.html
+share/doc/SDL11/docs/html/sdlsemwaittimeout.html
+share/doc/SDL11/docs/html/sdlsetalpha.html
+share/doc/SDL11/docs/html/sdlsetclipping.html
+share/doc/SDL11/docs/html/sdlsetcliprect.html
+share/doc/SDL11/docs/html/sdlsetcolorkey.html
+share/doc/SDL11/docs/html/sdlsetcolors.html
+share/doc/SDL11/docs/html/sdlsetcursor.html
+share/doc/SDL11/docs/html/sdlseteventfilter.html
+share/doc/SDL11/docs/html/sdlsetgamma.html
+share/doc/SDL11/docs/html/sdlsetgammaramp.html
+share/doc/SDL11/docs/html/sdlsetmodstate.html
+share/doc/SDL11/docs/html/sdlsetpalette.html
+share/doc/SDL11/docs/html/sdlsettimer.html
+share/doc/SDL11/docs/html/sdlsetvideomode.html
+share/doc/SDL11/docs/html/sdlshowcursor.html
+share/doc/SDL11/docs/html/sdlsurface.html
+share/doc/SDL11/docs/html/sdlsyswmevent.html
+share/doc/SDL11/docs/html/sdlthreadid.html
+share/doc/SDL11/docs/html/sdlunlockaudio.html
+share/doc/SDL11/docs/html/sdlunlocksurface.html
+share/doc/SDL11/docs/html/sdlunlockyuvoverlay.html
+share/doc/SDL11/docs/html/sdlupdaterect.html
+share/doc/SDL11/docs/html/sdlupdaterects.html
+share/doc/SDL11/docs/html/sdluserevent.html
+share/doc/SDL11/docs/html/sdlvideoinfo.html
+share/doc/SDL11/docs/html/sdlvideomodeok.html
+share/doc/SDL11/docs/html/sdlwaitevent.html
+share/doc/SDL11/docs/html/sdlwaitthread.html
+share/doc/SDL11/docs/html/sdlwarpmouse.html
+share/doc/SDL11/docs/html/sdlwmgetcaption.html
+share/doc/SDL11/docs/html/sdlwmgrabinput.html
+share/doc/SDL11/docs/html/sdlwmiconifywindow.html
+share/doc/SDL11/docs/html/sdlwmsetcaption.html
+share/doc/SDL11/docs/html/sdlwmseticon.html
+share/doc/SDL11/docs/html/sdlwmtogglefullscreen.html
+share/doc/SDL11/docs/html/thread.html
+share/doc/SDL11/docs/html/time.html
+share/doc/SDL11/docs/html/video.html
+share/doc/SDL11/docs/html/wm.html
+share/doc/SDL11/docs/index.html
share/examples/SDL11/COPYING
share/examples/SDL11/Makefile.am
share/examples/SDL11/Makefile.in
@@ -81,17 +237,20 @@ share/examples/SDL11/loopwave.c
share/examples/SDL11/missing
share/examples/SDL11/mkinstalldirs
share/examples/SDL11/picture.xbm
+share/examples/SDL11/sail.bmp
share/examples/SDL11/sample.bmp
share/examples/SDL11/sample.wav
share/examples/SDL11/testalpha.c
share/examples/SDL11/testbitmap.c
share/examples/SDL11/testcdrom.c
share/examples/SDL11/testerror.c
+share/examples/SDL11/testgamma.c
share/examples/SDL11/testgl.c
share/examples/SDL11/testhread.c
share/examples/SDL11/testjoystick.c
share/examples/SDL11/testkeys.c
share/examples/SDL11/testlock.c
+share/examples/SDL11/testpalette.c
share/examples/SDL11/testsem.c
share/examples/SDL11/testsprite.c
share/examples/SDL11/testtimer.c
@@ -100,16 +259,10 @@ share/examples/SDL11/testver.c
share/examples/SDL11/testvidinfo.c
share/examples/SDL11/testwin.c
share/examples/SDL11/testwm.c
-share/examples/SDL11/torturethread.c
share/examples/SDL11/threadwin.c
+share/examples/SDL11/torturethread.c
@dirrm share/examples/SDL11
-@dirrm share/doc/SDL11/video
-@dirrm share/doc/SDL11/time
-@dirrm share/doc/SDL11/threads
-@dirrm share/doc/SDL11/opengl
-@dirrm share/doc/SDL11/images
-@dirrm share/doc/SDL11/events
-@dirrm share/doc/SDL11/cdrom
-@dirrm share/doc/SDL11/audio
+@dirrm share/doc/SDL11/docs/html
+@dirrm share/doc/SDL11/docs
@dirrm share/doc/SDL11
@dirrm include/SDL11
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 359d6df3b4b7..4cee53d3ed48 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sdl-devel
-PORTVERSION= 1.1.4
-PORTREVISION= 1
+PORTVERSION= 1.1.5
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/ \
http://www.devolution.com/~slouken/SDL/release/
@@ -39,6 +38,10 @@ USE_MESA= yes
CONFIGURE_ARGS+= --enable-video-opengl
.endif
+.include <bsd.port.pre.mk>
+
+MAN3!= /bin/cat ${FILESDIR}/man3
+
post-configure:
@cd ${WRKSRC} && \
${CP} sdl-config sdl11-config && \
@@ -50,12 +53,12 @@ post-install:
@${MKDIR} ${PREFIX}/share/examples/SDL11
@${INSTALL_DATA} ${WRKSRC}/test/* ${PREFIX}/share/examples/SDL11
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/SDL11
+ @${MKDIR} ${PREFIX}/share/doc/SDL11/docs
.for file in BUGS COPYING CREDITS README WhatsNew docs.html
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/SDL11
.endfor
- @cd ${WRKSRC}/docs; tar cf - `${ECHO} [^M]*` | \
- (cd ${PREFIX}/share/doc/SDL11; ${TAR} --unlink -xf - )
+ @cd ${WRKSRC}/docs; tar cf - `${ECHO} [^Mm]*` | \
+ (cd ${PREFIX}/share/doc/SDL11/docs; ${TAR} --unlink -xf - )
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/sdl12/distinfo b/devel/sdl12/distinfo
index a2920471af70..861ae1fe8c45 100644
--- a/devel/sdl12/distinfo
+++ b/devel/sdl12/distinfo
@@ -1 +1 @@
-MD5 (SDL-1.1.4.tar.gz) = aaffe4c7f7dee563124087a70eea315e
+MD5 (SDL-1.1.5.tar.gz) = f3e32edb188674ded00eb0b88ddd32bf
diff --git a/devel/sdl12/files/man3 b/devel/sdl12/files/man3
new file mode 100644
index 000000000000..1e407be7dc42
--- /dev/null
+++ b/devel/sdl12/files/man3
@@ -0,0 +1,158 @@
+SDLKey.3
+SDL_ActiveEvent.3
+SDL_AddTimer.3
+SDL_AudioCVT.3
+SDL_AudioSpec.3
+SDL_BlitSurface.3
+SDL_BuildAudioCVT.3
+SDL_CD.3
+SDL_CDClose.3
+SDL_CDEject.3
+SDL_CDName.3
+SDL_CDNumDrives.3
+SDL_CDOpen.3
+SDL_CDPause.3
+SDL_CDPlay.3
+SDL_CDPlayTracks.3
+SDL_CDResume.3
+SDL_CDStatus.3
+SDL_CDStop.3
+SDL_CDtrack.3
+SDL_CloseAudio.3
+SDL_Color.3
+SDL_CondBroadcast.3
+SDL_CondSignal.3
+SDL_CondWait.3
+SDL_CondWaitTimeout.3
+SDL_ConvertAudio.3
+SDL_ConvertSurface.3
+SDL_CreateCond.3
+SDL_CreateCursor.3
+SDL_CreateMutex.3
+SDL_CreateRGBSurface.3
+SDL_CreateRGBSurfaceFrom.3
+SDL_CreateSemaphore.3
+SDL_CreateThread.3
+SDL_CreateYUVOverlay.3
+SDL_Delay.3
+SDL_DestroyCond.3
+SDL_DestroyMutex.3
+SDL_DestroySemaphore.3
+SDL_DisplayFormat.3
+SDL_DisplayYUVOverlay.3
+SDL_EnableKeyRepeat.3
+SDL_EnableUNICODE.3
+SDL_Event.3
+SDL_EventState.3
+SDL_FillRect.3
+SDL_Flip.3
+SDL_FreeCursor.3
+SDL_FreeSurface.3
+SDL_FreeWAV.3
+SDL_FreeYUVOverlay.3
+SDL_GL_GetAttribute.3
+SDL_GL_GetProcAddress.3
+SDL_GL_LoadLibrary.3
+SDL_GL_SetAttribute.3
+SDL_GL_SwapBuffers.3
+SDL_GLattr.3
+SDL_GetAppState.3
+SDL_GetAudioStatus.3
+SDL_GetCursor.3
+SDL_GetKeyName.3
+SDL_GetKeyState.3
+SDL_GetModState.3
+SDL_GetMouseState.3
+SDL_GetRGB.3
+SDL_GetRelativeMouseState.3
+SDL_GetTicks.3
+SDL_GetVideoInfo.3
+SDL_GetVideoSurface.3
+SDL_Init.3
+SDL_InitSubSystem.3
+SDL_JoyAxisEvent.3
+SDL_JoyBallEvent.3
+SDL_JoyButtonEvent.3
+SDL_JoyHatEvent.3
+SDL_JoystickClose.3
+SDL_JoystickEventState.3
+SDL_JoystickGetAxis.3
+SDL_JoystickGetBall.3
+SDL_JoystickGetButton.3
+SDL_JoystickGetHat.3
+SDL_JoystickIndex.3
+SDL_JoystickName.3
+SDL_JoystickNumAxes.3
+SDL_JoystickNumBalls.3
+SDL_JoystickNumButtons.3
+SDL_JoystickNumHats.3
+SDL_JoystickOpen.3
+SDL_JoystickOpened.3
+SDL_JoystickUpdate.3
+SDL_KeyboardEvent.3
+SDL_KillThread.3
+SDL_ListModes.3
+SDL_LoadBMP.3
+SDL_LoadWAV.3
+SDL_LockAudio.3
+SDL_LockSurface.3
+SDL_LockYUVOverlay.3
+SDL_MapRGB.3
+SDL_MixAudio.3
+SDL_MouseButtonEvent.3
+SDL_MouseMotionEvent.3
+SDL_NumJoysticks.3
+SDL_OpenAudio.3
+SDL_Overlay.3
+SDL_Palette.3
+SDL_PauseAudio.3
+SDL_PeepEvents.3
+SDL_PixelFormat.3
+SDL_PollEvent.3
+SDL_PumpEvents.3
+SDL_PushEvent.3
+SDL_Quit.3
+SDL_QuitEvent.3
+SDL_QuitSubSystem.3
+SDL_Rect.3
+SDL_RemoveTimer.3
+SDL_ResizeEvent.3
+SDL_SaveBMP.3
+SDL_SemPost.3
+SDL_SemTryWait.3
+SDL_SemValue.3
+SDL_SemWait.3
+SDL_SemWaitTimeout.3
+SDL_SetAlpha.3
+SDL_SetClipping.3
+SDL_SetColorKey.3
+SDL_SetColors.3
+SDL_SetCursor.3
+SDL_SetEventFilter.3
+SDL_SetModState.3
+SDL_SetTimer.3
+SDL_SetVideoMode.3
+SDL_ShowCursor.3
+SDL_Surface.3
+SDL_SysWMEvent.3
+SDL_ThreadID.3
+SDL_UnlockAudio.3
+SDL_UnlockSurface.3
+SDL_UnlockYUVOverlay.3
+SDL_UpdateRect.3
+SDL_UpdateRects.3
+SDL_UserEvent.3
+SDL_VideoInfo.3
+SDL_VideoModeOK.3
+SDL_WM_GetCaption.3
+SDL_WM_GrabInput.3
+SDL_WM_IconifyWindow.3
+SDL_WM_SetCaption.3
+SDL_WM_SetIcon.3
+SDL_WM_ToggleFullScreen.3
+SDL_WaitEvent.3
+SDL_WaitThread.3
+SDL_WarpMouse.3
+SDL_keysym.3
+SDL_mutexP.3
+SDL_mutexV.3
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac
index 93bba165c6ad..b48dfe7b1699 100644
--- a/devel/sdl12/files/patch-ac
+++ b/devel/sdl12/files/patch-ac
@@ -1,15 +1,15 @@
---- configure.orig Fri Aug 4 22:23:00 2000
-+++ configure Fri Aug 25 06:50:42 2000
-@@ -603,7 +603,7 @@
+--- configure.orig Wed Sep 27 09:15:44 2000
++++ configure Thu Sep 28 09:38:24 2000
+@@ -607,7 +607,7 @@
SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=1
- SDL_MICRO_VERSION=4
--SDL_INTERFACE_AGE=1
+ SDL_MICRO_VERSION=5
+-SDL_INTERFACE_AGE=0
+SDL_INTERFACE_AGE=2
- SDL_BINARY_AGE=4
+ SDL_BINARY_AGE=5
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
-@@ -616,9 +616,9 @@
+@@ -620,9 +620,9 @@
# libtool versioning
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
@@ -21,7 +21,7 @@
-@@ -2685,7 +2685,7 @@
+@@ -3002,7 +3002,7 @@
SDL_CFLAGS=""
@@ -29,8 +29,8 @@
+SDL_LIBS="-lSDL-1.1"
- # Check whether --enable-audio or --disable-audio was given.
-@@ -4448,8 +4448,6 @@
+ case "$target" in
+@@ -4788,8 +4788,6 @@
#include <vga.h>
#include <vgamouse.h>
#include <vgakeyboard.h>
@@ -39,11 +39,11 @@
int main() {
-@@ -5166,6 +5164,7 @@
+@@ -5538,6 +5536,7 @@
+ ARCH=freebsd
+ CheckNASM
CheckESD
++ CheckSVGA
CheckX11
+ CheckDGA
CheckAAlib
-+ CheckSVGA
- CheckOpenGL
- CheckPTHREAD
- # Set up files for the main() stub
diff --git a/devel/sdl12/pkg-plist b/devel/sdl12/pkg-plist
index c11cc6364501..8c198e910138 100644
--- a/devel/sdl12/pkg-plist
+++ b/devel/sdl12/pkg-plist
@@ -24,9 +24,9 @@ include/SDL11/SDL_version.h
include/SDL11/SDL_video.h
include/SDL11/begin_code.h
include/SDL11/close_code.h
-lib/libSDL-1.1.so.2
lib/libSDL-1.1.a
lib/libSDL-1.1.so
+lib/libSDL-1.1.so.2
lib/libSDLmain-1.1.a
share/aclocal/sdl11.m4
share/doc/SDL11/BUGS
@@ -34,34 +34,190 @@ share/doc/SDL11/COPYING
share/doc/SDL11/CREDITS
share/doc/SDL11/README
share/doc/SDL11/WhatsNew
-share/doc/SDL11/audio/examples.html
-share/doc/SDL11/audio/funclist.html
-share/doc/SDL11/audio/functions.html
-share/doc/SDL11/audio/index.html
-share/doc/SDL11/cdrom/examples.html
-share/doc/SDL11/cdrom/funclist.html
-share/doc/SDL11/cdrom/functions.html
-share/doc/SDL11/cdrom/index.html
share/doc/SDL11/docs.html
-share/doc/SDL11/events/examples.html
-share/doc/SDL11/events/functions.html
-share/doc/SDL11/events/index.html
-share/doc/SDL11/events/keysym.html
-share/doc/SDL11/images/rainbow.gif
-share/doc/SDL11/index.html
-share/doc/SDL11/opengl/examples.html
-share/doc/SDL11/opengl/funclist.html
-share/doc/SDL11/opengl/functions.html
-share/doc/SDL11/opengl/index.html
-share/doc/SDL11/threads/index.html
-share/doc/SDL11/time/examples.html
-share/doc/SDL11/time/funclist.html
-share/doc/SDL11/time/functions.html
-share/doc/SDL11/time/index.html
-share/doc/SDL11/video/examples.html
-share/doc/SDL11/video/funclist.html
-share/doc/SDL11/video/functions.html
-share/doc/SDL11/video/index.html
+share/doc/SDL11/docs/html/Makefile
+share/doc/SDL11/docs/html/Makefile.am
+share/doc/SDL11/docs/html/Makefile.in
+share/doc/SDL11/docs/html/audio.html
+share/doc/SDL11/docs/html/cdrom.html
+share/doc/SDL11/docs/html/event.html
+share/doc/SDL11/docs/html/eventfunctions.html
+share/doc/SDL11/docs/html/eventstructures.html
+share/doc/SDL11/docs/html/general.html
+share/doc/SDL11/docs/html/index.html
+share/doc/SDL11/docs/html/intro.html
+share/doc/SDL11/docs/html/joystick.html
+share/doc/SDL11/docs/html/sdlactiveevent.html
+share/doc/SDL11/docs/html/sdladdtimer.html
+share/doc/SDL11/docs/html/sdlaudiocvt.html
+share/doc/SDL11/docs/html/sdlaudiospec.html
+share/doc/SDL11/docs/html/sdlblitsurface.html
+share/doc/SDL11/docs/html/sdlbuildaudiocvt.html
+share/doc/SDL11/docs/html/sdlcd.html
+share/doc/SDL11/docs/html/sdlcdclose.html
+share/doc/SDL11/docs/html/sdlcdeject.html
+share/doc/SDL11/docs/html/sdlcdname.html
+share/doc/SDL11/docs/html/sdlcdnumdrives.html
+share/doc/SDL11/docs/html/sdlcdopen.html
+share/doc/SDL11/docs/html/sdlcdpause.html
+share/doc/SDL11/docs/html/sdlcdplay.html
+share/doc/SDL11/docs/html/sdlcdplaytracks.html
+share/doc/SDL11/docs/html/sdlcdresume.html
+share/doc/SDL11/docs/html/sdlcdstatus.html
+share/doc/SDL11/docs/html/sdlcdstop.html
+share/doc/SDL11/docs/html/sdlcdtrack.html
+share/doc/SDL11/docs/html/sdlcloseaudio.html
+share/doc/SDL11/docs/html/sdlcolor.html
+share/doc/SDL11/docs/html/sdlcondbroadcast.html
+share/doc/SDL11/docs/html/sdlcondsignal.html
+share/doc/SDL11/docs/html/sdlcondwait.html
+share/doc/SDL11/docs/html/sdlcondwaittimeout.html
+share/doc/SDL11/docs/html/sdlconvertaudio.html
+share/doc/SDL11/docs/html/sdlconvertsurface.html
+share/doc/SDL11/docs/html/sdlcreatecond.html
+share/doc/SDL11/docs/html/sdlcreatecursor.html
+share/doc/SDL11/docs/html/sdlcreatemutex.html
+share/doc/SDL11/docs/html/sdlcreatergbsurface.html
+share/doc/SDL11/docs/html/sdlcreatergbsurfacefrom.html
+share/doc/SDL11/docs/html/sdlcreatesemaphore.html
+share/doc/SDL11/docs/html/sdlcreatethread.html
+share/doc/SDL11/docs/html/sdlcreateyuvoverlay.html
+share/doc/SDL11/docs/html/sdldelay.html
+share/doc/SDL11/docs/html/sdldestroycond.html
+share/doc/SDL11/docs/html/sdldestroymutex.html
+share/doc/SDL11/docs/html/sdldestroysemaphore.html
+share/doc/SDL11/docs/html/sdldisplayformat.html
+share/doc/SDL11/docs/html/sdldisplayformatalpha.html
+share/doc/SDL11/docs/html/sdldisplayyuvoverlay.html
+share/doc/SDL11/docs/html/sdlenablekeyrepeat.html
+share/doc/SDL11/docs/html/sdlenableunicode.html
+share/doc/SDL11/docs/html/sdlevent.html
+share/doc/SDL11/docs/html/sdleventstate.html
+share/doc/SDL11/docs/html/sdlfillrect.html
+share/doc/SDL11/docs/html/sdlflip.html
+share/doc/SDL11/docs/html/sdlfreecursor.html
+share/doc/SDL11/docs/html/sdlfreesurface.html
+share/doc/SDL11/docs/html/sdlfreewav.html
+share/doc/SDL11/docs/html/sdlfreeyuvoverlay.html
+share/doc/SDL11/docs/html/sdlgetappstate.html
+share/doc/SDL11/docs/html/sdlgetaudiostatus.html
+share/doc/SDL11/docs/html/sdlgetcursor.html
+share/doc/SDL11/docs/html/sdlgetgammaramp.html
+share/doc/SDL11/docs/html/sdlgetkeyname.html
+share/doc/SDL11/docs/html/sdlgetkeystate.html
+share/doc/SDL11/docs/html/sdlgetmodstate.html
+share/doc/SDL11/docs/html/sdlgetmousestate.html
+share/doc/SDL11/docs/html/sdlgetrelativemousestate.html
+share/doc/SDL11/docs/html/sdlgetrgb.html
+share/doc/SDL11/docs/html/sdlgetrgba.html
+share/doc/SDL11/docs/html/sdlgetticks.html
+share/doc/SDL11/docs/html/sdlgetvideoinfo.html
+share/doc/SDL11/docs/html/sdlgetvideosurface.html
+share/doc/SDL11/docs/html/sdlglattr.html
+share/doc/SDL11/docs/html/sdlglgetattribute.html
+share/doc/SDL11/docs/html/sdlglgetprocaddress.html
+share/doc/SDL11/docs/html/sdlglloadlibrary.html
+share/doc/SDL11/docs/html/sdlglsetattribute.html
+share/doc/SDL11/docs/html/sdlglswapbuffers.html
+share/doc/SDL11/docs/html/sdlinit.html
+share/doc/SDL11/docs/html/sdlinitsubsystem.html
+share/doc/SDL11/docs/html/sdljoyaxisevent.html
+share/doc/SDL11/docs/html/sdljoyballevent.html
+share/doc/SDL11/docs/html/sdljoybuttonevent.html
+share/doc/SDL11/docs/html/sdljoyhatevent.html
+share/doc/SDL11/docs/html/sdljoystickclose.html
+share/doc/SDL11/docs/html/sdljoystickeventstate.html
+share/doc/SDL11/docs/html/sdljoystickgetaxis.html
+share/doc/SDL11/docs/html/sdljoystickgetball.html
+share/doc/SDL11/docs/html/sdljoystickgetbutton.html
+share/doc/SDL11/docs/html/sdljoystickgethat.html
+share/doc/SDL11/docs/html/sdljoystickindex.html
+share/doc/SDL11/docs/html/sdljoystickname.html
+share/doc/SDL11/docs/html/sdljoysticknumaxes.html
+share/doc/SDL11/docs/html/sdljoysticknumballs.html
+share/doc/SDL11/docs/html/sdljoysticknumbuttons.html
+share/doc/SDL11/docs/html/sdljoysticknumhats.html
+share/doc/SDL11/docs/html/sdljoystickopen.html
+share/doc/SDL11/docs/html/sdljoystickopened.html
+share/doc/SDL11/docs/html/sdljoystickupdate.html
+share/doc/SDL11/docs/html/sdlkey.html
+share/doc/SDL11/docs/html/sdlkeyboardevent.html
+share/doc/SDL11/docs/html/sdlkeysym.html
+share/doc/SDL11/docs/html/sdlkillthread.html
+share/doc/SDL11/docs/html/sdllistmodes.html
+share/doc/SDL11/docs/html/sdlloadbmp.html
+share/doc/SDL11/docs/html/sdlloadwav.html
+share/doc/SDL11/docs/html/sdllockaudio.html
+share/doc/SDL11/docs/html/sdllocksurface.html
+share/doc/SDL11/docs/html/sdllockyuvoverlay.html
+share/doc/SDL11/docs/html/sdlmaprgb.html
+share/doc/SDL11/docs/html/sdlmaprgba.html
+share/doc/SDL11/docs/html/sdlmixaudio.html
+share/doc/SDL11/docs/html/sdlmousebuttonevent.html
+share/doc/SDL11/docs/html/sdlmousemotionevent.html
+share/doc/SDL11/docs/html/sdlmutexp.html
+share/doc/SDL11/docs/html/sdlmutexv.html
+share/doc/SDL11/docs/html/sdlnumjoysticks.html
+share/doc/SDL11/docs/html/sdlopenaudio.html
+share/doc/SDL11/docs/html/sdloverlay.html
+share/doc/SDL11/docs/html/sdlpalette.html
+share/doc/SDL11/docs/html/sdlpauseaudio.html
+share/doc/SDL11/docs/html/sdlpeepevents.html
+share/doc/SDL11/docs/html/sdlpixelformat.html
+share/doc/SDL11/docs/html/sdlpollevent.html
+share/doc/SDL11/docs/html/sdlpumpevents.html
+share/doc/SDL11/docs/html/sdlpushevent.html
+share/doc/SDL11/docs/html/sdlquit.html
+share/doc/SDL11/docs/html/sdlquitevent.html
+share/doc/SDL11/docs/html/sdlquitsubsystem.html
+share/doc/SDL11/docs/html/sdlrect.html
+share/doc/SDL11/docs/html/sdlremovetimer.html
+share/doc/SDL11/docs/html/sdlresizeevent.html
+share/doc/SDL11/docs/html/sdlsavebmp.html
+share/doc/SDL11/docs/html/sdlsempost.html
+share/doc/SDL11/docs/html/sdlsemtrywait.html
+share/doc/SDL11/docs/html/sdlsemvalue.html
+share/doc/SDL11/docs/html/sdlsemwait.html
+share/doc/SDL11/docs/html/sdlsemwaittimeout.html
+share/doc/SDL11/docs/html/sdlsetalpha.html
+share/doc/SDL11/docs/html/sdlsetclipping.html
+share/doc/SDL11/docs/html/sdlsetcliprect.html
+share/doc/SDL11/docs/html/sdlsetcolorkey.html
+share/doc/SDL11/docs/html/sdlsetcolors.html
+share/doc/SDL11/docs/html/sdlsetcursor.html
+share/doc/SDL11/docs/html/sdlseteventfilter.html
+share/doc/SDL11/docs/html/sdlsetgamma.html
+share/doc/SDL11/docs/html/sdlsetgammaramp.html
+share/doc/SDL11/docs/html/sdlsetmodstate.html
+share/doc/SDL11/docs/html/sdlsetpalette.html
+share/doc/SDL11/docs/html/sdlsettimer.html
+share/doc/SDL11/docs/html/sdlsetvideomode.html
+share/doc/SDL11/docs/html/sdlshowcursor.html
+share/doc/SDL11/docs/html/sdlsurface.html
+share/doc/SDL11/docs/html/sdlsyswmevent.html
+share/doc/SDL11/docs/html/sdlthreadid.html
+share/doc/SDL11/docs/html/sdlunlockaudio.html
+share/doc/SDL11/docs/html/sdlunlocksurface.html
+share/doc/SDL11/docs/html/sdlunlockyuvoverlay.html
+share/doc/SDL11/docs/html/sdlupdaterect.html
+share/doc/SDL11/docs/html/sdlupdaterects.html
+share/doc/SDL11/docs/html/sdluserevent.html
+share/doc/SDL11/docs/html/sdlvideoinfo.html
+share/doc/SDL11/docs/html/sdlvideomodeok.html
+share/doc/SDL11/docs/html/sdlwaitevent.html
+share/doc/SDL11/docs/html/sdlwaitthread.html
+share/doc/SDL11/docs/html/sdlwarpmouse.html
+share/doc/SDL11/docs/html/sdlwmgetcaption.html
+share/doc/SDL11/docs/html/sdlwmgrabinput.html
+share/doc/SDL11/docs/html/sdlwmiconifywindow.html
+share/doc/SDL11/docs/html/sdlwmsetcaption.html
+share/doc/SDL11/docs/html/sdlwmseticon.html
+share/doc/SDL11/docs/html/sdlwmtogglefullscreen.html
+share/doc/SDL11/docs/html/thread.html
+share/doc/SDL11/docs/html/time.html
+share/doc/SDL11/docs/html/video.html
+share/doc/SDL11/docs/html/wm.html
+share/doc/SDL11/docs/index.html
share/examples/SDL11/COPYING
share/examples/SDL11/Makefile.am
share/examples/SDL11/Makefile.in
@@ -81,17 +237,20 @@ share/examples/SDL11/loopwave.c
share/examples/SDL11/missing
share/examples/SDL11/mkinstalldirs
share/examples/SDL11/picture.xbm
+share/examples/SDL11/sail.bmp
share/examples/SDL11/sample.bmp
share/examples/SDL11/sample.wav
share/examples/SDL11/testalpha.c
share/examples/SDL11/testbitmap.c
share/examples/SDL11/testcdrom.c
share/examples/SDL11/testerror.c
+share/examples/SDL11/testgamma.c
share/examples/SDL11/testgl.c
share/examples/SDL11/testhread.c
share/examples/SDL11/testjoystick.c
share/examples/SDL11/testkeys.c
share/examples/SDL11/testlock.c
+share/examples/SDL11/testpalette.c
share/examples/SDL11/testsem.c
share/examples/SDL11/testsprite.c
share/examples/SDL11/testtimer.c
@@ -100,16 +259,10 @@ share/examples/SDL11/testver.c
share/examples/SDL11/testvidinfo.c
share/examples/SDL11/testwin.c
share/examples/SDL11/testwm.c
-share/examples/SDL11/torturethread.c
share/examples/SDL11/threadwin.c
+share/examples/SDL11/torturethread.c
@dirrm share/examples/SDL11
-@dirrm share/doc/SDL11/video
-@dirrm share/doc/SDL11/time
-@dirrm share/doc/SDL11/threads
-@dirrm share/doc/SDL11/opengl
-@dirrm share/doc/SDL11/images
-@dirrm share/doc/SDL11/events
-@dirrm share/doc/SDL11/cdrom
-@dirrm share/doc/SDL11/audio
+@dirrm share/doc/SDL11/docs/html
+@dirrm share/doc/SDL11/docs
@dirrm share/doc/SDL11
@dirrm include/SDL11