diff options
Diffstat (limited to 'games')
77 files changed, 0 insertions, 2960 deletions
diff --git a/games/Makefile b/games/Makefile index 1acf580020c8..267b508a007a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -119,7 +119,6 @@ SUBDIR += cchess SUBDIR += ceferino SUBDIR += cgoban - SUBDIR += cgoban2 SUBDIR += chanta SUBDIR += chapping SUBDIR += cheech @@ -297,7 +296,6 @@ SUBDIR += gillo SUBDIR += gish-demo SUBDIR += gl-117 - SUBDIR += glasteroids SUBDIR += glaxium SUBDIR += glbsp SUBDIR += glchess @@ -429,7 +427,6 @@ SUBDIR += kpicframer SUBDIR += kpictorial SUBDIR += kpuzzle - SUBDIR += krosswordplayer SUBDIR += kslide SUBDIR += ksudoku SUBDIR += ktritoc @@ -528,7 +525,6 @@ SUBDIR += memonix SUBDIR += meqcc SUBDIR += meritous - SUBDIR += merlin SUBDIR += mindfocus SUBDIR += mindguard SUBDIR += minetest @@ -810,7 +806,6 @@ SUBDIR += sjeng SUBDIR += sl SUBDIR += slashem-tty - SUBDIR += slige SUBDIR += slump SUBDIR += slune SUBDIR += smiley @@ -904,7 +899,6 @@ SUBDIR += tuxracer SUBDIR += tuxracer_golf SUBDIR += tuxtype - SUBDIR += tvp SUBDIR += twitch SUBDIR += tycho SUBDIR += typespeed @@ -956,7 +950,6 @@ SUBDIR += wmquake SUBDIR += wmshuffle SUBDIR += wmtictactoe - SUBDIR += wmtimebomb SUBDIR += wolf3d SUBDIR += wolfpack SUBDIR += wop @@ -968,7 +961,6 @@ SUBDIR += xasteroids SUBDIR += xataxx SUBDIR += xbaby - SUBDIR += xbat SUBDIR += xbattle SUBDIR += xbill SUBDIR += xbl @@ -999,8 +991,6 @@ SUBDIR += xflame SUBDIR += xfrisk SUBDIR += xgalaga - SUBDIR += xgame - SUBDIR += xgammon SUBDIR += xglk SUBDIR += xgospel SUBDIR += xhexagons @@ -1017,7 +1007,6 @@ SUBDIR += xkoules SUBDIR += xlaby SUBDIR += xlife - SUBDIR += xlines SUBDIR += xlogical SUBDIR += xmahjongg SUBDIR += xmastermind @@ -1066,8 +1055,6 @@ SUBDIR += xsc SUBDIR += xscavenger SUBDIR += xscorch - SUBDIR += xscrabble - SUBDIR += xshisen SUBDIR += xshogi SUBDIR += xskat SUBDIR += xskewb diff --git a/games/cgoban2/Makefile b/games/cgoban2/Makefile deleted file mode 100644 index da158add0053..000000000000 --- a/games/cgoban2/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: cgoban2 -# Date created: 30 October 2003 -# Whom: smazanek@steffen-mazanek.de -# -# $FreeBSD$ -# - -PORTNAME= cgoban2 -PORTVERSION= 2.6.12 -PORTREVISION= 4 -CATEGORIES= games java -MASTER_SITES= http://kgs.kiseido.com/ -DISTNAME= cgoban-unix-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Internet Go Server client and game editor - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip -RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper - -WRKSRC= ${WRKDIR}/cgoban - -USE_JAVA= yes -JAVA_VERSION= 1.5+ -NO_BUILD= yes - -PLIST_FILES= bin/cgoban2 %%DATADIR%%/cgoban.jar share/pixmaps/cgoban2.png -PLIST_DIRS= %%DATADIR%% - -ICON= org/igoweb/go/swing/images/tool1.png - -DESKTOP_ENTRIES="CGoban 2" \ - "Play Go" \ - "cgoban2.png" \ - "cgoban2" \ - "Application;Game;" \ - false - -post-extract: - @${UNZIP_CMD} -qo ${WRKSRC}/cgoban.jar ${ICON} -d ${WRKSRC} - -post-patch: - ${SED} -e 's|_DIR=.|_DIR=${DATADIR}| ; s|^java|JAVA_VERSION="${JAVA_VERSION}" exec "${LOCALBASE}/bin/java"|'\ - < ${WRKSRC}/cgoban.sh.in > ${WRKSRC}/cgoban2 - -do-install: - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/cgoban.jar ${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/cgoban2 ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/${ICON} ${PREFIX}/share/pixmaps/cgoban2.png - -.include <bsd.port.mk> diff --git a/games/cgoban2/distinfo b/games/cgoban2/distinfo deleted file mode 100644 index 819d7dc6532e..000000000000 --- a/games/cgoban2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cgoban-unix-2.6.12.tar.gz) = 5cb2632b790f87fad399a38c7f7a2875b4595a24477bae0cae6f878e8ff95d69 -SIZE (cgoban-unix-2.6.12.tar.gz) = 1177049 diff --git a/games/cgoban2/pkg-descr b/games/cgoban2/pkg-descr deleted file mode 100644 index e9a06865570d..000000000000 --- a/games/cgoban2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -CGoban 2 has two parts: -* An editor for SGF go files. -* A client for the Kiseido Go Server. - -Have fun. diff --git a/games/glasteroids/Makefile b/games/glasteroids/Makefile deleted file mode 100644 index 9436a77d6323..000000000000 --- a/games/glasteroids/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: glasteroids -# Date created: 16 August 1999 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= glasteroids -PORTVERSION= 1.0 -PORTREVISION= 6 -CATEGORIES= games -MASTER_SITES= http://www.honors.montana.edu/~jjc/Glasteroids/ -DISTNAME= Glasteriods - -MAINTAINER= ports@FreeBSD.org -COMMENT= 3D Asteroids game for X Window System - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -WRKSRC= ${WRKDIR}/Glasteroids - -USE_GL= glut -MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" -MAKEFILE= ${FILESDIR}/Makefile.FreeBSD - -do-install: - ${INSTALL_PROGRAM} -m 2755 -o root -g games ${WRKSRC}/Glasteroids ${PREFIX}/bin/glasteroids - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/gameText.txf ${DATADIR} - ${TAR} -C ${WRKSRC} -cf - scores.txt textures | \ - ${TAR} -C ${DATADIR} --unlink -xf - - @${CHMOD} a+rx ${DATADIR}/textures - @${CHMOD} g+rw,a-x ${DATADIR}/scores.txt - @${CHOWN} root:games ${DATADIR}/scores.txt -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/glasteroids/distinfo b/games/glasteroids/distinfo deleted file mode 100644 index 74b9a0410dcf..000000000000 --- a/games/glasteroids/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (Glasteriods.tar.gz) = 41950624da6dceebc5d60d3106dd8d26cf24cdec1b07b32d2fe57207f09229bc -SIZE (Glasteriods.tar.gz) = 1003820 diff --git a/games/glasteroids/files/Makefile.FreeBSD b/games/glasteroids/files/Makefile.FreeBSD deleted file mode 100644 index b023c005dafd..000000000000 --- a/games/glasteroids/files/Makefile.FreeBSD +++ /dev/null @@ -1,33 +0,0 @@ -SRCS = Glasteroids.cxx Bobcat.cxx MarchingCubes.cxx BCship.cxx BCobject.cxx\ - BCcollide.cxx GlutFunctions.cxx BCmenu.cxx BCenemy.cxx TexFont.cxx \ - SplashScreen.cxx -OBJS = Glasteroids.o Bobcat.o MarchingCubes.o BCship.o BCobject.o\ - BCcollide.o GlutFunctions.o BCmenu.o BCenemy.o TexFont.o \ - SplashScreen.o -CXX ?= c++ -CXXFLAGS += -DGL_GLEXT_LEGACY ${PTHREAD_CFLAGS} -PROG = Glasteroids - -LIBS = -lglut -lGLU -lGL -lXmu -lX11 -lXext -lm -lXi ${PTHREAD_LIBS} - -INCDIR = -I${LOCALBASE}/include -LIBDIR = -L${LOCALBASE}/lib - -PREFIX ?= /usr/X11R6 -X11BASE ?= /usr/X11R6 - -.SUFFIXES: .cxx .o - -.cxx.o: - $(CXX) $(CXXFLAGS) -DPREFIX=\"${PREFIX}\" -c $< $(INCDIR) - -all: $(PROG) - -$(PROG): $(OBJS) - $(CXX) -o $(PROG) -Wall $(OBJS) $(LIBDIR) $(LIBS) - -clean: - rm -f *.o *~ $(PROG) - -depend: - makedepend -- $(INCDIR) -- $(SRCS) diff --git a/games/glasteroids/files/patch-BCenemy.h b/games/glasteroids/files/patch-BCenemy.h deleted file mode 100644 index de83d1ee6ec0..000000000000 --- a/games/glasteroids/files/patch-BCenemy.h +++ /dev/null @@ -1,11 +0,0 @@ ---- BCenemy.h.orig Thu Dec 21 17:33:04 2006 -+++ BCenemy.h Thu Dec 21 17:33:15 2006 -@@ -37,7 +37,7 @@ - void DrawEnemyShipExploding ( void ); - void ResetShip ( ); - -- int BCenemy::GetStatus ( void ); -+ int GetStatus ( void ); - - BCship *Ship; - diff --git a/games/glasteroids/files/patch-aa b/games/glasteroids/files/patch-aa deleted file mode 100644 index d484839dc974..000000000000 --- a/games/glasteroids/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- BCmenu.h Thu Aug 12 04:48:58 1999 -+++ /home/andy/tmp/wrk/BCmenu.h Tue Aug 17 15:28:12 1999 -@@ -23,7 +23,7 @@ - #include "BCincludes.h" - #include "TexFont.h" - --#define HIGH_SCORE_FILE "scores.txt" -+#define HIGH_SCORE_FILE PREFIX "/share/glasteroids/scores.txt" - #define MAX_HIGH_SCORES 10 - #define MAX_NAME_LENGTH 10 - diff --git a/games/glasteroids/files/patch-ab b/games/glasteroids/files/patch-ab deleted file mode 100644 index df2f64692275..000000000000 --- a/games/glasteroids/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- Bobcat.cxx Thu Aug 12 04:48:58 1999 -+++ /home/andy/tmp/wrk/Bobcat.cxx Tue Aug 17 15:28:23 1999 -@@ -111,14 +111,14 @@ - - glutIdleFunc ( InternalIdle ); - -- font = txfLoadFont ( "gameText.txf" ); -+ font = txfLoadFont ( PREFIX "/share/glasteroids/gameText.txf" ); - - Menu = new BCmenu ( font ); - - InitTextures ( ); - InitOpenGL ( ); - -- LoadSplashScreen ( "textures/splash.raw" ); -+ LoadSplashScreen ( PREFIX "/share/glasteroids/textures/splash.raw" ); - - numActiveDust = 0; - for ( i = 0; i < MAX_ASTEROID_DUST_SYSTEMS; i++ ) diff --git a/games/glasteroids/files/patch-ac b/games/glasteroids/files/patch-ac deleted file mode 100644 index 528ea4331054..000000000000 --- a/games/glasteroids/files/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ ---- Glasteroids.cxx.orig Wed Aug 11 19:48:58 1999 -+++ Glasteroids.cxx Sun Aug 6 19:33:33 2000 -@@ -1,5 +1,8 @@ - #include <stdlib.h> - #include <time.h> -+#if defined(__FreeBSD__) && defined(__i386__) -+#include <floatingpoint.h> -+#endif - #include "Bobcat.h" - - /* -@@ -75,6 +78,9 @@ - { - BCworld *world; - -+#if defined(__FreeBSD__) && defined(__i386__) -+ fpsetmask(0); -+#endif - world = BCgetWorld ( ); - - world->InitWorld ( argc, argv,"Glasteroids", 640, 480, 100 ); diff --git a/games/glasteroids/pkg-descr b/games/glasteroids/pkg-descr deleted file mode 100644 index 9b4096724f2d..000000000000 --- a/games/glasteroids/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -3D Asteroids game clone for X Window System. -The goal is simple: Don't get killed. - -Feel free to email questions, comments, ideas, -etc. to cohen@cs.montana.edu - -WWW: http://www.honors.montana.edu/~jjc/Glasteroids/ diff --git a/games/glasteroids/pkg-plist b/games/glasteroids/pkg-plist deleted file mode 100644 index 474f7c557824..000000000000 --- a/games/glasteroids/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/glasteroids -%%PORTDOCS%%%%DOCSDIR%%/README -%%DATADIR%%/gameText.txf -@mode 666 -%%DATADIR%%/scores.txt -@mode -%%DATADIR%%/textures/splash.raw -%%DATADIR%%/textures/splash_non.raw -@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/textures -@dirrm %%DATADIR%% diff --git a/games/krosswordplayer/Makefile b/games/krosswordplayer/Makefile deleted file mode 100644 index 593c1981a950..000000000000 --- a/games/krosswordplayer/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: krosswordplayer -# Date created: 2004-07-01 -# Whom: arved -# -# $FreeBSD$ - -PORTNAME= KrossWordPlayer -PORTVERSION= 1.4 -PORTREVISION= 10 -CATEGORIES= games kde -MASTER_SITES= http://home.houston.rr.com/epasveer/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= KDE crossword puzzle game - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_KDELIBS_VER=3 -USE_AUTOTOOLS= libtool - -.include <bsd.port.mk> diff --git a/games/krosswordplayer/distinfo b/games/krosswordplayer/distinfo deleted file mode 100644 index d86963df7194..000000000000 --- a/games/krosswordplayer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (KrossWordPlayer-1.4.tgz) = 7db4c8098819b8c5e46c11b2626dbe76facc81a080042cdfe93865c26adc8895 -SIZE (KrossWordPlayer-1.4.tgz) = 774536 diff --git a/games/krosswordplayer/files/patch-QzCrossWord.cpp b/games/krosswordplayer/files/patch-QzCrossWord.cpp deleted file mode 100644 index a844bfe0f332..000000000000 --- a/games/krosswordplayer/files/patch-QzCrossWord.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- krosswordplayer/QzCrossWord.cpp.orig Sat Aug 21 10:40:04 2004 -+++ krosswordplayer/QzCrossWord.cpp Sat Aug 21 10:40:13 2004 -@@ -282,7 +282,7 @@ - } - - _gridLayout->activate(); --}; -+} - - AcrossLitePuzzleBase* QzCrossWordGrid::puzzle () { - return _puzzle; diff --git a/games/krosswordplayer/files/patch-configure b/games/krosswordplayer/files/patch-configure deleted file mode 100644 index f855aa4ddca0..000000000000 --- a/games/krosswordplayer/files/patch-configure +++ /dev/null @@ -1,391 +0,0 @@ ---- configure.orig Tue Jan 6 05:44:48 2004 -+++ configure Thu Nov 11 18:49:03 2004 -@@ -21937,13 +21937,33 @@ - fi - - --echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 --echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 --if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then -+ LIBPTHREAD="" -+ -+ if test -n "$PTHREAD_LIBS"; then -+ if test "x$PTHREAD_LIBS" = "x-pthread" ; then -+ LIBPTHREAD="PTHREAD" -+ else -+ PTHREAD_LIBS_save="$PTHREAD_LIBS" -+ PTHREAD_LIBS=`echo "$PTHREAD_LIBS_save" | sed -e 's,^-l,,g'` -+ echo "$as_me:$LINENO: checking for pthread_create in $PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in $PTHREAD_LIBS... $ECHO_C" >&6 -+ -+ kde_save_LDFLAGS="$LDFLAGS" -+ kde_save_LIBS="$LIBS" -+ LDFLAGS="$LDFLAGS $all_libraries" -+ case $host_os in -+ aix*) LDFLAGS="-brtl $LDFLAGS" -+ test "$GCC" = yes && LDFLAGS="-Wl,$LDFLAGS" -+ ;; -+ esac -+ as_ac_Lib=`echo "ac_cv_lib_$PTHREAD_LIBS''_pthread_create" | $as_tr_sh` -+echo "$as_me:$LINENO: checking for pthread_create in -l$PTHREAD_LIBS" >&5 -+echo $ECHO_N "checking for pthread_create in -l$PTHREAD_LIBS... $ECHO_C" >&6 -+if eval "test \"\${$as_ac_Lib+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-lpthread $LIBS" -+LIBS="-l$PTHREAD_LIBS $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21975,7 +21995,8 @@ - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? -@@ -21987,218 +22008,117 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_lib_pthread_pthread_create=yes -+ eval "$as_ac_Lib=yes" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_pthread_pthread_create=no -+eval "$as_ac_Lib=no" - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext - LIBS=$ac_check_lib_save_LIBS - fi --echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 --echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 --if test $ac_cv_lib_pthread_pthread_create = yes; then -- LIBPTHREAD="-lpthread" -+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5 -+echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6 -+if test `eval echo '${'$as_ac_Lib'}'` = yes; then -+ LIBPTHREAD="$PTHREAD_LIBS_save" - fi - -+ LDFLAGS="$kde_save_LDFLAGS" -+ LIBS="$kde_save_LIBS" - -+ PTHREAD_LIBS="$PTHREAD_LIBS_save" -+ fi -+ fi - -- -- # Check whether --enable-kernel-threads or --disable-kernel-threads was given. --if test "${enable_kernel_threads+set}" = set; then -- enableval="$enable_kernel_threads" -- kde_use_kernthreads=$enableval --else -- kde_use_kernthreads=no --fi; -- -- if test "$kde_use_kernthreads" = "yes"; then -- ac_save_CXXFLAGS="$CXXFLAGS" -- ac_save_CFLAGS="$CFLAGS" -- CXXFLAGS="-I/usr/local/include/pthread/linuxthreads $CXXFLAGS" -- CFLAGS="-I/usr/local/include/pthread/linuxthreads $CFLAGS" -- --for ac_header in pthread/linuxthreads/pthread.h --do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -+ if test -z "$LIBPTHREAD"; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 --fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 - else -- # Is the header compilable? --echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 -+ ac_check_lib_save_LIBS=$LIBS -+LIBS="-lpthread $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ --$ac_includes_default --#include <$ac_header> -+ -+/* Override any gcc2 internal prototype to avoid an error. */ -+#ifdef __cplusplus -+extern "C" -+#endif -+/* We use char because int might match the return type of a gcc2 -+ builtin and then its argument prototype would still apply. */ -+char pthread_create (); -+int -+main () -+{ -+pthread_create (); -+ ; -+ return 0; -+} - _ACEOF --rm -f conftest.$ac_objext --if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 -- (eval $ac_compile) 2>conftest.er1 -+rm -f conftest.$ac_objext conftest$ac_exeext -+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 -+ (eval $ac_link) 2>conftest.er1 - ac_status=$? - grep -v '^ *+' conftest.er1 >conftest.err - rm -f conftest.er1 - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && -- { ac_try='test -s conftest.$ac_objext' -+ { ac_try='test -s conftest$ac_exeext' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_header_compiler=yes --else -- echo "$as_me: failed program was:" >&5 --sed 's/^/| /' conftest.$ac_ext >&5 -- --ac_header_compiler=no --fi --rm -f conftest.err conftest.$ac_objext conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6 -- --# Is the header present? --echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 --cat >conftest.$ac_ext <<_ACEOF --/* confdefs.h. */ --_ACEOF --cat confdefs.h >>conftest.$ac_ext --cat >>conftest.$ac_ext <<_ACEOF --/* end confdefs.h. */ --#include <$ac_header> --_ACEOF --if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 -- (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 -- ac_status=$? -- grep -v '^ *+' conftest.er1 >conftest.err -- rm -f conftest.er1 -- cat conftest.err >&5 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -- (exit $ac_status); } >/dev/null; then -- if test -s conftest.err; then -- ac_cpp_err=$ac_c_preproc_warn_flag -- ac_cpp_err=$ac_cpp_err$ac_c_werror_flag -- else -- ac_cpp_err= -- fi --else -- ac_cpp_err=yes --fi --if test -z "$ac_cpp_err"; then -- ac_header_preproc=yes -+ ac_cv_lib_pthread_pthread_create=yes - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_header_preproc=no --fi --rm -f conftest.err conftest.$ac_ext --echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6 -- --# So? What about this header? --case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in -- yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -- ac_header_preproc=yes -- ;; -- no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -- ( -- cat <<\_ASBOX --## ------------------------------------------ ## --## Report this to the AC_PACKAGE_NAME lists. ## --## ------------------------------------------ ## --_ASBOX -- ) | -- sed "s/^/$as_me: WARNING: /" >&2 -- ;; --esac --echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 --if eval "test \"\${$as_ac_Header+set}\" = set"; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- eval "$as_ac_Header=\$ac_header_preproc" -+ac_cv_lib_pthread_pthread_create=no - fi --echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 --echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 -- -+rm -f conftest.err conftest.$ac_objext \ -+ conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -- cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 --_ACEOF -- -+echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 -+echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6 -+if test $ac_cv_lib_pthread_pthread_create = yes; then -+ LIBPTHREAD="-lpthread" - fi - --done -+ fi - -- CXXFLAGS="$ac_save_CXXFLAGS" -- CFLAGS="$ac_save_CFLAGS" -- if test "$ac_cv_header_pthread_linuxthreads_pthread_h" = "no"; then -- kde_use_kernthreads=no -- else -- echo "$as_me:$LINENO: checking for pthread_join in -llthread" >&5 --echo $ECHO_N "checking for pthread_join in -llthread... $ECHO_C" >&6 --if test "${ac_cv_lib_lthread_pthread_join+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- ac_check_lib_save_LIBS=$LIBS --LIBS="-llthread $LIBS" --cat >conftest.$ac_ext <<_ACEOF -+ if test -z "$LIBPTHREAD" ; then -+ echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 -+echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6 -+ kde_safe_libs=$LIBS -+ LIBS="$LIBS -lpthread" -+ cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -- --/* Override any gcc2 internal prototype to avoid an error. */ --#ifdef __cplusplus --extern "C" --#endif --/* We use char because int might match the return type of a gcc2 -- builtin and then its argument prototype would still apply. */ --char pthread_join (); -+#include <pthread.h> - int - main () - { --pthread_join (); -+(void)pthread_create(0,0,0,0); - ; - return 0; - } -@@ -22212,7 +22132,8 @@ - cat conftest.err >&5 - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && -- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' -+ { ac_try='test -z "$ac_c_werror_flag" -+ || test ! -s conftest.err' - { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? -@@ -22224,29 +22145,31 @@ - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then -- ac_cv_lib_lthread_pthread_join=yes -+ -+ echo "$as_me:$LINENO: result: yes" >&5 -+echo "${ECHO_T}yes" >&6 -+ LIBPTHREAD="-lpthread" - else - echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --ac_cv_lib_lthread_pthread_join=no -+ -+ echo "$as_me:$LINENO: result: no" >&5 -+echo "${ECHO_T}no" >&6 - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext --LIBS=$ac_check_lib_save_LIBS --fi --echo "$as_me:$LINENO: result: $ac_cv_lib_lthread_pthread_join" >&5 --echo "${ECHO_T}$ac_cv_lib_lthread_pthread_join" >&6 --if test $ac_cv_lib_lthread_pthread_join = yes; then -- LIBPTHREAD="-llthread -llgcc_r" --fi -- if test "x$LIBPTHREAD" = "x"; then -- kde_use_kernthreads=no -- else -- USE_THREADS="-D_THREAD_SAFE -I/usr/local/include/pthread/linuxthreads" -- fi -- fi -- else -+ LIBS=$kde_safe_libs -+ fi -+ -+ if test "x$LIBPTHREAD" = "xPTHREAD" ; then -+ LIBPTHREAD="" -+ fi -+ -+ -+ -+ -+ - USE_THREADS="" - if test -z "$LIBPTHREAD"; then - -@@ -22337,7 +22260,6 @@ - fi - - fi -- fi - - case $host_os in - solaris*) diff --git a/games/krosswordplayer/pkg-descr b/games/krosswordplayer/pkg-descr deleted file mode 100644 index ec0fe4b92781..000000000000 --- a/games/krosswordplayer/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Program to play (interactively solve) crosswords. It currently supports only -.puz and .txt files, but can support other formats if people notify me of them. - -The .puz and .txt formats are otherwise known as the AcrossLite formats, from -Literate Software Systems (see http://www.litsoft.com/). The .txt format is -an older version that has been replaced by the .puz format. diff --git a/games/krosswordplayer/pkg-plist b/games/krosswordplayer/pkg-plist deleted file mode 100644 index d794aeaacd6f..000000000000 --- a/games/krosswordplayer/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/acrosslite_conv -bin/krosswordplayer -share/applnk/Utilities/krosswordplayer.desktop -@dirrm share/applnk/Utilities -@dirrm share/applnk diff --git a/games/merlin/Makefile b/games/merlin/Makefile deleted file mode 100644 index 8bb8604c51d5..000000000000 --- a/games/merlin/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: merlin -# Date created: 12 August 1998 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= merlin -PORTVERSION= 1.0 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= http://www.doc.ic.ac.uk/~np2/software/download/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A pointless puzzle game for Tcl/Tk - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -post-patch: - @${SED} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" \ - ${WRKSRC}/merlin.tcl > ${WRKSRC}/merlin - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/merlin ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/merlin - ${INSTALL_DATA} ${WRKSRC}/merlin.README.txt ${PREFIX}/share/doc/merlin/README -.endif - -.include <bsd.port.mk> diff --git a/games/merlin/distinfo b/games/merlin/distinfo deleted file mode 100644 index d36ee3ef80fc..000000000000 --- a/games/merlin/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (merlin.tar.gz) = 34ec73d752ba04a58b31227afa95a6ba943c1d2a184bf376ab61113a40ae7edc -SIZE (merlin.tar.gz) = 3770 diff --git a/games/merlin/files/patch-aa b/games/merlin/files/patch-aa deleted file mode 100644 index d06a98bb9252..000000000000 --- a/games/merlin/files/patch-aa +++ /dev/null @@ -1,17 +0,0 @@ ---- merlin.tcl.orig Mon Jul 7 11:28:19 1997 -+++ merlin.tcl Sun Aug 23 18:09:17 1998 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/wish4.1
-+#!%%LOCALBASE%%/bin/wish8.2 - #
- # Merlin - a pointless puzzle game
- #
-@@ -22,7 +22,7 @@ - # UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
- - --set score_file {c:\\Users\\np2\\Dev\\Tcl\\Merlin\\merlin.sc}
-+set score_file {~/merlin.score} - #[file join Users np2 Dev Tcl Merlin merlin.sc] - - font create Merlin -family Helvetica -size 24 diff --git a/games/merlin/pkg-descr b/games/merlin/pkg-descr deleted file mode 100644 index b1a7f48ea814..000000000000 --- a/games/merlin/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Merlin is a puzzle game. The window contains nine buttons each of -which can either be in the "pushed in" or "popped out" state. -Initially the buttons are pushed in or popped out randomly. The -player must clear the board by toggling the buttons until they are -all pushed in. Buttons are toggled with the mouse or via the appropriate -number key. The user starts the game with a number of points. Toggling a -button costs a point. If you clear the board, you get some more points -and a new level to solve. If you run out of points, the game is over. -Merlin records the high-score and the high-level between games. diff --git a/games/merlin/pkg-plist b/games/merlin/pkg-plist deleted file mode 100644 index a64821dacb35..000000000000 --- a/games/merlin/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/merlin -%%PORTDOCS%%share/doc/merlin/README -%%PORTDOCS%%@dirrm share/doc/merlin diff --git a/games/slige/Makefile b/games/slige/Makefile deleted file mode 100644 index f3f31e852c4c..000000000000 --- a/games/slige/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: slige -# Date created: 2006-10-09 -# Whom: alepulver -# -# $FreeBSD$ -# - -PORTNAME= slige -PORTVERSION= 485 -CATEGORIES= games -MASTER_SITES= http://members.aol.com/dmchess/ -DISTNAME= ${PORTNAME}src - -MAINTAINER= ports@FreeBSD.org -COMMENT= DOOM level generator - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_ZIP= yes -NO_WRKSUBDIR= yes - -OPTIONS= PATCH "Use patch to make rooms more open and puzzly" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_PATCH) -PATCH_SITES= http://www.samiam.org/ -PATCHFILES= ${PORTNAME}.patch -.endif - -post-extract: - @cd ${WRKSRC} && for f in *; do \ - ${MV} $$f `echo $$f | ${TR} "[:upper:]" "[:lower:]"`; done - -post-patch: - @${REINPLACE_CMD} -e '$$d' ${WRKSRC}/slige.c - -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} slige.c - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/*.cfg ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.txt ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/games/slige/distinfo b/games/slige/distinfo deleted file mode 100644 index 11c7fcda9c73..000000000000 --- a/games/slige/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (sligesrc.zip) = 8a33b4f75ccc1846558db6eaf7efb4e06e5e263855d4a8db2c7c89b9cdc6f008 -SIZE (sligesrc.zip) = 163119 -SHA256 (slige.patch) = 8dd6a05f6a3011ddeaba954b1cd3bec078dad6351f7712164d87bae2d5e8f281 -SIZE (slige.patch) = 2427 diff --git a/games/slige/pkg-descr b/games/slige/pkg-descr deleted file mode 100644 index a66493df4820..000000000000 --- a/games/slige/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -SLIGE is a Win32 (i.e. Windows 95 or NT or 3.1 with Win32s) program -(compilable also for DOS and Linux) that produces brand-new levels for DOOM or -DOOM II. If you're tired of the levels and PWADs that you have, you can use -SLIGE to generate dozens or hundreds or thousands more. Some of them will -probably be pretty good, too (he said modestly). - -WWW: http://www.doomworld.com/slige/ diff --git a/games/slige/pkg-plist b/games/slige/pkg-plist deleted file mode 100644 index 56fadf9eb002..000000000000 --- a/games/slige/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/slige -%%EXAMPLESDIR%%/blue.cfg -%%EXAMPLESDIR%%/slige.cfg -%%PORTDOCS%%%%DOCSDIR%%/slige.txt -@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/games/tvp/Makefile b/games/tvp/Makefile deleted file mode 100644 index 1a50be3a2b03..000000000000 --- a/games/tvp/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: tvp -# Date Created: 3 Jul 1996 -# Whom: Tim Vanderhoek <ac199@hwcn.org> -# -# $FreeBSD$ -# - -PORTNAME= tvp -PORTVERSION= 0.9.7.1 -PORTREVISION= 2 -CATEGORIES= games tk -MASTER_SITES= http://www3.sympatico.ca/john.vanderhoek/tim/src/president/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Play the cardgame President (or Ass) against 3 AIs - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_TK= 84 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-carddir=${PREFIX}/share/games/tvp -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/tcl8.4 \ - -I${LOCALBASE}/include/tk8.4" \ - LIBS="-L${LOCALBASE}/lib \ - -ltcl84 -ltk84 -lX11 -lm" -#CFLAGS+= -lX11 -lm -ltcl84 -ltk84 \ -# -L${LOCALBASE}/lib -USE_PERL5_BUILD=yes - -MAN6= tvp.6 -MLINKS= tvp.6 xprez.6 - aprez.6 - prez.6 - -PORTDOCS= aprez.txt libass.txt president.txt prez.txt xprez.txt - -.include <bsd.port.pre.mk> - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/tvp -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/tvp -.endfor -.endif - ${INSTALL_MAN} ${FILESDIR}/tvp.6 ${PREFIX}/man/man6/tvp.6 - a='${PREFIX}/share/doc/tvp/' ${PERL} -pi -e 's/TOKEN/$$ENV{a}/' \ - ${PREFIX}/man/man6/tvp.6 - ${STRIP_CMD} ${PREFIX}/bin/aprez ${PREFIX}/bin/prez ${PREFIX}/bin/xpwish - @${ECHO_CMD} "" - @${ECHO_CMD} "Use one of the following commands:" - @${ECHO_CMD} "prez - CLI version" - @${ECHO_CMD} "aprez - Curses version" - @${ECHO_CMD} "xprex - X11 version" - @${ECHO_CMD} "" - -.include <bsd.port.post.mk> diff --git a/games/tvp/distinfo b/games/tvp/distinfo deleted file mode 100644 index 1574c783bacd..000000000000 --- a/games/tvp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tvp-0.9.7.1.tar.gz) = 2008cc8ca11c830360967dc66e1fc13bc2fece128203002af271baffd50860e6 -SIZE (tvp-0.9.7.1.tar.gz) = 150799 diff --git a/games/tvp/files/patch-aa b/games/tvp/files/patch-aa deleted file mode 100644 index 9eac39ef36fd..000000000000 --- a/games/tvp/files/patch-aa +++ /dev/null @@ -1,38 +0,0 @@ ---- configure.orig Tue Aug 19 20:57:12 1997 -+++ configure Wed Nov 3 17:33:31 1999 -@@ -1306,10 +1306,10 @@ - - WINDLL=true - TCLTK="" --for tkver in 42 4.2 41 4.1 80 8.0 -+for tkver in 84 - do -- echo $ac_n "checking for Tk_Main in -ltk${tkver}""... $ac_c" 1>&6 --echo "configure:1313: checking for Tk_Main in -ltk${tkver}" >&5 -+ echo $ac_n "checking for Tk_MainEx in -ltk${tkver}""... $ac_c" 1>&6 -+echo "configure:1313: checking for Tk_MainEx in -ltk${tkver}" >&5 - ac_lib_var=`echo tk${tkver}'_'Tk_Main | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -@@ -1322,10 +1322,10 @@ - /* Override any gcc2 internal prototype to avoid an error. */ - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char Tk_Main(); -+char Tx_MainEx(); - - int main() { --Tk_Main() -+Tk_MainEx() - ; return 0; } - EOF - if { (eval echo configure:1332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then -@@ -1345,7 +1345,7 @@ - echo "$ac_t""yes" 1>&6 - - WINDLL=false -- for tclver in 76 7.6 75 7.5 80 8.0 -+ for tclver in 84 - do - echo $ac_n "checking for Tcl_Main in -ltcl${tclver}""... $ac_c" 1>&6 - echo "configure:1352: checking for Tcl_Main in -ltcl${tclver}" >&5 diff --git a/games/tvp/files/patch-ab b/games/tvp/files/patch-ab deleted file mode 100644 index 7fb1a6f40f19..000000000000 --- a/games/tvp/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- xprez/xpwish.c.orig Sat Jun 28 17:38:35 1997 -+++ xprez/xpwish.c Wed Nov 3 17:45:12 1999 -@@ -37,7 +37,7 @@ - - int - main (int argc, char **argv) { -- Tk_Main (argc, argv, Tcl_AppInit); -+ Tk_MainEx (argc, argv, Tcl_AppInit, Tcl_CreateInterp()); - - return 0; - } diff --git a/games/tvp/files/patch-aprez_Makefile.in b/games/tvp/files/patch-aprez_Makefile.in deleted file mode 100644 index 95e7a1a6ec32..000000000000 --- a/games/tvp/files/patch-aprez_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- aprez/Makefile.in.orig Sun Feb 1 22:29:17 2004 -+++ aprez/Makefile.in Sun Feb 1 22:16:59 2004 -@@ -30,6 +30,8 @@ - # code... - cat ../ABOUT | perl -pe 's/(\")/\\$$1/g;' > tempfile2 - perl -e '$$a=`cat tempfile1`; $$b=`cat tempfile2`; \ -+ $$a=~s/\n/\\n\"\n\"/g; $$a=~s/^/\"/g; $$a=~s/\"//; \ -+ $$b=~s/\n/\\n\"\n\"/g; $$b=~s/^/\"/g; $$b=~s/\"//; \ - while (<>) { \ - s/\!COPYING\!/$$a/g; \ - s/\!ABOUT\!/$$b/g; \ diff --git a/games/tvp/files/patch-aprez_aprez.c b/games/tvp/files/patch-aprez_aprez.c deleted file mode 100644 index 21b7178c68d6..000000000000 --- a/games/tvp/files/patch-aprez_aprez.c +++ /dev/null @@ -1,44 +0,0 @@ - -$FreeBSD$ - ---- aprez/aprez.c.orig -+++ aprez/aprez.c -@@ -266,6 +266,7 @@ - SGBtot[3][0], SGBtot[3][1], SGBtot[3][2], - SGBtot[3][3]); - dontdothis: -+ 1; - } /* if (!ass_turn (game)) */ - - /* Take someone's turn... */ -@@ -484,18 +485,18 @@ - tcsetattr (fileno(stdin), TCSANOW, &term); - } - if (i == 'h') { -- bigmessage (" --j\tdown one --u\tup one --s\ttoggle select on card --l\tlay (or pass if no cards are selected) --v\tsave game --b\tload game --h\tcommand reference --w\twarranty and license --a\tabout --C-C\tquit (Ctrl-C) --"); -+ bigmessage ("\n" -+"j\tdown one\n" -+"u\tup one\n" -+"s\ttoggle select on card\n" -+"l\tlay (or pass if no cards are selected)\n" -+"v\tsave game\n" -+"b\tload game\n" -+"h\tcommand reference\n" -+"w\twarranty and license\n" -+"a\tabout\n" -+"C-C\tquit (Ctrl-C)\n" -+""); - } - if (i == 'w') { - mondomessage ("!COPYING!"); diff --git a/games/tvp/files/patch-prez_Makefile.in b/games/tvp/files/patch-prez_Makefile.in deleted file mode 100644 index 99815576ddf4..000000000000 --- a/games/tvp/files/patch-prez_Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- prez/Makefile.in.orig Sun Feb 1 22:29:31 2004 -+++ prez/Makefile.in Sun Feb 1 22:17:20 2004 -@@ -29,6 +29,8 @@ - # code... - cat ../ABOUT | perl -pe 's/(\")/\\$$1/g;' > tempfile2 - perl -e '$$a=`cat tempfile1`; $$b=`cat tempfile2`; \ -+ $$a=~s/\n/\\n\"\n\"/g; $$a=~s/^/\"/g; $$a=~s/\"//; \ -+ $$b=~s/\n/\\n\"\n\"/g; $$b=~s/^/\"/g; $$b=~s/\"//; \ - while (<>) { \ - s/\!COPYING\!/$$a/g; \ - s/\!ABOUT\!/$$b/g; \ diff --git a/games/tvp/files/patch-prez_parse.y b/games/tvp/files/patch-prez_parse.y deleted file mode 100644 index 46d811f5a2ef..000000000000 --- a/games/tvp/files/patch-prez_parse.y +++ /dev/null @@ -1,87 +0,0 @@ - -$FreeBSD$ - ---- prez/parse.y.orig -+++ prez/parse.y -@@ -40,6 +40,10 @@ - int message (const char *, ...); - void savegame (const char *); - void play_ai (void); -+void bigmessage (const char * mesg); -+int yylex (void); -+void loadgame (const char * file); -+void yyerror (const char * errmesg); - - game_t SGBgame; /* The game we're playing!! :) */ - int SGBplaysinround; /* How many plays have taken place in this round */ -@@ -351,17 +355,17 @@ - "\tQUIT\n"); - } - | command PLAY set '\n' { -+ int okay_to_play_ai; - int goer = ass_turn (SGBgame); - hand_t h = ass_Hand ( - ass_GamePlayer (SGBgame, ass_turn (SGBgame))); - -+ okay_to_play_ai = 1; - if (ptypes[goer-1] == tAI) { - message ("You can't make moves for an AI. " - "Try just \"PLAY\"\n"); -- goto falsebreak; -- } -- -- if (ass_turn (SGBgame)) { -+ okay_to_play_ai = 0; -+ } else if (ass_turn (SGBgame)) { - if (!ass_setlt (ass_GameDown (SGBgame), &$3)) { - message ("You can't lay that set!!\n"); - message ("Maybe you should do \"PLAY pass\" " -@@ -397,9 +401,9 @@ - } else - message ("You must \"DEAL\" first.\n"); - -- play_ai (); -- --falsebreak: -+ if (okay_to_play_ai) { -+ play_ai (); -+ } - } - | command PLAY '\n' { - #ifdef DEBUG -@@ -555,6 +559,8 @@ - | ACE_T { $$ = ACE; } - | TWO_T { $$ = TWO; } - | JOKER_T { $$ = JOKER; } -+; -+ - %% - - void -@@ -625,7 +631,7 @@ - yylex (void) { - static char s[81]; /* What kind of initialization guarantees - * am I given here????? */ -- static return_nl_f = 0; /* Return a \n token? */ -+ static int return_nl_f = 0; /* Return a \n token? */ - char * t = NULL; - int i; - -@@ -696,7 +702,7 @@ - */ - int - message (const char * mesg, ...) { -- static on = 1; -+ static int on = 1; - va_list va; - int x; - -@@ -874,7 +880,7 @@ - - - int --main (char *c, char **v) { -+main (int c, char **v) { - int i; - - printf ("TVP, prez CLI, Copyright (C) 1997, Timothy M. Vanderhoek\n" diff --git a/games/tvp/files/patch-xprez_xp__deal.c b/games/tvp/files/patch-xprez_xp__deal.c deleted file mode 100644 index 6162d81d498c..000000000000 --- a/games/tvp/files/patch-xprez_xp__deal.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- xprez/xp_deal.c.orig Sun Feb 1 22:32:15 2004 -+++ xprez/xp_deal.c Sun Feb 1 22:16:17 2004 -@@ -41,7 +41,7 @@ - */ - int - xp_deal (ClientData clientdata, Tcl_Interp * interp, int argc, char ** argv) { -- char ret[200]; -+ static char ret[200]; - int i; - hand_t ss; - diff --git a/games/tvp/files/tvp.6 b/games/tvp/files/tvp.6 deleted file mode 100644 index 5a070c9f9a1a..000000000000 --- a/games/tvp/files/tvp.6 +++ /dev/null @@ -1,26 +0,0 @@ -.Dd Jul 3, 1997 -.Dt TVP 6 -.Sh NAME -.Nm tvp -.Nd programs to play the cardgame of President (aka Ass) -.Sh DESCRIPTION -.Ar Tvp -is composed of a set of three different programs. One, -.Ar prez -is a simple CLI interface, another, -.Ar aprez -is a full-screen ansi interface. The preferred one, -.Ar xprez -is a proper Tcl/Tk-based graphical user interface. -.Pp -You can find instructions on how to play the cardgame Ass -in the file TOKENpresident.txt. You will also find full -documentation for -.Ar prez, -.Ar aprez, -and -.Ar xprez -in TOKEN. -.Pp -The author requests that you read the ABOUT file, which is available -from inside of all three of the programs. diff --git a/games/tvp/pkg-descr b/games/tvp/pkg-descr deleted file mode 100644 index 6464432395cc..000000000000 --- a/games/tvp/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a Tcl/Tk (and supporting C lib) implementation of the -cardgame President (aka Ass). You will play against three computer -players, each with a slightly different playing style (although -none of these styles are particularly advanced, yet). Instructions on -how to play the cardgame are included for the unfamiliar. diff --git a/games/tvp/pkg-plist b/games/tvp/pkg-plist deleted file mode 100644 index 66c84ee7264c..000000000000 --- a/games/tvp/pkg-plist +++ /dev/null @@ -1,102 +0,0 @@ -bin/prez -bin/aprez -bin/xprez -bin/xpwish -share/games/tvp/backs-01.gif -share/games/tvp/backs-02.gif -share/games/tvp/backs-03.gif -share/games/tvp/backs-04.gif -share/games/tvp/backs-1.gif -share/games/tvp/backs-2.gif -share/games/tvp/backs-3.gif -share/games/tvp/backs-4.gif -share/games/tvp/clubs-01.gif -share/games/tvp/clubs-02.gif -share/games/tvp/clubs-03.gif -share/games/tvp/clubs-04.gif -share/games/tvp/clubs-05.gif -share/games/tvp/clubs-06.gif -share/games/tvp/clubs-07.gif -share/games/tvp/clubs-08.gif -share/games/tvp/clubs-09.gif -share/games/tvp/clubs-1.gif -share/games/tvp/clubs-10.gif -share/games/tvp/clubs-11.gif -share/games/tvp/clubs-12.gif -share/games/tvp/clubs-13.gif -share/games/tvp/clubs-2.gif -share/games/tvp/clubs-3.gif -share/games/tvp/clubs-4.gif -share/games/tvp/clubs-5.gif -share/games/tvp/clubs-6.gif -share/games/tvp/clubs-7.gif -share/games/tvp/clubs-8.gif -share/games/tvp/clubs-9.gif -share/games/tvp/diamonds-01.gif -share/games/tvp/diamonds-02.gif -share/games/tvp/diamonds-03.gif -share/games/tvp/diamonds-04.gif -share/games/tvp/diamonds-05.gif -share/games/tvp/diamonds-06.gif -share/games/tvp/diamonds-07.gif -share/games/tvp/diamonds-08.gif -share/games/tvp/diamonds-09.gif -share/games/tvp/diamonds-1.gif -share/games/tvp/diamonds-10.gif -share/games/tvp/diamonds-11.gif -share/games/tvp/diamonds-12.gif -share/games/tvp/diamonds-13.gif -share/games/tvp/diamonds-2.gif -share/games/tvp/diamonds-3.gif -share/games/tvp/diamonds-4.gif -share/games/tvp/diamonds-5.gif -share/games/tvp/diamonds-6.gif -share/games/tvp/diamonds-7.gif -share/games/tvp/diamonds-8.gif -share/games/tvp/diamonds-9.gif -share/games/tvp/hearts-01.gif -share/games/tvp/hearts-02.gif -share/games/tvp/hearts-03.gif -share/games/tvp/hearts-04.gif -share/games/tvp/hearts-06.gif -share/games/tvp/hearts-07.gif -share/games/tvp/hearts-08.gif -share/games/tvp/hearts-09.gif -share/games/tvp/hearts-1.gif -share/games/tvp/hearts-10.gif -share/games/tvp/hearts-11.gif -share/games/tvp/hearts-12.gif -share/games/tvp/hearts-13.gif -share/games/tvp/hearts-2.gif -share/games/tvp/hearts-3.gif -share/games/tvp/hearts-4.gif -share/games/tvp/hearts-5.gif -share/games/tvp/hearts-6.gif -share/games/tvp/hearts-7.gif -share/games/tvp/hearts-8.gif -share/games/tvp/hearts-9.gif -share/games/tvp/joker.gif -share/games/tvp/spades-01.gif -share/games/tvp/spades-02.gif -share/games/tvp/spades-03.gif -share/games/tvp/spades-04.gif -share/games/tvp/spades-05.gif -share/games/tvp/spades-06.gif -share/games/tvp/spades-07.gif -share/games/tvp/spades-08.gif -share/games/tvp/spades-09.gif -share/games/tvp/spades-1.gif -share/games/tvp/spades-10.gif -share/games/tvp/spades-11.gif -share/games/tvp/spades-12.gif -share/games/tvp/spades-13.gif -share/games/tvp/spades-2.gif -share/games/tvp/spades-3.gif -share/games/tvp/spades-4.gif -share/games/tvp/spades-5.gif -share/games/tvp/spades-6.gif -share/games/tvp/spades-7.gif -share/games/tvp/spades-8.gif -share/games/tvp/spades-9.gif -@dirrm share/games/tvp -@dirrmtry share/games diff --git a/games/wmtimebomb/Makefile b/games/wmtimebomb/Makefile deleted file mode 100644 index 18321eeb1f89..000000000000 --- a/games/wmtimebomb/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: wmtimebomb -# Date created: 10 August 1998 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= wmtimebomb -PORTVERSION= 0.2.0 -PORTREVISION= 8 -CATEGORIES= games windowmaker -MASTER_SITES= ftp://ftp.netmug.org/pub/FreeBSD/distfiles/ -DISTNAME= wmtimebomb.20 - -MAINTAINER= ports@FreeBSD.org -COMMENT= A minesweeper for WindowMaker - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker - -WRKSRC= ${WRKDIR}/wmtimebomb.app -USE_IMAKE= yes -USE_XORG= x11 xext -NO_INSTALL_MANPAGES= yes - -post-install: - @${MKDIR} ${PREFIX}/lib/X11/wmtimebomb - ${INSTALL_DATA} ${WRKSRC}/example.modefile ${PREFIX}/lib/X11/wmtimebomb - -.include <bsd.port.mk> diff --git a/games/wmtimebomb/distinfo b/games/wmtimebomb/distinfo deleted file mode 100644 index c392c341b1b6..000000000000 --- a/games/wmtimebomb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (wmtimebomb.20.tar.gz) = dd6eaae81f83b6f064e2da59943a29d4ac17f0c229a295344aa5c4647a6fe9c5 -SIZE (wmtimebomb.20.tar.gz) = 60453 diff --git a/games/wmtimebomb/files/patch-aa b/games/wmtimebomb/files/patch-aa deleted file mode 100644 index e512956d94e5..000000000000 --- a/games/wmtimebomb/files/patch-aa +++ /dev/null @@ -1,18 +0,0 @@ ---- Imakefile.orig Mon Nov 16 21:40:24 1998 -+++ Imakefile Sat Oct 14 03:27:50 2000 -@@ -1,10 +1,12 @@ --XPMLIB = -L/usr/X11R6/lib -lXpm -lm -ljpeg -lpng -lz -ltiff -lgif --WMAKER = -L/usr/local/lib -lWMaker -lWINGs -lwraster -lPropList -+XPMLIB = `pkg-config --libs WINGs wmlib wrlib` -+WMAKER = -L${LOCALBASE}/lib -lWMaker - - LOCAL_LIBRARIES = $(WMAKER) $(XPMLIB) $(XLIB) - -+EXTRA_INCLUDES= `pkg-config --cflags WINGs wmlib wrlib` -I${LOCALBASE}/include -+ - SRCS = timebomb.c - OBJS = timebomb.o - --ComplexProgramTarget(wmtimebomb) -+ComplexProgramTargetNoMan(wmtimebomb) - diff --git a/games/wmtimebomb/files/patch-ab b/games/wmtimebomb/files/patch-ab deleted file mode 100644 index 2d66ede02209..000000000000 --- a/games/wmtimebomb/files/patch-ab +++ /dev/null @@ -1,241 +0,0 @@ - -$FreeBSD$ - ---- timebomb.c.orig Mon Nov 16 16:42:54 1998 -+++ timebomb.c Wed Nov 17 23:13:48 2004 -@@ -4,8 +4,8 @@ - #include <X11/xpm.h> - #include <X11/Xproto.h> - #include <WMaker.h> --#include <WINGs.h> --#include "WINGsP.h" -+#include <WINGs/WINGs.h> -+#include <WINGs/WINGsP.h> - #include <wraster.h> - #include <signal.h> - #include "xlibgeneral.h" -@@ -94,7 +94,7 @@ - XpmIcon rbuttonb; - XpmIcon id; - XpmIcon timebombicon; --XpmIcon clock; -+XpmIcon iconclock; - XpmIcon title; - XpmIcon about; - int abouttick; -@@ -340,73 +340,65 @@ - WMProcessEvent(app,&ev); - yy=0; - if(iconswitch[SW_GETNAME]){ -- if(panel[2]->done){ -- iconswitch[SW_GETNAME]=0; -- if(panel[2]->result == WAPRDefault){ -- pointman= WMGetTextFieldText(panel[2]->text); -- while(*pointman==' ')pointman++; -- if(!*pointman) pointman= NULL; -- } -- else -- pointman= NULL; -- if(pointman)history_add(pointman,clockn); -- WMDestroyInputPanel(panel[2]); -+ iconswitch[SW_GETNAME]=0; -+ if(panel[2]->result == WAPRDefault){ -+ pointman= WMGetTextFieldText(panel[2]->text); -+ while(*pointman==' ')pointman++; -+ if(!*pointman) pointman= NULL; - } -+ else -+ pointman= NULL; -+ if(pointman)history_add(pointman,clockn); -+ WMDestroyInputPanel(panel[2]); - } - if(iconswitch[SW_SETBOMB] && !iconswitch[SW_GETNAME]){ -- if(panel[0]->done){ -- iconswitch[SW_SETBOMB]=0; -- if(panel[0]->result == WAPRDefault) -- pointman= WMGetTextFieldText(panel[0]->text); -- else -- pointman= NULL; -- if(pointman){ -- tb.bs=atoi(pointman); -- if(tb.bs>=tb.x*tb.y)tb.bs=tb.x*tb.y-2; -- if(tb.bs<0)tb.bs=0; -- reinit(tb.x,tb.y,tb.bs,tb.clock); -- } -- WMDestroyInputPanel(panel[0]); -+ iconswitch[SW_SETBOMB]=0; -+ if(panel[0]->result == WAPRDefault) -+ pointman= WMGetTextFieldText(panel[0]->text); -+ else -+ pointman= NULL; -+ if(pointman){ -+ tb.bs=atoi(pointman); -+ if(tb.bs>=tb.x*tb.y)tb.bs=tb.x*tb.y-2; -+ if(tb.bs<0)tb.bs=0; -+ reinit(tb.x,tb.y,tb.bs,tb.clock); - } -+ WMDestroyInputPanel(panel[0]); - } - if(iconswitch[SW_SETSIZE] && !iconswitch[SW_GETNAME]){ -- if(panel[3]->done){ -- iconswitch[SW_SETSIZE]=0; -- if(panel[3]->result == WAPRDefault) -- pointman= WMGetTextFieldText(panel[3]->text); -- else -- pointman= NULL; -- if(pointman){ -- tb.x=atoi(pointman); -- if(tb.x>MAXWIDTH)tb.x=MAXWIDTH; -- if(tb.x<3)tb.x=3; -- while(*pointman){ -- if(*pointman==' ')break; -- if(*pointman=='x')break; -- pointman++; -- } -+ iconswitch[SW_SETSIZE]=0; -+ if(panel[3]->result == WAPRDefault) -+ pointman= WMGetTextFieldText(panel[3]->text); -+ else -+ pointman= NULL; -+ if(pointman){ -+ tb.x=atoi(pointman); -+ if(tb.x>MAXWIDTH)tb.x=MAXWIDTH; -+ if(tb.x<3)tb.x=3; -+ while(*pointman){ -+ if(*pointman==' ')break; -+ if(*pointman=='x')break; - pointman++; -- tb.y=atoi(pointman); -- if(tb.y>MAXHEIGHT||tb.y<=0)tb.y=MAXHEIGHT; - } -- WMDestroyInputPanel(panel[3]); -- reinit(tb.x,tb.y,tb.bs,tb.clock); -+ pointman++; -+ tb.y=atoi(pointman); -+ if(tb.y>MAXHEIGHT||tb.y<=0)tb.y=MAXHEIGHT; - } -+ WMDestroyInputPanel(panel[3]); -+ reinit(tb.x,tb.y,tb.bs,tb.clock); - } - if(iconswitch[SW_SETTIME] && !iconswitch[SW_GETNAME]){ -- if(panel[1]->done){ -- iconswitch[SW_SETTIME]=0; -- if(panel[1]->result == WAPRDefault) -- pointman= WMGetTextFieldText(panel[1]->text); -- else -- pointman= NULL; -- if(pointman){ -- tb.clock=atoi(pointman); -- if(tb.clock>999||tb.clock<0)tb.clock=999; -- reinit(tb.x,tb.y,tb.bs,tb.clock); -- } -- WMDestroyInputPanel(panel[1]); -+ iconswitch[SW_SETTIME]=0; -+ if(panel[1]->result == WAPRDefault) -+ pointman= WMGetTextFieldText(panel[1]->text); -+ else -+ pointman= NULL; -+ if(pointman){ -+ tb.clock=atoi(pointman); -+ if(tb.clock>999||tb.clock<0)tb.clock=999; -+ reinit(tb.x,tb.y,tb.bs,tb.clock); - } -+ WMDestroyInputPanel(panel[1]); - } - switch(ev.type){ - case NoExpose: -@@ -1049,9 +1041,9 @@ - about.attributes.width=256; - about.attributes.height=256; - about.attributes.valuemask=(XpmSize); -- clock.attributes.width=200; -- clock.attributes.height=BS; -- clock.attributes.valuemask=XpmSize; -+ iconclock.attributes.width=200; -+ iconclock.attributes.height=BS; -+ iconclock.attributes.valuemask=XpmSize; - countbar.attributes.width=160; - countbar.attributes.height=BS; - countbar.attributes.valuemask=XpmSize; -@@ -1081,7 +1073,7 @@ - XpmCreatePixmapFromData(display,window, rbuttonb_xpm, - &rbuttonb.pixmap, &rbuttonb.mask, &rbuttonb.attributes); - XpmCreatePixmapFromData(display,window, clock_xpm, -- &clock.pixmap, &clock.mask, &clock.attributes); -+ &iconclock.pixmap, &iconclock.mask, &iconclock.attributes); - XpmCreatePixmapFromData(display,window, countbar_xpm, - &countbar.pixmap, &countbar.mask, &countbar.attributes); - -@@ -1175,27 +1167,27 @@ - } - - void redraw_iconwin(){ -- XCopyArea(display,clock.pixmap,iconwin,igc,clockn/100*BS,0,BS,BS,0,BS); -- XCopyArea(display,clock.pixmap,iconwin,igc,(clockn%100)/10*BS,0,BS,BS,BS,BS); -- XCopyArea(display,clock.pixmap,iconwin,igc,clockn%10*BS,0,BS,BS,BSx2,BS); -+ XCopyArea(display,iconclock.pixmap,iconwin,igc,clockn/100*BS,0,BS,BS,0,BS); -+ XCopyArea(display,iconclock.pixmap,iconwin,igc,(clockn%100)/10*BS,0,BS,BS,BS,BS); -+ XCopyArea(display,iconclock.pixmap,iconwin,igc,clockn%10*BS,0,BS,BS,BSx2,BS); - if(windowswitch[0]){ - XCopyArea(display,title.pixmap,window,gc,(tb.x-4)*BS,BS,BSx3,BS,(tb.x-4)*BS,BS); - if(clockn/1000){ -- XCopyArea(display,clock.pixmap,window,igc,clockn/1000*BS,0,BS,BS,(tb.x-4)*BS,BS); -- XCopyArea(display,clock.pixmap,window,igc,(clockn%1000)/100*BS,0,BS,BS,(tb.x-3)*BS,BS); -- XCopyArea(display,clock.pixmap,window,igc,(clockn%100)/10*BS,0,BS,BS,(tb.x-2)*BS,BS); -- XCopyArea(display,clock.pixmap,window,igc,clockn%10*BS,0,BS,BS,(tb.x-1)*BS,BS); -+ XCopyArea(display,iconclock.pixmap,window,igc,clockn/1000*BS,0,BS,BS,(tb.x-4)*BS,BS); -+ XCopyArea(display,iconclock.pixmap,window,igc,(clockn%1000)/100*BS,0,BS,BS,(tb.x-3)*BS,BS); -+ XCopyArea(display,iconclock.pixmap,window,igc,(clockn%100)/10*BS,0,BS,BS,(tb.x-2)*BS,BS); -+ XCopyArea(display,iconclock.pixmap,window,igc,clockn%10*BS,0,BS,BS,(tb.x-1)*BS,BS); - } - else if((clockn%1000)/100){ -- XCopyArea(display,clock.pixmap,window,igc,(clockn%1000)/100*BS,0,BS,BS,(tb.x-3)*BS,BS); -- XCopyArea(display,clock.pixmap,window,igc,(clockn%100)/10*BS,0,BS,BS,(tb.x-2)*BS,BS); -- XCopyArea(display,clock.pixmap,window,igc,clockn%10*BS,0,BS,BS,(tb.x-1)*BS,BS); -+ XCopyArea(display,iconclock.pixmap,window,igc,(clockn%1000)/100*BS,0,BS,BS,(tb.x-3)*BS,BS); -+ XCopyArea(display,iconclock.pixmap,window,igc,(clockn%100)/10*BS,0,BS,BS,(tb.x-2)*BS,BS); -+ XCopyArea(display,iconclock.pixmap,window,igc,clockn%10*BS,0,BS,BS,(tb.x-1)*BS,BS); - } - else if((clockn%100)/10){ -- XCopyArea(display,clock.pixmap,window,igc,(clockn%100)/10*BS,0,BS,BS,(tb.x-2)*BS,BS); -- XCopyArea(display,clock.pixmap,window,igc,clockn%10*BS,0,BS,BS,(tb.x-1)*BS,BS); -+ XCopyArea(display,iconclock.pixmap,window,igc,(clockn%100)/10*BS,0,BS,BS,(tb.x-2)*BS,BS); -+ XCopyArea(display,iconclock.pixmap,window,igc,clockn%10*BS,0,BS,BS,(tb.x-1)*BS,BS); - } -- else XCopyArea(display,clock.pixmap,window,igc,clockn%10*BS,0,BS,BS,(tb.x-1)*BS,BS); -+ else XCopyArea(display,iconclock.pixmap,window,igc,clockn%10*BS,0,BS,BS,(tb.x-1)*BS,BS); - } - if(!(iconswitch[SW_RESTART]||iconswitch[SW_RESETTIME]||iconswitch[SW_CHEAT])){ - XCopyArea(display,sbutton.pixmap,iconwin,igc,0,0,BS,BS,0,0); -@@ -1210,21 +1202,21 @@ - if(windowswitch[1]){ - XCopyArea(display,title.pixmap,window,gc,(tb.x-4)*BS,0,BSx3,BS,(tb.x-4)*BS,0); - if(bombcount/1000){ -- XCopyArea(display,clock.pixmap,window,igc,bombcount/1000*BS,0,BS,BS,(tb.x-4)*BS,0); -- XCopyArea(display,clock.pixmap,window,igc,(bombcount%1000)/100*BS,0,BS,BS,(tb.x-3)*BS,0); -- XCopyArea(display,clock.pixmap,window,igc,(bombcount%100)/10*BS,0,BS,BS,(tb.x-2)*BS,0); -- XCopyArea(display,clock.pixmap,window,igc,bombcount%10*BS,0,BS,BS,(tb.x-1)*BS,0); -+ XCopyArea(display,iconclock.pixmap,window,igc,bombcount/1000*BS,0,BS,BS,(tb.x-4)*BS,0); -+ XCopyArea(display,iconclock.pixmap,window,igc,(bombcount%1000)/100*BS,0,BS,BS,(tb.x-3)*BS,0); -+ XCopyArea(display,iconclock.pixmap,window,igc,(bombcount%100)/10*BS,0,BS,BS,(tb.x-2)*BS,0); -+ XCopyArea(display,iconclock.pixmap,window,igc,bombcount%10*BS,0,BS,BS,(tb.x-1)*BS,0); - } - else if((bombcount%1000)/100){ -- XCopyArea(display,clock.pixmap,window,igc,(bombcount%1000)/100*BS,0,BS,BS,(tb.x-3)*BS,0); -- XCopyArea(display,clock.pixmap,window,igc,(bombcount%100)/10*BS,0,BS,BS,(tb.x-2)*BS,0); -- XCopyArea(display,clock.pixmap,window,igc,bombcount%10*BS,0,BS,BS,(tb.x-1)*BS,0); -+ XCopyArea(display,iconclock.pixmap,window,igc,(bombcount%1000)/100*BS,0,BS,BS,(tb.x-3)*BS,0); -+ XCopyArea(display,iconclock.pixmap,window,igc,(bombcount%100)/10*BS,0,BS,BS,(tb.x-2)*BS,0); -+ XCopyArea(display,iconclock.pixmap,window,igc,bombcount%10*BS,0,BS,BS,(tb.x-1)*BS,0); - } - else if((bombcount%100)/10){ -- XCopyArea(display,clock.pixmap,window,igc,(bombcount%100)/10*BS,0,BS,BS,(tb.x-2)*BS,0); -- XCopyArea(display,clock.pixmap,window,igc,bombcount%10*BS,0,BS,BS,(tb.x-1)*BS,0); -+ XCopyArea(display,iconclock.pixmap,window,igc,(bombcount%100)/10*BS,0,BS,BS,(tb.x-2)*BS,0); -+ XCopyArea(display,iconclock.pixmap,window,igc,bombcount%10*BS,0,BS,BS,(tb.x-1)*BS,0); - } -- else XCopyArea(display,clock.pixmap,window,igc,bombcount%10*BS,0,BS,BS,(tb.x-1)*BS,0); -+ else XCopyArea(display,iconclock.pixmap,window,igc,bombcount%10*BS,0,BS,BS,(tb.x-1)*BS,0); - } - redraw_iconwin(); - } diff --git a/games/wmtimebomb/pkg-descr b/games/wmtimebomb/pkg-descr deleted file mode 100644 index d3cfe9ff30d7..000000000000 --- a/games/wmtimebomb/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Maliwan's Time Bomber -Mine sweeper like game for WindowMaker. - -Install: -cd to your home directory and -mkdir .wmtimebomb -and copy the file example.modefile in /usr/X11R6/lib/X11/wmtimebomb -(as usual) into the ".wmtimebomb" directory and rename it to "modefile". - -Usage: wmtimebomb -t <time> -b <bombs> -x <width> -y <height> -s -c -h --s will start timebomb with clock in its title --c will start timebomb with counter in its title diff --git a/games/wmtimebomb/pkg-plist b/games/wmtimebomb/pkg-plist deleted file mode 100644 index e01e1d95d5e6..000000000000 --- a/games/wmtimebomb/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/wmtimebomb -lib/X11/wmtimebomb/example.modefile -@dirrm lib/X11/wmtimebomb diff --git a/games/xbat/Makefile b/games/xbat/Makefile deleted file mode 100644 index af171d5ea433..000000000000 --- a/games/xbat/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: xbat -# Date created: 30 January 1997 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= xbat -PORTVERSION= 1.11 -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/ -DISTNAME= xev111 - -MAINTAINER= ports@FreeBSD.org -COMMENT= XEVIOUS like shooting game - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -NO_CDROM= Possible copyright infringement - -USE_IMAKE= yes -USE_XORG= x11 xext -WRKSRC= ${WRKDIR}/Xev111 -ALL_TARGET= xbat - -post-install: - ${CHOWN} root:games ${PREFIX}/bin/xbat - ${CHMOD} 2755 ${PREFIX}/bin/xbat - ${CHOWN} -R root:games ${PREFIX}/lib/X11/Xbat/Score/ - ${CHMOD} 664 ${PREFIX}/lib/X11/Xbat/Score/* - ${CHMOD} 755 ${PREFIX}/lib/X11/Xbat/Score/ - -.include <bsd.port.mk> diff --git a/games/xbat/distinfo b/games/xbat/distinfo deleted file mode 100644 index ae1a9d800102..000000000000 --- a/games/xbat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xev111.tar.gz) = 05d5038a31bb03d1be4689b8f575800287ab503a6cfed490c1d0a72e55efc9a6 -SIZE (xev111.tar.gz) = 123960 diff --git a/games/xbat/files/patch-aa b/games/xbat/files/patch-aa deleted file mode 100644 index 6165e9fb1e00..000000000000 --- a/games/xbat/files/patch-aa +++ /dev/null @@ -1,34 +0,0 @@ ---- Imakefile.orig Mon Mar 17 12:32:22 1997 -+++ Imakefile Tue Jul 1 18:37:39 1997 -@@ -1,24 +1,24 @@ - # TOP10 DIR : directory for socre files - # --SCORE_DIR = /usr/local/games/Xbat/Score -+SCORE_DIR = ${PREFIX}/lib/X11/Xbat/Score - - # IMAGE DIR : directory for image files --IMAGE_DIR = /usr/local/games/Xbat/Image -+IMAGE_DIR = ${PREFIX}/lib/X11/Xbat/Image - - # MAP DIR : directory for map files --MAP_DIR = /usr/local/games/Xbat/Map -+MAP_DIR = ${PREFIX}/lib/X11/Xbat/Map - - # DOMO_DIR : directory for domogram movement files --DOMO_DIR = /usr/local/games/Xbat/Domo -+DOMO_DIR = ${PREFIX}/lib/X11/Xbat/Domo - - # UNION : Set 1 if you have Intel CPU or so. - # If you don't know whether you have Intel CPU or not, - # compile union_check.c and run. --UNION = 0 --#UNION = 1 -+#UNION = 0 -+UNION = 1 - - #BIN DIR --BINDIR = /usr/local/bin -+BINDIR = ${PREFIX}/bin - - ####################################################################### - diff --git a/games/xbat/pkg-descr b/games/xbat/pkg-descr deleted file mode 100644 index 2ea91911aef5..000000000000 --- a/games/xbat/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -This is the XEVIOUS (NAMCO(C)) like game. - -TYPE: - xbat -OPTION: - -hs : high speed mode - -dc : use default colormap - -g : rapid fire - -r : exchange keys[z][x] - -h -help : print usage - -mode [0-4] : set game level - 0:easy, 1:normal, 2:difficult, 3:more difficult, 4:abnormal -COMMAND: - [s] for Start or Pause - [q] for quit - [c] for setup (at Title screen only) - Cursor key or Number key to move. - i, j, l, k, m also to move. - [z] and [x] to shoot. - -Please e-mail the author (wai@nemoto.ecei.tohoku.ac.jp) with improvements or -other comments about this game. diff --git a/games/xbat/pkg-plist b/games/xbat/pkg-plist deleted file mode 100644 index 2e56c8ccf13d..000000000000 --- a/games/xbat/pkg-plist +++ /dev/null @@ -1,702 +0,0 @@ -bin/xbat -lib/X11/Xbat/Domo/domoX0201.dat -lib/X11/Xbat/Domo/domoX0202.dat -lib/X11/Xbat/Domo/domoX0203.dat -lib/X11/Xbat/Domo/domoX0204.dat -lib/X11/Xbat/Domo/domoX0205.dat -lib/X11/Xbat/Domo/domoX0206.dat -lib/X11/Xbat/Domo/domoX0207.dat -lib/X11/Xbat/Domo/domoX0401.dat -lib/X11/Xbat/Domo/domoX0402.dat -lib/X11/Xbat/Domo/domoX0403.dat -lib/X11/Xbat/Domo/domoX0404.dat -lib/X11/Xbat/Domo/domoX0405.dat -lib/X11/Xbat/Domo/domoX0501.dat -lib/X11/Xbat/Domo/domoX0502.dat -lib/X11/Xbat/Domo/domoX0503.dat -lib/X11/Xbat/Domo/domoX0504.dat -lib/X11/Xbat/Domo/domoX0601.dat -lib/X11/Xbat/Domo/domoX0602.dat -lib/X11/Xbat/Domo/domoX0603.dat -lib/X11/Xbat/Domo/domoX0604.dat -lib/X11/Xbat/Domo/domoX0605.dat -lib/X11/Xbat/Domo/domoX0606.dat -lib/X11/Xbat/Domo/domoX0607.dat -lib/X11/Xbat/Domo/domoX0608.dat -lib/X11/Xbat/Domo/domoX0801.dat -lib/X11/Xbat/Domo/domoX0802.dat -lib/X11/Xbat/Domo/domoX0803.dat -lib/X11/Xbat/Domo/domoX0804.dat -lib/X11/Xbat/Domo/domoX0805.dat -lib/X11/Xbat/Domo/domoX0806.dat -lib/X11/Xbat/Domo/domoX0807.dat -lib/X11/Xbat/Domo/domoX0808.dat -lib/X11/Xbat/Domo/domoX0809.dat -lib/X11/Xbat/Domo/domoX0810.dat -lib/X11/Xbat/Domo/domoX0811.dat -lib/X11/Xbat/Domo/domoX0812.dat -lib/X11/Xbat/Domo/domoX0813.dat -lib/X11/Xbat/Domo/domoX0814.dat -lib/X11/Xbat/Domo/domoX0815.dat -lib/X11/Xbat/Domo/domoX0816.dat -lib/X11/Xbat/Domo/domoX0817.dat -lib/X11/Xbat/Domo/domoX0818.dat -lib/X11/Xbat/Domo/domoX1001.dat -lib/X11/Xbat/Domo/domoX1101.dat -lib/X11/Xbat/Domo/domoX1102.dat -lib/X11/Xbat/Domo/domoX1103.dat -lib/X11/Xbat/Domo/domoX1104.dat -lib/X11/Xbat/Domo/domoX1105.dat -lib/X11/Xbat/Domo/domoX1201.dat -lib/X11/Xbat/Domo/domoX1202.dat -lib/X11/Xbat/Domo/domoX1203.dat -lib/X11/Xbat/Domo/domoX1204.dat -lib/X11/Xbat/Domo/domoX1205.dat -lib/X11/Xbat/Domo/domoX1206.dat -lib/X11/Xbat/Domo/domoX1207.dat -lib/X11/Xbat/Domo/domoX1208.dat -lib/X11/Xbat/Domo/domoX1209.dat -lib/X11/Xbat/Domo/domoX1210.dat -lib/X11/Xbat/Domo/domoX1211.dat -lib/X11/Xbat/Domo/domoX1212.dat -lib/X11/Xbat/Domo/domoX1213.dat -lib/X11/Xbat/Domo/domoX1301.dat -lib/X11/Xbat/Domo/domoX1302.dat -lib/X11/Xbat/Domo/domoX1303.dat -lib/X11/Xbat/Domo/domoX1304.dat -lib/X11/Xbat/Domo/domoX1501.dat -lib/X11/Xbat/Domo/domoX1502.dat -lib/X11/Xbat/Domo/domoX1503.dat -lib/X11/Xbat/Domo/domoX1504.dat -lib/X11/Xbat/Domo/domoX1505.dat -lib/X11/Xbat/Domo/domoX1506.dat -lib/X11/Xbat/Domo/domoX1507.dat -lib/X11/Xbat/Domo/domoX1508.dat -lib/X11/Xbat/Domo/domoX1509.dat -lib/X11/Xbat/Domo/domoX1510.dat -lib/X11/Xbat/Domo/domoX1511.dat -lib/X11/Xbat/Domo/domoX1512.dat -lib/X11/Xbat/Domo/domoX1513.dat -lib/X11/Xbat/Domo/domoX1514.dat -lib/X11/Xbat/Domo/domoX1601.dat -lib/X11/Xbat/Domo/domoX1602.dat -lib/X11/Xbat/Domo/domoX1603.dat -lib/X11/Xbat/Domo/domoX1604.dat -lib/X11/Xbat/Domo/domoX1605.dat -lib/X11/Xbat/Domo/domoX1606.dat -lib/X11/Xbat/Domo/domoX1607.dat -lib/X11/Xbat/Domo/domoX1608.dat -lib/X11/Xbat/Domo/domoX1609.dat -lib/X11/Xbat/Domo/domoX1610.dat -lib/X11/Xbat/Domo/domoX1611.dat -lib/X11/Xbat/Domo/domoX1612.dat -lib/X11/Xbat/Domo/domoX1613.dat -lib/X11/Xbat/Domo/domoX1614.dat -lib/X11/Xbat/Domo/domoY0201.dat -lib/X11/Xbat/Domo/domoY0202.dat -lib/X11/Xbat/Domo/domoY0203.dat -lib/X11/Xbat/Domo/domoY0204.dat -lib/X11/Xbat/Domo/domoY0205.dat -lib/X11/Xbat/Domo/domoY0206.dat -lib/X11/Xbat/Domo/domoY0207.dat -lib/X11/Xbat/Domo/domoY0401.dat -lib/X11/Xbat/Domo/domoY0402.dat -lib/X11/Xbat/Domo/domoY0403.dat -lib/X11/Xbat/Domo/domoY0404.dat -lib/X11/Xbat/Domo/domoY0405.dat -lib/X11/Xbat/Domo/domoY0501.dat -lib/X11/Xbat/Domo/domoY0502.dat -lib/X11/Xbat/Domo/domoY0503.dat -lib/X11/Xbat/Domo/domoY0504.dat -lib/X11/Xbat/Domo/domoY0601.dat -lib/X11/Xbat/Domo/domoY0602.dat -lib/X11/Xbat/Domo/domoY0603.dat -lib/X11/Xbat/Domo/domoY0604.dat -lib/X11/Xbat/Domo/domoY0605.dat -lib/X11/Xbat/Domo/domoY0606.dat -lib/X11/Xbat/Domo/domoY0607.dat -lib/X11/Xbat/Domo/domoY0608.dat -lib/X11/Xbat/Domo/domoY0801.dat -lib/X11/Xbat/Domo/domoY0802.dat -lib/X11/Xbat/Domo/domoY0803.dat -lib/X11/Xbat/Domo/domoY0804.dat -lib/X11/Xbat/Domo/domoY0805.dat -lib/X11/Xbat/Domo/domoY0806.dat -lib/X11/Xbat/Domo/domoY0807.dat -lib/X11/Xbat/Domo/domoY0808.dat -lib/X11/Xbat/Domo/domoY0809.dat -lib/X11/Xbat/Domo/domoY0810.dat -lib/X11/Xbat/Domo/domoY0811.dat -lib/X11/Xbat/Domo/domoY0812.dat -lib/X11/Xbat/Domo/domoY0813.dat -lib/X11/Xbat/Domo/domoY0814.dat -lib/X11/Xbat/Domo/domoY0815.dat -lib/X11/Xbat/Domo/domoY0816.dat -lib/X11/Xbat/Domo/domoY0817.dat -lib/X11/Xbat/Domo/domoY0818.dat -lib/X11/Xbat/Domo/domoY1001.dat -lib/X11/Xbat/Domo/domoY1101.dat -lib/X11/Xbat/Domo/domoY1102.dat -lib/X11/Xbat/Domo/domoY1103.dat -lib/X11/Xbat/Domo/domoY1104.dat -lib/X11/Xbat/Domo/domoY1105.dat -lib/X11/Xbat/Domo/domoY1201.dat -lib/X11/Xbat/Domo/domoY1202.dat -lib/X11/Xbat/Domo/domoY1203.dat -lib/X11/Xbat/Domo/domoY1204.dat -lib/X11/Xbat/Domo/domoY1205.dat -lib/X11/Xbat/Domo/domoY1206.dat -lib/X11/Xbat/Domo/domoY1207.dat -lib/X11/Xbat/Domo/domoY1208.dat -lib/X11/Xbat/Domo/domoY1209.dat -lib/X11/Xbat/Domo/domoY1210.dat -lib/X11/Xbat/Domo/domoY1211.dat -lib/X11/Xbat/Domo/domoY1212.dat -lib/X11/Xbat/Domo/domoY1213.dat -lib/X11/Xbat/Domo/domoY1301.dat -lib/X11/Xbat/Domo/domoY1302.dat -lib/X11/Xbat/Domo/domoY1303.dat -lib/X11/Xbat/Domo/domoY1304.dat -lib/X11/Xbat/Domo/domoY1501.dat -lib/X11/Xbat/Domo/domoY1502.dat -lib/X11/Xbat/Domo/domoY1503.dat -lib/X11/Xbat/Domo/domoY1504.dat -lib/X11/Xbat/Domo/domoY1505.dat -lib/X11/Xbat/Domo/domoY1506.dat -lib/X11/Xbat/Domo/domoY1507.dat -lib/X11/Xbat/Domo/domoY1508.dat -lib/X11/Xbat/Domo/domoY1509.dat -lib/X11/Xbat/Domo/domoY1510.dat -lib/X11/Xbat/Domo/domoY1511.dat -lib/X11/Xbat/Domo/domoY1512.dat -lib/X11/Xbat/Domo/domoY1513.dat -lib/X11/Xbat/Domo/domoY1514.dat -lib/X11/Xbat/Domo/domoY1601.dat -lib/X11/Xbat/Domo/domoY1602.dat -lib/X11/Xbat/Domo/domoY1603.dat -lib/X11/Xbat/Domo/domoY1604.dat -lib/X11/Xbat/Domo/domoY1605.dat -lib/X11/Xbat/Domo/domoY1606.dat -lib/X11/Xbat/Domo/domoY1607.dat -lib/X11/Xbat/Domo/domoY1608.dat -lib/X11/Xbat/Domo/domoY1609.dat -lib/X11/Xbat/Domo/domoY1610.dat -lib/X11/Xbat/Domo/domoY1611.dat -lib/X11/Xbat/Domo/domoY1612.dat -lib/X11/Xbat/Domo/domoY1613.dat -lib/X11/Xbat/Domo/domoY1614.dat -lib/X11/Xbat/Domo/t2b.c -lib/X11/Xbat/Image/a11.img -lib/X11/Xbat/Image/a12.img -lib/X11/Xbat/Image/a13.img -lib/X11/Xbat/Image/a14.img -lib/X11/Xbat/Image/a15.img -lib/X11/Xbat/Image/a16.img -lib/X11/Xbat/Image/a17.img -lib/X11/Xbat/Image/a18.img -lib/X11/Xbat/Image/a19.img -lib/X11/Xbat/Image/a21.img -lib/X11/Xbat/Image/a22.img -lib/X11/Xbat/Image/a23.img -lib/X11/Xbat/Image/a24.img -lib/X11/Xbat/Image/a25.img -lib/X11/Xbat/Image/a26.img -lib/X11/Xbat/Image/a27.img -lib/X11/Xbat/Image/a28.img -lib/X11/Xbat/Image/a29.img -lib/X11/Xbat/Image/a31.img -lib/X11/Xbat/Image/a32.img -lib/X11/Xbat/Image/a33.img -lib/X11/Xbat/Image/a34.img -lib/X11/Xbat/Image/a35.img -lib/X11/Xbat/Image/a36.img -lib/X11/Xbat/Image/a37.img -lib/X11/Xbat/Image/a38.img -lib/X11/Xbat/Image/a39.img -lib/X11/Xbat/Image/a41.img -lib/X11/Xbat/Image/a42.img -lib/X11/Xbat/Image/a43.img -lib/X11/Xbat/Image/a44.img -lib/X11/Xbat/Image/a45.img -lib/X11/Xbat/Image/a46.img -lib/X11/Xbat/Image/a47.img -lib/X11/Xbat/Image/a48.img -lib/X11/Xbat/Image/a49.img -lib/X11/Xbat/Image/a51.img -lib/X11/Xbat/Image/a52.img -lib/X11/Xbat/Image/a53.img -lib/X11/Xbat/Image/a54.img -lib/X11/Xbat/Image/a55.img -lib/X11/Xbat/Image/a56.img -lib/X11/Xbat/Image/a57.img -lib/X11/Xbat/Image/a58.img -lib/X11/Xbat/Image/a59.img -lib/X11/Xbat/Image/a61.img -lib/X11/Xbat/Image/a62.img -lib/X11/Xbat/Image/a63.img -lib/X11/Xbat/Image/a64.img -lib/X11/Xbat/Image/a65.img -lib/X11/Xbat/Image/a66.img -lib/X11/Xbat/Image/a67.img -lib/X11/Xbat/Image/a68.img -lib/X11/Xbat/Image/a69.img -lib/X11/Xbat/Image/a71.img -lib/X11/Xbat/Image/a72.img -lib/X11/Xbat/Image/a73.img -lib/X11/Xbat/Image/a74.img -lib/X11/Xbat/Image/a75.img -lib/X11/Xbat/Image/a76.img -lib/X11/Xbat/Image/a77.img -lib/X11/Xbat/Image/a78.img -lib/X11/Xbat/Image/a79.img -lib/X11/Xbat/Image/a81.img -lib/X11/Xbat/Image/a82.img -lib/X11/Xbat/Image/a83.img -lib/X11/Xbat/Image/a84.img -lib/X11/Xbat/Image/a85.img -lib/X11/Xbat/Image/a86.img -lib/X11/Xbat/Image/a87.img -lib/X11/Xbat/Image/a88.img -lib/X11/Xbat/Image/a89.img -lib/X11/Xbat/Image/a91.img -lib/X11/Xbat/Image/a92.img -lib/X11/Xbat/Image/a93.img -lib/X11/Xbat/Image/a94.img -lib/X11/Xbat/Image/a95.img -lib/X11/Xbat/Image/a96.img -lib/X11/Xbat/Image/a97.img -lib/X11/Xbat/Image/a98.img -lib/X11/Xbat/Image/a99.img -lib/X11/Xbat/Image/aaaK1.img -lib/X11/Xbat/Image/aaaK2.img -lib/X11/Xbat/Image/acore.img -lib/X11/Xbat/Image/acore21.img -lib/X11/Xbat/Image/acore22.img -lib/X11/Xbat/Image/ato.img -lib/X11/Xbat/Image/au1.img -lib/X11/Xbat/Image/au2.img -lib/X11/Xbat/Image/au3.img -lib/X11/Xbat/Image/au4.img -lib/X11/Xbat/Image/au5.img -lib/X11/Xbat/Image/au6.img -lib/X11/Xbat/Image/bacu11.img -lib/X11/Xbat/Image/bacu12.img -lib/X11/Xbat/Image/bacu21.img -lib/X11/Xbat/Image/bacu22.img -lib/X11/Xbat/Image/bacu31.img -lib/X11/Xbat/Image/bacu32.img -lib/X11/Xbat/Image/bacu41.img -lib/X11/Xbat/Image/bacu42.img -lib/X11/Xbat/Image/bacu51.img -lib/X11/Xbat/Image/bacu52.img -lib/X11/Xbat/Image/bacu61.img -lib/X11/Xbat/Image/bacu62.img -lib/X11/Xbat/Image/barra.img -lib/X11/Xbat/Image/barrad1.img -lib/X11/Xbat/Image/barrad2.img -lib/X11/Xbat/Image/barrad3.img -lib/X11/Xbat/Image/barrad4.img -lib/X11/Xbat/Image/barrad5.img -lib/X11/Xbat/Image/barrad6.img -lib/X11/Xbat/Image/barrad7.img -lib/X11/Xbat/Image/barrad8.img -lib/X11/Xbat/Image/barrad9.img -lib/X11/Xbat/Image/barradS1.img -lib/X11/Xbat/Image/barradS2.img -lib/X11/Xbat/Image/barradS3.img -lib/X11/Xbat/Image/barradS4.img -lib/X11/Xbat/Image/barradS6.img -lib/X11/Xbat/Image/barradS7.img -lib/X11/Xbat/Image/barradS8.img -lib/X11/Xbat/Image/barradS9.img -lib/X11/Xbat/Image/bi.img -lib/X11/Xbat/Image/biK.img -lib/X11/Xbat/Image/bomb01.img -lib/X11/Xbat/Image/bomb02.img -lib/X11/Xbat/Image/bomb03.img -lib/X11/Xbat/Image/bomb04.img -lib/X11/Xbat/Image/bomb11.img -lib/X11/Xbat/Image/bomb12.img -lib/X11/Xbat/Image/bomb13.img -lib/X11/Xbat/Image/bomb14.img -lib/X11/Xbat/Image/bomb21.img -lib/X11/Xbat/Image/bomb22.img -lib/X11/Xbat/Image/bomb23.img -lib/X11/Xbat/Image/bomb24.img -lib/X11/Xbat/Image/bomb31.img -lib/X11/Xbat/Image/bomb32.img -lib/X11/Xbat/Image/bomb33.img -lib/X11/Xbat/Image/bomb34.img -lib/X11/Xbat/Image/bomb41.img -lib/X11/Xbat/Image/bomb42.img -lib/X11/Xbat/Image/bomb43.img -lib/X11/Xbat/Image/bomb44.img -lib/X11/Xbat/Image/bozarog.img -lib/X11/Xbat/Image/brag1.img -lib/X11/Xbat/Image/brag2.img -lib/X11/Xbat/Image/brag3.img -lib/X11/Xbat/Image/brag4.img -lib/X11/Xbat/Image/cED.c -lib/X11/Xbat/Image/chitama.img -lib/X11/Xbat/Image/de.img -lib/X11/Xbat/Image/decomp.c -lib/X11/Xbat/Image/delota.img -lib/X11/Xbat/Image/domogram.img -lib/X11/Xbat/Image/domogram1.img -lib/X11/Xbat/Image/domogram2.img -lib/X11/Xbat/Image/domogram3.img -lib/X11/Xbat/Image/gbzakart.img -lib/X11/Xbat/Image/gdero1.img -lib/X11/Xbat/Image/gdero2.img -lib/X11/Xbat/Image/gdero3.img -lib/X11/Xbat/Image/gdero4.img -lib/X11/Xbat/Image/gdero5.img -lib/X11/Xbat/Image/gdero6.img -lib/X11/Xbat/Image/gdero7.img -lib/X11/Xbat/Image/gdero8.img -lib/X11/Xbat/Image/gdero9.img -lib/X11/Xbat/Image/gderoK1.img -lib/X11/Xbat/Image/gderoK2.img -lib/X11/Xbat/Image/gderoK3.img -lib/X11/Xbat/Image/gderoK4.img -lib/X11/Xbat/Image/gderoK6.img -lib/X11/Xbat/Image/gderoK7.img -lib/X11/Xbat/Image/gderoK8.img -lib/X11/Xbat/Image/gderoK9.img -lib/X11/Xbat/Image/gderoM1.img -lib/X11/Xbat/Image/gderoM2.img -lib/X11/Xbat/Image/gderoM3.img -lib/X11/Xbat/Image/gderoM4.img -lib/X11/Xbat/Image/gderoM6.img -lib/X11/Xbat/Image/gderoM7.img -lib/X11/Xbat/Image/gderoM8.img -lib/X11/Xbat/Image/gderoM9.img -lib/X11/Xbat/Image/gderoT1.img -lib/X11/Xbat/Image/gderoT2.img -lib/X11/Xbat/Image/gderoT3.img -lib/X11/Xbat/Image/gderoT4.img -lib/X11/Xbat/Image/gderoT6.img -lib/X11/Xbat/Image/gderoT7.img -lib/X11/Xbat/Image/gderoT8.img -lib/X11/Xbat/Image/gderoT9.img -lib/X11/Xbat/Image/gido1.img -lib/X11/Xbat/Image/gido2.img -lib/X11/Xbat/Image/giro1.img -lib/X11/Xbat/Image/grobd1.img -lib/X11/Xbat/Image/grobd2.img -lib/X11/Xbat/Image/grobd3.img -lib/X11/Xbat/Image/grobd4.img -lib/X11/Xbat/Image/gzakart.img -lib/X11/Xbat/Image/heart.img -lib/X11/Xbat/Image/jara1.img -lib/X11/Xbat/Image/jara2.img -lib/X11/Xbat/Image/jara3.img -lib/X11/Xbat/Image/jara4.img -lib/X11/Xbat/Image/jara5.img -lib/X11/Xbat/Image/jara6.img -lib/X11/Xbat/Image/jara7.img -lib/X11/Xbat/Image/jiki.img -lib/X11/Xbat/Image/jikiL.img -lib/X11/Xbat/Image/jikiR.img -lib/X11/Xbat/Image/kapi1.img -lib/X11/Xbat/Image/kapi2.img -lib/X11/Xbat/Image/kapi3.img -lib/X11/Xbat/Image/kapi4.img -lib/X11/Xbat/Image/kapi5.img -lib/X11/Xbat/Image/kara3.img -lib/X11/Xbat/Image/kawa.img -lib/X11/Xbat/Image/kichi1.img -lib/X11/Xbat/Image/kichi2.img -lib/X11/Xbat/Image/kichi3.img -lib/X11/Xbat/Image/kichi4.img -lib/X11/Xbat/Image/kichi5.img -lib/X11/Xbat/Image/kichi6.img -lib/X11/Xbat/Image/minato.img -lib/X11/Xbat/Image/mori.img -lib/X11/Xbat/Image/mori1.img -lib/X11/Xbat/Image/mori2.img -lib/X11/Xbat/Image/mori3.img -lib/X11/Xbat/Image/mori4.img -lib/X11/Xbat/Image/moriM1.img -lib/X11/Xbat/Image/moriM2.img -lib/X11/Xbat/Image/moriM3.img -lib/X11/Xbat/Image/moriM4.img -lib/X11/Xbat/Image/moriS1.img -lib/X11/Xbat/Image/moriS2.img -lib/X11/Xbat/Image/moriS3.img -lib/X11/Xbat/Image/moriS4.img -lib/X11/Xbat/Image/mtuchi1.img -lib/X11/Xbat/Image/mtuchi2.img -lib/X11/Xbat/Image/mtuchi3.img -lib/X11/Xbat/Image/mtuchi4.img -lib/X11/Xbat/Image/nas0000.img -lib/X11/Xbat/Image/nas0001.img -lib/X11/Xbat/Image/nas0005.img -lib/X11/Xbat/Image/nas0006.img -lib/X11/Xbat/Image/nas0007.img -lib/X11/Xbat/Image/nas0008.img -lib/X11/Xbat/Image/nas0009.img -lib/X11/Xbat/Image/nas0010.img -lib/X11/Xbat/Image/nas0011.img -lib/X11/Xbat/Image/nas0100.img -lib/X11/Xbat/Image/nas0101.img -lib/X11/Xbat/Image/nas0102.img -lib/X11/Xbat/Image/nas0104.img -lib/X11/Xbat/Image/nas0105.img -lib/X11/Xbat/Image/nas0106.img -lib/X11/Xbat/Image/nas0107.img -lib/X11/Xbat/Image/nas0108.img -lib/X11/Xbat/Image/nas0109.img -lib/X11/Xbat/Image/nas0110.img -lib/X11/Xbat/Image/nas0111.img -lib/X11/Xbat/Image/nas0201.img -lib/X11/Xbat/Image/nas0202.img -lib/X11/Xbat/Image/nas0203.img -lib/X11/Xbat/Image/nas0204.img -lib/X11/Xbat/Image/nas0206.img -lib/X11/Xbat/Image/nas0207.img -lib/X11/Xbat/Image/nas0208.img -lib/X11/Xbat/Image/nas0209.img -lib/X11/Xbat/Image/nas0210.img -lib/X11/Xbat/Image/nas0211.img -lib/X11/Xbat/Image/nas0302.img -lib/X11/Xbat/Image/nas0306.img -lib/X11/Xbat/Image/nas0307.img -lib/X11/Xbat/Image/nas0308.img -lib/X11/Xbat/Image/nas0309.img -lib/X11/Xbat/Image/nas0310.img -lib/X11/Xbat/Image/nas0401.img -lib/X11/Xbat/Image/nas0402.img -lib/X11/Xbat/Image/nas0406.img -lib/X11/Xbat/Image/nas0407.img -lib/X11/Xbat/Image/nas0408.img -lib/X11/Xbat/Image/nas0409.img -lib/X11/Xbat/Image/nas0410.img -lib/X11/Xbat/Image/nas0500.img -lib/X11/Xbat/Image/nas0501.img -lib/X11/Xbat/Image/nas0506.img -lib/X11/Xbat/Image/nas0507.img -lib/X11/Xbat/Image/nas0508.img -lib/X11/Xbat/Image/nas0509.img -lib/X11/Xbat/Image/nas0510.img -lib/X11/Xbat/Image/nas0511.img -lib/X11/Xbat/Image/nas0600.img -lib/X11/Xbat/Image/nas0601.img -lib/X11/Xbat/Image/nas0602.img -lib/X11/Xbat/Image/nas0603.img -lib/X11/Xbat/Image/nas0604.img -lib/X11/Xbat/Image/nas0605.img -lib/X11/Xbat/Image/nas0606.img -lib/X11/Xbat/Image/nas0607.img -lib/X11/Xbat/Image/nas0608.img -lib/X11/Xbat/Image/nas0609.img -lib/X11/Xbat/Image/nas0610.img -lib/X11/Xbat/Image/nas0611.img -lib/X11/Xbat/Image/nas0700.img -lib/X11/Xbat/Image/nas0701.img -lib/X11/Xbat/Image/nas0702.img -lib/X11/Xbat/Image/nas0703.img -lib/X11/Xbat/Image/nas0704.img -lib/X11/Xbat/Image/nas0705.img -lib/X11/Xbat/Image/nas0706.img -lib/X11/Xbat/Image/nas0707.img -lib/X11/Xbat/Image/nas0708.img -lib/X11/Xbat/Image/nas0709.img -lib/X11/Xbat/Image/nas0710.img -lib/X11/Xbat/Image/nas0711.img -lib/X11/Xbat/Image/nas0800.img -lib/X11/Xbat/Image/nas0801.img -lib/X11/Xbat/Image/nas0802.img -lib/X11/Xbat/Image/nas0803.img -lib/X11/Xbat/Image/nas0804.img -lib/X11/Xbat/Image/nas0805.img -lib/X11/Xbat/Image/nas0806.img -lib/X11/Xbat/Image/nas0807.img -lib/X11/Xbat/Image/nas0809.img -lib/X11/Xbat/Image/nas0810.img -lib/X11/Xbat/Image/nas0811.img -lib/X11/Xbat/Image/nas0900.img -lib/X11/Xbat/Image/nas0901.img -lib/X11/Xbat/Image/nas0902.img -lib/X11/Xbat/Image/nas0903.img -lib/X11/Xbat/Image/nas0904.img -lib/X11/Xbat/Image/nas0905.img -lib/X11/Xbat/Image/nas0906.img -lib/X11/Xbat/Image/nas0907.img -lib/X11/Xbat/Image/nas0908.img -lib/X11/Xbat/Image/nas0909.img -lib/X11/Xbat/Image/nas0910.img -lib/X11/Xbat/Image/nas0911.img -lib/X11/Xbat/Image/nas1000.img -lib/X11/Xbat/Image/nas1001.img -lib/X11/Xbat/Image/nas1002.img -lib/X11/Xbat/Image/nas1003.img -lib/X11/Xbat/Image/nas1004.img -lib/X11/Xbat/Image/nas1005.img -lib/X11/Xbat/Image/nas1006.img -lib/X11/Xbat/Image/nas1007.img -lib/X11/Xbat/Image/nas1008.img -lib/X11/Xbat/Image/nas1009.img -lib/X11/Xbat/Image/nas1010.img -lib/X11/Xbat/Image/nas1011.img -lib/X11/Xbat/Image/nas1100.img -lib/X11/Xbat/Image/nas1101.img -lib/X11/Xbat/Image/nas1102.img -lib/X11/Xbat/Image/nas1105.img -lib/X11/Xbat/Image/nas1106.img -lib/X11/Xbat/Image/nas1107.img -lib/X11/Xbat/Image/nas1108.img -lib/X11/Xbat/Image/nas1109.img -lib/X11/Xbat/Image/nas1110.img -lib/X11/Xbat/Image/nas1111.img -lib/X11/Xbat/Image/nasM1.img -lib/X11/Xbat/Image/nasM2.img -lib/X11/Xbat/Image/nasM3.img -lib/X11/Xbat/Image/nasN.img -lib/X11/Xbat/Image/rlcomp.c -lib/X11/Xbat/Image/rogram.img -lib/X11/Xbat/Image/rogram1.img -lib/X11/Xbat/Image/rogram2.img -lib/X11/Xbat/Image/rogram3.img -lib/X11/Xbat/Image/shiba.img -lib/X11/Xbat/Image/shimo1.img -lib/X11/Xbat/Image/shimo2.img -lib/X11/Xbat/Image/shimo3.img -lib/X11/Xbat/Image/shimo4.img -lib/X11/Xbat/Image/shojun.img -lib/X11/Xbat/Image/shojun1.img -lib/X11/Xbat/Image/shojun2.img -lib/X11/Xbat/Image/shojun3.img -lib/X11/Xbat/Image/sio1.img -lib/X11/Xbat/Image/sio2.img -lib/X11/Xbat/Image/sio3.img -lib/X11/Xbat/Image/sio4.img -lib/X11/Xbat/Image/siol1.img -lib/X11/Xbat/Image/siol2.img -lib/X11/Xbat/Image/siol3.img -lib/X11/Xbat/Image/siol4.img -lib/X11/Xbat/Image/siol5.img -lib/X11/Xbat/Image/sior1.img -lib/X11/Xbat/Image/sior2.img -lib/X11/Xbat/Image/sior3.img -lib/X11/Xbat/Image/sior4.img -lib/X11/Xbat/Image/sior5.img -lib/X11/Xbat/Image/skawa1.img -lib/X11/Xbat/Image/skawa2.img -lib/X11/Xbat/Image/skawa3.img -lib/X11/Xbat/Image/skawa4.img -lib/X11/Xbat/Image/sol11.img -lib/X11/Xbat/Image/sol12.img -lib/X11/Xbat/Image/sol13.img -lib/X11/Xbat/Image/sol14.img -lib/X11/Xbat/Image/sol21.img -lib/X11/Xbat/Image/sol22.img -lib/X11/Xbat/Image/sol23.img -lib/X11/Xbat/Image/sol24.img -lib/X11/Xbat/Image/sol3.img -lib/X11/Xbat/Image/sol4.img -lib/X11/Xbat/Image/sol5.img -lib/X11/Xbat/Image/spflag.img -lib/X11/Xbat/Image/stuchi1.img -lib/X11/Xbat/Image/stuchi2.img -lib/X11/Xbat/Image/talken1.img -lib/X11/Xbat/Image/talken2.img -lib/X11/Xbat/Image/talken3.img -lib/X11/Xbat/Image/talken4.img -lib/X11/Xbat/Image/talken5.img -lib/X11/Xbat/Image/tama.img -lib/X11/Xbat/Image/taraji1.img -lib/X11/Xbat/Image/teki1.img -lib/X11/Xbat/Image/teki2.img -lib/X11/Xbat/Image/tekitama.img -lib/X11/Xbat/Image/tekitama2.img -lib/X11/Xbat/Image/teraji1.img -lib/X11/Xbat/Image/teraji2.img -lib/X11/Xbat/Image/teraji3.img -lib/X11/Xbat/Image/teraji4.img -lib/X11/Xbat/Image/teraji5.img -lib/X11/Xbat/Image/tmori1.img -lib/X11/Xbat/Image/tmori2.img -lib/X11/Xbat/Image/tmori3.img -lib/X11/Xbat/Image/tmori4.img -lib/X11/Xbat/Image/toloido1.img -lib/X11/Xbat/Image/toloido2.img -lib/X11/Xbat/Image/toloido3.img -lib/X11/Xbat/Image/toloido4.img -lib/X11/Xbat/Image/toloido5.img -lib/X11/Xbat/Image/toloido6.img -lib/X11/Xbat/Image/tuchi.img -lib/X11/Xbat/Image/tuchi1.img -lib/X11/Xbat/Image/tuchi2.img -lib/X11/Xbat/Image/tuchi3.img -lib/X11/Xbat/Image/tuchi4.img -lib/X11/Xbat/Image/u.img -lib/X11/Xbat/Image/zakart1.img -lib/X11/Xbat/Image/zakart2.img -lib/X11/Xbat/Image/zakartapp1.img -lib/X11/Xbat/Image/zakartapp2.img -lib/X11/Xbat/Image/zakartapp3.img -lib/X11/Xbat/Image/ze.img -lib/X11/Xbat/Image/zeK.img -lib/X11/Xbat/Image/zorbak.img -lib/X11/Xbat/Image/zosy1.img -lib/X11/Xbat/Image/zosy2.img -lib/X11/Xbat/Image/zosy3.img -lib/X11/Xbat/Map/bmap1.dat -lib/X11/Xbat/Map/bmap10.dat -lib/X11/Xbat/Map/bmap11.dat -lib/X11/Xbat/Map/bmap12.dat -lib/X11/Xbat/Map/bmap13.dat -lib/X11/Xbat/Map/bmap14.dat -lib/X11/Xbat/Map/bmap15.dat -lib/X11/Xbat/Map/bmap16.dat -lib/X11/Xbat/Map/bmap2.dat -lib/X11/Xbat/Map/bmap3.dat -lib/X11/Xbat/Map/bmap4.dat -lib/X11/Xbat/Map/bmap5.dat -lib/X11/Xbat/Map/bmap6.dat -lib/X11/Xbat/Map/bmap7.dat -lib/X11/Xbat/Map/bmap8.dat -lib/X11/Xbat/Map/bmap9.dat -lib/X11/Xbat/Map/chijou_map1.dat -lib/X11/Xbat/Map/chijou_map10.dat -lib/X11/Xbat/Map/chijou_map11.dat -lib/X11/Xbat/Map/chijou_map12.dat -lib/X11/Xbat/Map/chijou_map13.dat -lib/X11/Xbat/Map/chijou_map14.dat -lib/X11/Xbat/Map/chijou_map15.dat -lib/X11/Xbat/Map/chijou_map16.dat -lib/X11/Xbat/Map/chijou_map2.dat -lib/X11/Xbat/Map/chijou_map3.dat -lib/X11/Xbat/Map/chijou_map4.dat -lib/X11/Xbat/Map/chijou_map5.dat -lib/X11/Xbat/Map/chijou_map6.dat -lib/X11/Xbat/Map/chijou_map7.dat -lib/X11/Xbat/Map/chijou_map8.dat -lib/X11/Xbat/Map/chijou_map9.dat -lib/X11/Xbat/Map/kuuchuu_map1.dat -lib/X11/Xbat/Map/kuuchuu_map10.dat -lib/X11/Xbat/Map/kuuchuu_map11.dat -lib/X11/Xbat/Map/kuuchuu_map12.dat -lib/X11/Xbat/Map/kuuchuu_map13.dat -lib/X11/Xbat/Map/kuuchuu_map14.dat -lib/X11/Xbat/Map/kuuchuu_map15.dat -lib/X11/Xbat/Map/kuuchuu_map16.dat -lib/X11/Xbat/Map/kuuchuu_map2.dat -lib/X11/Xbat/Map/kuuchuu_map3.dat -lib/X11/Xbat/Map/kuuchuu_map4.dat -lib/X11/Xbat/Map/kuuchuu_map5.dat -lib/X11/Xbat/Map/kuuchuu_map6.dat -lib/X11/Xbat/Map/kuuchuu_map7.dat -lib/X11/Xbat/Map/kuuchuu_map8.dat -lib/X11/Xbat/Map/kuuchuu_map9.dat -lib/X11/Xbat/Score/top10-0.txt -lib/X11/Xbat/Score/top10-1.txt -lib/X11/Xbat/Score/top10-2.txt -lib/X11/Xbat/Score/top10-3.txt -lib/X11/Xbat/Score/top10-4.txt -@dirrm lib/X11/Xbat/Domo -@dirrm lib/X11/Xbat/Image -@dirrm lib/X11/Xbat/Map -@dirrm lib/X11/Xbat/Score -@dirrm lib/X11/Xbat diff --git a/games/xgame/Makefile b/games/xgame/Makefile deleted file mode 100644 index 6752b6789629..000000000000 --- a/games/xgame/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: xgame -# Date created: 14 August 2004 -# Whom: Andreas Berg -# -# $FreeBSD$ -# - -PORTNAME= xgame -PORTVERSION= 1.7.1 -CATEGORIES= games -MASTER_SITES= http://downloads.tlhiv.org/xgame/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A Perl script which enhances gameplay under Linux/Unix - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -NO_BUILD= yes -USE_PERL5_RUN= yes - -PLIST_FILES= bin/xgame - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/xgame ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/games/xgame/distinfo b/games/xgame/distinfo deleted file mode 100644 index 47fb11a3bb83..000000000000 --- a/games/xgame/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xgame-1.7.1.tar.gz) = d02024a3934bcce53d07ffb29d62c02156783af50da2e8336eea2f4748dd7f49 -SIZE (xgame-1.7.1.tar.gz) = 4657 diff --git a/games/xgame/pkg-descr b/games/xgame/pkg-descr deleted file mode 100644 index d471d7a55378..000000000000 --- a/games/xgame/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Xgame launches your game in a separate X session. This allows gamers to -switch between their desktop and their game with ease. The new X session -does not run a desktop or window manager. Furthermore, since the game is run -in a separate X session, the resolution and color depth of the desktop and -game may be different. diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile deleted file mode 100644 index 05427db986bb..000000000000 --- a/games/xgammon/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xgammon -# Date created: 02 January 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xgammon -PORTVERSION= 0.98a -PORTREVISION= 2 -CATEGORIES= games -MASTER_SITES= http://fawn.unibw-hamburg.de/steuer/xgammon/Downloads/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A backgammon program for X11 - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_IMAKE= yes -USE_XORG= x11 xext xaw xmu xt sm ice - -MAN6= xgammon.6 -PLIST_FILES= bin/xgammon lib/X11/app-defaults/XGammon \ - lib/X11/xgammon/xgammon.db -PLIST_DIRS= lib/X11/xgammon - -.include <bsd.port.mk> diff --git a/games/xgammon/distinfo b/games/xgammon/distinfo deleted file mode 100644 index 99611b257097..000000000000 --- a/games/xgammon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xgammon-0.98a.tar.gz) = c11d4efa7c6d9755b1d7bca8afc6a41058a92f5935ad8e08b6e6375954d453fc -SIZE (xgammon-0.98a.tar.gz) = 76415 diff --git a/games/xgammon/files/patch-aa b/games/xgammon/files/patch-aa deleted file mode 100644 index c5440e4fb22b..000000000000 --- a/games/xgammon/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ -*** Imakefile.orig Wed Aug 23 21:26:39 1995 ---- Imakefile Sat Apr 27 18:12:34 1996 -*************** -*** 30,36 **** - @echo "starting it" - @echo "creating the database needs about 3 - 5 hours" - @echo "tell you when it is complete" -! cd lib; db; cd .. - @echo "Database complete" - - XGammon.ad: xgammon.ad ---- 30,36 ---- - @echo "starting it" - @echo "creating the database needs about 3 - 5 hours" - @echo "tell you when it is complete" -! cd lib; ./db; cd .. - @echo "Database complete" - - XGammon.ad: xgammon.ad diff --git a/games/xgammon/files/patch-ab b/games/xgammon/files/patch-ab deleted file mode 100644 index 8dbe59647812..000000000000 --- a/games/xgammon/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -*** xgammon.ad.orig Tue Aug 29 07:35:39 1995 ---- xgammon.ad Fri Apr 26 19:52:55 1996 -*************** -*** 67,70 **** - xgammon.buttonmove: false - xgammon.stonesteps: 5 - xgammon.delaytime: 5 -! xgammon.database: /usr/X11R6/lib/X11/xgammon/xgammon.db ---- 67,70 ---- - xgammon.buttonmove: false - xgammon.stonesteps: 5 - xgammon.delaytime: 5 -! !xgammon.database: /usr/X11R6/lib/X11/xgammon/xgammon.db diff --git a/games/xgammon/files/patch-ac b/games/xgammon/files/patch-ac deleted file mode 100644 index c2e4c8756cbc..000000000000 --- a/games/xgammon/files/patch-ac +++ /dev/null @@ -1,79 +0,0 @@ ---- xgammon.c.orig Tue Aug 29 07:28:41 1995 -+++ xgammon.c Thu Jan 2 20:26:43 1997 -@@ -179,7 +179,7 @@ - - FILE* protokol_file = NULL; - --char * greetings = "Wellcome to xgammon version 0.98\n (C) 1994 Lambert Klasen Detlef Steuer\n We hope you enjoy it\n\n"; -+char * greetings = "Welcome to xgammon version 0.98\n (C) 1994 Lambert Klasen Detlef Steuer\n We hope you enjoy it\n\n"; - - XtActionsRec gammon_actions[] = { - {"PipCount", PipCount}, -@@ -227,8 +227,8 @@ - {"rollout", "Rollout", XtRBoolean, sizeof (int), offset (rollout), XtRString, "0"}, - {"numrollouts", "NumRollouts", XtRInt, sizeof (int), offset (num_rollouts), XtRString, "100"}, - {"positionfile", "PositionFile", XtRString, sizeof (char *), offset (position_file), XtRString, "xgammon.save"}, --{"database", "Database", XtRString, sizeof (char *), offset (database), XtRString, "lib/xgammon.db"}, --{"server", "Server", XtRString, sizeof (char *), offset (server), XtRString, "fraggel65.mdstud.chalmers.se"}, -+{"database", "Database", XtRString, sizeof (char *), offset (database), XtRString, DATABASE}, -+{"server", "Server", XtRString, sizeof (char *), offset (server), XtRString, "fibs.com"}, - {"port", "Port", XtRInt, sizeof (int), offset (port), XtRString, "4321"}, - {"buttonmove", "ButtonMove", XtRBoolean, sizeof (int), offset (button_move), XtRString, "0"} - -@@ -944,31 +944,31 @@ - for (option=1; option<argc; option++) { - if (strcmp (argv[option], "-?") == 0 || - strcmp (argv[option], "-help") == 0) { --puts ("xgammon [-otherdisplay (display)] -- [-boardgeometry (string)] -- [-boardcolor (color)] [-bc (color)] -- [-darkcolor (color)] [-dc (color)] -- [-lightcolor (color)] [-lc (color)] -- [-barcolor (color)] [-b (color)] -- [-whitecolor (color)] the stone color for \"white\" -- [-blackcolor (color)] the stone color for \"black\" -- [-doublerfont (font)] sets the (big) font for the doubler dice -- [-doubling +doubling] sets if you wish the computer to double -- [-h (black|white)] set the color for the human player -- (implies a human versus computer game) -- [-gamekind -g (hvc|cvc|hvh)] sets the gamekind to either -- human vs. human computer vs. computer -- or human vs. computer (default) -- [-winat (points)] play a tournament up to \"points\" points -- [-watchmove +wachmove] if you wish to see the flying stones -- [-buttonmove +buttonmove] set stones by simply pressing button -- [-autoplay +autoplay] automatic play when only one move -- is possible -- [-stonesteps (number)] sets the stepsize the stones fly -- in pixel (implies +watchmove) -- [-delaytime (tsec.)] sets the time the cumputer waits -- after each turn (implies -watchmove) -- [-?] [-help] print this string"); -+puts ("xgammon [-otherdisplay (display)]\n" -+ "\t[-boardgeometry (string)]\n" -+ "\t[-boardcolor (color)] [-bc (color)]\n" -+ "\t[-darkcolor (color)] [-dc (color)]\n" -+ "\t[-lightcolor (color)] [-lc (color)]\n" -+ "\t[-barcolor (color)] [-b (color)]\n" -+ "\t[-whitecolor (color)] the stone color for \"white\"\n" -+ "\t[-blackcolor (color)] the stone color for \"black\"\n" -+ "\t[-doublerfont (font)] sets the (big) font for the doubler dice\n" -+ "\t[-doubling +doubling] sets if you wish the computer to double\n" -+ "\t[-h (black|white)] set the color for the human player\n" -+ "\t (implies a human versus computer game)\n" -+ "\t[-gamekind -g (hvc|cvc|hvh)] sets the gamekind to either\n" -+ "\t human vs. human computer vs. computer\n" -+ "\t or human vs. computer (default)\n" -+ "\t[-winat (points)] play a tournament up to \"points\" points\n" -+ "\t[-watchmove +wachmove] if you wish to see the flying stones\n" -+ "\t[-buttonmove +buttonmove] set stones by simply pressing button\n" -+ "\t[-autoplay +autoplay] automatic play when only one move\n" -+ "\t is possible\n" -+ "\t[-stonesteps (number)] sets the stepsize the stones fly\n" -+ "\t in pixel (implies +watchmove)\n" -+ "\t[-delaytime (tsec.)] sets the time the cumputer waits\n" -+ "\t after each turn (implies -watchmove)\n" -+ "\t[-?] [-help] print this string"); - exit (0); - } else { - fprintf (stderr,"xgammon: unknown option %s (ignored)\n", argv[option]); diff --git a/games/xgammon/files/patch-ad b/games/xgammon/files/patch-ad deleted file mode 100644 index dbaf5ce1c76d..000000000000 --- a/games/xgammon/files/patch-ad +++ /dev/null @@ -1,26 +0,0 @@ -*** lib/db.c.orig Sat Aug 26 19:56:39 1995 ---- lib/db.c Sat Apr 27 16:40:25 1996 -*************** -*** 259,268 **** - close(fid); - } - -! void main() - { - set_binom(); - set_naufm(); - set_offset(); - set_V_Werte(); - } ---- 259,269 ---- - close(fid); - } - -! main() - { - set_binom(); - set_naufm(); - set_offset(); - set_V_Werte(); -+ return 0; - } diff --git a/games/xgammon/files/patch-ae b/games/xgammon/files/patch-ae deleted file mode 100644 index bf908f868f71..000000000000 --- a/games/xgammon/files/patch-ae +++ /dev/null @@ -1,61 +0,0 @@ ---- xgammon.c.orig Thu Jan 2 20:28:24 1997 -+++ xgammon.c Thu Jan 2 20:28:37 1997 -@@ -306,7 +306,7 @@ - set_binom (); /* decision ... */ - set_naufm (); - -- srand (time (NULL)); /* rolling */ -+ srandom (time (NULL)); /* rolling */ - - delaytime = ((unsigned long) gammon_resource.delaytime) * 100000; - ---- edit.c.orig Sat Aug 26 13:09:41 1995 -+++ edit.c Thu Jan 2 20:30:14 1997 -@@ -266,8 +266,8 @@ - } - - if (ignore_dice) { -- roll[0] = (rand ()%6 + 1) * direction; -- roll[1] = (rand ()%6 + 1) * direction; -+ roll[0] = (random ()%6 + 1) * direction; -+ roll[1] = (random ()%6 + 1) * direction; - } - if (roll[0] == roll[1]) { - roll[3] = roll[2] = roll[0]; ---- misc.c.orig Sun Aug 27 15:20:15 1995 -+++ misc.c Thu Jan 2 20:30:33 1997 -@@ -99,8 +99,8 @@ - - void RollDice (void) - { -- roll[0] = (rand ()%6 + 1) * direction; -- roll[1] = (rand ()%6 + 1) * direction; -+ roll[0] = (random ()%6 + 1) * direction; -+ roll[1] = (random ()%6 + 1) * direction; - - if (roll[0] != roll[1]) { - roll[2] = 0; /* sure and necessary */ -@@ -253,8 +253,8 @@ - - direction = 1; /* get beginner of game */ - do { -- roll[0] = (rand ()%6 + 1); -- roll[1] = (rand ()%6 + 1); -+ roll[0] = (random ()%6 + 1); -+ roll[1] = (random ()%6 + 1); - } while (roll[0] == roll[1]); - - roll[2] = 0; ---- rollout.c.orig Sat Aug 26 19:58:11 1995 -+++ rollout.c Thu Jan 2 20:30:44 1997 -@@ -238,8 +238,8 @@ - - void rollout_roll_dice (void) - { -- roll[0] = (rand()%6 + 1) * direction; -- roll[1] = (rand()%6 + 1) * direction; -+ roll[0] = (random()%6 + 1) * direction; -+ roll[1] = (random()%6 + 1) * direction; - - if (roll[0] != roll[1]) { - roll[2] = 0; /* sure and necessary */ diff --git a/games/xgammon/pkg-descr b/games/xgammon/pkg-descr deleted file mode 100644 index 11b0e180af94..000000000000 --- a/games/xgammon/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -XGammon is a backgammon game which runs under X. - -Features: - xgammon has nice graphical interface, you move by clicking on mousebuttons. - You can do a maildump for a position, that means you get a file with - a FIBS style board with current position in it. - You can do money game or tournament game. - You can edit positions via mouse on the board or via ascii plain text files. - You can turn doubling on and off. - You can do rollouts with doubling turned on and off. - The programm uses an endgame database for perfect bearing off (and for - reasonable running game). diff --git a/games/xlines/Makefile b/games/xlines/Makefile deleted file mode 100644 index 3a0720800037..000000000000 --- a/games/xlines/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: xlines -# Date created: 11 February 1998 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# - -PORTNAME= xlines -PORTVERSION= 1.1 -PORTREVISION= 6 -CATEGORIES= games -MASTER_SITES= ftp://ftp.trolltech.com/contrib/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Remove as many balls from board as you can - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_QT_VER= 3 -NO_WRKSUBDIR= yes -MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" PTHREAD_LIBS="${PTHREAD_LIBS}" - -pre-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e "s|`/usr/bin/printf '\r'`||g" - -post-patch: - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cpp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/xlines - ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/readme.lines ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/readme.qt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/xlines/distinfo b/games/xlines/distinfo deleted file mode 100644 index bb50dcfd1697..000000000000 --- a/games/xlines/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xlines.tar.gz) = 84eae789e297ba1e37e051c7ab7fb49e8f3a3f17ebf4da10a0c80ef6defc67c7 -SIZE (xlines.tar.gz) = 289812 diff --git a/games/xlines/files/patch-aa b/games/xlines/files/patch-aa deleted file mode 100644 index 3d0c53c6af8d..000000000000 --- a/games/xlines/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.orig Sun Feb 2 01:23:47 2003 -+++ Makefile Sun Feb 2 01:28:23 2003 -@@ -1,8 +1,8 @@ --INCDIR=/usr/local/qt/include --CFLAGS=-O2 -I/usr/X11/include --LFLAGS=-L/usr/local/qt/lib -lqt -L/usr/X11/lib -lX11 --CC=gcc --MOC=/usr/local/qt/bin/moc -+INCDIR=${LOCALBASE}/include/ -+CXXFLAGS+=-I${LOCALBASE}/include -DSHOW_NEXT_COLORS ${PTHREAD_CFLAGS} -+LFLAGS=-L${LOCALBASE}/lib -lqt-mt ${PTHREAD_LIBS} -+CC?=gcc -+MOC=${LOCALBASE}/bin/moc - - SRC=lines.cpp lines.moc - OBJECTS=lines.o -@@ -14,12 +14,12 @@ - .SUFFIXES: .cpp - - .cpp.o: -- $(CC) -c $(CFLAGS) -I$(INCDIR) $< -+ $(CXX) -c $(CXXFLAGS) -I$(INCDIR) $< - - all: $(TARGET) - - $(TARGET): $(MOCFILES) $(OBJECTS) lines.h -- $(CC) $(OBJECTS) -o $(TARGET) $(LFLAGS) -I$(INCDIR) -+ $(CXX) $(OBJECTS) -o $(TARGET) $(LFLAGS) -I$(INCDIR) - - lines.moc: lines.h - $(MOC) lines.h -o lines.moc diff --git a/games/xlines/files/patch-ab b/games/xlines/files/patch-ab deleted file mode 100644 index a5e11a51d8ce..000000000000 --- a/games/xlines/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- lines.cpp.orig Sun Feb 2 01:23:47 2003 -+++ lines.cpp Sun Feb 2 01:26:32 2003 -@@ -13,7 +13,7 @@ - #include <stdlib.h> - #include <time.h> - --QColor colors[]={red,darkBlue,green,yellow,darkCyan,darkMagenta}; -+QColor colors[]={QColor("red"),QColor("darkBlue"),QColor("green"),QColor("yellow"),QColor("darkCyan"),QColor("darkMagenta")}; - #define NOCOLOR -1 - #define RED 0 - #define BLUE 1 -@@ -502,7 +502,7 @@ - score->setGeometry(300,120,85,45); - curScore=0; - score->display(0); -- movie=new QMovie("trolltech.gif"); -+ movie=new QMovie("/usr/X11R6/share/xlines/trolltech.gif"); - label=new QLabel(this,"label"); - label->setFrameStyle(QFrame::Box|QFrame::Plain); - label->setMovie(*movie); -@@ -523,7 +523,7 @@ - { - } - --void main(int argc,char *argv[]) -+int main(int argc,char *argv[]) - { - QApplication app(argc,argv); - diff --git a/games/xlines/pkg-descr b/games/xlines/pkg-descr deleted file mode 100644 index c14a195cac7d..000000000000 --- a/games/xlines/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ - XLines is an old game of balls where your goal is to remove -as many balls from the game field as you can. - - I cannot claim the copyright on the idea of this game so -all requests should go somewhere else. - - If you need more information or have any questions you can -contact me at: - - e-mail: genie@ucsd.com or genie@risq.belcaf.minsk.by - - ICQ UIN: 4096585 diff --git a/games/xlines/pkg-plist b/games/xlines/pkg-plist deleted file mode 100644 index 1337b5c7d716..000000000000 --- a/games/xlines/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/xlines -%%PORTDOCS%%share/doc/xlines/readme.qt -%%PORTDOCS%%share/doc/xlines/readme.lines -share/xlines/trolltech.gif -%%PORTDOCS%%@dirrm share/doc/xlines -@dirrm share/xlines diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile deleted file mode 100644 index 510de40d2488..000000000000 --- a/games/xscrabble/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: xscrabble -# Date created: 27 July 1997 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xscrabble -PORTVERSION= 2.12 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/educational_games/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}_en${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= X version of the popular board game - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_BZIP2= yes -USE_IMAKE= yes -USE_XORG= xaw -NO_INSTALL_MANPAGES= yes - -XSCRABBLEDIR= ${PREFIX}/lib/X11/xscrabble - -post-patch: - @${ECHO_CMD} '#define VERSION ${PORTVERSION:S/.//g}' \ - > ${WRKSRC}/src/config.h - @${ECHO_CMD} '#define DICT_FILE "${XSCRABBLEDIR}/OSPD3.gz"' \ - >> ${WRKSRC}/src/config.h - @${ECHO_CMD} '#define SCORE_FILE "${XSCRABBLEDIR}/scrabble_scores"' \ - >> ${WRKSRC}/src/config.h - @${ECHO_CMD} '#define RULES_FILE "${XSCRABBLEDIR}/scrabble_rules"' \ - >> ${WRKSRC}/src/config.h - @${SED} -e 's|/usr/share/games/scrabble/en|${XSCRABBLEDIR}|g' \ - ${WRKSRC}/../xscrabble_en/app-defaults/XScrabble_en \ - > ${WRKSRC}/XScrabble - @${REINPLACE_CMD} -e 's|= -O|=$$(CDEBUGFLAGS)|g' ${WRKSRC}/Imakefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrab ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrabble ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/XScrabble ${PREFIX}/lib/X11/app-defaults - @${MKDIR} ${XSCRABBLEDIR} -.for file in OSPD3.gz duplicate scrabble_rules scrabble_scores - ${INSTALL_DATA} ${WRKSRC}/../xscrabble_en/lib/${file} ${XSCRABBLEDIR} -.endfor - -.include <bsd.port.mk> diff --git a/games/xscrabble/distinfo b/games/xscrabble/distinfo deleted file mode 100644 index c55b2bcb5cb2..000000000000 --- a/games/xscrabble/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (xscrabble-2.12.tar.bz2) = e3eb8a93810af31ea9589f801fb529e7d83df4a54f5d836972777cb4fce81b3d -SIZE (xscrabble-2.12.tar.bz2) = 79415 -SHA256 (xscrabble_en.tar.bz2) = c52c672fb5f3a3b19f6759d26bc1e3b1755bbc79361ddfa1d085842810560a4c -SIZE (xscrabble_en.tar.bz2) = 397796 diff --git a/games/xscrabble/pkg-descr b/games/xscrabble/pkg-descr deleted file mode 100644 index 8d85be5d0bcb..000000000000 --- a/games/xscrabble/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -To run: - -Simply type xscrabble. This will bring up the setup box which will allow -you to enter the names and displays and other info for the game to wish -to play. Then click on the Start Game button, (or Load Previous if you're -restarting a game). The main program, xscrab, will then be automatically -called with the appropriate options. - -The game is saved after every turn (in "~/.xscrabble.save" of the -person running it) and can be restarted by running xscrabble, entering -exactly the same info, and hitting the Load Previous button. - -This was a student project, and there are not likely to be any future -releases. - -Have fun, - -Matt Chapman. diff --git a/games/xscrabble/pkg-plist b/games/xscrabble/pkg-plist deleted file mode 100644 index 95903466f590..000000000000 --- a/games/xscrabble/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/xscrab -bin/xscrabble -lib/X11/app-defaults/XScrabble -lib/X11/xscrabble/OSPD3.gz -lib/X11/xscrabble/duplicate -lib/X11/xscrabble/scrabble_rules -lib/X11/xscrabble/scrabble_scores -@dirrm lib/X11/xscrabble diff --git a/games/xshisen/Makefile b/games/xshisen/Makefile deleted file mode 100644 index b8e3002c9f6f..000000000000 --- a/games/xshisen/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: xshisen -# Date created: 9 Oct 1996 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= xshisen -PORTVERSION= 1.51 -PORTREVISION= 3 -CATEGORIES= games -MASTER_SITES= http://www.techfirm.co.jp/~masaoki/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Shisen-sho puzzle game for X11 - -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - -USE_XORG= xpm -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --sharedstatedir="${DATADIR}" -INSTALL_TARGET= install-prog - -MANLANG= "" ja -MAN6= xshisen.6 - -.if !defined(WITHOUT_MOTIF) -USE_MOTIF= yes -CONFIGURE_ARGS+= --with-motif -.endif - -post-patch: - @${REINPLACE_CMD} -e \ - 's|XSHISEN_VERSION|${PORTVERSION}|g' ${WRKSRC}/lang/XShisen.ad* - -post-install: - @${CHOWN} root:games ${PREFIX}/bin/xshisen - @${CHMOD} 2555 ${PREFIX}/bin/xshisen - @${CHOWN} root:games ${DATADIR}/xshisen.scores - @${CHMOD} 0660 ${DATADIR}/xshisen.scores - ${INSTALL_MAN} ${WRKSRC}/man/xshisen.6 \ - ${MAN6PREFIX}/man/man6/xshisen.6 - ${INSTALL_MAN} ${WRKSRC}/man/xshisen.6.ja_JP.eucJP \ - ${MAN6PREFIX}/man/ja/man6/xshisen.6 - @${MKDIR} ${PREFIX}/lib/X11/app-defaults - ${INSTALL_DATA} ${WRKSRC}/lang/XShisen.ad \ - ${PREFIX}/lib/X11/app-defaults/XShisen - @${MKDIR} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults - ${INSTALL_DATA} ${WRKSRC}/lang/XShisen.ad.ja_JP.eucJP \ - ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XShisen - -${TEST} -d ${PREFIX}/lib/X11/ja_JP.EUC/ -a \ - -d ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults && \ - ${LN} -s ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XShisen \ - ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults || ${TRUE} - -.include <bsd.port.mk> diff --git a/games/xshisen/distinfo b/games/xshisen/distinfo deleted file mode 100644 index 221fbe055c4f..000000000000 --- a/games/xshisen/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xshisen-1.51.tar.gz) = b7c42e2e835303d31d04e9b768036d7964e93e79c0ffcf752f040fef5374a957 -SIZE (xshisen-1.51.tar.gz) = 85350 diff --git a/games/xshisen/files/patch-readxpm.C b/games/xshisen/files/patch-readxpm.C deleted file mode 100644 index d1ac1540fe1b..000000000000 --- a/games/xshisen/files/patch-readxpm.C +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- readxpm.C.orig Sun Jul 7 01:34:47 2002 -+++ readxpm.C Thu Sep 15 13:56:38 2005 -@@ -12,7 +12,7 @@ - char buffer[1024]; - - for(int i=0; i<PKIND; i++) { -- sprintf(buffer, "%s/%s/%s.xpm", directory, subdir, files[i]); -+ snprintf(buffer, sizeof(buffer), "%s/%s/%s.xpm", directory, subdir, files[i]); - Mp[i].ReadFile(w, buffer, i, globRes.colorCloseness); - } - } diff --git a/games/xshisen/pkg-descr b/games/xshisen/pkg-descr deleted file mode 100644 index ade7f587dc06..000000000000 --- a/games/xshisen/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -xshisen - Shisen-sho puzzle game for X11 - - - xshisen is a puzzle game for X11. Similar to the famous - "Shang-hai", your objective is to remove all the pieces on - the board. diff --git a/games/xshisen/pkg-plist b/games/xshisen/pkg-plist deleted file mode 100644 index df3786b4af00..000000000000 --- a/games/xshisen/pkg-plist +++ /dev/null @@ -1,83 +0,0 @@ -bin/xshisen -lib/X11/app-defaults/XShisen -lib/X11/ja_JP.eucJP/app-defaults/XShisen -%%DATADIR%%/s1/chun.xpm -%%DATADIR%%/s1/haku.xpm -%%DATADIR%%/s1/hana.xpm -%%DATADIR%%/s1/hatsu.xpm -%%DATADIR%%/s1/hishi.xpm -%%DATADIR%%/s1/m1.xpm -%%DATADIR%%/s1/m2.xpm -%%DATADIR%%/s1/m3.xpm -%%DATADIR%%/s1/m4.xpm -%%DATADIR%%/s1/m5.xpm -%%DATADIR%%/s1/m6.xpm -%%DATADIR%%/s1/m7.xpm -%%DATADIR%%/s1/m8.xpm -%%DATADIR%%/s1/m9.xpm -%%DATADIR%%/s1/nan.xpm -%%DATADIR%%/s1/p1.xpm -%%DATADIR%%/s1/p2.xpm -%%DATADIR%%/s1/p3.xpm -%%DATADIR%%/s1/p4.xpm -%%DATADIR%%/s1/p5.xpm -%%DATADIR%%/s1/p6.xpm -%%DATADIR%%/s1/p7.xpm -%%DATADIR%%/s1/p8.xpm -%%DATADIR%%/s1/p9.xpm -%%DATADIR%%/s1/pei.xpm -%%DATADIR%%/s1/s1.xpm -%%DATADIR%%/s1/s2.xpm -%%DATADIR%%/s1/s3.xpm -%%DATADIR%%/s1/s4.xpm -%%DATADIR%%/s1/s5.xpm -%%DATADIR%%/s1/s6.xpm -%%DATADIR%%/s1/s7.xpm -%%DATADIR%%/s1/s8.xpm -%%DATADIR%%/s1/s9.xpm -%%DATADIR%%/s1/sha.xpm -%%DATADIR%%/s1/ton.xpm -%%DATADIR%%/s2/chun.xpm -%%DATADIR%%/s2/haku.xpm -%%DATADIR%%/s2/hana.xpm -%%DATADIR%%/s2/hatsu.xpm -%%DATADIR%%/s2/hishi.xpm -%%DATADIR%%/s2/m1.xpm -%%DATADIR%%/s2/m2.xpm -%%DATADIR%%/s2/m3.xpm -%%DATADIR%%/s2/m4.xpm -%%DATADIR%%/s2/m5.xpm -%%DATADIR%%/s2/m6.xpm -%%DATADIR%%/s2/m7.xpm -%%DATADIR%%/s2/m8.xpm -%%DATADIR%%/s2/m9.xpm -%%DATADIR%%/s2/nan.xpm -%%DATADIR%%/s2/p1.xpm -%%DATADIR%%/s2/p2.xpm -%%DATADIR%%/s2/p3.xpm -%%DATADIR%%/s2/p4.xpm -%%DATADIR%%/s2/p5.xpm -%%DATADIR%%/s2/p6.xpm -%%DATADIR%%/s2/p7.xpm -%%DATADIR%%/s2/p8.xpm -%%DATADIR%%/s2/p9.xpm -%%DATADIR%%/s2/pei.xpm -%%DATADIR%%/s2/s1.xpm -%%DATADIR%%/s2/s2.xpm -%%DATADIR%%/s2/s3.xpm -%%DATADIR%%/s2/s4.xpm -%%DATADIR%%/s2/s5.xpm -%%DATADIR%%/s2/s6.xpm -%%DATADIR%%/s2/s7.xpm -%%DATADIR%%/s2/s8.xpm -%%DATADIR%%/s2/s9.xpm -%%DATADIR%%/s2/sha.xpm -%%DATADIR%%/s2/ton.xpm -%%DATADIR%%/xshisen.scores -@dirrm %%DATADIR%%/s2 -@dirrm %%DATADIR%%/s1 -@dirrm %%DATADIR%% -@dirrmtry lib/X11/ja_JP.eucJP/app-defaults -@dirrmtry lib/X11/ja_JP.eucJP -@exec [ -d %D/lib/X11/ja_JP.EUC/ -a -d %D/lib/X11/ja_JP.EUC/app-defaults ] && ln -s %D/lib/X11/ja_JP.eucJP/app-defaults/XShisen %D/lib/X11/ja_JP.EUC/app-defaults || true -@unexec rm %D/lib/X11/ja_JP.EUC/app-defaults/XShisen 2>/dev/null || true |