summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-02 08:55:54 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-02 08:55:54 +0000
commit618740cca42e0fc3a39d59da8653886fdb0a14d8 (patch)
tree0633e3e8bdf412bbde4a13c11cb018def82cf701 /devel
parentInstall $PREFIX/sane/*.so.1 so that xsane works. (diff)
Update to 1.2.0.
Notes
Notes: svn path=/head/; revision=40728
Diffstat (limited to 'devel')
-rw-r--r--devel/sdl-devel/Makefile3
-rw-r--r--devel/sdl-devel/distinfo2
-rw-r--r--devel/sdl-devel/files/man34
-rw-r--r--devel/sdl-devel/files/patch-ac36
-rw-r--r--devel/sdl-devel/files/patch-ak27
-rw-r--r--devel/sdl-devel/pkg-plist26
-rw-r--r--devel/sdl12/Makefile3
-rw-r--r--devel/sdl12/distinfo2
-rw-r--r--devel/sdl12/files/man34
-rw-r--r--devel/sdl12/files/patch-ac36
-rw-r--r--devel/sdl12/files/patch-ak27
-rw-r--r--devel/sdl12/pkg-plist26
12 files changed, 126 insertions, 70 deletions
diff --git a/devel/sdl-devel/Makefile b/devel/sdl-devel/Makefile
index 111608faa758..ab91b1f8f142 100644
--- a/devel/sdl-devel/Makefile
+++ b/devel/sdl-devel/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sdl-devel
-PORTVERSION= 1.1.8
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/ \
http://www.devolution.com/~slouken/SDL/release/
diff --git a/devel/sdl-devel/distinfo b/devel/sdl-devel/distinfo
index 69a34287da1f..4db58e936dd4 100644
--- a/devel/sdl-devel/distinfo
+++ b/devel/sdl-devel/distinfo
@@ -1 +1 @@
-MD5 (SDL-1.1.8.tar.gz) = af977736c789185456faab535f1c6fac
+MD5 (SDL-1.2.0.tar.gz) = 20419c09eed9c3a64ec5fb39e0cb924c
diff --git a/devel/sdl-devel/files/man3 b/devel/sdl-devel/files/man3
index 6844b0a6b714..cdfa1d039b32 100644
--- a/devel/sdl-devel/files/man3
+++ b/devel/sdl-devel/files/man3
@@ -59,7 +59,9 @@ SDL_GL_SwapBuffers.3
SDL_GLattr.3
SDL_GetAppState.3
SDL_GetAudioStatus.3
+SDL_GetClipRect.3
SDL_GetCursor.3
+SDL_GetEventFilter.3
SDL_GetGamma.3
SDL_GetGammaRamp.3
SDL_GetKeyName.3
@@ -120,6 +122,7 @@ SDL_PushEvent.3
SDL_Quit.3
SDL_QuitEvent.3
SDL_QuitSubSystem.3
+SDL_RWFromFile.3
SDL_Rect.3
SDL_RemoveTimer.3
SDL_ResizeEvent.3
@@ -151,6 +154,7 @@ SDL_UnlockYUVOverlay.3
SDL_UpdateRect.3
SDL_UpdateRects.3
SDL_UserEvent.3
+SDL_VideoDriverName.3
SDL_VideoInfo.3
SDL_VideoModeOK.3
SDL_WM_GetCaption.3
diff --git a/devel/sdl-devel/files/patch-ac b/devel/sdl-devel/files/patch-ac
index 3d11707cc27a..67930064f5d7 100644
--- a/devel/sdl-devel/files/patch-ac
+++ b/devel/sdl-devel/files/patch-ac
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig Tue Feb 13 00:29:56 2001
-+++ configure Fri Mar 30 16:26:42 2001
-@@ -82,6 +82,8 @@
+--- configure.orig Tue Mar 27 06:39:34 2001
++++ configure Mon Apr 2 11:25:59 2001
+@@ -84,6 +84,8 @@
ac_help="$ac_help
--enable-video-svga use SVGAlib video driver [default=no]"
ac_help="$ac_help
@@ -12,7 +12,16 @@ $FreeBSD$
--enable-video-aalib use AAlib video driver [default=no]"
ac_help="$ac_help
--enable-video-opengl include OpenGL context creation [default=yes]"
-@@ -632,9 +634,9 @@
+@@ -621,7 +623,7 @@
+ SDL_MAJOR_VERSION=1
+ SDL_MINOR_VERSION=2
+ SDL_MICRO_VERSION=0
+-SDL_INTERFACE_AGE=0
++SDL_INTERFACE_AGE=3
+ SDL_BINARY_AGE=0
+ SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
+
+@@ -634,9 +636,9 @@
# libtool versioning
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
@@ -24,7 +33,7 @@ $FreeBSD$
-@@ -3032,7 +3034,7 @@
+@@ -3042,7 +3044,7 @@
SDL_CFLAGS=""
@@ -33,7 +42,7 @@ $FreeBSD$
case "$target" in
-@@ -5213,6 +5215,57 @@
+@@ -5226,6 +5228,57 @@
fi
}
@@ -91,7 +100,7 @@ $FreeBSD$
CheckAAlib()
{
# Check whether --enable-video-aalib or --disable-video-aalib was given.
-@@ -5434,8 +5487,8 @@
+@@ -5451,8 +5504,8 @@
# pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
;;
*-*-freebsd*)
@@ -102,7 +111,7 @@ $FreeBSD$
;;
*-*-openbsd*)
pthread_cflags="-D_REENTRANT"
-@@ -6029,6 +6082,7 @@
+@@ -6193,6 +6246,7 @@
CheckX11
CheckDGA
CheckSVGA
@@ -110,7 +119,7 @@ $FreeBSD$
CheckAAlib
CheckOpenGL
CheckPTHREAD
-@@ -6214,10 +6268,10 @@
+@@ -6378,10 +6432,10 @@
cat >>$new <$old
# Set up files for the audio library
@@ -125,11 +134,18 @@ $FreeBSD$
# Set up files for the joystick library
# (No joystick support yet)
if test x$enable_joystick = xyes; then
-@@ -8689,6 +8743,8 @@
+@@ -8818,6 +8872,7 @@
src/video/macdsp/Makefile
src/video/macrom/Makefile
src/video/svga/Makefile
+src/video/vgl/Makefile
+ src/video/aalib/Makefile
+ src/video/wincommon/Makefile
+ src/video/windib/Makefile
+@@ -9042,6 +9097,7 @@
+ src/video/macdsp/Makefile
+ src/video/macrom/Makefile
+ src/video/svga/Makefile
+src/video/vgl/Makefile
src/video/aalib/Makefile
src/video/wincommon/Makefile
diff --git a/devel/sdl-devel/files/patch-ak b/devel/sdl-devel/files/patch-ak
index 77feb792cf98..1f83063293f4 100644
--- a/devel/sdl-devel/files/patch-ak
+++ b/devel/sdl-devel/files/patch-ak
@@ -1,5 +1,8 @@
---- sdl-config.in.orig Mon May 22 21:01:18 2000
-+++ sdl-config.in Fri Aug 11 15:01:30 2000
+
+$FreeBSD$
+
+--- sdl-config.in.orig Wed Feb 28 17:53:18 2001
++++ sdl-config.in Fri Mar 30 17:30:06 2001
@@ -5,7 +5,7 @@
exec_prefix_set=no
@@ -9,17 +12,17 @@
if test $# -eq 0; then
echo "${usage}" 1>&2
-@@ -42,11 +42,11 @@
- if test @includedir@ != /usr/include ; then
- includes=-I@includedir@
+@@ -45,11 +45,11 @@
+
+ includes=-I@includedir@
fi
- echo $includes -I@includedir@/SDL @SDL_CFLAGS@
+ echo $includes -I@includedir@/SDL11 @SDL_CFLAGS@
;;
- --libs)
- libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
-- echo $libdirs @SDL_LIBS@
-+ echo $libdirs @SDL_LIBS@ @SYSTEM_LIBS@
- ;;
- --static-libs)
- libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
+ @ENABLE_SHARED_TRUE@ --libs)
+ @ENABLE_SHARED_TRUE@ libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
+-@ENABLE_SHARED_TRUE@ echo $libdirs @SDL_LIBS@
++@ENABLE_SHARED_TRUE@ echo $libdirs @SDL_LIBS@ @SYSTEM_LIBS@
+ @ENABLE_SHARED_TRUE@ ;;
+ @ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@ --static-libs)
+ @ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@ --libs|--static-libs)
diff --git a/devel/sdl-devel/pkg-plist b/devel/sdl-devel/pkg-plist
index 183319680079..8643d04213a9 100644
--- a/devel/sdl-devel/pkg-plist
+++ b/devel/sdl-devel/pkg-plist
@@ -8,6 +8,7 @@ include/SDL11/SDL_copying.h
include/SDL11/SDL_endian.h
include/SDL11/SDL_error.h
include/SDL11/SDL_events.h
+include/SDL11/SDL_getenv.h
include/SDL11/SDL_joystick.h
include/SDL11/SDL_keyboard.h
include/SDL11/SDL_keysym.h
@@ -44,14 +45,24 @@ 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/guide.html
+share/doc/SDL11/docs/html/guideaboutsdldoc.html
+share/doc/SDL11/docs/html/guideaudioexamples.html
+share/doc/SDL11/docs/html/guidebasicsinit.html
+share/doc/SDL11/docs/html/guidecdromexamples.html
+share/doc/SDL11/docs/html/guidecredits.html
+share/doc/SDL11/docs/html/guideeventexamples.html
share/doc/SDL11/docs/html/guideexamples.html
share/doc/SDL11/docs/html/guideinput.html
+share/doc/SDL11/docs/html/guideinputkeyboard.html
share/doc/SDL11/docs/html/guidepreface.html
share/doc/SDL11/docs/html/guidethebasics.html
+share/doc/SDL11/docs/html/guidetimeexamples.html
+share/doc/SDL11/docs/html/guidevideo.html
+share/doc/SDL11/docs/html/guidevideoexamples.html
share/doc/SDL11/docs/html/index.html
share/doc/SDL11/docs/html/joystick.html
-share/doc/SDL11/docs/html/p255.html
-share/doc/SDL11/docs/html/p8.html
+share/doc/SDL11/docs/html/reference.html
share/doc/SDL11/docs/html/sdlactiveevent.html
share/doc/SDL11/docs/html/sdladdtimer.html
share/doc/SDL11/docs/html/sdlaudiocvt.html
@@ -106,7 +117,9 @@ 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/sdlgetcliprect.html
share/doc/SDL11/docs/html/sdlgetcursor.html
+share/doc/SDL11/docs/html/sdlgeteventfilter.html
share/doc/SDL11/docs/html/sdlgetgammaramp.html
share/doc/SDL11/docs/html/sdlgetkeyname.html
share/doc/SDL11/docs/html/sdlgetkeystate.html
@@ -207,6 +220,7 @@ 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/sdlvideodrivername.html
share/doc/SDL11/docs/html/sdlvideoinfo.html
share/doc/SDL11/docs/html/sdlvideomodeok.html
share/doc/SDL11/docs/html/sdlwaitevent.html
@@ -223,14 +237,6 @@ 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/html/x15.html
-share/doc/SDL11/docs/html/x178.html
-share/doc/SDL11/docs/html/x19.html
-share/doc/SDL11/docs/html/x211.html
-share/doc/SDL11/docs/html/x218.html
-share/doc/SDL11/docs/html/x229.html
-share/doc/SDL11/docs/html/x248.html
-share/doc/SDL11/docs/html/x36.html
share/doc/SDL11/docs/index.html
share/examples/SDL11/COPYING
share/examples/SDL11/Makefile.am
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 111608faa758..ab91b1f8f142 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sdl-devel
-PORTVERSION= 1.1.8
-PORTREVISION= 1
+PORTVERSION= 1.2.0
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/ \
http://www.devolution.com/~slouken/SDL/release/
diff --git a/devel/sdl12/distinfo b/devel/sdl12/distinfo
index 69a34287da1f..4db58e936dd4 100644
--- a/devel/sdl12/distinfo
+++ b/devel/sdl12/distinfo
@@ -1 +1 @@
-MD5 (SDL-1.1.8.tar.gz) = af977736c789185456faab535f1c6fac
+MD5 (SDL-1.2.0.tar.gz) = 20419c09eed9c3a64ec5fb39e0cb924c
diff --git a/devel/sdl12/files/man3 b/devel/sdl12/files/man3
index 6844b0a6b714..cdfa1d039b32 100644
--- a/devel/sdl12/files/man3
+++ b/devel/sdl12/files/man3
@@ -59,7 +59,9 @@ SDL_GL_SwapBuffers.3
SDL_GLattr.3
SDL_GetAppState.3
SDL_GetAudioStatus.3
+SDL_GetClipRect.3
SDL_GetCursor.3
+SDL_GetEventFilter.3
SDL_GetGamma.3
SDL_GetGammaRamp.3
SDL_GetKeyName.3
@@ -120,6 +122,7 @@ SDL_PushEvent.3
SDL_Quit.3
SDL_QuitEvent.3
SDL_QuitSubSystem.3
+SDL_RWFromFile.3
SDL_Rect.3
SDL_RemoveTimer.3
SDL_ResizeEvent.3
@@ -151,6 +154,7 @@ SDL_UnlockYUVOverlay.3
SDL_UpdateRect.3
SDL_UpdateRects.3
SDL_UserEvent.3
+SDL_VideoDriverName.3
SDL_VideoInfo.3
SDL_VideoModeOK.3
SDL_WM_GetCaption.3
diff --git a/devel/sdl12/files/patch-ac b/devel/sdl12/files/patch-ac
index 3d11707cc27a..67930064f5d7 100644
--- a/devel/sdl12/files/patch-ac
+++ b/devel/sdl12/files/patch-ac
@@ -1,9 +1,9 @@
$FreeBSD$
---- configure.orig Tue Feb 13 00:29:56 2001
-+++ configure Fri Mar 30 16:26:42 2001
-@@ -82,6 +82,8 @@
+--- configure.orig Tue Mar 27 06:39:34 2001
++++ configure Mon Apr 2 11:25:59 2001
+@@ -84,6 +84,8 @@
ac_help="$ac_help
--enable-video-svga use SVGAlib video driver [default=no]"
ac_help="$ac_help
@@ -12,7 +12,16 @@ $FreeBSD$
--enable-video-aalib use AAlib video driver [default=no]"
ac_help="$ac_help
--enable-video-opengl include OpenGL context creation [default=yes]"
-@@ -632,9 +634,9 @@
+@@ -621,7 +623,7 @@
+ SDL_MAJOR_VERSION=1
+ SDL_MINOR_VERSION=2
+ SDL_MICRO_VERSION=0
+-SDL_INTERFACE_AGE=0
++SDL_INTERFACE_AGE=3
+ SDL_BINARY_AGE=0
+ SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
+
+@@ -634,9 +636,9 @@
# libtool versioning
LT_RELEASE=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION
@@ -24,7 +33,7 @@ $FreeBSD$
-@@ -3032,7 +3034,7 @@
+@@ -3042,7 +3044,7 @@
SDL_CFLAGS=""
@@ -33,7 +42,7 @@ $FreeBSD$
case "$target" in
-@@ -5213,6 +5215,57 @@
+@@ -5226,6 +5228,57 @@
fi
}
@@ -91,7 +100,7 @@ $FreeBSD$
CheckAAlib()
{
# Check whether --enable-video-aalib or --disable-video-aalib was given.
-@@ -5434,8 +5487,8 @@
+@@ -5451,8 +5504,8 @@
# pthread_cflags="-D_REENTRANT -D_THREAD_SAFE"
;;
*-*-freebsd*)
@@ -102,7 +111,7 @@ $FreeBSD$
;;
*-*-openbsd*)
pthread_cflags="-D_REENTRANT"
-@@ -6029,6 +6082,7 @@
+@@ -6193,6 +6246,7 @@
CheckX11
CheckDGA
CheckSVGA
@@ -110,7 +119,7 @@ $FreeBSD$
CheckAAlib
CheckOpenGL
CheckPTHREAD
-@@ -6214,10 +6268,10 @@
+@@ -6378,10 +6432,10 @@
cat >>$new <$old
# Set up files for the audio library
@@ -125,11 +134,18 @@ $FreeBSD$
# Set up files for the joystick library
# (No joystick support yet)
if test x$enable_joystick = xyes; then
-@@ -8689,6 +8743,8 @@
+@@ -8818,6 +8872,7 @@
src/video/macdsp/Makefile
src/video/macrom/Makefile
src/video/svga/Makefile
+src/video/vgl/Makefile
+ src/video/aalib/Makefile
+ src/video/wincommon/Makefile
+ src/video/windib/Makefile
+@@ -9042,6 +9097,7 @@
+ src/video/macdsp/Makefile
+ src/video/macrom/Makefile
+ src/video/svga/Makefile
+src/video/vgl/Makefile
src/video/aalib/Makefile
src/video/wincommon/Makefile
diff --git a/devel/sdl12/files/patch-ak b/devel/sdl12/files/patch-ak
index 77feb792cf98..1f83063293f4 100644
--- a/devel/sdl12/files/patch-ak
+++ b/devel/sdl12/files/patch-ak
@@ -1,5 +1,8 @@
---- sdl-config.in.orig Mon May 22 21:01:18 2000
-+++ sdl-config.in Fri Aug 11 15:01:30 2000
+
+$FreeBSD$
+
+--- sdl-config.in.orig Wed Feb 28 17:53:18 2001
++++ sdl-config.in Fri Mar 30 17:30:06 2001
@@ -5,7 +5,7 @@
exec_prefix_set=no
@@ -9,17 +12,17 @@
if test $# -eq 0; then
echo "${usage}" 1>&2
-@@ -42,11 +42,11 @@
- if test @includedir@ != /usr/include ; then
- includes=-I@includedir@
+@@ -45,11 +45,11 @@
+
+ includes=-I@includedir@
fi
- echo $includes -I@includedir@/SDL @SDL_CFLAGS@
+ echo $includes -I@includedir@/SDL11 @SDL_CFLAGS@
;;
- --libs)
- libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
-- echo $libdirs @SDL_LIBS@
-+ echo $libdirs @SDL_LIBS@ @SYSTEM_LIBS@
- ;;
- --static-libs)
- libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
+ @ENABLE_SHARED_TRUE@ --libs)
+ @ENABLE_SHARED_TRUE@ libdirs="-L@libdir@ @SDL_RLD_FLAGS@"
+-@ENABLE_SHARED_TRUE@ echo $libdirs @SDL_LIBS@
++@ENABLE_SHARED_TRUE@ echo $libdirs @SDL_LIBS@ @SYSTEM_LIBS@
+ @ENABLE_SHARED_TRUE@ ;;
+ @ENABLE_STATIC_TRUE@@ENABLE_SHARED_TRUE@ --static-libs)
+ @ENABLE_STATIC_TRUE@@ENABLE_SHARED_FALSE@ --libs|--static-libs)
diff --git a/devel/sdl12/pkg-plist b/devel/sdl12/pkg-plist
index 183319680079..8643d04213a9 100644
--- a/devel/sdl12/pkg-plist
+++ b/devel/sdl12/pkg-plist
@@ -8,6 +8,7 @@ include/SDL11/SDL_copying.h
include/SDL11/SDL_endian.h
include/SDL11/SDL_error.h
include/SDL11/SDL_events.h
+include/SDL11/SDL_getenv.h
include/SDL11/SDL_joystick.h
include/SDL11/SDL_keyboard.h
include/SDL11/SDL_keysym.h
@@ -44,14 +45,24 @@ 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/guide.html
+share/doc/SDL11/docs/html/guideaboutsdldoc.html
+share/doc/SDL11/docs/html/guideaudioexamples.html
+share/doc/SDL11/docs/html/guidebasicsinit.html
+share/doc/SDL11/docs/html/guidecdromexamples.html
+share/doc/SDL11/docs/html/guidecredits.html
+share/doc/SDL11/docs/html/guideeventexamples.html
share/doc/SDL11/docs/html/guideexamples.html
share/doc/SDL11/docs/html/guideinput.html
+share/doc/SDL11/docs/html/guideinputkeyboard.html
share/doc/SDL11/docs/html/guidepreface.html
share/doc/SDL11/docs/html/guidethebasics.html
+share/doc/SDL11/docs/html/guidetimeexamples.html
+share/doc/SDL11/docs/html/guidevideo.html
+share/doc/SDL11/docs/html/guidevideoexamples.html
share/doc/SDL11/docs/html/index.html
share/doc/SDL11/docs/html/joystick.html
-share/doc/SDL11/docs/html/p255.html
-share/doc/SDL11/docs/html/p8.html
+share/doc/SDL11/docs/html/reference.html
share/doc/SDL11/docs/html/sdlactiveevent.html
share/doc/SDL11/docs/html/sdladdtimer.html
share/doc/SDL11/docs/html/sdlaudiocvt.html
@@ -106,7 +117,9 @@ 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/sdlgetcliprect.html
share/doc/SDL11/docs/html/sdlgetcursor.html
+share/doc/SDL11/docs/html/sdlgeteventfilter.html
share/doc/SDL11/docs/html/sdlgetgammaramp.html
share/doc/SDL11/docs/html/sdlgetkeyname.html
share/doc/SDL11/docs/html/sdlgetkeystate.html
@@ -207,6 +220,7 @@ 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/sdlvideodrivername.html
share/doc/SDL11/docs/html/sdlvideoinfo.html
share/doc/SDL11/docs/html/sdlvideomodeok.html
share/doc/SDL11/docs/html/sdlwaitevent.html
@@ -223,14 +237,6 @@ 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/html/x15.html
-share/doc/SDL11/docs/html/x178.html
-share/doc/SDL11/docs/html/x19.html
-share/doc/SDL11/docs/html/x211.html
-share/doc/SDL11/docs/html/x218.html
-share/doc/SDL11/docs/html/x229.html
-share/doc/SDL11/docs/html/x248.html
-share/doc/SDL11/docs/html/x36.html
share/doc/SDL11/docs/index.html
share/examples/SDL11/COPYING
share/examples/SDL11/Makefile.am