pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gltron Update to version 0.70.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc93d98ba7d1
branches:  trunk
changeset: 466433:bc93d98ba7d1
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Jan 18 13:58:57 2004 +0000

description:
Update to version 0.70.

- booster
- wall acceleration
- better handling of .ini file (versioning & protection against partly
  written files)
- simplified GUI
- new bot AI

diffstat:

 games/gltron/Makefile         |     7 +-
 games/gltron/PLIST            |    86 +-
 games/gltron/distinfo         |    10 +-
 games/gltron/patches/patch-aa |    13 +
 games/gltron/patches/patch-ab |  2478 +++++++++++++++++++++++++++++++++++++++++
 games/gltron/patches/patch-ac |    24 +
 games/gltron/patches/patch-ad |    13 +
 7 files changed, 2545 insertions(+), 86 deletions(-)

diffs (truncated from 2699 to 300 lines):

diff -r 6ce0c1f9d848 -r bc93d98ba7d1 games/gltron/Makefile
--- a/games/gltron/Makefile     Sun Jan 18 13:51:15 2004 +0000
+++ b/games/gltron/Makefile     Sun Jan 18 13:58:57 2004 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2003/12/08 14:41:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2004/01/18 13:58:57 cube Exp $
 #
 
-DISTNAME=      gltron-0.62-source
+DISTNAME=      gltron-0.70-source
 PKGBASE=       ${DISTNAME:S/-source$//}
 PKGNAME=       ${PKGBASE}
-PKGREVISION=   3
 WRKSRC=                ${WRKDIR}/${PKGBASE}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gltron/}
 
-MAINTAINER=    cube%cubidou.net@localhost
+MAINTAINER=    cube%NetBSD.org@localhost
 HOMEPAGE=      http://gltron.sourceforge.net/
 COMMENT=       3D lightcycle game inspired by the movie Tron
 
diff -r 6ce0c1f9d848 -r bc93d98ba7d1 games/gltron/PLIST
--- a/games/gltron/PLIST        Sun Jan 18 13:51:15 2004 +0000
+++ b/games/gltron/PLIST        Sun Jan 18 13:58:57 2004 +0000
@@ -1,55 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/04/11 00:14:12 salo Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/01/18 13:58:57 cube Exp $
 bin/gltron
-man/man6/gltron.6
-share/gltron/art/arcade_spots/artpack.lua
-share/gltron/art/arcade_spots/gltron_floor.png
-share/gltron/art/arcade_spots/gltron_traildecal.png
-share/gltron/art/arcade_spots/gltron_wall_1.png
-share/gltron/art/arcade_spots/gltron_wall_2.png
-share/gltron/art/arcade_spots/gltron_wall_3.png
-share/gltron/art/arcade_spots/gltron_wall_4.png
-share/gltron/art/arcade_spots/skybox0.png
-share/gltron/art/arcade_spots/skybox1.png
-share/gltron/art/arcade_spots/skybox2.png
-share/gltron/art/arcade_spots/skybox3.png
-share/gltron/art/arcade_spots/skybox4.png
-share/gltron/art/arcade_spots/skybox5.png
-share/gltron/art/biohazard/artpack.lua
-share/gltron/art/biohazard/babbage.0.png
-share/gltron/art/biohazard/babbage.1.png
-share/gltron/art/biohazard/gltron.png
-share/gltron/art/biohazard/gltron_floor.png
-share/gltron/art/biohazard/gltron_logo.png
-share/gltron/art/biohazard/gltron_trail.png
-share/gltron/art/biohazard/gltron_traildecal.png
-share/gltron/art/biohazard/gltron_wall_1.png
-share/gltron/art/biohazard/gltron_wall_2.png
-share/gltron/art/biohazard/gltron_wall_3.png
-share/gltron/art/biohazard/gltron_wall_4.png
-share/gltron/art/biohazard/skybox0.png
-share/gltron/art/biohazard/skybox1.png
-share/gltron/art/biohazard/skybox2.png
-share/gltron/art/biohazard/skybox3.png
-share/gltron/art/biohazard/skybox4.png
-share/gltron/art/biohazard/skybox5.png
-share/gltron/art/classic/artpack.lua
-share/gltron/art/classic/babbage.0.png
-share/gltron/art/classic/babbage.1.png
-share/gltron/art/classic/gltron_floor.png
-share/gltron/art/classic/gltron_trail.png
-share/gltron/art/classic/gltron_traildecal.png
-share/gltron/art/classic/gltron_wall_1.png
-share/gltron/art/classic/gltron_wall_2.png
-share/gltron/art/classic/gltron_wall_3.png
-share/gltron/art/classic/gltron_wall_4.png
-share/gltron/art/classic/skybox0.png
-share/gltron/art/classic/skybox1.png
-share/gltron/art/classic/skybox2.png
-share/gltron/art/classic/skybox3.png
-share/gltron/art/classic/skybox4.png
-share/gltron/art/classic/skybox5.png
-share/gltron/art/classic/xenotron.0.png
-share/gltron/art/classic/xenotron.1.png
 share/gltron/art/default/artpack.lua
 share/gltron/art/default/babbage.0.png
 share/gltron/art/default/babbage.1.png
@@ -73,18 +23,6 @@
 share/gltron/art/default/test.bitmap.png
 share/gltron/art/default/xenotron.0.png
 share/gltron/art/default/xenotron.1.png
-share/gltron/art/metalTron/artpack.lua
-share/gltron/art/metalTron/gltron_floor.png
-share/gltron/art/metalTron/gltron_wall_1.png
-share/gltron/art/metalTron/gltron_wall_2.png
-share/gltron/art/metalTron/gltron_wall_3.png
-share/gltron/art/metalTron/gltron_wall_4.png
-share/gltron/art/metalTron/skybox0.png
-share/gltron/art/metalTron/skybox1.png
-share/gltron/art/metalTron/skybox2.png
-share/gltron/art/metalTron/skybox3.png
-share/gltron/art/metalTron/skybox4.png
-share/gltron/art/metalTron/skybox5.png
 share/gltron/data/babbage.ftx
 share/gltron/data/fonts.txt
 share/gltron/data/game_crash.ogg
@@ -100,32 +38,22 @@
 share/gltron/data/recognizer.mtl
 share/gltron/data/recognizer.obj
 share/gltron/data/recognizer_quad.obj
-share/gltron/data/settings.txt
 share/gltron/data/test.fbmp
 share/gltron/data/xenotron.ftx
 share/gltron/music/song_revenge_of_cats.it
+share/gltron/scripts/artpack.lua
 share/gltron/scripts/audio.lua
 share/gltron/scripts/basics.lua
 share/gltron/scripts/config.lua
+share/gltron/scripts/joystick.lua
+share/gltron/scripts/main.lua
 share/gltron/scripts/menu.lua
 share/gltron/scripts/menu_functions.lua
 share/gltron/scripts/save.lua
 share/gltron/scripts/video.lua
-share/gltron/sounds/game_crash.wav
-share/gltron/sounds/game_engine.wav
-share/gltron/sounds/game_lose.wav
-share/gltron/sounds/game_start.wav
-share/gltron/sounds/game_win.wav
-share/gltron/sounds/menu_action.wav
-share/gltron/sounds/menu_highlight.wav
-@dirrm share/gltron/art/arcade_spots
-@dirrm share/gltron/art/biohazard
-@dirrm share/gltron/art/classic
+@dirrm share/gltron/scripts
+@dirrm share/gltron/music
+@dirrm share/gltron/data
 @dirrm share/gltron/art/default
-@dirrm share/gltron/art/metalTron
 @dirrm share/gltron/art
-@dirrm share/gltron/data
-@dirrm share/gltron/music
-@dirrm share/gltron/scripts
-@dirrm share/gltron/sounds
 @dirrm share/gltron
diff -r 6ce0c1f9d848 -r bc93d98ba7d1 games/gltron/distinfo
--- a/games/gltron/distinfo     Sun Jan 18 13:51:15 2004 +0000
+++ b/games/gltron/distinfo     Sun Jan 18 13:58:57 2004 +0000
@@ -1,4 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/04/11 00:14:12 salo Exp $
+$NetBSD: distinfo,v 1.2 2004/01/18 13:58:57 cube Exp $
 
-SHA1 (gltron-0.62-source.tar.gz) = 742e7df98197dcee1feffbc45c26c6da911714e2
-Size (gltron-0.62-source.tar.gz) = 3726643 bytes
+SHA1 (gltron-0.70-source.tar.gz) = 267bffa75c2c9f8bb1fa8a2d2254eef8b90be1d6
+Size (gltron-0.70-source.tar.gz) = 2182440 bytes
+SHA1 (patch-aa) = ab420d8775693c0e609879659f9d5cd2b9644398
+SHA1 (patch-ab) = 3890e5b3c5c1ba27056e6f6030eac7309816bacb
+SHA1 (patch-ac) = b7b42d8bce2c320650bfc45244e98b4ad2769c84
+SHA1 (patch-ad) = 1e390a56003edb09ac19d5d29b98447ee8f3b2b2
diff -r 6ce0c1f9d848 -r bc93d98ba7d1 games/gltron/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/gltron/patches/patch-aa     Sun Jan 18 13:58:57 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/01/18 13:58:57 cube Exp $
+
+--- configure.in.orig  2003-12-14 09:42:54.000000000 +0100
++++ configure.in
+@@ -137,7 +137,7 @@ $have_gl_h || {
+ }
+ 
+ dnl Checks for typedefs, structures, and compiler characteristics.
+-AC_C_CONST
++dnl AC_C_CONST
+ 
+ dnl Checks for library functions.
+ AC_CHECK_FUNCS(strstr mkstemp)
diff -r 6ce0c1f9d848 -r bc93d98ba7d1 games/gltron/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/gltron/patches/patch-ab     Sun Jan 18 13:58:57 2004 +0000
@@ -0,0 +1,2478 @@
+$NetBSD: patch-ab,v 1.1 2004/01/18 13:58:57 cube Exp $
+
+--- configure.orig     2003-12-14 10:00:19.000000000 +0100
++++ configure
+@@ -1020,10 +1020,7 @@ build_cpu=`echo $ac_cv_build | sed 's/^\
+ build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+ build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+ 
+-test -z "$build_alias" &&
+-  build_alias=$ac_cv_build
+-
+-echo "$as_me:1026: checking host system type" >&5
++echo "$as_me:1023: checking host system type" >&5
+ echo $ECHO_N "checking host system type... $ECHO_C" >&6
+ if test "${ac_cv_host+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -1032,22 +1029,19 @@ else
+ test -z "$ac_cv_host_alias" &&
+   ac_cv_host_alias=$ac_cv_build_alias
+ ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
+-  { { echo "$as_me:1035: error: $ac_config_sub $ac_cv_host_alias failed" >&5
++  { { echo "$as_me:1032: error: $ac_config_sub $ac_cv_host_alias failed" >&5
+ echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
+    { (exit 1); exit 1; }; }
+ 
+ fi
+-echo "$as_me:1040: result: $ac_cv_host" >&5
++echo "$as_me:1037: result: $ac_cv_host" >&5
+ echo "${ECHO_T}$ac_cv_host" >&6
+ host=$ac_cv_host
+ host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+ host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
+ host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
+ 
+-test -z "$host_alias" &&
+-  host_alias=$ac_cv_host
+-
+-echo "$as_me:1050: checking target system type" >&5
++echo "$as_me:1044: checking target system type" >&5
+ echo $ECHO_N "checking target system type... $ECHO_C" >&6
+ if test "${ac_cv_target+set}" = set; then
+   echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -1056,12 +1050,12 @@ else
+ test "x$ac_cv_target_alias" = "x" &&
+   ac_cv_target_alias=$ac_cv_host_alias
+ ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
+-  { { echo "$as_me:1059: error: $ac_config_sub $ac_cv_target_alias failed" >&5
++  { { echo "$as_me:1053: error: $ac_config_sub $ac_cv_target_alias failed" >&5
+ echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
+    { (exit 1); exit 1; }; }
+ 
+ fi
+-echo "$as_me:1064: result: $ac_cv_target" >&5
++echo "$as_me:1058: result: $ac_cv_target" >&5
+ echo "${ECHO_T}$ac_cv_target" >&6
+ target=$ac_cv_target
+ target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
+@@ -1074,9 +1068,6 @@ test -n "$target_alias" &&
+   test "$program_prefix$program_suffix$program_transform_name" = \
+     NONENONEs,x,x, &&
+   program_prefix=${target_alias}-
+-test -z "$target_alias" &&
+-  target_alias=$ac_cv_target
+-
+ # Find a good install program.  We prefer a C program (faster),
+ # so one script is as good as another.  But avoid the broken or
+ # incompatible versions:
+@@ -1089,7 +1080,7 @@ test -z "$target_alias" &&
+ # AFS /usr/afsws/bin/install, which mishandles nonexistent args
+ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
+ # ./install, which can be erroneously created by make from ./install.sh.
+-echo "$as_me:1092: checking for a BSD compatible install" >&5
++echo "$as_me:1083: checking for a BSD compatible install" >&5
+ echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6
+ if test -z "$INSTALL"; then
+ if test "${ac_cv_path_install+set}" = set; then
+@@ -1138,7 +1129,7 @@ fi
+     INSTALL=$ac_install_sh
+   fi
+ fi
+-echo "$as_me:1141: result: $INSTALL" >&5
++echo "$as_me:1132: result: $INSTALL" >&5
+ echo "${ECHO_T}$INSTALL" >&6
+ 
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
+@@ -1149,7 +1140,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
+ 
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+ 
+-echo "$as_me:1152: checking whether build environment is sane" >&5
++echo "$as_me:1143: checking whether build environment is sane" >&5
+ echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
+ # Just in case
+ sleep 1
+@@ -1173,7 +1164,7 @@ if (
+       # if, for instance, CONFIG_SHELL is bash and it inherits a
+       # broken ls alias from the environment.  This has actually
+       # happened.  Such a system could not be considered "sane".
+-      { { echo "$as_me:1176: error: ls -t appears to fail.  Make sure there is not a broken
++      { { echo "$as_me:1167: error: ls -t appears to fail.  Make sure there is not a broken
+ alias in your environment" >&5
+ echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
+ alias in your environment" >&2;}
+@@ -1186,13 +1177,13 @@ then
+    # Ok.
+    :
+ else
+-   { { echo "$as_me:1189: error: newly created file is older than distributed files!
++   { { echo "$as_me:1180: error: newly created file is older than distributed files!
+ Check your system clock" >&5
+ echo "$as_me: error: newly created file is older than distributed files!
+ Check your system clock" >&2;}
+    { (exit 1); exit 1; }; }
+ fi
+-echo "$as_me:1195: result: yes" >&5
++echo "$as_me:1186: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+ test "$program_prefix" != NONE &&
+   program_transform_name="s,^,$program_prefix,;$program_transform_name"
+@@ -1217,7 +1208,7 @@ if eval "$MISSING --run true"; then
+ else
+   am_missing_run=
+   am_backtick='`'
+-  { echo "$as_me:1220: WARNING: ${am_backtick}missing' script is too old or missing" >&5



Home | Main Index | Thread Index | Old Index