diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-01-29 04:56:35 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-01-29 04:56:35 +0000 |
commit | b315e20b06b5067b11496cbfb4744f5cf16a9639 (patch) | |
tree | 3fe761c428249a06677cf9f97eb9badee0732a6a /games | |
parent | 7f06f7b43a65cd1bd87825a1886b0e08e87f38e3 (diff) |
Notes
Diffstat (limited to 'games')
300 files changed, 0 insertions, 20349 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile deleted file mode 100644 index 1a73ae3d1668..000000000000 --- a/games/crossfire-client/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# New ports collection makefile for: crossfire -# Date created: So 27 Okt 1996 12:25:55 MET -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= crossfire -PORTVERSION= 0.94.3 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/old/ \ - ftp://ftp.sunet.se/pub/unix/games/crossfire/old/ -DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ - ${CF_ARCH} ${CF_CLSERV} -EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 - -USE_PERL5= yes -USE_XPM= yes -MAN6= crossedit.6 crossfire.6 - -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients -.endif - -# Do you want to be able to rebuild documentation after installing the game -# to produce Postscript documentation with colored icons ?! You have to go -# into the workdir and to build everything manually. -# You need TeX to do this ! Please read the README's ! -WANT_CF_ARCH= NO - -CF_SOURCES= ${PORTNAME}-${PORTVERSION}.tar.gz -CF_MAPS= ${PORTNAME}-${PORTVERSION}.maps.tar.gz -# crossfire doc ready for use -CF_DOC= ${PORTNAME}-${PORTVERSION}.doc.tar.gz -# no newer sounds available -CF_SOUNDS= ${PORTNAME}-0.92.7.sounds.tar.gz -.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -# only for rebuild of doc -CF_ARCH= ${PORTNAME}-${PORTVERSION}.arch.tar.gz -.endif -#CF_CLSERV= eutl.tar.gz # only for client/server -CFDIR= ${PREFIX}/lib/crossfire # crossfire base directory - -post-patch: - @${PERL} -pi -e \ - 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config/crosssite.def - @${PERL} -pi -e 's|^distclean:|$$&:|' ${WRKSRC}/Imakefile - -do-configure: - @(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF}) - -# If you want to re-make playbook and spoiler you need the ARCH -# files and a TeX version with a ,great' amount of max_mem -# (I had to rebuild teTeX, that already is in fact ,BigTeX') -.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -post-configure: - ${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_ARCH} -.endif - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/crossedit.man \ - ${MANPREFIX}/man/man6/crossedit.6 - ${INSTALL_MAN} ${WRKSRC}/doc/crossfire.man \ - ${MANPREFIX}/man/man6/crossfire.6 - @${TAR} -C ${CFDIR}/lib -xzf ${_DISTDIR}/${CF_MAPS} - @${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_SOUNDS} - @${TOUCH} ${CFDIR}/lib/bookarch - @${CHMOD} 664 ${CFDIR}/lib/bookarch - @${TOUCH} ${CFDIR}/lib/forbid - @${CHMOD} 664 ${CFDIR}/lib/forbid - @${TOUCH} ${CFDIR}/lib/players/.keep_me - @${TOUCH} ${CFDIR}/lib/unique-items/.keep_me - @${CHOWN} -R root:games ${CFDIR} - @${CHMOD} 0664 ${CFDIR}/lib/highscore - @${CHOWN} root:games ${PREFIX}/bin/crossfire - @${CHMOD} 2555 ${PREFIX}/bin/crossfire -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/crossfire - @${TAR} -C ${WRKDIR}/${PORTNAME}-${PORTVERSION}-doc -cf - . | \ - ${TAR} -C ${PREFIX}/share/doc/crossfire --unlink -xf - -.endif - @${SED} -e "s:/usr/local:${LOCALBASE}:g" ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/games/crossfire-client/distinfo b/games/crossfire-client/distinfo deleted file mode 100644 index 73a32f63e60b..000000000000 --- a/games/crossfire-client/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (crossfire-0.94.3.tar.gz) = caf54e15a14d3b4efdb3c3e756d2041f -MD5 (crossfire-0.94.3.doc.tar.gz) = 9b9330ad181bac6b0adc3b951c7ea987 -MD5 (crossfire-0.94.3.maps.tar.gz) = d48e52030a6cda85120220241443d258 -MD5 (crossfire-0.92.7.sounds.tar.gz) = 9f5496b93000956014c4541f4b66acba diff --git a/games/crossfire-client/files/patch-aa b/games/crossfire-client/files/patch-aa deleted file mode 100644 index e59ed4bb0042..000000000000 --- a/games/crossfire-client/files/patch-aa +++ /dev/null @@ -1,75 +0,0 @@ ---- config/crosssite.def.orig Sat Aug 1 19:23:58 1998 -+++ config/crosssite.def Sat Dec 2 05:14:43 2000 -@@ -36,10 +36,8 @@ - * (mwedel@pyramid.com) - */ - --/* - #define XPM_PIX --#define Xpm_LibDir /usr/local/lib/ --*/ -+#define Xpm_LibDir %%X11BASE%%/lib/ - /* If your include files are someplace odd */ - /*#define Xpm_Include /usr/local/include*/ - -@@ -51,13 +49,13 @@ - * This is a top root directory of all game staff as in UNIX-style - * overall. - */ --#define CTop /home/hugin/a/crossfire/crossfire -+#define CTop %%PREFIX%%/lib/crossfire - /* #define CTop /net/contrib/crossfire */ - /*#define CTop /usr/local/games/crossfire*/ - - /* Binaries location If this is undefined, it default to the - standard location for X binaries on your machine. */ --#define CBinDir Concat(CTop,/bin) -+#define CBinDir %%PREFIX%%/bin - - /* Libraries location If this is undefined it defaults to the - standard location for X lib files/crossfire on your machine */ -@@ -76,7 +74,8 @@ - /* Crossfire manual location If this is undefined it defaults to the - standard location for manual pages on your machine.*/ - /* #define CManPath Concat(CTop,/man) */ --#define CManSuffix 6 -+#define CManPath %%PREFIX%%/man -+/* #define CManSuffix 6 */ - - - /* Force CC to use the specified options instead of the default -@@ -103,9 +102,8 @@ - * use the -l form or put in the complete path name. - * Linux users may need to add -lcrypt - */ --/* --#define Extra_Libraries -lcrypt --*/ -+ -+#define Extra_Libraries -lcrypt -lcompat - - /* Force CC to be a specific compilator? Define this to be the - * actual compiler (see example). If defined, the default -@@ -161,11 +159,9 @@ - * too distant future, it probably isn't worth fixing here. - */ - --/* - #define Rplay_Sound --#define RPlayLibDir /usr/local/lib --#define RPlayIncDir /usr/local/include --*/ -+#define RPlayLibDir %%LOCALBASE%%/lib -+#define RPlayIncDir %%LOCALBASE%%/include - - /* define this if using OpenWindows as your enviroment. This only - * needs to be set if the openwindows server you use is -@@ -203,7 +199,7 @@ - * awk on most other systems will be OK. - */ - --AWK = gawk -+AWK = awk - - /* Use debugged malloc? I don't know if this exists on all machines/OS's, - * but it does exist on SunOs 4.1.1. diff --git a/games/crossfire-client/files/patch-ab b/games/crossfire-client/files/patch-ab deleted file mode 100644 index 8435ab72153b..000000000000 --- a/games/crossfire-client/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- include/config.h.orig Sat Aug 1 12:23:57 1998 -+++ include/config.h Mon Aug 31 14:19:29 1998 -@@ -163,7 +163,7 @@ - * in the crosssite.def file if I want this. By default, you probably - * dont want this defined. - */ --#ifndef DEBUG -+#ifdef DEBUG - #define DEBUG - #endif - -@@ -649,7 +649,7 @@ - */ - - #ifndef DM_MAIL --/* #define DM_MAIL "mark@pyramid.com" */ -+#define DM_MAIL "root" - #endif - - /* -@@ -956,9 +956,9 @@ - */ - - /* #define SAVE_HOMEDIR */ --/* #define LOCK_PLAYER */ -+#define LOCK_PLAYER - #define USE_CHECKSUM --/* #define ENABLE_CHECKSUM */ /* Will be default in distant future versions */ -+#define ENABLE_CHECKSUM /* Will be default in distant future versions */ - - #ifndef PLAYERDIR - #define PLAYERDIR "players" diff --git a/games/crossfire-client/files/patch-ag b/games/crossfire-client/files/patch-ag deleted file mode 100644 index 6b36400a06c9..000000000000 --- a/games/crossfire-client/files/patch-ag +++ /dev/null @@ -1,47 +0,0 @@ ---- server/main.c.orig Sun Jan 5 19:59:27 1997 -+++ server/main.c Wed Sep 17 15:34:40 1997 -@@ -139,6 +139,36 @@ - } - } - -+#if defined(__FreeBSD__) -+static unsigned char itoa64[] = -+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -+ -+static void -+to64(char *s, long v, int n) -+{ -+ while (--n >= 0) { -+ *s++ = itoa64[v&0x3f]; -+ v >>= 6; -+ } -+} -+ -+char * -+crypt_string(char *str, char *salt) -+{ -+ char s[10]; -+ if (salt==NULL) { -+ struct timeval tv; -+ gettimeofday(&tv,0); -+ to64(&s[0], random(), 3); -+ to64(&s[3], tv.tv_usec, 3); -+ to64(&s[6], tv.tv_sec, 2); -+ s[8] = '\0'; -+ salt = s; -+ } -+ return (crypt(str, salt)); -+} -+#else -+ - char *crypt_string(char *str, char *salt) { - static char *c= - "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -@@ -151,6 +181,7 @@ - s[1]= salt[1]; - return crypt(str,s); - } -+#endif - - int check_password(char *typed,char *crypted) { - return !strcmp(crypt_string(typed,crypted),crypted); diff --git a/games/crossfire-client/files/patch-ai b/games/crossfire-client/files/patch-ai deleted file mode 100644 index 1f168195dd6a..000000000000 --- a/games/crossfire-client/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/playbook/makeps.orig Fri Nov 1 15:34:44 1996 -+++ doc/playbook/makeps Fri Nov 1 15:35:33 1996 -@@ -7,7 +7,7 @@ - - BEGIN { - # Set colour to 1 if you want colour postscript. -- colour = 0; -+ colour = 1; - - if (colour) { - xpm2ps = "xpmtoppm | pnmdepth 255 | pnmtops" diff --git a/games/crossfire-client/files/patch-ak b/games/crossfire-client/files/patch-ak deleted file mode 100644 index 56af0748e854..000000000000 --- a/games/crossfire-client/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- server/skills.c.orig Thu Apr 16 04:07:47 1998 -+++ server/skills.c Thu May 7 21:03:01 1998 -@@ -1057,7 +1057,7 @@ - - int write_scroll (object *pl, object *scroll) { - int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl); -- object *newScroll; -+ object *newScroll = NULL; - - /* this is a sanity check */ - if (scroll->type!=SCROLL) { diff --git a/games/crossfire-client/files/patch-al b/games/crossfire-client/files/patch-al deleted file mode 100644 index 19089e690e69..000000000000 --- a/games/crossfire-client/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- server/init.c.orig Sun Jan 5 19:59:27 1997 -+++ server/init.c Wed Sep 17 12:27:59 1997 -@@ -450,7 +450,7 @@ - printf("New improve weapon:\t<false>\n"); - #endif - printf("Max_time:\t%d\n",MAX_TIME); -- execl("/bin/uname", "uname", "-a", NULL); -+ execl("/usr/bin/uname", "uname", "-a", NULL); - LOG(llevError, "Opps, should't have gotten here."); - perror("execl"); - exit(-1); diff --git a/games/crossfire-client/files/patch-am b/games/crossfire-client/files/patch-am deleted file mode 100644 index 53d47c620e01..000000000000 --- a/games/crossfire-client/files/patch-am +++ /dev/null @@ -1,14 +0,0 @@ ---- include/structs.h.orig Sun Jan 5 19:59:46 1997 -+++ include/structs.h Wed Sep 17 14:29:59 1997 -@@ -562,7 +562,11 @@ - char write_buf[MAX_BUF]; - char **info; - unsigned char infolines,infochars; /* How big the info-array is */ -+#if defined(__FreeBSD__) -+ char password[40]; -+#else - char password[16]; /* 2 (seed) + 11 (crypted) + 1 (EOS) + 2 (safety) = 16 */ -+#endif - #ifdef SAVE_INTERVAL - time_t last_save_time; - #endif /* SAVE_INTERVAL */ diff --git a/games/crossfire-client/files/patch-an b/games/crossfire-client/files/patch-an deleted file mode 100644 index 6773fcba278a..000000000000 --- a/games/crossfire-client/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- server/daemon.c.orig Sun Jan 5 19:59:27 1997 -+++ server/daemon.c Wed Sep 17 14:39:21 1997 -@@ -50,6 +50,9 @@ - printf("Couldn't create logfile.\n"); - exit(0); - } -+#if defined(__FreeBSD__) -+ setlinebuf (logfile); -+#endif - fputs("\n========================\n",logfile); - fputs("Begin New Server Session\n",logfile); - fputs("========================\n\n",logfile); diff --git a/games/crossfire-client/files/patch-ao b/games/crossfire-client/files/patch-ao deleted file mode 100644 index 9b1c2becdac5..000000000000 --- a/games/crossfire-client/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ ---- config/crossfire.cf.orig Sat Sep 18 18:31:54 1999 -+++ config/crossfire.cf Sat Sep 18 18:32:23 1999 -@@ -174,7 +174,7 @@ - /* use /bin/cc you will be able to compile */ - /* crossfire itself. */ - --#ifdef AlphaArchitecture -+#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture) - CC = cc -std1 -Olimit 1000 /* Alpha */ - #endif - diff --git a/games/crossfire-client/pkg-comment b/games/crossfire-client/pkg-comment deleted file mode 100644 index 2783f34b6ca1..000000000000 --- a/games/crossfire-client/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multiplayer graphical arcade and adventure game made for X11 diff --git a/games/crossfire-client/pkg-descr b/games/crossfire-client/pkg-descr deleted file mode 100644 index bd68bcd8c17a..000000000000 --- a/games/crossfire-client/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is a multiplayer graphical arcade and adventure game made for -the X11 environment. - -It has certain flavours from other games, especially Gauntlet (TM) -and Nethack/Moria. - -Any number of players can move around in their own window, finding -and using items and battle monsters. They can choose to cooperate -or compete in the same "world". - -WWW: http://crossfire.real-time.com/ diff --git a/games/crossfire-client/pkg-message b/games/crossfire-client/pkg-message deleted file mode 100644 index 2a71b72dcafd..000000000000 --- a/games/crossfire-client/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Note: to start crossfire in clientmode - crossfire -xpm -Note: don't forget to update /usr/local/etc/rplay.conf - with new sounds in /usr/local/lib/crossfire/sounds diff --git a/games/crossfire-client/pkg-plist b/games/crossfire-client/pkg-plist deleted file mode 100644 index b6ce021171b7..000000000000 --- a/games/crossfire-client/pkg-plist +++ /dev/null @@ -1,2161 +0,0 @@ -bin/crossedit -bin/crossfire -bin/crossloop -bin/crossloop.pl -bin/crossrem.pl -bin/gensym.pl -bin/mapconv -bin/mktable -bin/tcpsockets.pl -lib/crossfire/fonts/crossfire.pcf -lib/crossfire/fonts/fonts.dir -lib/crossfire/lib/README -lib/crossfire/lib/adm/flushlocks -lib/crossfire/lib/animations -lib/crossfire/lib/archetypes -lib/crossfire/lib/artifacts -lib/crossfire/lib/ban_file -lib/crossfire/lib/bmaps -lib/crossfire/lib/bookarch -lib/crossfire/lib/crossfire.cfb -lib/crossfire/lib/crossfire.pix.1 -lib/crossfire/lib/crossfire.pix.2 -lib/crossfire/lib/crossfire.pix.3 -lib/crossfire/lib/crossfire.pix.4 -lib/crossfire/lib/crossfire.pix.5 -lib/crossfire/lib/crossfire.pix.6 -lib/crossfire/lib/crossfire.pix.7 -lib/crossfire/lib/def_help -lib/crossfire/lib/def_keys -lib/crossfire/lib/dm_file -lib/crossfire/lib/esrv_xpm.eric -lib/crossfire/lib/faces -lib/crossfire/lib/forbid -lib/crossfire/lib/formulae -lib/crossfire/lib/fsconfig -lib/crossfire/lib/help/apply -lib/crossfire/lib/help/bind -lib/crossfire/lib/help/cast -lib/crossfire/lib/help/golem -lib/crossfire/lib/help/invoke -lib/crossfire/lib/help/keys -lib/crossfire/lib/help/mark -lib/crossfire/lib/help/melee -lib/crossfire/lib/help/mouse -lib/crossfire/lib/help/move -lib/crossfire/lib/help/name -lib/crossfire/lib/help/output -lib/crossfire/lib/help/output-count -lib/crossfire/lib/help/output-sync -lib/crossfire/lib/help/party -lib/crossfire/lib/help/pickup -lib/crossfire/lib/help/quit -lib/crossfire/lib/help/range -lib/crossfire/lib/help/save -lib/crossfire/lib/help/sort_inventory -lib/crossfire/lib/help/spells -lib/crossfire/lib/help/statistics -lib/crossfire/lib/help/take -lib/crossfire/lib/help/traps -lib/crossfire/lib/help/unbind -lib/crossfire/lib/highscore -lib/crossfire/lib/maps/Lake_Country/Butakis/B_gshop -lib/crossfire/lib/maps/Lake_Country/Butakis/B_wshop -lib/crossfire/lib/maps/Lake_Country/Butakis/Butakis0 -lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib1 -lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib2 -lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_portal -lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_study -lib/crossfire/lib/maps/Lake_Country/Butakis/alchemist -lib/crossfire/lib/maps/Lake_Country/Butakis/arena -lib/crossfire/lib/maps/Lake_Country/Butakis/blacksmith -lib/crossfire/lib/maps/Lake_Country/Butakis/church-1 -lib/crossfire/lib/maps/Lake_Country/Butakis/church0 -lib/crossfire/lib/maps/Lake_Country/Butakis/church1 -lib/crossfire/lib/maps/Lake_Country/Butakis/gate_inner -lib/crossfire/lib/maps/Lake_Country/Butakis/gate_outer -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Bobs_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacks_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacobs_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/James_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Sams_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Seans_house -lib/crossfire/lib/maps/Lake_Country/Butakis/inn -lib/crossfire/lib/maps/Lake_Country/Butakis/luck1 -lib/crossfire/lib/maps/Lake_Country/Butakis/luck2 -lib/crossfire/lib/maps/Lake_Country/Butakis/luck3 -lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_s -lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_w -lib/crossfire/lib/maps/Lake_Country/Butakis/prison-1 -lib/crossfire/lib/maps/Lake_Country/Butakis/prison0 -lib/crossfire/lib/maps/Lake_Country/Butakis/prison1 -lib/crossfire/lib/maps/Lake_Country/Butakis/prison_e -lib/crossfire/lib/maps/Lake_Country/Butakis/prison_n -lib/crossfire/lib/maps/Lake_Country/Butakis/prison_s -lib/crossfire/lib/maps/Lake_Country/Butakis/prison_w -lib/crossfire/lib/maps/Lake_Country/DA -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard0 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard1 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard2 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard3 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard4 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard5 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard6 -lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardD -lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardG -lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardT -lib/crossfire/lib/maps/Lake_Country/RETower/tower0 -lib/crossfire/lib/maps/Lake_Country/RETower/tower1 -lib/crossfire/lib/maps/Lake_Country/RETower/tower2 -lib/crossfire/lib/maps/Lake_Country/RETower/tower3 -lib/crossfire/lib/maps/Lake_Country/RETower/tower4 -lib/crossfire/lib/maps/Lake_Country/RETower/tower5 -lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/fortress -lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/gatehouse -lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/inn -lib/crossfire/lib/maps/Lake_Country/ebony/entrance1 -lib/crossfire/lib/maps/Lake_Country/ebony/entrance2 -lib/crossfire/lib/maps/Lake_Country/ebony/masterlev -lib/crossfire/lib/maps/Lake_Country/kundi_area -lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_1 -lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_2 -lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_1 -lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_2 -lib/crossfire/lib/maps/Lake_Country/quest/lefttower2 -lib/crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop -lib/crossfire/lib/maps/Lake_Country/shops/Olds_jewel -lib/crossfire/lib/maps/Lake_Country/shops/clems_archery -lib/crossfire/lib/maps/Lake_Country/shops/klondors_wands -lib/crossfire/lib/maps/Lake_Country/small_buildings/LC_inn1 -lib/crossfire/lib/maps/Lake_Country/small_buildings/burial_ground -lib/crossfire/lib/maps/Lake_Country/small_buildings/hut_Galmorus -lib/crossfire/lib/maps/Lake_Country/small_buildings/oak_twak1 -lib/crossfire/lib/maps/Lake_Country/small_buildings/portal -lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair1 -lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair2 -lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3 -lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4 -lib/crossfire/lib/maps/Lake_Country/snake_pit/Takuse_lair -lib/crossfire/lib/maps/Lake_Country/snake_pit/pit -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_1 -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_2 -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_3 -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_4 -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_5 -lib/crossfire/lib/maps/README -lib/crossfire/lib/maps/asyvan/gate1 -lib/crossfire/lib/maps/asyvan/gate2 -lib/crossfire/lib/maps/asyvan/gate3 -lib/crossfire/lib/maps/asyvan/gate4 -lib/crossfire/lib/maps/asyvan/gate5 -lib/crossfire/lib/maps/asyvan/gate6 -lib/crossfire/lib/maps/asyvan/gate7 -lib/crossfire/lib/maps/asyvan/gate8 -lib/crossfire/lib/maps/asyvan/gate9 -lib/crossfire/lib/maps/asyvan/palace1 -lib/crossfire/lib/maps/asyvan/palace2 -lib/crossfire/lib/maps/asyvan/palace3 -lib/crossfire/lib/maps/brittany/Brest/Castle/AcidChamber -lib/crossfire/lib/maps/brittany/Brest/Castle/DragonRoom -lib/crossfire/lib/maps/brittany/Brest/Castle/Finale -lib/crossfire/lib/maps/brittany/Brest/Castle/LargeRoom -lib/crossfire/lib/maps/brittany/Brest/Castle/castle -lib/crossfire/lib/maps/brittany/Brest/amphis -lib/crossfire/lib/maps/brittany/Brest/brest -lib/crossfire/lib/maps/brittany/Brest/brest.armour -lib/crossfire/lib/maps/brittany/Brest/brest.cvt -lib/crossfire/lib/maps/brittany/Brest/brest.food -lib/crossfire/lib/maps/brittany/Brest/brest.inn -lib/crossfire/lib/maps/brittany/Brest/brest.magic -lib/crossfire/lib/maps/brittany/Brest/brest.orig -lib/crossfire/lib/maps/brittany/Brest/brest.weapon -lib/crossfire/lib/maps/brittany/Brest/elec.jes -lib/crossfire/lib/maps/brittany/Brest/info.2.zoon -lib/crossfire/lib/maps/brittany/Brest/info_first -lib/crossfire/lib/maps/brittany/Brest/jes.admini -lib/crossfire/lib/maps/brittany/Brest/jes.admini.1 -lib/crossfire/lib/maps/brittany/Brest/ludo1 -lib/crossfire/lib/maps/brittany/Brest/ludo2 -lib/crossfire/lib/maps/brittany/Brest/nasty_house -lib/crossfire/lib/maps/brittany/Brest/sport.jess -lib/crossfire/lib/maps/brittany/Brest/underground -lib/crossfire/lib/maps/brittany/Brest/underground2 -lib/crossfire/lib/maps/brittany/dol-guldur.1 -lib/crossfire/lib/maps/brittany/dol-guldur.2 -lib/crossfire/lib/maps/brittany/dol-guldur.3 -lib/crossfire/lib/maps/brittany/dol-guldur.4 -lib/crossfire/lib/maps/brittany/dol-guldur.5 -lib/crossfire/lib/maps/brittany/dol-guldur.6 -lib/crossfire/lib/maps/brittany/enigme.1 -lib/crossfire/lib/maps/brittany/enigme.2 -lib/crossfire/lib/maps/brittany/enigme.3 -lib/crossfire/lib/maps/brittany/enigme.4 -lib/crossfire/lib/maps/brittany/enigme.5 -lib/crossfire/lib/maps/brittany/enigme.6 -lib/crossfire/lib/maps/brittany/hole -lib/crossfire/lib/maps/brittany/jessy.1 -lib/crossfire/lib/maps/brittany/jessy.2 -lib/crossfire/lib/maps/brittany/jessy.3 -lib/crossfire/lib/maps/brittany/khazad.1 -lib/crossfire/lib/maps/brittany/khazad.2 -lib/crossfire/lib/maps/brittany/khazad.3 -lib/crossfire/lib/maps/brittany/khazad.4 -lib/crossfire/lib/maps/brittany/khazad.5 -lib/crossfire/lib/maps/brittany/tower_of__zoon -lib/crossfire/lib/maps/cd/cd.castle.750 -lib/crossfire/lib/maps/cd/cd.cellar1.757 -lib/crossfire/lib/maps/cd/cd.inn.752 -lib/crossfire/lib/maps/cd/cd.store.753 -lib/crossfire/lib/maps/cd/cd.tower1.754 -lib/crossfire/lib/maps/cd/cd.tower2.755 -lib/crossfire/lib/maps/cd/cd.tunnel.751 -lib/crossfire/lib/maps/city/cannery/ware1 -lib/crossfire/lib/maps/city/city -lib/crossfire/lib/maps/city/houses/house.haunted -lib/crossfire/lib/maps/city/houses/house.haunted2 -lib/crossfire/lib/maps/city/houses/house1 -lib/crossfire/lib/maps/city/houses/house2 -lib/crossfire/lib/maps/city/houses/jones -lib/crossfire/lib/maps/city/houses/map.fr.ruin -lib/crossfire/lib/maps/city/houses/maze1 -lib/crossfire/lib/maps/city/houses/newhouse1 -lib/crossfire/lib/maps/city/houses/wizz.entry -lib/crossfire/lib/maps/city/houses/wizz.lev1 -lib/crossfire/lib/maps/city/houses/wizz.lev1.pass1 -lib/crossfire/lib/maps/city/kar/creepy.house -lib/crossfire/lib/maps/city/kar/creepy.house2 -lib/crossfire/lib/maps/city/kar/drink -lib/crossfire/lib/maps/city/kar/gorks1 -lib/crossfire/lib/maps/city/kar/gorks2 -lib/crossfire/lib/maps/city/kar/gorks3 -lib/crossfire/lib/maps/city/kar/somehouse -lib/crossfire/lib/maps/city/kar/somehouse2 -lib/crossfire/lib/maps/city/kar/somehouse3 -lib/crossfire/lib/maps/city/magara/porter_house -lib/crossfire/lib/maps/city/mansion/entrance -lib/crossfire/lib/maps/city/mansion/garden -lib/crossfire/lib/maps/city/mansion/muriskunes -lib/crossfire/lib/maps/city/mansion/str-tunnel -lib/crossfire/lib/maps/city/mansion/stronghold -lib/crossfire/lib/maps/city/misc/arena -lib/crossfire/lib/maps/city/misc/beginners -lib/crossfire/lib/maps/city/misc/castle -lib/crossfire/lib/maps/city/misc/castle2 -lib/crossfire/lib/maps/city/misc/church -lib/crossfire/lib/maps/city/misc/cityhall -lib/crossfire/lib/maps/city/misc/devourlower -lib/crossfire/lib/maps/city/misc/gatehouse -lib/crossfire/lib/maps/city/misc/library -lib/crossfire/lib/maps/city/misc/mercenaries -lib/crossfire/lib/maps/city/misc/prison -lib/crossfire/lib/maps/city/misc/templedevour -lib/crossfire/lib/maps/city/misc/templelyth -lib/crossfire/lib/maps/city/misc/zoo -lib/crossfire/lib/maps/city/oldcity/end -lib/crossfire/lib/maps/city/oldcity/oldcity1 -lib/crossfire/lib/maps/city/oldcity/oldcity10 -lib/crossfire/lib/maps/city/oldcity/oldcity11 -lib/crossfire/lib/maps/city/oldcity/oldcity12 -lib/crossfire/lib/maps/city/oldcity/oldcity13 -lib/crossfire/lib/maps/city/oldcity/oldcity14 -lib/crossfire/lib/maps/city/oldcity/oldcity15 -lib/crossfire/lib/maps/city/oldcity/oldcity2 -lib/crossfire/lib/maps/city/oldcity/oldcity3 -lib/crossfire/lib/maps/city/oldcity/oldcity4 -lib/crossfire/lib/maps/city/oldcity/oldcity5 -lib/crossfire/lib/maps/city/oldcity/oldcity6 -lib/crossfire/lib/maps/city/oldcity/oldcity7 -lib/crossfire/lib/maps/city/oldcity/oldcity8 -lib/crossfire/lib/maps/city/oldcity/oldcity9 -lib/crossfire/lib/maps/city/shops/armourshop -lib/crossfire/lib/maps/city/shops/bank -lib/crossfire/lib/maps/city/shops/bowshop -lib/crossfire/lib/maps/city/shops/gemshop -lib/crossfire/lib/maps/city/shops/generalshop -lib/crossfire/lib/maps/city/shops/magicshop -lib/crossfire/lib/maps/city/shops/potionshop -lib/crossfire/lib/maps/city/shops/weaponshop -lib/crossfire/lib/maps/city/taverns/apartments -lib/crossfire/lib/maps/city/taverns/goths -lib/crossfire/lib/maps/city/taverns/goths0 -lib/crossfire/lib/maps/city/taverns/goths2 -lib/crossfire/lib/maps/city/taverns/inn -lib/crossfire/lib/maps/city/taverns/inn2 -lib/crossfire/lib/maps/city/towers/tower -lib/crossfire/lib/maps/city/towers/tower.mad -lib/crossfire/lib/maps/city/towers/tower.mad1 -lib/crossfire/lib/maps/city/towers/tower.mad2 -lib/crossfire/lib/maps/city/towers/tower.mad3 -lib/crossfire/lib/maps/dragonisland/advguild -lib/crossfire/lib/maps/dragonisland/advguild2 -lib/crossfire/lib/maps/dragonisland/advguild3 -lib/crossfire/lib/maps/dragonisland/advshop0 -lib/crossfire/lib/maps/dragonisland/advshop1 -lib/crossfire/lib/maps/dragonisland/advshop2 -lib/crossfire/lib/maps/dragonisland/advshop3 -lib/crossfire/lib/maps/dragonisland/advshop4 -lib/crossfire/lib/maps/dragonisland/advshop5 -lib/crossfire/lib/maps/dragonisland/advshop6 -lib/crossfire/lib/maps/dragonisland/apartment2 -lib/crossfire/lib/maps/dragonisland/apartment3 -lib/crossfire/lib/maps/dragonisland/beginners2 -lib/crossfire/lib/maps/dragonisland/bloodwell -lib/crossfire/lib/maps/dragonisland/damarishouse0 -lib/crossfire/lib/maps/dragonisland/damarishouse1 -lib/crossfire/lib/maps/dragonisland/damarishouse2 -lib/crossfire/lib/maps/dragonisland/dragonmountain0 -lib/crossfire/lib/maps/dragonisland/dragonmountain1 -lib/crossfire/lib/maps/dragonisland/drowmansion -lib/crossfire/lib/maps/dragonisland/hangar -lib/crossfire/lib/maps/dragonisland/house1 -lib/crossfire/lib/maps/dragonisland/house4 -lib/crossfire/lib/maps/dragonisland/house5 -lib/crossfire/lib/maps/dragonisland/house6 -lib/crossfire/lib/maps/dragonisland/house7 -lib/crossfire/lib/maps/dragonisland/house8 -lib/crossfire/lib/maps/dragonisland/house9 -lib/crossfire/lib/maps/dragonisland/housebrxzl -lib/crossfire/lib/maps/dragonisland/intwell -lib/crossfire/lib/maps/dragonisland/island -lib/crossfire/lib/maps/dragonisland/keysale -lib/crossfire/lib/maps/dragonisland/luxhouse -lib/crossfire/lib/maps/dragonisland/stoneville -lib/crossfire/lib/maps/dragonisland/tavern -lib/crossfire/lib/maps/dragonisland/thievesden -lib/crossfire/lib/maps/dtabb/cave -lib/crossfire/lib/maps/dtabb/cave2 -lib/crossfire/lib/maps/dtabb/quest/fire -lib/crossfire/lib/maps/dtabb/quest/shop_b -lib/crossfire/lib/maps/dtabb/quest/shop_f -lib/crossfire/lib/maps/dtabb/quest/tower1 -lib/crossfire/lib/maps/dtabb/quest/tower2 -lib/crossfire/lib/maps/dtabb/quest/towers -lib/crossfire/lib/maps/dtabb/quest/town2 -lib/crossfire/lib/maps/dtabb/quest/water -lib/crossfire/lib/maps/dtabb/town/church -lib/crossfire/lib/maps/dtabb/town/inn -lib/crossfire/lib/maps/dtabb/town/quest -lib/crossfire/lib/maps/dtabb/town/shop_a -lib/crossfire/lib/maps/dtabb/town/shop_g -lib/crossfire/lib/maps/dtabb/town/shop_m -lib/crossfire/lib/maps/dtabb/town/shop_w -lib/crossfire/lib/maps/dtabb/town/tavern -lib/crossfire/lib/maps/dtabb/town/town -lib/crossfire/lib/maps/editor/picks/TownStaff -lib/crossfire/lib/maps/editor/picks/alchemy -lib/crossfire/lib/maps/editor/picks/alltown -lib/crossfire/lib/maps/editor/picks/artifacts -lib/crossfire/lib/maps/editor/picks/background -lib/crossfire/lib/maps/editor/picks/equipment -lib/crossfire/lib/maps/editor/picks/exits -lib/crossfire/lib/maps/editor/picks/exits.orig -lib/crossfire/lib/maps/editor/picks/food-bparts -lib/crossfire/lib/maps/editor/picks/indoors -lib/crossfire/lib/maps/editor/picks/items -lib/crossfire/lib/maps/editor/picks/items.orig -lib/crossfire/lib/maps/editor/picks/lakes -lib/crossfire/lib/maps/editor/picks/monsters -lib/crossfire/lib/maps/editor/picks/monsters2 -lib/crossfire/lib/maps/editor/picks/monsters2.orig -lib/crossfire/lib/maps/editor/picks/other -lib/crossfire/lib/maps/editor/picks/outdoors -lib/crossfire/lib/maps/editor/picks/readables -lib/crossfire/lib/maps/editor/picks/rivers -lib/crossfire/lib/maps/editor/picks/runes -lib/crossfire/lib/maps/editor/picks/runes.orig -lib/crossfire/lib/maps/editor/picks/shops -lib/crossfire/lib/maps/editor/picks/special -lib/crossfire/lib/maps/editor/picks/special.orig -lib/crossfire/lib/maps/editor/picks/town -lib/crossfire/lib/maps/editor/walls/caves -lib/crossfire/lib/maps/editor/walls/caves2 -lib/crossfire/lib/maps/editor/walls/misc -lib/crossfire/lib/maps/editor/walls/wall -lib/crossfire/lib/maps/eeur/barad_dur -lib/crossfire/lib/maps/eeur/hut.1 -lib/crossfire/lib/maps/eeur/hut.2 -lib/crossfire/lib/maps/eeur/tower1.1 -lib/crossfire/lib/maps/eeur/tower1.2 -lib/crossfire/lib/maps/eeur/tower1.3 -lib/crossfire/lib/maps/eeur/tower1.4 -lib/crossfire/lib/maps/ender/island/isl_yel -lib/crossfire/lib/maps/ender/island/island1 -lib/crossfire/lib/maps/ender/island/jungle -lib/crossfire/lib/maps/ender/island/middleisland -lib/crossfire/lib/maps/ender/island/strong_island -lib/crossfire/lib/maps/ender/island/stronghold -lib/crossfire/lib/maps/ender/island/treas_room -lib/crossfire/lib/maps/ender/island/treasureisland -lib/crossfire/lib/maps/ender/piratedung -lib/crossfire/lib/maps/ender/pirateenter -lib/crossfire/lib/maps/ender/pisland/hut -lib/crossfire/lib/maps/ender/pisland/pirateisland -lib/crossfire/lib/maps/ender/pisland/ship -lib/crossfire/lib/maps/ender/pisland/ship_deck2 -lib/crossfire/lib/maps/ender/pisland/underworld -lib/crossfire/lib/maps/ender/pisland/vol_vill_shops -lib/crossfire/lib/maps/ender/pisland/vol_village -lib/crossfire/lib/maps/ender/pisland/volcano -lib/crossfire/lib/maps/ender/pisland/vvhuts -lib/crossfire/lib/maps/ender/pisland/vvmansion -lib/crossfire/lib/maps/ender/temple/enterance -lib/crossfire/lib/maps/ender/temple/temp_dung1 -lib/crossfire/lib/maps/ender/temple/temple -lib/crossfire/lib/maps/esben/ancient_hut -lib/crossfire/lib/maps/esben/castle_aaaarg -lib/crossfire/lib/maps/esben/grukks.1 -lib/crossfire/lib/maps/esben/grukks.2 -lib/crossfire/lib/maps/esben/grukks.3 -lib/crossfire/lib/maps/esben/grukks.4 -lib/crossfire/lib/maps/esben/hole -lib/crossfire/lib/maps/esben/kjerring -lib/crossfire/lib/maps/esben/map.esben.2 -lib/crossfire/lib/maps/esben/puddings.place -lib/crossfire/lib/maps/esben/ruins -lib/crossfire/lib/maps/esben/sokoban1 -lib/crossfire/lib/maps/esben/sokoban2 -lib/crossfire/lib/maps/esben/sokoban3 -lib/crossfire/lib/maps/esben/sokoban4 -lib/crossfire/lib/maps/esben/sokoban5 -lib/crossfire/lib/maps/esben/watertunnel -lib/crossfire/lib/maps/espen/church.2 -lib/crossfire/lib/maps/espen/church.3 -lib/crossfire/lib/maps/espen/church.4a -lib/crossfire/lib/maps/espen/church.4b -lib/crossfire/lib/maps/espen/church.4c -lib/crossfire/lib/maps/espen/church.4d -lib/crossfire/lib/maps/espen/espen1 -lib/crossfire/lib/maps/espen/espen2 -lib/crossfire/lib/maps/espen/palace -lib/crossfire/lib/maps/generic/castle1.0 -lib/crossfire/lib/maps/generic/castle1.1 -lib/crossfire/lib/maps/generic/castle1.2 -lib/crossfire/lib/maps/generic/castle1.3 -lib/crossfire/lib/maps/generic/castle2.0 -lib/crossfire/lib/maps/generic/castle2.1 -lib/crossfire/lib/maps/generic/castle2.2 -lib/crossfire/lib/maps/generic/castle2.3 -lib/crossfire/lib/maps/generic/cave2 -lib/crossfire/lib/maps/generic/house1 -lib/crossfire/lib/maps/generic/undead.1 -lib/crossfire/lib/maps/generic/undead.2 -lib/crossfire/lib/maps/generic/undead.3 -lib/crossfire/lib/maps/generic/village1 -lib/crossfire/lib/maps/generic/volcano/level1 -lib/crossfire/lib/maps/generic/volcano/level2 -lib/crossfire/lib/maps/generic/volcano/level3 -lib/crossfire/lib/maps/generic/volcano/level4 -lib/crossfire/lib/maps/generic/xyzzy-mines -lib/crossfire/lib/maps/good/pantheon -lib/crossfire/lib/maps/hendel/acid_room -lib/crossfire/lib/maps/hendel/mountain_pass -lib/crossfire/lib/maps/hendel/pre_acid -lib/crossfire/lib/maps/kar/boulder_inferno -lib/crossfire/lib/maps/kar/devil.church1 -lib/crossfire/lib/maps/kar/devil.church2 -lib/crossfire/lib/maps/kar/devil.church3 -lib/crossfire/lib/maps/kar/devil.church4 -lib/crossfire/lib/maps/kar/devil.church5 -lib/crossfire/lib/maps/kar/hallofbones -lib/crossfire/lib/maps/kar/magic.shop -lib/crossfire/lib/maps/kar/map.fr.0 -lib/crossfire/lib/maps/kar/map.fr.1 -lib/crossfire/lib/maps/kar/map.fr.2 -lib/crossfire/lib/maps/kar/map.fr.3 -lib/crossfire/lib/maps/kar/undead -lib/crossfire/lib/maps/kar/wiz1 -lib/crossfire/lib/maps/kar/wiz2 -lib/crossfire/lib/maps/kar/wiz3 -lib/crossfire/lib/maps/kar/wiz4 -lib/crossfire/lib/maps/kar/wiz5 -lib/crossfire/lib/maps/kar/wiz6 -lib/crossfire/lib/maps/kar/wiz7 -lib/crossfire/lib/maps/langley/goblin/caves -lib/crossfire/lib/maps/langley/goblin/dungeon1 -lib/crossfire/lib/maps/langley/goblin/dungeon2 -lib/crossfire/lib/maps/langley/goblin/dungeon3 -lib/crossfire/lib/maps/langley/goblin/fort2 -lib/crossfire/lib/maps/langley/goblin/fortress -lib/crossfire/lib/maps/langley/goblin/goblinisle -lib/crossfire/lib/maps/langley/goblin/hole -lib/crossfire/lib/maps/langley/goblin/hut -lib/crossfire/lib/maps/langley/goblin/netower -lib/crossfire/lib/maps/langley/goblin/nwtower -lib/crossfire/lib/maps/langley/goblin/setower -lib/crossfire/lib/maps/langley/goblin/swtower -lib/crossfire/lib/maps/langley/pirates/fortvsship -lib/crossfire/lib/maps/langley/pirates/madvillage -lib/crossfire/lib/maps/langley/pirates/mbgrave -lib/crossfire/lib/maps/langley/pirates/mbgrave2 -lib/crossfire/lib/maps/langley/pirates/mooglyprize -lib/crossfire/lib/maps/langley/pirates/mooglypuzzle -lib/crossfire/lib/maps/langley/pirates/tortcave -lib/crossfire/lib/maps/langley/pirates/torthole -lib/crossfire/lib/maps/langley/pirates/tortola -lib/crossfire/lib/maps/langley/pirates/tortship -lib/crossfire/lib/maps/langley/pirates/tortship2 -lib/crossfire/lib/maps/langley/pirates/tortship3 -lib/crossfire/lib/maps/langley/pirates/torttemple -lib/crossfire/lib/maps/langley/readme -lib/crossfire/lib/maps/langley/town/church -lib/crossfire/lib/maps/langley/town/churchcrypt -lib/crossfire/lib/maps/langley/town/churchtower -lib/crossfire/lib/maps/langley/town/dshark -lib/crossfire/lib/maps/langley/town/generalstore -lib/crossfire/lib/maps/langley/town/inn -lib/crossfire/lib/maps/langley/town/percy -lib/crossfire/lib/maps/langley/town/portia -lib/crossfire/lib/maps/langley/town/portia2 -lib/crossfire/lib/maps/langley/town/portjoseph -lib/crossfire/lib/maps/mcz/castle1 -lib/crossfire/lib/maps/mcz/castle_air -lib/crossfire/lib/maps/mcz/castle_earth -lib/crossfire/lib/maps/mcz/castle_fire -lib/crossfire/lib/maps/mcz/castle_low1 -lib/crossfire/lib/maps/mcz/castle_low2 -lib/crossfire/lib/maps/mcz/castle_water -lib/crossfire/lib/maps/mcz/forest -lib/crossfire/lib/maps/navar_city/city1 -lib/crossfire/lib/maps/navar_city/city1armour -lib/crossfire/lib/maps/navar_city/city1bank -lib/crossfire/lib/maps/navar_city/city1church1 -lib/crossfire/lib/maps/navar_city/city1court -lib/crossfire/lib/maps/navar_city/city1enter -lib/crossfire/lib/maps/navar_city/city1gen -lib/crossfire/lib/maps/navar_city/city1houses -lib/crossfire/lib/maps/navar_city/city1houses2 -lib/crossfire/lib/maps/navar_city/city1magic -lib/crossfire/lib/maps/navar_city/city1mermaid -lib/crossfire/lib/maps/navar_city/city1prison -lib/crossfire/lib/maps/navar_city/city1smith -lib/crossfire/lib/maps/navar_city/city1weapon -lib/crossfire/lib/maps/navar_city/illusion/illexit -lib/crossfire/lib/maps/navar_city/illusion/illtow1 -lib/crossfire/lib/maps/navar_city/illusion/illtow2 -lib/crossfire/lib/maps/navar_city/illusion/illtow3 -lib/crossfire/lib/maps/navar_city/illusion/illtow4 -lib/crossfire/lib/maps/navar_city/illusion/illtow5 -lib/crossfire/lib/maps/navar_city/illusion/illtow6 -lib/crossfire/lib/maps/navar_city/illusion/illtow7 -lib/crossfire/lib/maps/navar_city/light/light0 -lib/crossfire/lib/maps/navar_city/light/light1 -lib/crossfire/lib/maps/navar_city/light/light2 -lib/crossfire/lib/maps/navar_city/light/light3 -lib/crossfire/lib/maps/navar_city/light/light4 -lib/crossfire/lib/maps/navar_city/light/smugship -lib/crossfire/lib/maps/navar_city/light/smugship1 -lib/crossfire/lib/maps/navar_city/magara/houses/earth_house -lib/crossfire/lib/maps/navar_city/magara/houses/family_house -lib/crossfire/lib/maps/navar_city/magara/houses/kaisas_place -lib/crossfire/lib/maps/navar_city/magara/houses/large_house -lib/crossfire/lib/maps/navar_city/magara/houses/museum -lib/crossfire/lib/maps/navar_city/tower/magetower1 -lib/crossfire/lib/maps/navar_city/tower/magetower2 -lib/crossfire/lib/maps/navar_city/tower/magetower3 -lib/crossfire/lib/maps/navar_city/tower/magetower4 -lib/crossfire/lib/maps/navar_city/tower/magetower5 -lib/crossfire/lib/maps/navar_city/tower/magetower_low -lib/crossfire/lib/maps/navar_city/tower/magetowfinal -lib/crossfire/lib/maps/navar_city/warehouse1 -lib/crossfire/lib/maps/navar_city/warehouse2 -lib/crossfire/lib/maps/navar_city/warehouse3 -lib/crossfire/lib/maps/navar_city/warehouse4 -lib/crossfire/lib/maps/navar_city/warehouse5 -lib/crossfire/lib/maps/navar_city/warehouse6 -lib/crossfire/lib/maps/navar_city/warehouse7 -lib/crossfire/lib/maps/navar_city/warehouse8 -lib/crossfire/lib/maps/peterm/CTower/Barracks -lib/crossfire/lib/maps/peterm/CTower/CTower -lib/crossfire/lib/maps/peterm/CTower/Chamber -lib/crossfire/lib/maps/peterm/CTower/Dungeon -lib/crossfire/lib/maps/peterm/CTower/GroundLevel -lib/crossfire/lib/maps/peterm/CTower/Laboratory -lib/crossfire/lib/maps/peterm/CTower/Library -lib/crossfire/lib/maps/peterm/CTower/Officers -lib/crossfire/lib/maps/peterm/CTower/Servants -lib/crossfire/lib/maps/peterm/CTower/Study -lib/crossfire/lib/maps/peterm/CTower/TowerTop -lib/crossfire/lib/maps/peterm/Demonology/AirMaster -lib/crossfire/lib/maps/peterm/Demonology/AirStudy -lib/crossfire/lib/maps/peterm/Demonology/AirTower1 -lib/crossfire/lib/maps/peterm/Demonology/AirTower2 -lib/crossfire/lib/maps/peterm/Demonology/ApprenticeLevel -lib/crossfire/lib/maps/peterm/Demonology/Demon1 -lib/crossfire/lib/maps/peterm/Demonology/Demon2 -lib/crossfire/lib/maps/peterm/Demonology/Demon3 -lib/crossfire/lib/maps/peterm/Demonology/EarthMaster -lib/crossfire/lib/maps/peterm/Demonology/EarthStudy -lib/crossfire/lib/maps/peterm/Demonology/EarthTower1 -lib/crossfire/lib/maps/peterm/Demonology/EarthTower2 -lib/crossfire/lib/maps/peterm/Demonology/Entrance -lib/crossfire/lib/maps/peterm/Demonology/Entrance.orig -lib/crossfire/lib/maps/peterm/Demonology/FireMaster -lib/crossfire/lib/maps/peterm/Demonology/FireStudy -lib/crossfire/lib/maps/peterm/Demonology/FireTower1 -lib/crossfire/lib/maps/peterm/Demonology/FireTower2 -lib/crossfire/lib/maps/peterm/Demonology/GroundLevel -lib/crossfire/lib/maps/peterm/Demonology/HighTower1 -lib/crossfire/lib/maps/peterm/Demonology/HighTower2 -lib/crossfire/lib/maps/peterm/Demonology/HighTowerTop -lib/crossfire/lib/maps/peterm/Demonology/JourneymanLevel -lib/crossfire/lib/maps/peterm/Demonology/MasterLevel -lib/crossfire/lib/maps/peterm/Demonology/WaterMaster -lib/crossfire/lib/maps/peterm/Demonology/WaterStudy -lib/crossfire/lib/maps/peterm/Demonology/WaterTower1 -lib/crossfire/lib/maps/peterm/Demonology/WaterTower2 -lib/crossfire/lib/maps/peterm/DragonQuest/ElectricAnte -lib/crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery -lib/crossfire/lib/maps/peterm/DragonQuest/ElectricLord -lib/crossfire/lib/maps/peterm/DragonQuest/Entrance -lib/crossfire/lib/maps/peterm/DragonQuest/FireAnte -lib/crossfire/lib/maps/peterm/DragonQuest/FireHatchery -lib/crossfire/lib/maps/peterm/DragonQuest/FireLord -lib/crossfire/lib/maps/peterm/DragonQuest/IceAnte -lib/crossfire/lib/maps/peterm/DragonQuest/IceHatchery -lib/crossfire/lib/maps/peterm/DragonQuest/IceLord -lib/crossfire/lib/maps/peterm/DragonQuest/WyvernNest -lib/crossfire/lib/maps/peterm/FireTemple/Entrance -lib/crossfire/lib/maps/peterm/FireTemple/FifthFloor -lib/crossfire/lib/maps/peterm/FireTemple/Fire1 -lib/crossfire/lib/maps/peterm/FireTemple/Fire2 -lib/crossfire/lib/maps/peterm/FireTemple/Fire3 -lib/crossfire/lib/maps/peterm/FireTemple/Fire4 -lib/crossfire/lib/maps/peterm/FireTemple/FirstFloor -lib/crossfire/lib/maps/peterm/FireTemple/FourthFloor -lib/crossfire/lib/maps/peterm/FireTemple/HotMines -lib/crossfire/lib/maps/peterm/FireTemple/LavaChamber -lib/crossfire/lib/maps/peterm/FireTemple/Mezannine1 -lib/crossfire/lib/maps/peterm/FireTemple/Passageway -lib/crossfire/lib/maps/peterm/FireTemple/SecondFloor -lib/crossfire/lib/maps/peterm/FireTemple/ThirdFloor -lib/crossfire/lib/maps/peterm/temple/AnteChamber -lib/crossfire/lib/maps/peterm/temple/GemTunnel -lib/crossfire/lib/maps/peterm/temple/InnerTemple -lib/crossfire/lib/maps/peterm/temple/OuterTemple -lib/crossfire/lib/maps/peterm/temple/Temple -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.1 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.2 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.3 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.4 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.5 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.ud1 -lib/crossfire/lib/maps/pup_land/ancient/castle/ghoswolte -lib/crossfire/lib/maps/pup_land/ancient/company -lib/crossfire/lib/maps/pup_land/ancient/kurte/house -lib/crossfire/lib/maps/pup_land/ancient/kurte/kurte -lib/crossfire/lib/maps/pup_land/ancient/kurte/shop -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.3 -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.4 -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.B1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b3 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a3 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b3 -lib/crossfire/lib/maps/pup_land/ancient/mountain/tower.1 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house1 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house2 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house3 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house4 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house5 -lib/crossfire/lib/maps/pup_land/ancient/ruin/path -lib/crossfire/lib/maps/pup_land/ancient/ruin/shop -lib/crossfire/lib/maps/pup_land/ancient/ruin/tower -lib/crossfire/lib/maps/pup_land/ancient/ruin/underground -lib/crossfire/lib/maps/pup_land/ancient/ruin/village -lib/crossfire/lib/maps/pup_land/ancient/to_future -lib/crossfire/lib/maps/pup_land/ancient/village/graveyard -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B1 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B2 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B3 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B4 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B5 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B6 -lib/crossfire/lib/maps/pup_land/ancient/village/hut1 -lib/crossfire/lib/maps/pup_land/ancient/village/hut2 -lib/crossfire/lib/maps/pup_land/ancient/village/hut3 -lib/crossfire/lib/maps/pup_land/ancient/village/hut4 -lib/crossfire/lib/maps/pup_land/ancient/village/hut5 -lib/crossfire/lib/maps/pup_land/ancient/village/hut6 -lib/crossfire/lib/maps/pup_land/ancient/village/inn -lib/crossfire/lib/maps/pup_land/ancient/village/shop -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/lever -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.1 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.2 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.3 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B1 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B2 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B3 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B4 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5a -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5b -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5c -lib/crossfire/lib/maps/pup_land/ancient/village/tavern -lib/crossfire/lib/maps/pup_land/ancient/village/tavern1 -lib/crossfire/lib/maps/pup_land/ancient/village/village -lib/crossfire/lib/maps/pup_land/ancient/world -lib/crossfire/lib/maps/pup_land/barrier -lib/crossfire/lib/maps/pup_land/begin/adv -lib/crossfire/lib/maps/pup_land/begin/p1 -lib/crossfire/lib/maps/pup_land/begin/p2 -lib/crossfire/lib/maps/pup_land/begin/p3 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca1 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca2 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca3 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca4 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca5 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca6 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca7 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca8 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca9 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB1 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB2 -lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass -lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass2 -lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass3 -lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass4 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave1 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave2 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave3 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave4 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave5 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave5.bak -lib/crossfire/lib/maps/pup_land/cave_weapon/cave51 -lib/crossfire/lib/maps/pup_land/hall2 -lib/crossfire/lib/maps/pup_land/hall_of_fame -lib/crossfire/lib/maps/pup_land/hq -lib/crossfire/lib/maps/pup_land/hq_ud -lib/crossfire/lib/maps/pup_land/jk/Fogs -lib/crossfire/lib/maps/pup_land/jk/gs_house -lib/crossfire/lib/maps/pup_land/jk/heads -lib/crossfire/lib/maps/pup_land/kurte/eureca_road1 -lib/crossfire/lib/maps/pup_land/kurte/eureca_road2 -lib/crossfire/lib/maps/pup_land/kurte/eureca_road3 -lib/crossfire/lib/maps/pup_land/kurte/eureca_road31 -lib/crossfire/lib/maps/pup_land/kurte/house -lib/crossfire/lib/maps/pup_land/kurte/hut1 -lib/crossfire/lib/maps/pup_land/kurte/hut2 -lib/crossfire/lib/maps/pup_land/kurte/jungle -lib/crossfire/lib/maps/pup_land/kurte/kurte -lib/crossfire/lib/maps/pup_land/kurte/penta -lib/crossfire/lib/maps/pup_land/kurte/to_past -lib/crossfire/lib/maps/pup_land/lone_town/bank -lib/crossfire/lib/maps/pup_land/lone_town/cave/B1 -lib/crossfire/lib/maps/pup_land/lone_town/cave/B2 -lib/crossfire/lib/maps/pup_land/lone_town/cave/B3 -lib/crossfire/lib/maps/pup_land/lone_town/church -lib/crossfire/lib/maps/pup_land/lone_town/church_ud -lib/crossfire/lib/maps/pup_land/lone_town/cordish -lib/crossfire/lib/maps/pup_land/lone_town/cordish2 -lib/crossfire/lib/maps/pup_land/lone_town/dress1 -lib/crossfire/lib/maps/pup_land/lone_town/dress2 -lib/crossfire/lib/maps/pup_land/lone_town/dress3 -lib/crossfire/lib/maps/pup_land/lone_town/gemshop -lib/crossfire/lib/maps/pup_land/lone_town/gemshop_ud -lib/crossfire/lib/maps/pup_land/lone_town/gshop -lib/crossfire/lib/maps/pup_land/lone_town/gshop_ud -lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom -lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom_ud -lib/crossfire/lib/maps/pup_land/lone_town/guild_law -lib/crossfire/lib/maps/pup_land/lone_town/guild_law_ud -lib/crossfire/lib/maps/pup_land/lone_town/heinrich -lib/crossfire/lib/maps/pup_land/lone_town/inn -lib/crossfire/lib/maps/pup_land/lone_town/magic -lib/crossfire/lib/maps/pup_land/lone_town/magic.old -lib/crossfire/lib/maps/pup_land/lone_town/mshop -lib/crossfire/lib/maps/pup_land/lone_town/mshop_ud -lib/crossfire/lib/maps/pup_land/lone_town/nf_bar -lib/crossfire/lib/maps/pup_land/lone_town/pupuly -lib/crossfire/lib/maps/pup_land/lone_town/tavern -lib/crossfire/lib/maps/pup_land/lone_town/tavern_ud -lib/crossfire/lib/maps/pup_land/lone_town/thief_market -lib/crossfire/lib/maps/pup_land/lone_town/town -lib/crossfire/lib/maps/pup_land/lone_town/town_ud1 -lib/crossfire/lib/maps/pup_land/lone_town/town_ud2 -lib/crossfire/lib/maps/pup_land/lone_town/training -lib/crossfire/lib/maps/pup_land/lone_town/training2 -lib/crossfire/lib/maps/pup_land/nurnberg/agito -lib/crossfire/lib/maps/pup_land/nurnberg/alshop -lib/crossfire/lib/maps/pup_land/nurnberg/aqueduct -lib/crossfire/lib/maps/pup_land/nurnberg/ashop -lib/crossfire/lib/maps/pup_land/nurnberg/bank -lib/crossfire/lib/maps/pup_land/nurnberg/bshop -lib/crossfire/lib/maps/pup_land/nurnberg/castle -lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle2 -lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle3 -lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle4 -lib/crossfire/lib/maps/pup_land/nurnberg/castle_ud -lib/crossfire/lib/maps/pup_land/nurnberg/church -lib/crossfire/lib/maps/pup_land/nurnberg/city -lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb -lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb1 -lib/crossfire/lib/maps/pup_land/nurnberg/dick/click -lib/crossfire/lib/maps/pup_land/nurnberg/dick/heaven -lib/crossfire/lib/maps/pup_land/nurnberg/dick/hell -lib/crossfire/lib/maps/pup_land/nurnberg/dick/house -lib/crossfire/lib/maps/pup_land/nurnberg/dick/house2 -lib/crossfire/lib/maps/pup_land/nurnberg/dick/maze -lib/crossfire/lib/maps/pup_land/nurnberg/dick/showinv -lib/crossfire/lib/maps/pup_land/nurnberg/fshop -lib/crossfire/lib/maps/pup_land/nurnberg/guild -lib/crossfire/lib/maps/pup_land/nurnberg/guild_ud -lib/crossfire/lib/maps/pup_land/nurnberg/hotel -lib/crossfire/lib/maps/pup_land/nurnberg/hotel.old -lib/crossfire/lib/maps/pup_land/nurnberg/hq -lib/crossfire/lib/maps/pup_land/nurnberg/jshop -lib/crossfire/lib/maps/pup_land/nurnberg/nf_bar -lib/crossfire/lib/maps/pup_land/nurnberg/paslab -lib/crossfire/lib/maps/pup_land/nurnberg/pshop -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity2 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity3 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity4 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity5 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity6 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity7 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire2 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire3 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire4 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire5 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire6 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire7 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/reception -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water2 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water3 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water4 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water5 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water6 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water7 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind2 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind3 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind4 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind5 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind6 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind7 -lib/crossfire/lib/maps/pup_land/nurnberg/washop -lib/crossfire/lib/maps/pup_land/nurnberg/wshop -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1.old -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal2 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal3 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal4 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal5 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal6 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB1 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB2 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB3 -lib/crossfire/lib/maps/pup_land/port_e -lib/crossfire/lib/maps/pup_land/port_e_house -lib/crossfire/lib/maps/pup_land/port_w -lib/crossfire/lib/maps/pup_land/pplant/pplant1 -lib/crossfire/lib/maps/pup_land/pplant/pplant2 -lib/crossfire/lib/maps/pup_land/pplant/pplant3 -lib/crossfire/lib/maps/pup_land/pplant/pplant_ud1 -lib/crossfire/lib/maps/pup_land/pplant/pplant_ud2 -lib/crossfire/lib/maps/pup_land/pplant/pup_land-1.0-README -lib/crossfire/lib/maps/pup_land/raffle/raffle1 -lib/crossfire/lib/maps/pup_land/raffle/raffle1_u1 -lib/crossfire/lib/maps/pup_land/raffle/raffle1_u2 -lib/crossfire/lib/maps/pup_land/raffle/raffle1_u3 -lib/crossfire/lib/maps/pup_land/raffle/raffle2 -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u1 -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_a -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_b -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3 -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3a -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u4 -lib/crossfire/lib/maps/pup_land/raffle/raffle3 -lib/crossfire/lib/maps/pup_land/raffle/raffle3_u1 -lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2 -lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2a -lib/crossfire/lib/maps/pup_land/rainbow/Keira -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/Bizuzu -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/b_pass -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cage -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cd_room -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/d_pass -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/e_hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/f_a -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_boss -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_road -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut1 -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut2 -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut3 -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut4 -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/n_gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/orc_f -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/prison -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/t_room -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/Kum -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_inner -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m2 -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/d_cage -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/e_hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/h_pass -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/holes -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/maze -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/n_gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/sticky -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/tray -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Garan -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Goraon -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Ring -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Rufto -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Wips -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/c-road -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e-path -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e_hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/hidden -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/maze -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/n-gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/name -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/prison -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/sec-p -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/w-path -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter2 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/bot -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/curve -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/demi -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/e-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/hidden -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/junk -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/key -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/mf -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/n-gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path4 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path7 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path8 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path9 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/statue -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/cross -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/e-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/n-gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/romm88 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room2 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room22 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room4 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room44 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room6 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room66 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room8 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room88 -lib/crossfire/lib/maps/pup_land/rainbow/Lv6/big-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv6/e-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv6/n-gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv6/order -lib/crossfire/lib/maps/pup_land/rainbow/Lv7/back -lib/crossfire/lib/maps/pup_land/rainbow/Lv7/e-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv7/grave -lib/crossfire/lib/maps/pup_land/rainbow/T.K -lib/crossfire/lib/maps/pup_land/rainbow/bed_room -lib/crossfire/lib/maps/pup_land/rainbow/entrance1 -lib/crossfire/lib/maps/pup_land/rainbow/exit -lib/crossfire/lib/maps/pup_land/rainbow/islands -lib/crossfire/lib/maps/pup_land/rainbow/l_h1 -lib/crossfire/lib/maps/pup_land/rainbow/l_h2 -lib/crossfire/lib/maps/pup_land/rainbow/l_hB -lib/crossfire/lib/maps/pup_land/rainbow/red_town/town -lib/crossfire/lib/maps/pup_land/rainbow/river -lib/crossfire/lib/maps/pup_land/rainbow/roof -lib/crossfire/lib/maps/pup_land/rainbow/shore -lib/crossfire/lib/maps/pup_land/rainbow/station -lib/crossfire/lib/maps/pup_land/rainbow/w-tower -lib/crossfire/lib/maps/pup_land/rainbow/well -lib/crossfire/lib/maps/pup_land/rainbow/woods -lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole1 -lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole2 -lib/crossfire/lib/maps/pup_land/ruin_barbarian/jungle -lib/crossfire/lib/maps/pup_land/s_f/KI -lib/crossfire/lib/maps/pup_land/s_f/KI2 -lib/crossfire/lib/maps/pup_land/s_f/Kira -lib/crossfire/lib/maps/pup_land/s_f/cave1 -lib/crossfire/lib/maps/pup_land/s_f/cave2 -lib/crossfire/lib/maps/pup_land/s_f/floor1 -lib/crossfire/lib/maps/pup_land/s_f/floor2 -lib/crossfire/lib/maps/pup_land/s_f/ruin -lib/crossfire/lib/maps/pup_land/s_f/ruin_ug -lib/crossfire/lib/maps/pup_land/s_f/secret -lib/crossfire/lib/maps/pup_land/s_f/special -lib/crossfire/lib/maps/pup_land/s_f/st1 -lib/crossfire/lib/maps/pup_land/s_f/st2 -lib/crossfire/lib/maps/pup_land/s_f/st3 -lib/crossfire/lib/maps/pup_land/s_f/st5 -lib/crossfire/lib/maps/pup_land/s_f/st6 -lib/crossfire/lib/maps/pup_land/s_f/st7 -lib/crossfire/lib/maps/pup_land/s_f/to-jyo -lib/crossfire/lib/maps/pup_land/terminal -lib/crossfire/lib/maps/pup_land/terminal_u1 -lib/crossfire/lib/maps/pup_land/world -lib/crossfire/lib/maps/santo_dominion/appartment -lib/crossfire/lib/maps/santo_dominion/basement -lib/crossfire/lib/maps/santo_dominion/crossfire -lib/crossfire/lib/maps/santo_dominion/den -lib/crossfire/lib/maps/santo_dominion/house_of_hell -lib/crossfire/lib/maps/santo_dominion/houses/house1 -lib/crossfire/lib/maps/santo_dominion/just_preliminary -lib/crossfire/lib/maps/santo_dominion/lord_byron/1st_floor -lib/crossfire/lib/maps/santo_dominion/lord_byron/2nd_floor -lib/crossfire/lib/maps/santo_dominion/lord_byron/dungeon -lib/crossfire/lib/maps/santo_dominion/lord_byron/main -lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_1 -lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_2 -lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_3 -lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_1 -lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_2 -lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_3 -lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_4 -lib/crossfire/lib/maps/santo_dominion/magara/opera -lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_1 -lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_2 -lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_3 -lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_4 -lib/crossfire/lib/maps/santo_dominion/magara/well/bottom -lib/crossfire/lib/maps/santo_dominion/magara/well/top -lib/crossfire/lib/maps/santo_dominion/map.and.sale -lib/crossfire/lib/maps/santo_dominion/map.stigkr.1 -lib/crossfire/lib/maps/santo_dominion/map.stigkr.2 -lib/crossfire/lib/maps/santo_dominion/noble_rest -lib/crossfire/lib/maps/santo_dominion/north_barn -lib/crossfire/lib/maps/santo_dominion/north_farm -lib/crossfire/lib/maps/santo_dominion/peacock -lib/crossfire/lib/maps/santo_dominion/shops/armour -lib/crossfire/lib/maps/santo_dominion/shops/eliks -lib/crossfire/lib/maps/santo_dominion/shops/erash -lib/crossfire/lib/maps/santo_dominion/shops/nosferatu -lib/crossfire/lib/maps/santo_dominion/shops/rings -lib/crossfire/lib/maps/santo_dominion/south_barn -lib/crossfire/lib/maps/santo_dominion/tavern -lib/crossfire/lib/maps/santo_dominion/tavern.2ndfloor -lib/crossfire/lib/maps/santo_dominion/tavern.downstairs -lib/crossfire/lib/maps/santo_dominion/tobias -lib/crossfire/lib/maps/santo_dominion/tobias.top -lib/crossfire/lib/maps/santo_dominion/tollpost -lib/crossfire/lib/maps/santo_dominion/town -lib/crossfire/lib/maps/skud/court -lib/crossfire/lib/maps/skud/east_1 -lib/crossfire/lib/maps/skud/entrance -lib/crossfire/lib/maps/skud/maze -lib/crossfire/lib/maps/skud/north_1 -lib/crossfire/lib/maps/skud/west_1 -lib/crossfire/lib/maps/terrain/desert_1 -lib/crossfire/lib/maps/terrain/desert_2 -lib/crossfire/lib/maps/terrain/empty -lib/crossfire/lib/maps/terrain/forest_1 -lib/crossfire/lib/maps/terrain/forest_2 -lib/crossfire/lib/maps/terrain/hills_1 -lib/crossfire/lib/maps/terrain/hills_2 -lib/crossfire/lib/maps/terrain/jungle_1 -lib/crossfire/lib/maps/terrain/jungle_2 -lib/crossfire/lib/maps/terrain/mountain_1 -lib/crossfire/lib/maps/terrain/mountain_2 -lib/crossfire/lib/maps/terrain/plains_1 -lib/crossfire/lib/maps/terrain/plains_2 -lib/crossfire/lib/maps/terrain/swamp_1 -lib/crossfire/lib/maps/terrain/swamp_2 -lib/crossfire/lib/maps/test/bigmonpit -lib/crossfire/lib/maps/test/connected_bug -lib/crossfire/lib/maps/test/diagonal -lib/crossfire/lib/maps/test/faceofdeath -lib/crossfire/lib/maps/test/insert_bug -lib/crossfire/lib/maps/test/multisquare -lib/crossfire/lib/maps/test/paralyze -lib/crossfire/lib/maps/thomas/sisters/compound1 -lib/crossfire/lib/maps/thomas/sisters/compound2 -lib/crossfire/lib/maps/thomas/sisters/compound3 -lib/crossfire/lib/maps/thomas/sisters/entrance -lib/crossfire/lib/maps/thomas/sisters/granary -lib/crossfire/lib/maps/thomas/sisters/necro_entrance -lib/crossfire/lib/maps/thomas/sisters/necro_hole1 -lib/crossfire/lib/maps/thomas/sisters/necro_ruin1 -lib/crossfire/lib/maps/thomas/sisters/necro_ruin1a -lib/crossfire/lib/maps/thomas/sisters/shrine0 -lib/crossfire/lib/maps/thomas/sisters/shrine0_east -lib/crossfire/lib/maps/thomas/sisters/shrine0_west -lib/crossfire/lib/maps/thomas/sisters/shrine1 -lib/crossfire/lib/maps/thomas/sisters/shrine_entrance -lib/crossfire/lib/maps/thomas/sisters/small_manor0 -lib/crossfire/lib/maps/thomas/sisters/small_manor1 -lib/crossfire/lib/maps/thomas/sisters/small_manor2 -lib/crossfire/lib/maps/thomas/sisters/small_village -lib/crossfire/lib/maps/thomas/sisters/tower0 -lib/crossfire/lib/maps/thomas/sisters/tower1 -lib/crossfire/lib/maps/thomas/sisters/tower2 -lib/crossfire/lib/maps/thomas/sisters/tower3 -lib/crossfire/lib/maps/thomas/sisters/valley -lib/crossfire/lib/maps/wolfsburg/dept_store -lib/crossfire/lib/maps/wolfsburg/etern_rew -lib/crossfire/lib/maps/wolfsburg/inns -lib/crossfire/lib/maps/wolfsburg/magara/castle/cellar -lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_1 -lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_2 -lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_3 -lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_1 -lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_2 -lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hole -lib/crossfire/lib/maps/wolfsburg/magara/cellar_1 -lib/crossfire/lib/maps/wolfsburg/magara/tower1/entrance -lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_1 -lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_3 -lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_1 -lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_2 -lib/crossfire/lib/maps/wolfsburg/piratechurch -lib/crossfire/lib/maps/wolfsburg/piratetown -lib/crossfire/lib/maps/wolfsburg/prison -lib/crossfire/lib/maps/wolfsburg/slave_pit1 -lib/crossfire/lib/maps/wolfsburg/slave_pit2 -lib/crossfire/lib/maps/wolfsburg/slave_pit3 -lib/crossfire/lib/maps/wolfsburg/snakepit -lib/crossfire/lib/maps/wolfsburg/tt/tta1 -lib/crossfire/lib/maps/wolfsburg/tt/tta2 -lib/crossfire/lib/maps/wolfsburg/tt/ttb1 -lib/crossfire/lib/maps/wolfsburg/tt/ttb2 -lib/crossfire/lib/maps/wolfsburg/ware1 -lib/crossfire/lib/maps/wolfsburg/whorehouse -lib/crossfire/lib/maps/world/README -lib/crossfire/lib/maps/world/connect.pl -lib/crossfire/lib/maps/world/world_a1 -lib/crossfire/lib/maps/world/world_a2 -lib/crossfire/lib/maps/world/world_a3 -lib/crossfire/lib/maps/world/world_a4 -lib/crossfire/lib/maps/world/world_b1 -lib/crossfire/lib/maps/world/world_b2 -lib/crossfire/lib/maps/world/world_b3 -lib/crossfire/lib/maps/world/world_b4 -lib/crossfire/lib/maps/world/world_c1 -lib/crossfire/lib/maps/world/world_c2 -lib/crossfire/lib/maps/world/world_c3 -lib/crossfire/lib/maps/world/world_c4 -lib/crossfire/lib/maps/world/world_e1 -lib/crossfire/lib/maps/world/world_e2 -lib/crossfire/lib/messages -lib/crossfire/lib/motd -lib/crossfire/lib/players/.keep_me -lib/crossfire/lib/races -lib/crossfire/lib/skill_params -lib/crossfire/lib/sounds -lib/crossfire/lib/spell_params -lib/crossfire/lib/treasures -lib/crossfire/lib/unique-items/.keep_me -lib/crossfire/lib/xpmtopix.pl -lib/crossfire/sounds/Creaky-1.au -lib/crossfire/sounds/Evil_Laugh.au -lib/crossfire/sounds/Explosion.au -lib/crossfire/sounds/FloorTom.au -lib/crossfire/sounds/Gun-5.au -lib/crossfire/sounds/MetalCrash.au -lib/crossfire/sounds/Missed.au -lib/crossfire/sounds/Missle1.au -lib/crossfire/sounds/Puke.au -lib/crossfire/sounds/README -lib/crossfire/sounds/Tear.au -lib/crossfire/sounds/Teeswing.au -lib/crossfire/sounds/TowerClock.au -lib/crossfire/sounds/Whoosh.au -lib/crossfire/sounds/blip.au -lib/crossfire/sounds/boink2.au -lib/crossfire/sounds/bugle_charge.au -lib/crossfire/sounds/chord.au -lib/crossfire/sounds/click1.au -lib/crossfire/sounds/click2.au -lib/crossfire/sounds/drip.au -lib/crossfire/sounds/first_try.au -lib/crossfire/sounds/gong.au -lib/crossfire/sounds/lightning1.au -lib/crossfire/sounds/magic.au -lib/crossfire/sounds/ouch1.au -lib/crossfire/sounds/sci_fi_gun.au -lib/crossfire/sounds/squish.au -lib/crossfire/sounds/su-fanf.au -lib/crossfire/sounds/swish.au -lib/crossfire/sounds/thru.au -%%PORTDOCS%%share/doc/crossfire/Crossedit.doc -%%PORTDOCS%%share/doc/crossfire/Imakefile -%%PORTDOCS%%share/doc/crossfire/PlayerStats -%%PORTDOCS%%share/doc/crossfire/README -%%PORTDOCS%%share/doc/crossfire/RunTimeCommands -%%PORTDOCS%%share/doc/crossfire/SurvivalGuide -%%PORTDOCS%%share/doc/crossfire/alchemy.doc -%%PORTDOCS%%share/doc/crossfire/crossedit.man -%%PORTDOCS%%share/doc/crossfire/crossfire.doc -%%PORTDOCS%%share/doc/crossfire/crossfire.man -%%PORTDOCS%%share/doc/crossfire/crosslib.doc -%%PORTDOCS%%share/doc/crossfire/experience -%%PORTDOCS%%share/doc/crossfire/handbook.ps -%%PORTDOCS%%share/doc/crossfire/include_html.pl -%%PORTDOCS%%share/doc/crossfire/mapguide -%%PORTDOCS%%share/doc/crossfire/mapmakers_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/maps-README -%%PORTDOCS%%share/doc/crossfire/multigod -%%PORTDOCS%%share/doc/crossfire/playbook-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/playbook-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Makefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/altardevo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargaea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargnarg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarjeho.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarluci.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarlyth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarmostr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarnone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarrugg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/appA.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appB.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/apple.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/arm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag-popcorn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/balm-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bed-save.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/big-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract.orig -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/book.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/books.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bookshelf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bows.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/br_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bul-wall-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-big.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-sma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cabbage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cake.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/card.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/carrot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap1.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap7.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/char-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/char.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/characters.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chest-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chocolate.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/clover.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/coffee.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/conv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/convert.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dead-neko.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/demon-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/depositbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/diploma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dir_spin.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/director.181.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/door-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/drag-steak.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dust-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ectoplasm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/emerald.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/playbook-html/equip.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/eyes.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/book.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/earrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/narrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nearrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nwarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/sarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/screen_dia.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/searrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairdown.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairup.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/swarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/warrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/figurine-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/finger.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fishfood.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/flesh.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/flint-and-steel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foodone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fr_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gard-gate.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gatedoor.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gem.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/goblin-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/goldcoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gu-horn.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbutt.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handle.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hands.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/heart.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hedge.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holy-symbol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holysymbol.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/horn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/horns.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/icor.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_char -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_equip -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_items -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-sting.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/iron-gate1.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/items -%%PORTDOCS%%share/doc/crossfire/playbook-html/items-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/items.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key-ring.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/keys.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/l-shop1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lbull-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ldoor1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/letter.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/lever.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/light-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/liver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/loaf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/logfile -%%PORTDOCS%%share/doc/crossfire/playbook-html/luggage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mailbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/makeps -%%PORTDOCS%%share/doc/crossfire/playbook-html/mint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/money.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/monument.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mushroom-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/naz-report.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/note.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/odoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/onion.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orange.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orcchop.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pear.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pearl.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pit.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/pix-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plt-coin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potato.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potion.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncha.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncon.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiondex.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionfir.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiongen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhero.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionimp.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioninv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionmag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionpow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potions.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionstr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionwis.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pouch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quarto.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quiver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/r-sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/refs.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/residue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-drain.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring.110.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rings.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/roast-bird.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rod-heavy.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/root.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-red.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-wh.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-yel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ruby.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeblast.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runedeath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefire.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefrost.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runegen.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runemark.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeshock.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/s-weasel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sapphire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/savebed.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scroll.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrollr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrolls.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/serpent-skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop-mat.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/shopmat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-e.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-w.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/silvercoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/skill_stat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sorter -%%PORTDOCS%%share/doc/crossfire/playbook-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/spinner.11B.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/staff.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-alch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-armo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-gene.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-magi.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-weap.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/stwallsec.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/tome.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tongue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tooth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/trapdoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas1-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/version.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wands.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/waybread.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/programming_guide -%%PORTDOCS%%share/doc/crossfire/skills.doc -%%PORTDOCS%%share/doc/crossfire/skills_developer.doc -%%PORTDOCS%%share/doc/crossfire/spell-docs/Imakefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/Makefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/README -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.txt -%%PORTDOCS%%share/doc/crossfire/spell-paths -%%PORTDOCS%%share/doc/crossfire/spell_params.doc -%%PORTDOCS%%share/doc/crossfire/spellcasters_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/0 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x1.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x8.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/6x7.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Bk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/CSword.113.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Cwyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/DShield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/GreatDemon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Makefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-h.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-l.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-m.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acid-pool.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acidsphere.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/angel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-egg.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-larvae.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.115.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.118.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/avatar.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-5.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baby-drag.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ball-lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baslic.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/battle-axe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beehive.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beggar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behemoth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beholder.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/belzebub.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-demon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bighorn-he.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blob.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blocked.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bomb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bone-head.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bonecrush.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding-g.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/breeder-ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/broo.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bullet.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/byakie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cancellati.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede-r.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-bish.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-king.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-pawn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-queen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-rook.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/charwoman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chicken.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/child.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chinese-dr.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cobra.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cold-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/confusion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/conjurer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/counterspell.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/courier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crawling-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crown.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cyclops.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger-f.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dancing-girl.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dark-elf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/darkblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathtree.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/defender.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demilich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demon-lord.E11.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demonbane.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/destruction.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/det-magic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/devil.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/djinn.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon-shi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonslay.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dread.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-pr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-dr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elvenboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/enchantment.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ent.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/excalibur.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/explosion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeglasses.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fae-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/falchion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatwoman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fighter.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fire-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firestar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/flowers.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fly-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frost-hammer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frostbrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fullhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fungus.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gaelotroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gargoyle.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gauntlet-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gir-strcon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-con.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-dam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-str.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gloves.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnome.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/god-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gol.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/golem.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gram.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greater-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greenslime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-hard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-ligh.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-med.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guildmaste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/h-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-2.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/harakiri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/healing.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet-bri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmetxray.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/high-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/highshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-orb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hornhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/icestorm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/idaten.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/imp.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_monput -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_stats -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/jessyb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/k-dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/katana-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/killerbee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lamia.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lava-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lbullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lesser-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lev-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liteangel.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liv-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lmornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/logfile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lokanth.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lord-e.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/low-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lsword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mabu.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magi-staff.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-miss.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magnifier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps.pl -%%PORTDOCS%%share/doc/crossfire/spoiler-html/man.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/masamune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/merchant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mjoellnir.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monput.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monster-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monsters.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mournblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mouse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mystic-fist.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nazgul.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/neko.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nightmare.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/northman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ologhi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panther.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panthergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-ice.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-lava.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-light.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-mud.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/paralyse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pet-necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pipe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pir-lass.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pirate.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poisonc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poleaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/polymorph.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/princess.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/prisoner.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/protection.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyro-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quarters.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/raas.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/reflector.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/round-shiel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ruggilli.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-antimagic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-transfer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rustmonste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sabre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sage.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sailor.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandals.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandy.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/saw.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scimitar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpi-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-man.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpent.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shadowtiger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shining-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shootingstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shovel-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/siegfried.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skeleton.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skullcleav.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slug.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/small-shie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/smalltroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snowball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spear.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spectre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spellball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sphinx.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider-web.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spit-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.shtml -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalker.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalkergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/steam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sting.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stoneaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stonehamme.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stormbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sunspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/t-dagger.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/taifu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/titan.571.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/trident.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/troll.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turban.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turnundead.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/u-horn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uk-sd.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unicorn.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unusual-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampiregen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/version.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/war-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wds.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weapmag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wig.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wiz-hat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/worthless-dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraith.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wrench.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler.ps -%%PORTDOCS%%share/doc/crossfire/teleporter.doc -%%PORTDOCS%%share/doc/crossfire/xbmtobdf.man -%%PORTDOCS%%@dirrm share/doc/crossfire/spoiler-html -%%PORTDOCS%%@dirrm share/doc/crossfire/spell-docs -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html/fig -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html -%%PORTDOCS%%@dirrm share/doc/crossfire -@dirrm lib/crossfire/sounds -@dirrm lib/crossfire/lib/unique-items -@dirrm lib/crossfire/lib/players -@dirrm lib/crossfire/lib/maps/world -@dirrm lib/crossfire/lib/maps/wolfsburg/tt -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower2 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/cellar1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/castle -@dirrm lib/crossfire/lib/maps/wolfsburg/magara -@dirrm lib/crossfire/lib/maps/wolfsburg -@dirrm lib/crossfire/lib/maps/thomas/sisters -@dirrm lib/crossfire/lib/maps/thomas -@dirrm lib/crossfire/lib/maps/test -@dirrm lib/crossfire/lib/maps/terrain -@dirrm lib/crossfire/lib/maps/skud -@dirrm lib/crossfire/lib/maps/santo_dominion/shops -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/well -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/hut -@dirrm lib/crossfire/lib/maps/santo_dominion/magara -@dirrm lib/crossfire/lib/maps/santo_dominion/lord_byron -@dirrm lib/crossfire/lib/maps/santo_dominion/houses -@dirrm lib/crossfire/lib/maps/santo_dominion -@dirrm lib/crossfire/lib/maps/pup_land/s_f -@dirrm lib/crossfire/lib/maps/pup_land/ruin_barbarian -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/red_town -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv7 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv6 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv5 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv4 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv3 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv2 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv1 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow -@dirrm lib/crossfire/lib/maps/pup_land/raffle -@dirrm lib/crossfire/lib/maps/pup_land/pplant -@dirrm lib/crossfire/lib/maps/pup_land/ordeal -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/reception -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/dick -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg -@dirrm lib/crossfire/lib/maps/pup_land/lone_town/cave -@dirrm lib/crossfire/lib/maps/pup_land/lone_town -@dirrm lib/crossfire/lib/maps/pup_land/kurte -@dirrm lib/crossfire/lib/maps/pup_land/jk -@dirrm lib/crossfire/lib/maps/pup_land/cave_weapon -@dirrm lib/crossfire/lib/maps/pup_land/castle_eureca -@dirrm lib/crossfire/lib/maps/pup_land/begin -@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/siegfried -@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/hole -@dirrm lib/crossfire/lib/maps/pup_land/ancient/village -@dirrm lib/crossfire/lib/maps/pup_land/ancient/ruin -@dirrm lib/crossfire/lib/maps/pup_land/ancient/mountain -@dirrm lib/crossfire/lib/maps/pup_land/ancient/kurte -@dirrm lib/crossfire/lib/maps/pup_land/ancient/castle -@dirrm lib/crossfire/lib/maps/pup_land/ancient -@dirrm lib/crossfire/lib/maps/pup_land -@dirrm lib/crossfire/lib/maps/peterm/temple -@dirrm lib/crossfire/lib/maps/peterm/FireTemple -@dirrm lib/crossfire/lib/maps/peterm/DragonQuest -@dirrm lib/crossfire/lib/maps/peterm/Demonology -@dirrm lib/crossfire/lib/maps/peterm/CTower -@dirrm lib/crossfire/lib/maps/peterm -@dirrm lib/crossfire/lib/maps/navar_city/tower -@dirrm lib/crossfire/lib/maps/navar_city/magara/houses -@dirrm lib/crossfire/lib/maps/navar_city/magara -@dirrm lib/crossfire/lib/maps/navar_city/light -@dirrm lib/crossfire/lib/maps/navar_city/illusion -@dirrm lib/crossfire/lib/maps/navar_city -@dirrm lib/crossfire/lib/maps/mcz -@dirrm lib/crossfire/lib/maps/langley/town -@dirrm lib/crossfire/lib/maps/langley/pirates -@dirrm lib/crossfire/lib/maps/langley/goblin -@dirrm lib/crossfire/lib/maps/langley -@dirrm lib/crossfire/lib/maps/kar -@dirrm lib/crossfire/lib/maps/hendel -@dirrm lib/crossfire/lib/maps/good -@dirrm lib/crossfire/lib/maps/generic/volcano -@dirrm lib/crossfire/lib/maps/generic -@dirrm lib/crossfire/lib/maps/espen -@dirrm lib/crossfire/lib/maps/esben -@dirrm lib/crossfire/lib/maps/ender/temple -@dirrm lib/crossfire/lib/maps/ender/pisland -@dirrm lib/crossfire/lib/maps/ender/island -@dirrm lib/crossfire/lib/maps/ender -@dirrm lib/crossfire/lib/maps/eeur -@dirrm lib/crossfire/lib/maps/editor/walls -@dirrm lib/crossfire/lib/maps/editor/picks -@dirrm lib/crossfire/lib/maps/editor -@dirrm lib/crossfire/lib/maps/dtabb/town -@dirrm lib/crossfire/lib/maps/dtabb/quest -@dirrm lib/crossfire/lib/maps/dtabb -@dirrm lib/crossfire/lib/maps/dragonisland -@dirrm lib/crossfire/lib/maps/city/towers -@dirrm lib/crossfire/lib/maps/city/taverns -@dirrm lib/crossfire/lib/maps/city/shops -@dirrm lib/crossfire/lib/maps/city/oldcity -@dirrm lib/crossfire/lib/maps/city/misc -@dirrm lib/crossfire/lib/maps/city/mansion -@dirrm lib/crossfire/lib/maps/city/magara -@dirrm lib/crossfire/lib/maps/city/kar -@dirrm lib/crossfire/lib/maps/city/houses -@dirrm lib/crossfire/lib/maps/city/cannery -@dirrm lib/crossfire/lib/maps/city -@dirrm lib/crossfire/lib/maps/cd -@dirrm lib/crossfire/lib/maps/brittany/Brest/Castle -@dirrm lib/crossfire/lib/maps/brittany/Brest -@dirrm lib/crossfire/lib/maps/brittany -@dirrm lib/crossfire/lib/maps/asyvan -@dirrm lib/crossfire/lib/maps/Lake_Country/snake_pit -@dirrm lib/crossfire/lib/maps/Lake_Country/small_buildings -@dirrm lib/crossfire/lib/maps/Lake_Country/shops -@dirrm lib/crossfire/lib/maps/Lake_Country/quest -@dirrm lib/crossfire/lib/maps/Lake_Country/marsh -@dirrm lib/crossfire/lib/maps/Lake_Country/flight -@dirrm lib/crossfire/lib/maps/Lake_Country/ebony -@dirrm lib/crossfire/lib/maps/Lake_Country/Sunset_Lake -@dirrm lib/crossfire/lib/maps/Lake_Country/RETower -@dirrm lib/crossfire/lib/maps/Lake_Country/Mwizard -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis/houses -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis -@dirrm lib/crossfire/lib/maps/Lake_Country -@dirrm lib/crossfire/lib/maps -@dirrm lib/crossfire/lib/help -@dirrm lib/crossfire/lib/adm -@dirrm lib/crossfire/lib -@dirrm lib/crossfire/fonts -@dirrm lib/crossfire diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile deleted file mode 100644 index 1a73ae3d1668..000000000000 --- a/games/crossfire-server/Makefile +++ /dev/null @@ -1,95 +0,0 @@ -# New ports collection makefile for: crossfire -# Date created: So 27 Okt 1996 12:25:55 MET -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= crossfire -PORTVERSION= 0.94.3 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/old/ \ - ftp://ftp.sunet.se/pub/unix/games/crossfire/old/ -DISTFILES= ${CF_SOURCES} ${CF_DOC} ${CF_MAPS} ${CF_SOUNDS} \ - ${CF_ARCH} ${CF_CLSERV} -EXTRACT_ONLY= ${CF_SOURCES} ${CF_DOC} - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 - -USE_PERL5= yes -USE_XPM= yes -MAN6= crossedit.6 crossfire.6 - -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients -.endif - -# Do you want to be able to rebuild documentation after installing the game -# to produce Postscript documentation with colored icons ?! You have to go -# into the workdir and to build everything manually. -# You need TeX to do this ! Please read the README's ! -WANT_CF_ARCH= NO - -CF_SOURCES= ${PORTNAME}-${PORTVERSION}.tar.gz -CF_MAPS= ${PORTNAME}-${PORTVERSION}.maps.tar.gz -# crossfire doc ready for use -CF_DOC= ${PORTNAME}-${PORTVERSION}.doc.tar.gz -# no newer sounds available -CF_SOUNDS= ${PORTNAME}-0.92.7.sounds.tar.gz -.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -# only for rebuild of doc -CF_ARCH= ${PORTNAME}-${PORTVERSION}.arch.tar.gz -.endif -#CF_CLSERV= eutl.tar.gz # only for client/server -CFDIR= ${PREFIX}/lib/crossfire # crossfire base directory - -post-patch: - @${PERL} -pi -e \ - 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/config/crosssite.def - @${PERL} -pi -e 's|^distclean:|$$&:|' ${WRKSRC}/Imakefile - -do-configure: - @(cd ${CONFIGURE_WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF}) - -# If you want to re-make playbook and spoiler you need the ARCH -# files and a TeX version with a ,great' amount of max_mem -# (I had to rebuild teTeX, that already is in fact ,BigTeX') -.if ${WANT_CF_ARCH} == YES || ${WANT_CF_ARCH} == yes -post-configure: - ${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_ARCH} -.endif - -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/crossedit.man \ - ${MANPREFIX}/man/man6/crossedit.6 - ${INSTALL_MAN} ${WRKSRC}/doc/crossfire.man \ - ${MANPREFIX}/man/man6/crossfire.6 - @${TAR} -C ${CFDIR}/lib -xzf ${_DISTDIR}/${CF_MAPS} - @${TAR} -C ${CFDIR} -xzf ${_DISTDIR}/${CF_SOUNDS} - @${TOUCH} ${CFDIR}/lib/bookarch - @${CHMOD} 664 ${CFDIR}/lib/bookarch - @${TOUCH} ${CFDIR}/lib/forbid - @${CHMOD} 664 ${CFDIR}/lib/forbid - @${TOUCH} ${CFDIR}/lib/players/.keep_me - @${TOUCH} ${CFDIR}/lib/unique-items/.keep_me - @${CHOWN} -R root:games ${CFDIR} - @${CHMOD} 0664 ${CFDIR}/lib/highscore - @${CHOWN} root:games ${PREFIX}/bin/crossfire - @${CHMOD} 2555 ${PREFIX}/bin/crossfire -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/crossfire - @${TAR} -C ${WRKDIR}/${PORTNAME}-${PORTVERSION}-doc -cf - . | \ - ${TAR} -C ${PREFIX}/share/doc/crossfire --unlink -xf - -.endif - @${SED} -e "s:/usr/local:${LOCALBASE}:g" ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/games/crossfire-server/distinfo b/games/crossfire-server/distinfo deleted file mode 100644 index 73a32f63e60b..000000000000 --- a/games/crossfire-server/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (crossfire-0.94.3.tar.gz) = caf54e15a14d3b4efdb3c3e756d2041f -MD5 (crossfire-0.94.3.doc.tar.gz) = 9b9330ad181bac6b0adc3b951c7ea987 -MD5 (crossfire-0.94.3.maps.tar.gz) = d48e52030a6cda85120220241443d258 -MD5 (crossfire-0.92.7.sounds.tar.gz) = 9f5496b93000956014c4541f4b66acba diff --git a/games/crossfire-server/files/patch-aa b/games/crossfire-server/files/patch-aa deleted file mode 100644 index e59ed4bb0042..000000000000 --- a/games/crossfire-server/files/patch-aa +++ /dev/null @@ -1,75 +0,0 @@ ---- config/crosssite.def.orig Sat Aug 1 19:23:58 1998 -+++ config/crosssite.def Sat Dec 2 05:14:43 2000 -@@ -36,10 +36,8 @@ - * (mwedel@pyramid.com) - */ - --/* - #define XPM_PIX --#define Xpm_LibDir /usr/local/lib/ --*/ -+#define Xpm_LibDir %%X11BASE%%/lib/ - /* If your include files are someplace odd */ - /*#define Xpm_Include /usr/local/include*/ - -@@ -51,13 +49,13 @@ - * This is a top root directory of all game staff as in UNIX-style - * overall. - */ --#define CTop /home/hugin/a/crossfire/crossfire -+#define CTop %%PREFIX%%/lib/crossfire - /* #define CTop /net/contrib/crossfire */ - /*#define CTop /usr/local/games/crossfire*/ - - /* Binaries location If this is undefined, it default to the - standard location for X binaries on your machine. */ --#define CBinDir Concat(CTop,/bin) -+#define CBinDir %%PREFIX%%/bin - - /* Libraries location If this is undefined it defaults to the - standard location for X lib files/crossfire on your machine */ -@@ -76,7 +74,8 @@ - /* Crossfire manual location If this is undefined it defaults to the - standard location for manual pages on your machine.*/ - /* #define CManPath Concat(CTop,/man) */ --#define CManSuffix 6 -+#define CManPath %%PREFIX%%/man -+/* #define CManSuffix 6 */ - - - /* Force CC to use the specified options instead of the default -@@ -103,9 +102,8 @@ - * use the -l form or put in the complete path name. - * Linux users may need to add -lcrypt - */ --/* --#define Extra_Libraries -lcrypt --*/ -+ -+#define Extra_Libraries -lcrypt -lcompat - - /* Force CC to be a specific compilator? Define this to be the - * actual compiler (see example). If defined, the default -@@ -161,11 +159,9 @@ - * too distant future, it probably isn't worth fixing here. - */ - --/* - #define Rplay_Sound --#define RPlayLibDir /usr/local/lib --#define RPlayIncDir /usr/local/include --*/ -+#define RPlayLibDir %%LOCALBASE%%/lib -+#define RPlayIncDir %%LOCALBASE%%/include - - /* define this if using OpenWindows as your enviroment. This only - * needs to be set if the openwindows server you use is -@@ -203,7 +199,7 @@ - * awk on most other systems will be OK. - */ - --AWK = gawk -+AWK = awk - - /* Use debugged malloc? I don't know if this exists on all machines/OS's, - * but it does exist on SunOs 4.1.1. diff --git a/games/crossfire-server/files/patch-ab b/games/crossfire-server/files/patch-ab deleted file mode 100644 index 8435ab72153b..000000000000 --- a/games/crossfire-server/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- include/config.h.orig Sat Aug 1 12:23:57 1998 -+++ include/config.h Mon Aug 31 14:19:29 1998 -@@ -163,7 +163,7 @@ - * in the crosssite.def file if I want this. By default, you probably - * dont want this defined. - */ --#ifndef DEBUG -+#ifdef DEBUG - #define DEBUG - #endif - -@@ -649,7 +649,7 @@ - */ - - #ifndef DM_MAIL --/* #define DM_MAIL "mark@pyramid.com" */ -+#define DM_MAIL "root" - #endif - - /* -@@ -956,9 +956,9 @@ - */ - - /* #define SAVE_HOMEDIR */ --/* #define LOCK_PLAYER */ -+#define LOCK_PLAYER - #define USE_CHECKSUM --/* #define ENABLE_CHECKSUM */ /* Will be default in distant future versions */ -+#define ENABLE_CHECKSUM /* Will be default in distant future versions */ - - #ifndef PLAYERDIR - #define PLAYERDIR "players" diff --git a/games/crossfire-server/files/patch-ag b/games/crossfire-server/files/patch-ag deleted file mode 100644 index 6b36400a06c9..000000000000 --- a/games/crossfire-server/files/patch-ag +++ /dev/null @@ -1,47 +0,0 @@ ---- server/main.c.orig Sun Jan 5 19:59:27 1997 -+++ server/main.c Wed Sep 17 15:34:40 1997 -@@ -139,6 +139,36 @@ - } - } - -+#if defined(__FreeBSD__) -+static unsigned char itoa64[] = -+ "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -+ -+static void -+to64(char *s, long v, int n) -+{ -+ while (--n >= 0) { -+ *s++ = itoa64[v&0x3f]; -+ v >>= 6; -+ } -+} -+ -+char * -+crypt_string(char *str, char *salt) -+{ -+ char s[10]; -+ if (salt==NULL) { -+ struct timeval tv; -+ gettimeofday(&tv,0); -+ to64(&s[0], random(), 3); -+ to64(&s[3], tv.tv_usec, 3); -+ to64(&s[6], tv.tv_sec, 2); -+ s[8] = '\0'; -+ salt = s; -+ } -+ return (crypt(str, salt)); -+} -+#else -+ - char *crypt_string(char *str, char *salt) { - static char *c= - "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789./"; -@@ -151,6 +181,7 @@ - s[1]= salt[1]; - return crypt(str,s); - } -+#endif - - int check_password(char *typed,char *crypted) { - return !strcmp(crypt_string(typed,crypted),crypted); diff --git a/games/crossfire-server/files/patch-ai b/games/crossfire-server/files/patch-ai deleted file mode 100644 index 1f168195dd6a..000000000000 --- a/games/crossfire-server/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/playbook/makeps.orig Fri Nov 1 15:34:44 1996 -+++ doc/playbook/makeps Fri Nov 1 15:35:33 1996 -@@ -7,7 +7,7 @@ - - BEGIN { - # Set colour to 1 if you want colour postscript. -- colour = 0; -+ colour = 1; - - if (colour) { - xpm2ps = "xpmtoppm | pnmdepth 255 | pnmtops" diff --git a/games/crossfire-server/files/patch-ak b/games/crossfire-server/files/patch-ak deleted file mode 100644 index 56af0748e854..000000000000 --- a/games/crossfire-server/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- server/skills.c.orig Thu Apr 16 04:07:47 1998 -+++ server/skills.c Thu May 7 21:03:01 1998 -@@ -1057,7 +1057,7 @@ - - int write_scroll (object *pl, object *scroll) { - int success=0,confused=0,chosen_spell=-1,stat1=get_skill_stat1(pl); -- object *newScroll; -+ object *newScroll = NULL; - - /* this is a sanity check */ - if (scroll->type!=SCROLL) { diff --git a/games/crossfire-server/files/patch-al b/games/crossfire-server/files/patch-al deleted file mode 100644 index 19089e690e69..000000000000 --- a/games/crossfire-server/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- server/init.c.orig Sun Jan 5 19:59:27 1997 -+++ server/init.c Wed Sep 17 12:27:59 1997 -@@ -450,7 +450,7 @@ - printf("New improve weapon:\t<false>\n"); - #endif - printf("Max_time:\t%d\n",MAX_TIME); -- execl("/bin/uname", "uname", "-a", NULL); -+ execl("/usr/bin/uname", "uname", "-a", NULL); - LOG(llevError, "Opps, should't have gotten here."); - perror("execl"); - exit(-1); diff --git a/games/crossfire-server/files/patch-am b/games/crossfire-server/files/patch-am deleted file mode 100644 index 53d47c620e01..000000000000 --- a/games/crossfire-server/files/patch-am +++ /dev/null @@ -1,14 +0,0 @@ ---- include/structs.h.orig Sun Jan 5 19:59:46 1997 -+++ include/structs.h Wed Sep 17 14:29:59 1997 -@@ -562,7 +562,11 @@ - char write_buf[MAX_BUF]; - char **info; - unsigned char infolines,infochars; /* How big the info-array is */ -+#if defined(__FreeBSD__) -+ char password[40]; -+#else - char password[16]; /* 2 (seed) + 11 (crypted) + 1 (EOS) + 2 (safety) = 16 */ -+#endif - #ifdef SAVE_INTERVAL - time_t last_save_time; - #endif /* SAVE_INTERVAL */ diff --git a/games/crossfire-server/files/patch-an b/games/crossfire-server/files/patch-an deleted file mode 100644 index 6773fcba278a..000000000000 --- a/games/crossfire-server/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- server/daemon.c.orig Sun Jan 5 19:59:27 1997 -+++ server/daemon.c Wed Sep 17 14:39:21 1997 -@@ -50,6 +50,9 @@ - printf("Couldn't create logfile.\n"); - exit(0); - } -+#if defined(__FreeBSD__) -+ setlinebuf (logfile); -+#endif - fputs("\n========================\n",logfile); - fputs("Begin New Server Session\n",logfile); - fputs("========================\n\n",logfile); diff --git a/games/crossfire-server/files/patch-ao b/games/crossfire-server/files/patch-ao deleted file mode 100644 index 9b1c2becdac5..000000000000 --- a/games/crossfire-server/files/patch-ao +++ /dev/null @@ -1,11 +0,0 @@ ---- config/crossfire.cf.orig Sat Sep 18 18:31:54 1999 -+++ config/crossfire.cf Sat Sep 18 18:32:23 1999 -@@ -174,7 +174,7 @@ - /* use /bin/cc you will be able to compile */ - /* crossfire itself. */ - --#ifdef AlphaArchitecture -+#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture) - CC = cc -std1 -Olimit 1000 /* Alpha */ - #endif - diff --git a/games/crossfire-server/pkg-comment b/games/crossfire-server/pkg-comment deleted file mode 100644 index 2783f34b6ca1..000000000000 --- a/games/crossfire-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multiplayer graphical arcade and adventure game made for X11 diff --git a/games/crossfire-server/pkg-descr b/games/crossfire-server/pkg-descr deleted file mode 100644 index bd68bcd8c17a..000000000000 --- a/games/crossfire-server/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -This is a multiplayer graphical arcade and adventure game made for -the X11 environment. - -It has certain flavours from other games, especially Gauntlet (TM) -and Nethack/Moria. - -Any number of players can move around in their own window, finding -and using items and battle monsters. They can choose to cooperate -or compete in the same "world". - -WWW: http://crossfire.real-time.com/ diff --git a/games/crossfire-server/pkg-message b/games/crossfire-server/pkg-message deleted file mode 100644 index 2a71b72dcafd..000000000000 --- a/games/crossfire-server/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Note: to start crossfire in clientmode - crossfire -xpm -Note: don't forget to update /usr/local/etc/rplay.conf - with new sounds in /usr/local/lib/crossfire/sounds diff --git a/games/crossfire-server/pkg-plist b/games/crossfire-server/pkg-plist deleted file mode 100644 index b6ce021171b7..000000000000 --- a/games/crossfire-server/pkg-plist +++ /dev/null @@ -1,2161 +0,0 @@ -bin/crossedit -bin/crossfire -bin/crossloop -bin/crossloop.pl -bin/crossrem.pl -bin/gensym.pl -bin/mapconv -bin/mktable -bin/tcpsockets.pl -lib/crossfire/fonts/crossfire.pcf -lib/crossfire/fonts/fonts.dir -lib/crossfire/lib/README -lib/crossfire/lib/adm/flushlocks -lib/crossfire/lib/animations -lib/crossfire/lib/archetypes -lib/crossfire/lib/artifacts -lib/crossfire/lib/ban_file -lib/crossfire/lib/bmaps -lib/crossfire/lib/bookarch -lib/crossfire/lib/crossfire.cfb -lib/crossfire/lib/crossfire.pix.1 -lib/crossfire/lib/crossfire.pix.2 -lib/crossfire/lib/crossfire.pix.3 -lib/crossfire/lib/crossfire.pix.4 -lib/crossfire/lib/crossfire.pix.5 -lib/crossfire/lib/crossfire.pix.6 -lib/crossfire/lib/crossfire.pix.7 -lib/crossfire/lib/def_help -lib/crossfire/lib/def_keys -lib/crossfire/lib/dm_file -lib/crossfire/lib/esrv_xpm.eric -lib/crossfire/lib/faces -lib/crossfire/lib/forbid -lib/crossfire/lib/formulae -lib/crossfire/lib/fsconfig -lib/crossfire/lib/help/apply -lib/crossfire/lib/help/bind -lib/crossfire/lib/help/cast -lib/crossfire/lib/help/golem -lib/crossfire/lib/help/invoke -lib/crossfire/lib/help/keys -lib/crossfire/lib/help/mark -lib/crossfire/lib/help/melee -lib/crossfire/lib/help/mouse -lib/crossfire/lib/help/move -lib/crossfire/lib/help/name -lib/crossfire/lib/help/output -lib/crossfire/lib/help/output-count -lib/crossfire/lib/help/output-sync -lib/crossfire/lib/help/party -lib/crossfire/lib/help/pickup -lib/crossfire/lib/help/quit -lib/crossfire/lib/help/range -lib/crossfire/lib/help/save -lib/crossfire/lib/help/sort_inventory -lib/crossfire/lib/help/spells -lib/crossfire/lib/help/statistics -lib/crossfire/lib/help/take -lib/crossfire/lib/help/traps -lib/crossfire/lib/help/unbind -lib/crossfire/lib/highscore -lib/crossfire/lib/maps/Lake_Country/Butakis/B_gshop -lib/crossfire/lib/maps/Lake_Country/Butakis/B_wshop -lib/crossfire/lib/maps/Lake_Country/Butakis/Butakis0 -lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib1 -lib/crossfire/lib/maps/Lake_Country/Butakis/Rlib2 -lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_portal -lib/crossfire/lib/maps/Lake_Country/Butakis/Wist_study -lib/crossfire/lib/maps/Lake_Country/Butakis/alchemist -lib/crossfire/lib/maps/Lake_Country/Butakis/arena -lib/crossfire/lib/maps/Lake_Country/Butakis/blacksmith -lib/crossfire/lib/maps/Lake_Country/Butakis/church-1 -lib/crossfire/lib/maps/Lake_Country/Butakis/church0 -lib/crossfire/lib/maps/Lake_Country/Butakis/church1 -lib/crossfire/lib/maps/Lake_Country/Butakis/gate_inner -lib/crossfire/lib/maps/Lake_Country/Butakis/gate_outer -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Bobs_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacks_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Jacobs_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/James_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Sams_house -lib/crossfire/lib/maps/Lake_Country/Butakis/houses/Seans_house -lib/crossfire/lib/maps/Lake_Country/Butakis/inn -lib/crossfire/lib/maps/Lake_Country/Butakis/luck1 -lib/crossfire/lib/maps/Lake_Country/Butakis/luck2 -lib/crossfire/lib/maps/Lake_Country/Butakis/luck3 -lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_s -lib/crossfire/lib/maps/Lake_Country/Butakis/p_ghouse_w -lib/crossfire/lib/maps/Lake_Country/Butakis/prison-1 -lib/crossfire/lib/maps/Lake_Country/Butakis/prison0 -lib/crossfire/lib/maps/Lake_Country/Butakis/prison1 -lib/crossfire/lib/maps/Lake_Country/Butakis/prison_e -lib/crossfire/lib/maps/Lake_Country/Butakis/prison_n -lib/crossfire/lib/maps/Lake_Country/Butakis/prison_s -lib/crossfire/lib/maps/Lake_Country/Butakis/prison_w -lib/crossfire/lib/maps/Lake_Country/DA -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard0 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard1 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard2 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard3 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard4 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard5 -lib/crossfire/lib/maps/Lake_Country/Mwizard/Mwizard6 -lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardD -lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardG -lib/crossfire/lib/maps/Lake_Country/Mwizard/MwizardT -lib/crossfire/lib/maps/Lake_Country/RETower/tower0 -lib/crossfire/lib/maps/Lake_Country/RETower/tower1 -lib/crossfire/lib/maps/Lake_Country/RETower/tower2 -lib/crossfire/lib/maps/Lake_Country/RETower/tower3 -lib/crossfire/lib/maps/Lake_Country/RETower/tower4 -lib/crossfire/lib/maps/Lake_Country/RETower/tower5 -lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/fortress -lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/gatehouse -lib/crossfire/lib/maps/Lake_Country/Sunset_Lake/inn -lib/crossfire/lib/maps/Lake_Country/ebony/entrance1 -lib/crossfire/lib/maps/Lake_Country/ebony/entrance2 -lib/crossfire/lib/maps/Lake_Country/ebony/masterlev -lib/crossfire/lib/maps/Lake_Country/kundi_area -lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_1 -lib/crossfire/lib/maps/Lake_Country/marsh/marsh1_2 -lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_1 -lib/crossfire/lib/maps/Lake_Country/marsh/marsh2_2 -lib/crossfire/lib/maps/Lake_Country/quest/lefttower2 -lib/crossfire/lib/maps/Lake_Country/shops/Mopoon_wshop -lib/crossfire/lib/maps/Lake_Country/shops/Olds_jewel -lib/crossfire/lib/maps/Lake_Country/shops/clems_archery -lib/crossfire/lib/maps/Lake_Country/shops/klondors_wands -lib/crossfire/lib/maps/Lake_Country/small_buildings/LC_inn1 -lib/crossfire/lib/maps/Lake_Country/small_buildings/burial_ground -lib/crossfire/lib/maps/Lake_Country/small_buildings/hut_Galmorus -lib/crossfire/lib/maps/Lake_Country/small_buildings/oak_twak1 -lib/crossfire/lib/maps/Lake_Country/small_buildings/portal -lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair1 -lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair2 -lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair3 -lib/crossfire/lib/maps/Lake_Country/snake_pit/Chaos_lair4 -lib/crossfire/lib/maps/Lake_Country/snake_pit/Takuse_lair -lib/crossfire/lib/maps/Lake_Country/snake_pit/pit -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_1 -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_2 -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_3 -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_4 -lib/crossfire/lib/maps/Lake_Country/snake_pit/snakepit_5 -lib/crossfire/lib/maps/README -lib/crossfire/lib/maps/asyvan/gate1 -lib/crossfire/lib/maps/asyvan/gate2 -lib/crossfire/lib/maps/asyvan/gate3 -lib/crossfire/lib/maps/asyvan/gate4 -lib/crossfire/lib/maps/asyvan/gate5 -lib/crossfire/lib/maps/asyvan/gate6 -lib/crossfire/lib/maps/asyvan/gate7 -lib/crossfire/lib/maps/asyvan/gate8 -lib/crossfire/lib/maps/asyvan/gate9 -lib/crossfire/lib/maps/asyvan/palace1 -lib/crossfire/lib/maps/asyvan/palace2 -lib/crossfire/lib/maps/asyvan/palace3 -lib/crossfire/lib/maps/brittany/Brest/Castle/AcidChamber -lib/crossfire/lib/maps/brittany/Brest/Castle/DragonRoom -lib/crossfire/lib/maps/brittany/Brest/Castle/Finale -lib/crossfire/lib/maps/brittany/Brest/Castle/LargeRoom -lib/crossfire/lib/maps/brittany/Brest/Castle/castle -lib/crossfire/lib/maps/brittany/Brest/amphis -lib/crossfire/lib/maps/brittany/Brest/brest -lib/crossfire/lib/maps/brittany/Brest/brest.armour -lib/crossfire/lib/maps/brittany/Brest/brest.cvt -lib/crossfire/lib/maps/brittany/Brest/brest.food -lib/crossfire/lib/maps/brittany/Brest/brest.inn -lib/crossfire/lib/maps/brittany/Brest/brest.magic -lib/crossfire/lib/maps/brittany/Brest/brest.orig -lib/crossfire/lib/maps/brittany/Brest/brest.weapon -lib/crossfire/lib/maps/brittany/Brest/elec.jes -lib/crossfire/lib/maps/brittany/Brest/info.2.zoon -lib/crossfire/lib/maps/brittany/Brest/info_first -lib/crossfire/lib/maps/brittany/Brest/jes.admini -lib/crossfire/lib/maps/brittany/Brest/jes.admini.1 -lib/crossfire/lib/maps/brittany/Brest/ludo1 -lib/crossfire/lib/maps/brittany/Brest/ludo2 -lib/crossfire/lib/maps/brittany/Brest/nasty_house -lib/crossfire/lib/maps/brittany/Brest/sport.jess -lib/crossfire/lib/maps/brittany/Brest/underground -lib/crossfire/lib/maps/brittany/Brest/underground2 -lib/crossfire/lib/maps/brittany/dol-guldur.1 -lib/crossfire/lib/maps/brittany/dol-guldur.2 -lib/crossfire/lib/maps/brittany/dol-guldur.3 -lib/crossfire/lib/maps/brittany/dol-guldur.4 -lib/crossfire/lib/maps/brittany/dol-guldur.5 -lib/crossfire/lib/maps/brittany/dol-guldur.6 -lib/crossfire/lib/maps/brittany/enigme.1 -lib/crossfire/lib/maps/brittany/enigme.2 -lib/crossfire/lib/maps/brittany/enigme.3 -lib/crossfire/lib/maps/brittany/enigme.4 -lib/crossfire/lib/maps/brittany/enigme.5 -lib/crossfire/lib/maps/brittany/enigme.6 -lib/crossfire/lib/maps/brittany/hole -lib/crossfire/lib/maps/brittany/jessy.1 -lib/crossfire/lib/maps/brittany/jessy.2 -lib/crossfire/lib/maps/brittany/jessy.3 -lib/crossfire/lib/maps/brittany/khazad.1 -lib/crossfire/lib/maps/brittany/khazad.2 -lib/crossfire/lib/maps/brittany/khazad.3 -lib/crossfire/lib/maps/brittany/khazad.4 -lib/crossfire/lib/maps/brittany/khazad.5 -lib/crossfire/lib/maps/brittany/tower_of__zoon -lib/crossfire/lib/maps/cd/cd.castle.750 -lib/crossfire/lib/maps/cd/cd.cellar1.757 -lib/crossfire/lib/maps/cd/cd.inn.752 -lib/crossfire/lib/maps/cd/cd.store.753 -lib/crossfire/lib/maps/cd/cd.tower1.754 -lib/crossfire/lib/maps/cd/cd.tower2.755 -lib/crossfire/lib/maps/cd/cd.tunnel.751 -lib/crossfire/lib/maps/city/cannery/ware1 -lib/crossfire/lib/maps/city/city -lib/crossfire/lib/maps/city/houses/house.haunted -lib/crossfire/lib/maps/city/houses/house.haunted2 -lib/crossfire/lib/maps/city/houses/house1 -lib/crossfire/lib/maps/city/houses/house2 -lib/crossfire/lib/maps/city/houses/jones -lib/crossfire/lib/maps/city/houses/map.fr.ruin -lib/crossfire/lib/maps/city/houses/maze1 -lib/crossfire/lib/maps/city/houses/newhouse1 -lib/crossfire/lib/maps/city/houses/wizz.entry -lib/crossfire/lib/maps/city/houses/wizz.lev1 -lib/crossfire/lib/maps/city/houses/wizz.lev1.pass1 -lib/crossfire/lib/maps/city/kar/creepy.house -lib/crossfire/lib/maps/city/kar/creepy.house2 -lib/crossfire/lib/maps/city/kar/drink -lib/crossfire/lib/maps/city/kar/gorks1 -lib/crossfire/lib/maps/city/kar/gorks2 -lib/crossfire/lib/maps/city/kar/gorks3 -lib/crossfire/lib/maps/city/kar/somehouse -lib/crossfire/lib/maps/city/kar/somehouse2 -lib/crossfire/lib/maps/city/kar/somehouse3 -lib/crossfire/lib/maps/city/magara/porter_house -lib/crossfire/lib/maps/city/mansion/entrance -lib/crossfire/lib/maps/city/mansion/garden -lib/crossfire/lib/maps/city/mansion/muriskunes -lib/crossfire/lib/maps/city/mansion/str-tunnel -lib/crossfire/lib/maps/city/mansion/stronghold -lib/crossfire/lib/maps/city/misc/arena -lib/crossfire/lib/maps/city/misc/beginners -lib/crossfire/lib/maps/city/misc/castle -lib/crossfire/lib/maps/city/misc/castle2 -lib/crossfire/lib/maps/city/misc/church -lib/crossfire/lib/maps/city/misc/cityhall -lib/crossfire/lib/maps/city/misc/devourlower -lib/crossfire/lib/maps/city/misc/gatehouse -lib/crossfire/lib/maps/city/misc/library -lib/crossfire/lib/maps/city/misc/mercenaries -lib/crossfire/lib/maps/city/misc/prison -lib/crossfire/lib/maps/city/misc/templedevour -lib/crossfire/lib/maps/city/misc/templelyth -lib/crossfire/lib/maps/city/misc/zoo -lib/crossfire/lib/maps/city/oldcity/end -lib/crossfire/lib/maps/city/oldcity/oldcity1 -lib/crossfire/lib/maps/city/oldcity/oldcity10 -lib/crossfire/lib/maps/city/oldcity/oldcity11 -lib/crossfire/lib/maps/city/oldcity/oldcity12 -lib/crossfire/lib/maps/city/oldcity/oldcity13 -lib/crossfire/lib/maps/city/oldcity/oldcity14 -lib/crossfire/lib/maps/city/oldcity/oldcity15 -lib/crossfire/lib/maps/city/oldcity/oldcity2 -lib/crossfire/lib/maps/city/oldcity/oldcity3 -lib/crossfire/lib/maps/city/oldcity/oldcity4 -lib/crossfire/lib/maps/city/oldcity/oldcity5 -lib/crossfire/lib/maps/city/oldcity/oldcity6 -lib/crossfire/lib/maps/city/oldcity/oldcity7 -lib/crossfire/lib/maps/city/oldcity/oldcity8 -lib/crossfire/lib/maps/city/oldcity/oldcity9 -lib/crossfire/lib/maps/city/shops/armourshop -lib/crossfire/lib/maps/city/shops/bank -lib/crossfire/lib/maps/city/shops/bowshop -lib/crossfire/lib/maps/city/shops/gemshop -lib/crossfire/lib/maps/city/shops/generalshop -lib/crossfire/lib/maps/city/shops/magicshop -lib/crossfire/lib/maps/city/shops/potionshop -lib/crossfire/lib/maps/city/shops/weaponshop -lib/crossfire/lib/maps/city/taverns/apartments -lib/crossfire/lib/maps/city/taverns/goths -lib/crossfire/lib/maps/city/taverns/goths0 -lib/crossfire/lib/maps/city/taverns/goths2 -lib/crossfire/lib/maps/city/taverns/inn -lib/crossfire/lib/maps/city/taverns/inn2 -lib/crossfire/lib/maps/city/towers/tower -lib/crossfire/lib/maps/city/towers/tower.mad -lib/crossfire/lib/maps/city/towers/tower.mad1 -lib/crossfire/lib/maps/city/towers/tower.mad2 -lib/crossfire/lib/maps/city/towers/tower.mad3 -lib/crossfire/lib/maps/dragonisland/advguild -lib/crossfire/lib/maps/dragonisland/advguild2 -lib/crossfire/lib/maps/dragonisland/advguild3 -lib/crossfire/lib/maps/dragonisland/advshop0 -lib/crossfire/lib/maps/dragonisland/advshop1 -lib/crossfire/lib/maps/dragonisland/advshop2 -lib/crossfire/lib/maps/dragonisland/advshop3 -lib/crossfire/lib/maps/dragonisland/advshop4 -lib/crossfire/lib/maps/dragonisland/advshop5 -lib/crossfire/lib/maps/dragonisland/advshop6 -lib/crossfire/lib/maps/dragonisland/apartment2 -lib/crossfire/lib/maps/dragonisland/apartment3 -lib/crossfire/lib/maps/dragonisland/beginners2 -lib/crossfire/lib/maps/dragonisland/bloodwell -lib/crossfire/lib/maps/dragonisland/damarishouse0 -lib/crossfire/lib/maps/dragonisland/damarishouse1 -lib/crossfire/lib/maps/dragonisland/damarishouse2 -lib/crossfire/lib/maps/dragonisland/dragonmountain0 -lib/crossfire/lib/maps/dragonisland/dragonmountain1 -lib/crossfire/lib/maps/dragonisland/drowmansion -lib/crossfire/lib/maps/dragonisland/hangar -lib/crossfire/lib/maps/dragonisland/house1 -lib/crossfire/lib/maps/dragonisland/house4 -lib/crossfire/lib/maps/dragonisland/house5 -lib/crossfire/lib/maps/dragonisland/house6 -lib/crossfire/lib/maps/dragonisland/house7 -lib/crossfire/lib/maps/dragonisland/house8 -lib/crossfire/lib/maps/dragonisland/house9 -lib/crossfire/lib/maps/dragonisland/housebrxzl -lib/crossfire/lib/maps/dragonisland/intwell -lib/crossfire/lib/maps/dragonisland/island -lib/crossfire/lib/maps/dragonisland/keysale -lib/crossfire/lib/maps/dragonisland/luxhouse -lib/crossfire/lib/maps/dragonisland/stoneville -lib/crossfire/lib/maps/dragonisland/tavern -lib/crossfire/lib/maps/dragonisland/thievesden -lib/crossfire/lib/maps/dtabb/cave -lib/crossfire/lib/maps/dtabb/cave2 -lib/crossfire/lib/maps/dtabb/quest/fire -lib/crossfire/lib/maps/dtabb/quest/shop_b -lib/crossfire/lib/maps/dtabb/quest/shop_f -lib/crossfire/lib/maps/dtabb/quest/tower1 -lib/crossfire/lib/maps/dtabb/quest/tower2 -lib/crossfire/lib/maps/dtabb/quest/towers -lib/crossfire/lib/maps/dtabb/quest/town2 -lib/crossfire/lib/maps/dtabb/quest/water -lib/crossfire/lib/maps/dtabb/town/church -lib/crossfire/lib/maps/dtabb/town/inn -lib/crossfire/lib/maps/dtabb/town/quest -lib/crossfire/lib/maps/dtabb/town/shop_a -lib/crossfire/lib/maps/dtabb/town/shop_g -lib/crossfire/lib/maps/dtabb/town/shop_m -lib/crossfire/lib/maps/dtabb/town/shop_w -lib/crossfire/lib/maps/dtabb/town/tavern -lib/crossfire/lib/maps/dtabb/town/town -lib/crossfire/lib/maps/editor/picks/TownStaff -lib/crossfire/lib/maps/editor/picks/alchemy -lib/crossfire/lib/maps/editor/picks/alltown -lib/crossfire/lib/maps/editor/picks/artifacts -lib/crossfire/lib/maps/editor/picks/background -lib/crossfire/lib/maps/editor/picks/equipment -lib/crossfire/lib/maps/editor/picks/exits -lib/crossfire/lib/maps/editor/picks/exits.orig -lib/crossfire/lib/maps/editor/picks/food-bparts -lib/crossfire/lib/maps/editor/picks/indoors -lib/crossfire/lib/maps/editor/picks/items -lib/crossfire/lib/maps/editor/picks/items.orig -lib/crossfire/lib/maps/editor/picks/lakes -lib/crossfire/lib/maps/editor/picks/monsters -lib/crossfire/lib/maps/editor/picks/monsters2 -lib/crossfire/lib/maps/editor/picks/monsters2.orig -lib/crossfire/lib/maps/editor/picks/other -lib/crossfire/lib/maps/editor/picks/outdoors -lib/crossfire/lib/maps/editor/picks/readables -lib/crossfire/lib/maps/editor/picks/rivers -lib/crossfire/lib/maps/editor/picks/runes -lib/crossfire/lib/maps/editor/picks/runes.orig -lib/crossfire/lib/maps/editor/picks/shops -lib/crossfire/lib/maps/editor/picks/special -lib/crossfire/lib/maps/editor/picks/special.orig -lib/crossfire/lib/maps/editor/picks/town -lib/crossfire/lib/maps/editor/walls/caves -lib/crossfire/lib/maps/editor/walls/caves2 -lib/crossfire/lib/maps/editor/walls/misc -lib/crossfire/lib/maps/editor/walls/wall -lib/crossfire/lib/maps/eeur/barad_dur -lib/crossfire/lib/maps/eeur/hut.1 -lib/crossfire/lib/maps/eeur/hut.2 -lib/crossfire/lib/maps/eeur/tower1.1 -lib/crossfire/lib/maps/eeur/tower1.2 -lib/crossfire/lib/maps/eeur/tower1.3 -lib/crossfire/lib/maps/eeur/tower1.4 -lib/crossfire/lib/maps/ender/island/isl_yel -lib/crossfire/lib/maps/ender/island/island1 -lib/crossfire/lib/maps/ender/island/jungle -lib/crossfire/lib/maps/ender/island/middleisland -lib/crossfire/lib/maps/ender/island/strong_island -lib/crossfire/lib/maps/ender/island/stronghold -lib/crossfire/lib/maps/ender/island/treas_room -lib/crossfire/lib/maps/ender/island/treasureisland -lib/crossfire/lib/maps/ender/piratedung -lib/crossfire/lib/maps/ender/pirateenter -lib/crossfire/lib/maps/ender/pisland/hut -lib/crossfire/lib/maps/ender/pisland/pirateisland -lib/crossfire/lib/maps/ender/pisland/ship -lib/crossfire/lib/maps/ender/pisland/ship_deck2 -lib/crossfire/lib/maps/ender/pisland/underworld -lib/crossfire/lib/maps/ender/pisland/vol_vill_shops -lib/crossfire/lib/maps/ender/pisland/vol_village -lib/crossfire/lib/maps/ender/pisland/volcano -lib/crossfire/lib/maps/ender/pisland/vvhuts -lib/crossfire/lib/maps/ender/pisland/vvmansion -lib/crossfire/lib/maps/ender/temple/enterance -lib/crossfire/lib/maps/ender/temple/temp_dung1 -lib/crossfire/lib/maps/ender/temple/temple -lib/crossfire/lib/maps/esben/ancient_hut -lib/crossfire/lib/maps/esben/castle_aaaarg -lib/crossfire/lib/maps/esben/grukks.1 -lib/crossfire/lib/maps/esben/grukks.2 -lib/crossfire/lib/maps/esben/grukks.3 -lib/crossfire/lib/maps/esben/grukks.4 -lib/crossfire/lib/maps/esben/hole -lib/crossfire/lib/maps/esben/kjerring -lib/crossfire/lib/maps/esben/map.esben.2 -lib/crossfire/lib/maps/esben/puddings.place -lib/crossfire/lib/maps/esben/ruins -lib/crossfire/lib/maps/esben/sokoban1 -lib/crossfire/lib/maps/esben/sokoban2 -lib/crossfire/lib/maps/esben/sokoban3 -lib/crossfire/lib/maps/esben/sokoban4 -lib/crossfire/lib/maps/esben/sokoban5 -lib/crossfire/lib/maps/esben/watertunnel -lib/crossfire/lib/maps/espen/church.2 -lib/crossfire/lib/maps/espen/church.3 -lib/crossfire/lib/maps/espen/church.4a -lib/crossfire/lib/maps/espen/church.4b -lib/crossfire/lib/maps/espen/church.4c -lib/crossfire/lib/maps/espen/church.4d -lib/crossfire/lib/maps/espen/espen1 -lib/crossfire/lib/maps/espen/espen2 -lib/crossfire/lib/maps/espen/palace -lib/crossfire/lib/maps/generic/castle1.0 -lib/crossfire/lib/maps/generic/castle1.1 -lib/crossfire/lib/maps/generic/castle1.2 -lib/crossfire/lib/maps/generic/castle1.3 -lib/crossfire/lib/maps/generic/castle2.0 -lib/crossfire/lib/maps/generic/castle2.1 -lib/crossfire/lib/maps/generic/castle2.2 -lib/crossfire/lib/maps/generic/castle2.3 -lib/crossfire/lib/maps/generic/cave2 -lib/crossfire/lib/maps/generic/house1 -lib/crossfire/lib/maps/generic/undead.1 -lib/crossfire/lib/maps/generic/undead.2 -lib/crossfire/lib/maps/generic/undead.3 -lib/crossfire/lib/maps/generic/village1 -lib/crossfire/lib/maps/generic/volcano/level1 -lib/crossfire/lib/maps/generic/volcano/level2 -lib/crossfire/lib/maps/generic/volcano/level3 -lib/crossfire/lib/maps/generic/volcano/level4 -lib/crossfire/lib/maps/generic/xyzzy-mines -lib/crossfire/lib/maps/good/pantheon -lib/crossfire/lib/maps/hendel/acid_room -lib/crossfire/lib/maps/hendel/mountain_pass -lib/crossfire/lib/maps/hendel/pre_acid -lib/crossfire/lib/maps/kar/boulder_inferno -lib/crossfire/lib/maps/kar/devil.church1 -lib/crossfire/lib/maps/kar/devil.church2 -lib/crossfire/lib/maps/kar/devil.church3 -lib/crossfire/lib/maps/kar/devil.church4 -lib/crossfire/lib/maps/kar/devil.church5 -lib/crossfire/lib/maps/kar/hallofbones -lib/crossfire/lib/maps/kar/magic.shop -lib/crossfire/lib/maps/kar/map.fr.0 -lib/crossfire/lib/maps/kar/map.fr.1 -lib/crossfire/lib/maps/kar/map.fr.2 -lib/crossfire/lib/maps/kar/map.fr.3 -lib/crossfire/lib/maps/kar/undead -lib/crossfire/lib/maps/kar/wiz1 -lib/crossfire/lib/maps/kar/wiz2 -lib/crossfire/lib/maps/kar/wiz3 -lib/crossfire/lib/maps/kar/wiz4 -lib/crossfire/lib/maps/kar/wiz5 -lib/crossfire/lib/maps/kar/wiz6 -lib/crossfire/lib/maps/kar/wiz7 -lib/crossfire/lib/maps/langley/goblin/caves -lib/crossfire/lib/maps/langley/goblin/dungeon1 -lib/crossfire/lib/maps/langley/goblin/dungeon2 -lib/crossfire/lib/maps/langley/goblin/dungeon3 -lib/crossfire/lib/maps/langley/goblin/fort2 -lib/crossfire/lib/maps/langley/goblin/fortress -lib/crossfire/lib/maps/langley/goblin/goblinisle -lib/crossfire/lib/maps/langley/goblin/hole -lib/crossfire/lib/maps/langley/goblin/hut -lib/crossfire/lib/maps/langley/goblin/netower -lib/crossfire/lib/maps/langley/goblin/nwtower -lib/crossfire/lib/maps/langley/goblin/setower -lib/crossfire/lib/maps/langley/goblin/swtower -lib/crossfire/lib/maps/langley/pirates/fortvsship -lib/crossfire/lib/maps/langley/pirates/madvillage -lib/crossfire/lib/maps/langley/pirates/mbgrave -lib/crossfire/lib/maps/langley/pirates/mbgrave2 -lib/crossfire/lib/maps/langley/pirates/mooglyprize -lib/crossfire/lib/maps/langley/pirates/mooglypuzzle -lib/crossfire/lib/maps/langley/pirates/tortcave -lib/crossfire/lib/maps/langley/pirates/torthole -lib/crossfire/lib/maps/langley/pirates/tortola -lib/crossfire/lib/maps/langley/pirates/tortship -lib/crossfire/lib/maps/langley/pirates/tortship2 -lib/crossfire/lib/maps/langley/pirates/tortship3 -lib/crossfire/lib/maps/langley/pirates/torttemple -lib/crossfire/lib/maps/langley/readme -lib/crossfire/lib/maps/langley/town/church -lib/crossfire/lib/maps/langley/town/churchcrypt -lib/crossfire/lib/maps/langley/town/churchtower -lib/crossfire/lib/maps/langley/town/dshark -lib/crossfire/lib/maps/langley/town/generalstore -lib/crossfire/lib/maps/langley/town/inn -lib/crossfire/lib/maps/langley/town/percy -lib/crossfire/lib/maps/langley/town/portia -lib/crossfire/lib/maps/langley/town/portia2 -lib/crossfire/lib/maps/langley/town/portjoseph -lib/crossfire/lib/maps/mcz/castle1 -lib/crossfire/lib/maps/mcz/castle_air -lib/crossfire/lib/maps/mcz/castle_earth -lib/crossfire/lib/maps/mcz/castle_fire -lib/crossfire/lib/maps/mcz/castle_low1 -lib/crossfire/lib/maps/mcz/castle_low2 -lib/crossfire/lib/maps/mcz/castle_water -lib/crossfire/lib/maps/mcz/forest -lib/crossfire/lib/maps/navar_city/city1 -lib/crossfire/lib/maps/navar_city/city1armour -lib/crossfire/lib/maps/navar_city/city1bank -lib/crossfire/lib/maps/navar_city/city1church1 -lib/crossfire/lib/maps/navar_city/city1court -lib/crossfire/lib/maps/navar_city/city1enter -lib/crossfire/lib/maps/navar_city/city1gen -lib/crossfire/lib/maps/navar_city/city1houses -lib/crossfire/lib/maps/navar_city/city1houses2 -lib/crossfire/lib/maps/navar_city/city1magic -lib/crossfire/lib/maps/navar_city/city1mermaid -lib/crossfire/lib/maps/navar_city/city1prison -lib/crossfire/lib/maps/navar_city/city1smith -lib/crossfire/lib/maps/navar_city/city1weapon -lib/crossfire/lib/maps/navar_city/illusion/illexit -lib/crossfire/lib/maps/navar_city/illusion/illtow1 -lib/crossfire/lib/maps/navar_city/illusion/illtow2 -lib/crossfire/lib/maps/navar_city/illusion/illtow3 -lib/crossfire/lib/maps/navar_city/illusion/illtow4 -lib/crossfire/lib/maps/navar_city/illusion/illtow5 -lib/crossfire/lib/maps/navar_city/illusion/illtow6 -lib/crossfire/lib/maps/navar_city/illusion/illtow7 -lib/crossfire/lib/maps/navar_city/light/light0 -lib/crossfire/lib/maps/navar_city/light/light1 -lib/crossfire/lib/maps/navar_city/light/light2 -lib/crossfire/lib/maps/navar_city/light/light3 -lib/crossfire/lib/maps/navar_city/light/light4 -lib/crossfire/lib/maps/navar_city/light/smugship -lib/crossfire/lib/maps/navar_city/light/smugship1 -lib/crossfire/lib/maps/navar_city/magara/houses/earth_house -lib/crossfire/lib/maps/navar_city/magara/houses/family_house -lib/crossfire/lib/maps/navar_city/magara/houses/kaisas_place -lib/crossfire/lib/maps/navar_city/magara/houses/large_house -lib/crossfire/lib/maps/navar_city/magara/houses/museum -lib/crossfire/lib/maps/navar_city/tower/magetower1 -lib/crossfire/lib/maps/navar_city/tower/magetower2 -lib/crossfire/lib/maps/navar_city/tower/magetower3 -lib/crossfire/lib/maps/navar_city/tower/magetower4 -lib/crossfire/lib/maps/navar_city/tower/magetower5 -lib/crossfire/lib/maps/navar_city/tower/magetower_low -lib/crossfire/lib/maps/navar_city/tower/magetowfinal -lib/crossfire/lib/maps/navar_city/warehouse1 -lib/crossfire/lib/maps/navar_city/warehouse2 -lib/crossfire/lib/maps/navar_city/warehouse3 -lib/crossfire/lib/maps/navar_city/warehouse4 -lib/crossfire/lib/maps/navar_city/warehouse5 -lib/crossfire/lib/maps/navar_city/warehouse6 -lib/crossfire/lib/maps/navar_city/warehouse7 -lib/crossfire/lib/maps/navar_city/warehouse8 -lib/crossfire/lib/maps/peterm/CTower/Barracks -lib/crossfire/lib/maps/peterm/CTower/CTower -lib/crossfire/lib/maps/peterm/CTower/Chamber -lib/crossfire/lib/maps/peterm/CTower/Dungeon -lib/crossfire/lib/maps/peterm/CTower/GroundLevel -lib/crossfire/lib/maps/peterm/CTower/Laboratory -lib/crossfire/lib/maps/peterm/CTower/Library -lib/crossfire/lib/maps/peterm/CTower/Officers -lib/crossfire/lib/maps/peterm/CTower/Servants -lib/crossfire/lib/maps/peterm/CTower/Study -lib/crossfire/lib/maps/peterm/CTower/TowerTop -lib/crossfire/lib/maps/peterm/Demonology/AirMaster -lib/crossfire/lib/maps/peterm/Demonology/AirStudy -lib/crossfire/lib/maps/peterm/Demonology/AirTower1 -lib/crossfire/lib/maps/peterm/Demonology/AirTower2 -lib/crossfire/lib/maps/peterm/Demonology/ApprenticeLevel -lib/crossfire/lib/maps/peterm/Demonology/Demon1 -lib/crossfire/lib/maps/peterm/Demonology/Demon2 -lib/crossfire/lib/maps/peterm/Demonology/Demon3 -lib/crossfire/lib/maps/peterm/Demonology/EarthMaster -lib/crossfire/lib/maps/peterm/Demonology/EarthStudy -lib/crossfire/lib/maps/peterm/Demonology/EarthTower1 -lib/crossfire/lib/maps/peterm/Demonology/EarthTower2 -lib/crossfire/lib/maps/peterm/Demonology/Entrance -lib/crossfire/lib/maps/peterm/Demonology/Entrance.orig -lib/crossfire/lib/maps/peterm/Demonology/FireMaster -lib/crossfire/lib/maps/peterm/Demonology/FireStudy -lib/crossfire/lib/maps/peterm/Demonology/FireTower1 -lib/crossfire/lib/maps/peterm/Demonology/FireTower2 -lib/crossfire/lib/maps/peterm/Demonology/GroundLevel -lib/crossfire/lib/maps/peterm/Demonology/HighTower1 -lib/crossfire/lib/maps/peterm/Demonology/HighTower2 -lib/crossfire/lib/maps/peterm/Demonology/HighTowerTop -lib/crossfire/lib/maps/peterm/Demonology/JourneymanLevel -lib/crossfire/lib/maps/peterm/Demonology/MasterLevel -lib/crossfire/lib/maps/peterm/Demonology/WaterMaster -lib/crossfire/lib/maps/peterm/Demonology/WaterStudy -lib/crossfire/lib/maps/peterm/Demonology/WaterTower1 -lib/crossfire/lib/maps/peterm/Demonology/WaterTower2 -lib/crossfire/lib/maps/peterm/DragonQuest/ElectricAnte -lib/crossfire/lib/maps/peterm/DragonQuest/ElectricHatchery -lib/crossfire/lib/maps/peterm/DragonQuest/ElectricLord -lib/crossfire/lib/maps/peterm/DragonQuest/Entrance -lib/crossfire/lib/maps/peterm/DragonQuest/FireAnte -lib/crossfire/lib/maps/peterm/DragonQuest/FireHatchery -lib/crossfire/lib/maps/peterm/DragonQuest/FireLord -lib/crossfire/lib/maps/peterm/DragonQuest/IceAnte -lib/crossfire/lib/maps/peterm/DragonQuest/IceHatchery -lib/crossfire/lib/maps/peterm/DragonQuest/IceLord -lib/crossfire/lib/maps/peterm/DragonQuest/WyvernNest -lib/crossfire/lib/maps/peterm/FireTemple/Entrance -lib/crossfire/lib/maps/peterm/FireTemple/FifthFloor -lib/crossfire/lib/maps/peterm/FireTemple/Fire1 -lib/crossfire/lib/maps/peterm/FireTemple/Fire2 -lib/crossfire/lib/maps/peterm/FireTemple/Fire3 -lib/crossfire/lib/maps/peterm/FireTemple/Fire4 -lib/crossfire/lib/maps/peterm/FireTemple/FirstFloor -lib/crossfire/lib/maps/peterm/FireTemple/FourthFloor -lib/crossfire/lib/maps/peterm/FireTemple/HotMines -lib/crossfire/lib/maps/peterm/FireTemple/LavaChamber -lib/crossfire/lib/maps/peterm/FireTemple/Mezannine1 -lib/crossfire/lib/maps/peterm/FireTemple/Passageway -lib/crossfire/lib/maps/peterm/FireTemple/SecondFloor -lib/crossfire/lib/maps/peterm/FireTemple/ThirdFloor -lib/crossfire/lib/maps/peterm/temple/AnteChamber -lib/crossfire/lib/maps/peterm/temple/GemTunnel -lib/crossfire/lib/maps/peterm/temple/InnerTemple -lib/crossfire/lib/maps/peterm/temple/OuterTemple -lib/crossfire/lib/maps/peterm/temple/Temple -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.1 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.2 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.3 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.4 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.5 -lib/crossfire/lib/maps/pup_land/ancient/castle/castle.ud1 -lib/crossfire/lib/maps/pup_land/ancient/castle/ghoswolte -lib/crossfire/lib/maps/pup_land/ancient/company -lib/crossfire/lib/maps/pup_land/ancient/kurte/house -lib/crossfire/lib/maps/pup_land/ancient/kurte/kurte -lib/crossfire/lib/maps/pup_land/ancient/kurte/shop -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.3 -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.4 -lib/crossfire/lib/maps/pup_land/ancient/mountain/Tower.B1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/atelir2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/cave.b3 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.a3 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b1 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b2 -lib/crossfire/lib/maps/pup_land/ancient/mountain/mountain.b3 -lib/crossfire/lib/maps/pup_land/ancient/mountain/tower.1 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house1 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house2 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house3 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house4 -lib/crossfire/lib/maps/pup_land/ancient/ruin/house5 -lib/crossfire/lib/maps/pup_land/ancient/ruin/path -lib/crossfire/lib/maps/pup_land/ancient/ruin/shop -lib/crossfire/lib/maps/pup_land/ancient/ruin/tower -lib/crossfire/lib/maps/pup_land/ancient/ruin/underground -lib/crossfire/lib/maps/pup_land/ancient/ruin/village -lib/crossfire/lib/maps/pup_land/ancient/to_future -lib/crossfire/lib/maps/pup_land/ancient/village/graveyard -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B1 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B2 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B3 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B4 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B5 -lib/crossfire/lib/maps/pup_land/ancient/village/hole/hole.B6 -lib/crossfire/lib/maps/pup_land/ancient/village/hut1 -lib/crossfire/lib/maps/pup_land/ancient/village/hut2 -lib/crossfire/lib/maps/pup_land/ancient/village/hut3 -lib/crossfire/lib/maps/pup_land/ancient/village/hut4 -lib/crossfire/lib/maps/pup_land/ancient/village/hut5 -lib/crossfire/lib/maps/pup_land/ancient/village/hut6 -lib/crossfire/lib/maps/pup_land/ancient/village/inn -lib/crossfire/lib/maps/pup_land/ancient/village/shop -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/lever -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.1 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.2 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.3 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B1 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B2 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B3 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B4 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5 -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5a -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5b -lib/crossfire/lib/maps/pup_land/ancient/village/siegfried/siegfried.B5c -lib/crossfire/lib/maps/pup_land/ancient/village/tavern -lib/crossfire/lib/maps/pup_land/ancient/village/tavern1 -lib/crossfire/lib/maps/pup_land/ancient/village/village -lib/crossfire/lib/maps/pup_land/ancient/world -lib/crossfire/lib/maps/pup_land/barrier -lib/crossfire/lib/maps/pup_land/begin/adv -lib/crossfire/lib/maps/pup_land/begin/p1 -lib/crossfire/lib/maps/pup_land/begin/p2 -lib/crossfire/lib/maps/pup_land/begin/p3 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca1 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca2 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca3 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca4 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca5 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca6 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca7 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca8 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eureca9 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB1 -lib/crossfire/lib/maps/pup_land/castle_eureca/castle_eurecaB2 -lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass -lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass2 -lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass3 -lib/crossfire/lib/maps/pup_land/castle_eureca/cave_pass4 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave1 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave2 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave3 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave4 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave5 -lib/crossfire/lib/maps/pup_land/cave_weapon/cave5.bak -lib/crossfire/lib/maps/pup_land/cave_weapon/cave51 -lib/crossfire/lib/maps/pup_land/hall2 -lib/crossfire/lib/maps/pup_land/hall_of_fame -lib/crossfire/lib/maps/pup_land/hq -lib/crossfire/lib/maps/pup_land/hq_ud -lib/crossfire/lib/maps/pup_land/jk/Fogs -lib/crossfire/lib/maps/pup_land/jk/gs_house -lib/crossfire/lib/maps/pup_land/jk/heads -lib/crossfire/lib/maps/pup_land/kurte/eureca_road1 -lib/crossfire/lib/maps/pup_land/kurte/eureca_road2 -lib/crossfire/lib/maps/pup_land/kurte/eureca_road3 -lib/crossfire/lib/maps/pup_land/kurte/eureca_road31 -lib/crossfire/lib/maps/pup_land/kurte/house -lib/crossfire/lib/maps/pup_land/kurte/hut1 -lib/crossfire/lib/maps/pup_land/kurte/hut2 -lib/crossfire/lib/maps/pup_land/kurte/jungle -lib/crossfire/lib/maps/pup_land/kurte/kurte -lib/crossfire/lib/maps/pup_land/kurte/penta -lib/crossfire/lib/maps/pup_land/kurte/to_past -lib/crossfire/lib/maps/pup_land/lone_town/bank -lib/crossfire/lib/maps/pup_land/lone_town/cave/B1 -lib/crossfire/lib/maps/pup_land/lone_town/cave/B2 -lib/crossfire/lib/maps/pup_land/lone_town/cave/B3 -lib/crossfire/lib/maps/pup_land/lone_town/church -lib/crossfire/lib/maps/pup_land/lone_town/church_ud -lib/crossfire/lib/maps/pup_land/lone_town/cordish -lib/crossfire/lib/maps/pup_land/lone_town/cordish2 -lib/crossfire/lib/maps/pup_land/lone_town/dress1 -lib/crossfire/lib/maps/pup_land/lone_town/dress2 -lib/crossfire/lib/maps/pup_land/lone_town/dress3 -lib/crossfire/lib/maps/pup_land/lone_town/gemshop -lib/crossfire/lib/maps/pup_land/lone_town/gemshop_ud -lib/crossfire/lib/maps/pup_land/lone_town/gshop -lib/crossfire/lib/maps/pup_land/lone_town/gshop_ud -lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom -lib/crossfire/lib/maps/pup_land/lone_town/guild_freedom_ud -lib/crossfire/lib/maps/pup_land/lone_town/guild_law -lib/crossfire/lib/maps/pup_land/lone_town/guild_law_ud -lib/crossfire/lib/maps/pup_land/lone_town/heinrich -lib/crossfire/lib/maps/pup_land/lone_town/inn -lib/crossfire/lib/maps/pup_land/lone_town/magic -lib/crossfire/lib/maps/pup_land/lone_town/magic.old -lib/crossfire/lib/maps/pup_land/lone_town/mshop -lib/crossfire/lib/maps/pup_land/lone_town/mshop_ud -lib/crossfire/lib/maps/pup_land/lone_town/nf_bar -lib/crossfire/lib/maps/pup_land/lone_town/pupuly -lib/crossfire/lib/maps/pup_land/lone_town/tavern -lib/crossfire/lib/maps/pup_land/lone_town/tavern_ud -lib/crossfire/lib/maps/pup_land/lone_town/thief_market -lib/crossfire/lib/maps/pup_land/lone_town/town -lib/crossfire/lib/maps/pup_land/lone_town/town_ud1 -lib/crossfire/lib/maps/pup_land/lone_town/town_ud2 -lib/crossfire/lib/maps/pup_land/lone_town/training -lib/crossfire/lib/maps/pup_land/lone_town/training2 -lib/crossfire/lib/maps/pup_land/nurnberg/agito -lib/crossfire/lib/maps/pup_land/nurnberg/alshop -lib/crossfire/lib/maps/pup_land/nurnberg/aqueduct -lib/crossfire/lib/maps/pup_land/nurnberg/ashop -lib/crossfire/lib/maps/pup_land/nurnberg/bank -lib/crossfire/lib/maps/pup_land/nurnberg/bshop -lib/crossfire/lib/maps/pup_land/nurnberg/castle -lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle2 -lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle3 -lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer/castle4 -lib/crossfire/lib/maps/pup_land/nurnberg/castle_ud -lib/crossfire/lib/maps/pup_land/nurnberg/church -lib/crossfire/lib/maps/pup_land/nurnberg/city -lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb -lib/crossfire/lib/maps/pup_land/nurnberg/dick/bomb1 -lib/crossfire/lib/maps/pup_land/nurnberg/dick/click -lib/crossfire/lib/maps/pup_land/nurnberg/dick/heaven -lib/crossfire/lib/maps/pup_land/nurnberg/dick/hell -lib/crossfire/lib/maps/pup_land/nurnberg/dick/house -lib/crossfire/lib/maps/pup_land/nurnberg/dick/house2 -lib/crossfire/lib/maps/pup_land/nurnberg/dick/maze -lib/crossfire/lib/maps/pup_land/nurnberg/dick/showinv -lib/crossfire/lib/maps/pup_land/nurnberg/fshop -lib/crossfire/lib/maps/pup_land/nurnberg/guild -lib/crossfire/lib/maps/pup_land/nurnberg/guild_ud -lib/crossfire/lib/maps/pup_land/nurnberg/hotel -lib/crossfire/lib/maps/pup_land/nurnberg/hotel.old -lib/crossfire/lib/maps/pup_land/nurnberg/hq -lib/crossfire/lib/maps/pup_land/nurnberg/jshop -lib/crossfire/lib/maps/pup_land/nurnberg/nf_bar -lib/crossfire/lib/maps/pup_land/nurnberg/paslab -lib/crossfire/lib/maps/pup_land/nurnberg/pshop -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity2 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity3 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity4 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity5 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity6 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/electricity7 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire2 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire3 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire4 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire5 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire6 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/fire7 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/reception -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water2 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water3 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water4 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water5 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water6 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/water7 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind2 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind3 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind4 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind5 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind6 -lib/crossfire/lib/maps/pup_land/nurnberg/reception/wind7 -lib/crossfire/lib/maps/pup_land/nurnberg/washop -lib/crossfire/lib/maps/pup_land/nurnberg/wshop -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal1.old -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal2 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal3 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal4 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal5 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordeal6 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB1 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB2 -lib/crossfire/lib/maps/pup_land/ordeal/tower_ordealB3 -lib/crossfire/lib/maps/pup_land/port_e -lib/crossfire/lib/maps/pup_land/port_e_house -lib/crossfire/lib/maps/pup_land/port_w -lib/crossfire/lib/maps/pup_land/pplant/pplant1 -lib/crossfire/lib/maps/pup_land/pplant/pplant2 -lib/crossfire/lib/maps/pup_land/pplant/pplant3 -lib/crossfire/lib/maps/pup_land/pplant/pplant_ud1 -lib/crossfire/lib/maps/pup_land/pplant/pplant_ud2 -lib/crossfire/lib/maps/pup_land/pplant/pup_land-1.0-README -lib/crossfire/lib/maps/pup_land/raffle/raffle1 -lib/crossfire/lib/maps/pup_land/raffle/raffle1_u1 -lib/crossfire/lib/maps/pup_land/raffle/raffle1_u2 -lib/crossfire/lib/maps/pup_land/raffle/raffle1_u3 -lib/crossfire/lib/maps/pup_land/raffle/raffle2 -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u1 -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_a -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u2_b -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3 -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u3a -lib/crossfire/lib/maps/pup_land/raffle/raffle2_u4 -lib/crossfire/lib/maps/pup_land/raffle/raffle3 -lib/crossfire/lib/maps/pup_land/raffle/raffle3_u1 -lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2 -lib/crossfire/lib/maps/pup_land/raffle/raffle3_u2a -lib/crossfire/lib/maps/pup_land/rainbow/Keira -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/Bizuzu -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/b_pass -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cage -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/cd_room -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/d_pass -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/e_hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/f_a -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_boss -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/g_road -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut1 -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut2 -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut3 -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/hut4 -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/n_gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/orc_f -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/prison -lib/crossfire/lib/maps/pup_land/rainbow/Lv1/t_room -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/Kum -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_inner -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/b_m2 -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/d_cage -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/e_hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/h_pass -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/holes -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/maze -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/n_gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/sticky -lib/crossfire/lib/maps/pup_land/rainbow/Lv2/tray -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Garan -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Goraon -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Ring -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Rufto -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/Wips -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/c-road -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e-path -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/e_hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/hidden -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/maze -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/n-gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/name -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/prison -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/sec-p -lib/crossfire/lib/maps/pup_land/rainbow/Lv3/w-path -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/alter2 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/bot -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/curve -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/demi -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/e-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/hidden -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/junk -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/key -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/mf -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/n-gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path4 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path7 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path8 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/path9 -lib/crossfire/lib/maps/pup_land/rainbow/Lv4/statue -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/cross -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/e-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/n-gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/romm88 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room2 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room22 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room4 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room44 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room6 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room66 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room8 -lib/crossfire/lib/maps/pup_land/rainbow/Lv5/room88 -lib/crossfire/lib/maps/pup_land/rainbow/Lv6/big-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv6/e-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv6/n-gate -lib/crossfire/lib/maps/pup_land/rainbow/Lv6/order -lib/crossfire/lib/maps/pup_land/rainbow/Lv7/back -lib/crossfire/lib/maps/pup_land/rainbow/Lv7/e-hall -lib/crossfire/lib/maps/pup_land/rainbow/Lv7/grave -lib/crossfire/lib/maps/pup_land/rainbow/T.K -lib/crossfire/lib/maps/pup_land/rainbow/bed_room -lib/crossfire/lib/maps/pup_land/rainbow/entrance1 -lib/crossfire/lib/maps/pup_land/rainbow/exit -lib/crossfire/lib/maps/pup_land/rainbow/islands -lib/crossfire/lib/maps/pup_land/rainbow/l_h1 -lib/crossfire/lib/maps/pup_land/rainbow/l_h2 -lib/crossfire/lib/maps/pup_land/rainbow/l_hB -lib/crossfire/lib/maps/pup_land/rainbow/red_town/town -lib/crossfire/lib/maps/pup_land/rainbow/river -lib/crossfire/lib/maps/pup_land/rainbow/roof -lib/crossfire/lib/maps/pup_land/rainbow/shore -lib/crossfire/lib/maps/pup_land/rainbow/station -lib/crossfire/lib/maps/pup_land/rainbow/w-tower -lib/crossfire/lib/maps/pup_land/rainbow/well -lib/crossfire/lib/maps/pup_land/rainbow/woods -lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole1 -lib/crossfire/lib/maps/pup_land/ruin_barbarian/hole2 -lib/crossfire/lib/maps/pup_land/ruin_barbarian/jungle -lib/crossfire/lib/maps/pup_land/s_f/KI -lib/crossfire/lib/maps/pup_land/s_f/KI2 -lib/crossfire/lib/maps/pup_land/s_f/Kira -lib/crossfire/lib/maps/pup_land/s_f/cave1 -lib/crossfire/lib/maps/pup_land/s_f/cave2 -lib/crossfire/lib/maps/pup_land/s_f/floor1 -lib/crossfire/lib/maps/pup_land/s_f/floor2 -lib/crossfire/lib/maps/pup_land/s_f/ruin -lib/crossfire/lib/maps/pup_land/s_f/ruin_ug -lib/crossfire/lib/maps/pup_land/s_f/secret -lib/crossfire/lib/maps/pup_land/s_f/special -lib/crossfire/lib/maps/pup_land/s_f/st1 -lib/crossfire/lib/maps/pup_land/s_f/st2 -lib/crossfire/lib/maps/pup_land/s_f/st3 -lib/crossfire/lib/maps/pup_land/s_f/st5 -lib/crossfire/lib/maps/pup_land/s_f/st6 -lib/crossfire/lib/maps/pup_land/s_f/st7 -lib/crossfire/lib/maps/pup_land/s_f/to-jyo -lib/crossfire/lib/maps/pup_land/terminal -lib/crossfire/lib/maps/pup_land/terminal_u1 -lib/crossfire/lib/maps/pup_land/world -lib/crossfire/lib/maps/santo_dominion/appartment -lib/crossfire/lib/maps/santo_dominion/basement -lib/crossfire/lib/maps/santo_dominion/crossfire -lib/crossfire/lib/maps/santo_dominion/den -lib/crossfire/lib/maps/santo_dominion/house_of_hell -lib/crossfire/lib/maps/santo_dominion/houses/house1 -lib/crossfire/lib/maps/santo_dominion/just_preliminary -lib/crossfire/lib/maps/santo_dominion/lord_byron/1st_floor -lib/crossfire/lib/maps/santo_dominion/lord_byron/2nd_floor -lib/crossfire/lib/maps/santo_dominion/lord_byron/dungeon -lib/crossfire/lib/maps/santo_dominion/lord_byron/main -lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_1 -lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_2 -lib/crossfire/lib/maps/santo_dominion/magara/hut/floor_3 -lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_1 -lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_2 -lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_3 -lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse/floor_4 -lib/crossfire/lib/maps/santo_dominion/magara/opera -lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_1 -lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_2 -lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_3 -lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse/floor_4 -lib/crossfire/lib/maps/santo_dominion/magara/well/bottom -lib/crossfire/lib/maps/santo_dominion/magara/well/top -lib/crossfire/lib/maps/santo_dominion/map.and.sale -lib/crossfire/lib/maps/santo_dominion/map.stigkr.1 -lib/crossfire/lib/maps/santo_dominion/map.stigkr.2 -lib/crossfire/lib/maps/santo_dominion/noble_rest -lib/crossfire/lib/maps/santo_dominion/north_barn -lib/crossfire/lib/maps/santo_dominion/north_farm -lib/crossfire/lib/maps/santo_dominion/peacock -lib/crossfire/lib/maps/santo_dominion/shops/armour -lib/crossfire/lib/maps/santo_dominion/shops/eliks -lib/crossfire/lib/maps/santo_dominion/shops/erash -lib/crossfire/lib/maps/santo_dominion/shops/nosferatu -lib/crossfire/lib/maps/santo_dominion/shops/rings -lib/crossfire/lib/maps/santo_dominion/south_barn -lib/crossfire/lib/maps/santo_dominion/tavern -lib/crossfire/lib/maps/santo_dominion/tavern.2ndfloor -lib/crossfire/lib/maps/santo_dominion/tavern.downstairs -lib/crossfire/lib/maps/santo_dominion/tobias -lib/crossfire/lib/maps/santo_dominion/tobias.top -lib/crossfire/lib/maps/santo_dominion/tollpost -lib/crossfire/lib/maps/santo_dominion/town -lib/crossfire/lib/maps/skud/court -lib/crossfire/lib/maps/skud/east_1 -lib/crossfire/lib/maps/skud/entrance -lib/crossfire/lib/maps/skud/maze -lib/crossfire/lib/maps/skud/north_1 -lib/crossfire/lib/maps/skud/west_1 -lib/crossfire/lib/maps/terrain/desert_1 -lib/crossfire/lib/maps/terrain/desert_2 -lib/crossfire/lib/maps/terrain/empty -lib/crossfire/lib/maps/terrain/forest_1 -lib/crossfire/lib/maps/terrain/forest_2 -lib/crossfire/lib/maps/terrain/hills_1 -lib/crossfire/lib/maps/terrain/hills_2 -lib/crossfire/lib/maps/terrain/jungle_1 -lib/crossfire/lib/maps/terrain/jungle_2 -lib/crossfire/lib/maps/terrain/mountain_1 -lib/crossfire/lib/maps/terrain/mountain_2 -lib/crossfire/lib/maps/terrain/plains_1 -lib/crossfire/lib/maps/terrain/plains_2 -lib/crossfire/lib/maps/terrain/swamp_1 -lib/crossfire/lib/maps/terrain/swamp_2 -lib/crossfire/lib/maps/test/bigmonpit -lib/crossfire/lib/maps/test/connected_bug -lib/crossfire/lib/maps/test/diagonal -lib/crossfire/lib/maps/test/faceofdeath -lib/crossfire/lib/maps/test/insert_bug -lib/crossfire/lib/maps/test/multisquare -lib/crossfire/lib/maps/test/paralyze -lib/crossfire/lib/maps/thomas/sisters/compound1 -lib/crossfire/lib/maps/thomas/sisters/compound2 -lib/crossfire/lib/maps/thomas/sisters/compound3 -lib/crossfire/lib/maps/thomas/sisters/entrance -lib/crossfire/lib/maps/thomas/sisters/granary -lib/crossfire/lib/maps/thomas/sisters/necro_entrance -lib/crossfire/lib/maps/thomas/sisters/necro_hole1 -lib/crossfire/lib/maps/thomas/sisters/necro_ruin1 -lib/crossfire/lib/maps/thomas/sisters/necro_ruin1a -lib/crossfire/lib/maps/thomas/sisters/shrine0 -lib/crossfire/lib/maps/thomas/sisters/shrine0_east -lib/crossfire/lib/maps/thomas/sisters/shrine0_west -lib/crossfire/lib/maps/thomas/sisters/shrine1 -lib/crossfire/lib/maps/thomas/sisters/shrine_entrance -lib/crossfire/lib/maps/thomas/sisters/small_manor0 -lib/crossfire/lib/maps/thomas/sisters/small_manor1 -lib/crossfire/lib/maps/thomas/sisters/small_manor2 -lib/crossfire/lib/maps/thomas/sisters/small_village -lib/crossfire/lib/maps/thomas/sisters/tower0 -lib/crossfire/lib/maps/thomas/sisters/tower1 -lib/crossfire/lib/maps/thomas/sisters/tower2 -lib/crossfire/lib/maps/thomas/sisters/tower3 -lib/crossfire/lib/maps/thomas/sisters/valley -lib/crossfire/lib/maps/wolfsburg/dept_store -lib/crossfire/lib/maps/wolfsburg/etern_rew -lib/crossfire/lib/maps/wolfsburg/inns -lib/crossfire/lib/maps/wolfsburg/magara/castle/cellar -lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_1 -lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_2 -lib/crossfire/lib/maps/wolfsburg/magara/castle/floor_3 -lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_1 -lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hcellar_2 -lib/crossfire/lib/maps/wolfsburg/magara/cellar1/hole -lib/crossfire/lib/maps/wolfsburg/magara/cellar_1 -lib/crossfire/lib/maps/wolfsburg/magara/tower1/entrance -lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_1 -lib/crossfire/lib/maps/wolfsburg/magara/tower1/floor_3 -lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_1 -lib/crossfire/lib/maps/wolfsburg/magara/tower2/floor_2 -lib/crossfire/lib/maps/wolfsburg/piratechurch -lib/crossfire/lib/maps/wolfsburg/piratetown -lib/crossfire/lib/maps/wolfsburg/prison -lib/crossfire/lib/maps/wolfsburg/slave_pit1 -lib/crossfire/lib/maps/wolfsburg/slave_pit2 -lib/crossfire/lib/maps/wolfsburg/slave_pit3 -lib/crossfire/lib/maps/wolfsburg/snakepit -lib/crossfire/lib/maps/wolfsburg/tt/tta1 -lib/crossfire/lib/maps/wolfsburg/tt/tta2 -lib/crossfire/lib/maps/wolfsburg/tt/ttb1 -lib/crossfire/lib/maps/wolfsburg/tt/ttb2 -lib/crossfire/lib/maps/wolfsburg/ware1 -lib/crossfire/lib/maps/wolfsburg/whorehouse -lib/crossfire/lib/maps/world/README -lib/crossfire/lib/maps/world/connect.pl -lib/crossfire/lib/maps/world/world_a1 -lib/crossfire/lib/maps/world/world_a2 -lib/crossfire/lib/maps/world/world_a3 -lib/crossfire/lib/maps/world/world_a4 -lib/crossfire/lib/maps/world/world_b1 -lib/crossfire/lib/maps/world/world_b2 -lib/crossfire/lib/maps/world/world_b3 -lib/crossfire/lib/maps/world/world_b4 -lib/crossfire/lib/maps/world/world_c1 -lib/crossfire/lib/maps/world/world_c2 -lib/crossfire/lib/maps/world/world_c3 -lib/crossfire/lib/maps/world/world_c4 -lib/crossfire/lib/maps/world/world_e1 -lib/crossfire/lib/maps/world/world_e2 -lib/crossfire/lib/messages -lib/crossfire/lib/motd -lib/crossfire/lib/players/.keep_me -lib/crossfire/lib/races -lib/crossfire/lib/skill_params -lib/crossfire/lib/sounds -lib/crossfire/lib/spell_params -lib/crossfire/lib/treasures -lib/crossfire/lib/unique-items/.keep_me -lib/crossfire/lib/xpmtopix.pl -lib/crossfire/sounds/Creaky-1.au -lib/crossfire/sounds/Evil_Laugh.au -lib/crossfire/sounds/Explosion.au -lib/crossfire/sounds/FloorTom.au -lib/crossfire/sounds/Gun-5.au -lib/crossfire/sounds/MetalCrash.au -lib/crossfire/sounds/Missed.au -lib/crossfire/sounds/Missle1.au -lib/crossfire/sounds/Puke.au -lib/crossfire/sounds/README -lib/crossfire/sounds/Tear.au -lib/crossfire/sounds/Teeswing.au -lib/crossfire/sounds/TowerClock.au -lib/crossfire/sounds/Whoosh.au -lib/crossfire/sounds/blip.au -lib/crossfire/sounds/boink2.au -lib/crossfire/sounds/bugle_charge.au -lib/crossfire/sounds/chord.au -lib/crossfire/sounds/click1.au -lib/crossfire/sounds/click2.au -lib/crossfire/sounds/drip.au -lib/crossfire/sounds/first_try.au -lib/crossfire/sounds/gong.au -lib/crossfire/sounds/lightning1.au -lib/crossfire/sounds/magic.au -lib/crossfire/sounds/ouch1.au -lib/crossfire/sounds/sci_fi_gun.au -lib/crossfire/sounds/squish.au -lib/crossfire/sounds/su-fanf.au -lib/crossfire/sounds/swish.au -lib/crossfire/sounds/thru.au -%%PORTDOCS%%share/doc/crossfire/Crossedit.doc -%%PORTDOCS%%share/doc/crossfire/Imakefile -%%PORTDOCS%%share/doc/crossfire/PlayerStats -%%PORTDOCS%%share/doc/crossfire/README -%%PORTDOCS%%share/doc/crossfire/RunTimeCommands -%%PORTDOCS%%share/doc/crossfire/SurvivalGuide -%%PORTDOCS%%share/doc/crossfire/alchemy.doc -%%PORTDOCS%%share/doc/crossfire/crossedit.man -%%PORTDOCS%%share/doc/crossfire/crossfire.doc -%%PORTDOCS%%share/doc/crossfire/crossfire.man -%%PORTDOCS%%share/doc/crossfire/crosslib.doc -%%PORTDOCS%%share/doc/crossfire/experience -%%PORTDOCS%%share/doc/crossfire/handbook.ps -%%PORTDOCS%%share/doc/crossfire/include_html.pl -%%PORTDOCS%%share/doc/crossfire/mapguide -%%PORTDOCS%%share/doc/crossfire/mapmakers_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/maps-README -%%PORTDOCS%%share/doc/crossfire/multigod -%%PORTDOCS%%share/doc/crossfire/playbook-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/playbook-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Makefile -%%PORTDOCS%%share/doc/crossfire/playbook-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altar.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/altardevo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargaea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altargnarg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarjeho.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarluci.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarlyth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarmostr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarnone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/altarrugg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/appA.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appB.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/appC.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/apple.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/arm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag-popcorn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/balm-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bed-save.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/big-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus-extract.orig -%%PORTDOCS%%share/doc/crossfire/playbook-html/bonus.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/book.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/books.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bookshelf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/bows.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/br_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/bul-wall-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-big.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/button-sma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cabbage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cake.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/card.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/carrot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cauldron.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap1.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap2.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap3.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap4.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap5.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap6.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/chap7.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/char-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/char.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/characters.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chest-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/chocolate.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/clover.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/coffee.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/conv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/convert.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/corpse1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dead-neko.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/demon-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/depositbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/diploma.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dir_spin.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/director.181.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/door-0.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/drag-steak.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-eye.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragon-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dust-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ectoplasm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/emerald.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/playbook-html/equip.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/eyes.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/book.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/earrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/narrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nearrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/nwarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/sarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/screen_dia.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/searrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairdown.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/stairup.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/swarrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fig/warrow.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/figurine-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/finger.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fishfood.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/flesh.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/flint-and-steel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/food.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foodone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/foot.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/fr_wall.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gard-gate.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gatedoor.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gem.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/goblin-head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/gods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/goldcoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/grate-2.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/gravestone.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/gu-horn.114.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/guild.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbook.shtml -%%PORTDOCS%%share/doc/crossfire/playbook-html/handbutt.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/handle.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hands.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/head.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/heart.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/hedge.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holy-symbol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/holysymbol.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/horn.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/horns.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/icor.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_char -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_equip -%%PORTDOCS%%share/doc/crossfire/playbook-html/in_items -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-sting.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/insect-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/iron-gate1.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/items -%%PORTDOCS%%share/doc/crossfire/playbook-html/items-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/items.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key-ring.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/key2.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/keys.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/l-shop1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lbull-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ldoor1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/leg.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/letter.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/levels.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/lever.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/light-wall.101.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/liver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/loaf.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/lockpicks.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/logfile -%%PORTDOCS%%share/doc/crossfire/playbook-html/luggage.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mailbox.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/makeps -%%PORTDOCS%%share/doc/crossfire/playbook-html/mint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mithril.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/money.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/monument.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/mushroom-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/naz-report.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/note.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/odoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/onion.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orange.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/orcchop.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pear.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pearl.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pit.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/pix-wing.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/plt-coin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potato.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potion.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncha.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncol.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioncon.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiondex.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionfir.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potiongen.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhea.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionhero.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionimp.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionint.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potioninv.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionmag.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionpow.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potions.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionstr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/potionwis.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pouch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quarto.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/quiver.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/r-sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/refs.pl -%%PORTDOCS%%share/doc/crossfire/playbook-html/residue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-drain.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ring.110.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rings.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/roast-bird.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rod-heavy.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rods.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/root.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-red.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-wh.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rose-yel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/ruby.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeblast.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runedeath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefire.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runefrost.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runegen.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runemark.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/runeshock.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/s-weasel.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sack.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sapphire.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/savebed.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scroll.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrollr.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/scrolls.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/serpent-skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop-mat.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/shop.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/shopmat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-e.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign-w.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sign.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/silvercoin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/skill_stat.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/skills2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/skin.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/sorter -%%PORTDOCS%%share/doc/crossfire/playbook-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/spellpath.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/spinner.11B.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/staff.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/statskmod.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-alch.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-armo.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-gene.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-magi.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/store-weap.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/stwallsec.118.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/talisman.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/tome.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tongue.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/tooth.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/trapdoor-1.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas1-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/treas2-extract -%%PORTDOCS%%share/doc/crossfire/playbook-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/version.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wands.html -%%PORTDOCS%%share/doc/crossfire/playbook-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/waybread.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/playbook-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/playbook-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/programming_guide -%%PORTDOCS%%share/doc/crossfire/skills.doc -%%PORTDOCS%%share/doc/crossfire/skills_developer.doc -%%PORTDOCS%%share/doc/crossfire/spell-docs/Imakefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/Makefile -%%PORTDOCS%%share/doc/crossfire/spell-docs/README -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/prayer-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-info.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-list.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/spell-summary.txt -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.ps -%%PORTDOCS%%share/doc/crossfire/spell-docs/tome-of-magic.txt -%%PORTDOCS%%share/doc/crossfire/spell-paths -%%PORTDOCS%%share/doc/crossfire/spell_params.doc -%%PORTDOCS%%share/doc/crossfire/spellcasters_guide_to_runes -%%PORTDOCS%%share/doc/crossfire/spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/.bmaps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/0 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1 -%%PORTDOCS%%share/doc/crossfire/spoiler-html/1x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x1.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/2x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x2.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x3.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/3x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x4.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/4x8.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/6x7.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Bk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/CSword.113.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Cwyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/DShield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/GreatDemon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Imakefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Makefile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/Pdragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-h.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-l.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-guard-m.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/a-townsman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acid-pool.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/acidsphere.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/angel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-egg.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant-larvae.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.115.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/archangel.118.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arche.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/arm.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/avatar.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/axe-5.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baby-drag.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ball-lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/barbarian.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/baslic.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/battle-axe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beehive.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beggar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behemoth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/behold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/beholder.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/belzebub.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-demon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/big-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bighorn-he.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bird.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blob.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/blocked.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bomb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bone-head.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bonecrush.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bow.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding-g.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bpudding.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/breeder-ant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/broo.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bsword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/bullet.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/byakie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/c-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cancellati.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede-r.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/centipede.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-bish.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-king.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-pawn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-queen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ch-rook.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chainmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/charwoman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chicken.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/child.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/chinese-dr.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cleric.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/club.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cobra.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cold-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/confusion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/conjurer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/counterspell.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/courier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crawling-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crossbow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/crown.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/cyclops.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger-f.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dancing-girl.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dark-elf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/darkblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/deathtree.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/defender.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demilich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demon-lord.E11.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/demonbane.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/destruction.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/det-magic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/devil.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/djinn.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon-shi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonmail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonman.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dragonslay.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dread.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dress3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-p.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-pr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf-wiz.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/dwarf.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/earthwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-dr.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elec-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elem-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elf.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elven-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/elvenboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/empty.pbm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/enchantment.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ent.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/evil-master4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/excalibur.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/explosion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeglasses.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/eyeshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fae-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/falchion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fatwoman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fighter.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fire-drag.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fireborn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firebullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/firestar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/flowers.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fly-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/food.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frost-hammer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/frostbrand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fullhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/fungus.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gaelotroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gale.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gargoyle.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gauntlet-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/generic-rune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ghost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-bat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/giant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gir-strcon.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-con.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-dam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/girdle-str.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gloves.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnoll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gnome.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/goblin.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/god-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gol.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/golem.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gram.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/gravestone.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greater-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/greenslime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/grimreaper.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-hard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-ligh.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guard-med.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/guildmaste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/h-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/halfling.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hammer-2.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/harakiri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/healing.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helm-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet-bri.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmet.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/helmetxray.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/high-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/highshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-orb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holy-priest.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/holyshield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/hornhelmet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/human.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/icestorm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/idaten.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/imp.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_monput -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_spells -%%PORTDOCS%%share/doc/crossfire/spoiler-html/in_stats -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/items.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/jessyb.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/k-dagger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/katana-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/killerbee.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/knight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/kog.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lamia.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lapron.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lava-s.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lbullet.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/leather-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lesser-dwarven-guard.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lev-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lich.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lightning.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liteangel.112.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/liv-chaos.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lmornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/logfile -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lokanth.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lord-e.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/low-boots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/lsword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mabu.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mace-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/madman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mage.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magi-staff.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-bow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magic-miss.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/magnifier.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps -%%PORTDOCS%%share/doc/crossfire/spoiler-html/makeps.pl -%%PORTDOCS%%share/doc/crossfire/spoiler-html/man.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/masamune.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/merchant.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mithril-ar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mjoellnir.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monk.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monput.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monster-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/monsters.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mornstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mournblade.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mouse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/mystic-fist.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nazgul.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/neko.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nightmare.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ninja.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/northman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/nunchacu-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ogre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ologhi.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panther.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/panthergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-air.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-earth.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-ice.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-lava.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-light.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-mud.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/para-water.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/paralyse.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pet-necro.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pipe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pir-lass.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pirate.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pixie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pl-half-orc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/plate-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poisonc.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/poleaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/polymorph.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/postman.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/priest.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/princess.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/prisoner.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/protection.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyro-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/pyromaniac.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quarters.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/quetzalcoatl.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/raas.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/reflector.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ring-mail2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe-midnight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/robe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/round-shiel.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ruggilli.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-antimagic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-blast.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-death.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-fire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-frost.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-mark.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-shock.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rune-transfer.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/rustmonste.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sabre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sage.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sailor.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandals.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sandy.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/saw.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scale-mail.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scimitar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpi-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/scorpion.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-man.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-priest.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serp-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpent.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/serpman-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shadowtiger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shield.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shining-finger.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shootingstar.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/shovel-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/siegfried.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skeleton.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skull.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/skullcleav.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slave.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slime.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slow.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/slug.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/small-shie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/smalltroll.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/snowball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spear.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spectre.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedboots.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/speedbwall.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spellball.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spells.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sphinx.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider-web.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spider.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spit-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/spoiler.shtml -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/ssword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stake.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalker.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stalkergen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stats.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/steam.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sting.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stoneaxe.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stonehamme.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/stormbring.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sunspear.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/swashbuckl.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/sword-4.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/t-dagger.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/taifu-1.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/thief.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/titan.571.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tmp.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/trident.121.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/troll.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/tunic.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turban.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/turnundead.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/u-horn.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uk-sd.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unicorn.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/unusual-kobold.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-shield.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/uw-sword.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampire.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/vampiregen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman2.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/veiled-woman3.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/version.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/viking.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wand.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/war-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/warrior.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wds.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wdsm.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap-extract -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weap.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/weapmag.html -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wig.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wight.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wiz-hat.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wizard.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/woman.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work-ant.131.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/work.ppm -%%PORTDOCS%%share/doc/crossfire/spoiler-html/worthless-dragon.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraith.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wraithp.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wrench.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/wyvern.171.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/xan.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie-gen.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler-html/zombie.111.gif -%%PORTDOCS%%share/doc/crossfire/spoiler.ps -%%PORTDOCS%%share/doc/crossfire/teleporter.doc -%%PORTDOCS%%share/doc/crossfire/xbmtobdf.man -%%PORTDOCS%%@dirrm share/doc/crossfire/spoiler-html -%%PORTDOCS%%@dirrm share/doc/crossfire/spell-docs -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html/fig -%%PORTDOCS%%@dirrm share/doc/crossfire/playbook-html -%%PORTDOCS%%@dirrm share/doc/crossfire -@dirrm lib/crossfire/sounds -@dirrm lib/crossfire/lib/unique-items -@dirrm lib/crossfire/lib/players -@dirrm lib/crossfire/lib/maps/world -@dirrm lib/crossfire/lib/maps/wolfsburg/tt -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower2 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/tower1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/cellar1 -@dirrm lib/crossfire/lib/maps/wolfsburg/magara/castle -@dirrm lib/crossfire/lib/maps/wolfsburg/magara -@dirrm lib/crossfire/lib/maps/wolfsburg -@dirrm lib/crossfire/lib/maps/thomas/sisters -@dirrm lib/crossfire/lib/maps/thomas -@dirrm lib/crossfire/lib/maps/test -@dirrm lib/crossfire/lib/maps/terrain -@dirrm lib/crossfire/lib/maps/skud -@dirrm lib/crossfire/lib/maps/santo_dominion/shops -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/well -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/south_lighthouse -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/north_lighthouse -@dirrm lib/crossfire/lib/maps/santo_dominion/magara/hut -@dirrm lib/crossfire/lib/maps/santo_dominion/magara -@dirrm lib/crossfire/lib/maps/santo_dominion/lord_byron -@dirrm lib/crossfire/lib/maps/santo_dominion/houses -@dirrm lib/crossfire/lib/maps/santo_dominion -@dirrm lib/crossfire/lib/maps/pup_land/s_f -@dirrm lib/crossfire/lib/maps/pup_land/ruin_barbarian -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/red_town -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv7 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv6 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv5 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv4 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv3 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv2 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow/Lv1 -@dirrm lib/crossfire/lib/maps/pup_land/rainbow -@dirrm lib/crossfire/lib/maps/pup_land/raffle -@dirrm lib/crossfire/lib/maps/pup_land/pplant -@dirrm lib/crossfire/lib/maps/pup_land/ordeal -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/reception -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/dick -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg/castle_bauer -@dirrm lib/crossfire/lib/maps/pup_land/nurnberg -@dirrm lib/crossfire/lib/maps/pup_land/lone_town/cave -@dirrm lib/crossfire/lib/maps/pup_land/lone_town -@dirrm lib/crossfire/lib/maps/pup_land/kurte -@dirrm lib/crossfire/lib/maps/pup_land/jk -@dirrm lib/crossfire/lib/maps/pup_land/cave_weapon -@dirrm lib/crossfire/lib/maps/pup_land/castle_eureca -@dirrm lib/crossfire/lib/maps/pup_land/begin -@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/siegfried -@dirrm lib/crossfire/lib/maps/pup_land/ancient/village/hole -@dirrm lib/crossfire/lib/maps/pup_land/ancient/village -@dirrm lib/crossfire/lib/maps/pup_land/ancient/ruin -@dirrm lib/crossfire/lib/maps/pup_land/ancient/mountain -@dirrm lib/crossfire/lib/maps/pup_land/ancient/kurte -@dirrm lib/crossfire/lib/maps/pup_land/ancient/castle -@dirrm lib/crossfire/lib/maps/pup_land/ancient -@dirrm lib/crossfire/lib/maps/pup_land -@dirrm lib/crossfire/lib/maps/peterm/temple -@dirrm lib/crossfire/lib/maps/peterm/FireTemple -@dirrm lib/crossfire/lib/maps/peterm/DragonQuest -@dirrm lib/crossfire/lib/maps/peterm/Demonology -@dirrm lib/crossfire/lib/maps/peterm/CTower -@dirrm lib/crossfire/lib/maps/peterm -@dirrm lib/crossfire/lib/maps/navar_city/tower -@dirrm lib/crossfire/lib/maps/navar_city/magara/houses -@dirrm lib/crossfire/lib/maps/navar_city/magara -@dirrm lib/crossfire/lib/maps/navar_city/light -@dirrm lib/crossfire/lib/maps/navar_city/illusion -@dirrm lib/crossfire/lib/maps/navar_city -@dirrm lib/crossfire/lib/maps/mcz -@dirrm lib/crossfire/lib/maps/langley/town -@dirrm lib/crossfire/lib/maps/langley/pirates -@dirrm lib/crossfire/lib/maps/langley/goblin -@dirrm lib/crossfire/lib/maps/langley -@dirrm lib/crossfire/lib/maps/kar -@dirrm lib/crossfire/lib/maps/hendel -@dirrm lib/crossfire/lib/maps/good -@dirrm lib/crossfire/lib/maps/generic/volcano -@dirrm lib/crossfire/lib/maps/generic -@dirrm lib/crossfire/lib/maps/espen -@dirrm lib/crossfire/lib/maps/esben -@dirrm lib/crossfire/lib/maps/ender/temple -@dirrm lib/crossfire/lib/maps/ender/pisland -@dirrm lib/crossfire/lib/maps/ender/island -@dirrm lib/crossfire/lib/maps/ender -@dirrm lib/crossfire/lib/maps/eeur -@dirrm lib/crossfire/lib/maps/editor/walls -@dirrm lib/crossfire/lib/maps/editor/picks -@dirrm lib/crossfire/lib/maps/editor -@dirrm lib/crossfire/lib/maps/dtabb/town -@dirrm lib/crossfire/lib/maps/dtabb/quest -@dirrm lib/crossfire/lib/maps/dtabb -@dirrm lib/crossfire/lib/maps/dragonisland -@dirrm lib/crossfire/lib/maps/city/towers -@dirrm lib/crossfire/lib/maps/city/taverns -@dirrm lib/crossfire/lib/maps/city/shops -@dirrm lib/crossfire/lib/maps/city/oldcity -@dirrm lib/crossfire/lib/maps/city/misc -@dirrm lib/crossfire/lib/maps/city/mansion -@dirrm lib/crossfire/lib/maps/city/magara -@dirrm lib/crossfire/lib/maps/city/kar -@dirrm lib/crossfire/lib/maps/city/houses -@dirrm lib/crossfire/lib/maps/city/cannery -@dirrm lib/crossfire/lib/maps/city -@dirrm lib/crossfire/lib/maps/cd -@dirrm lib/crossfire/lib/maps/brittany/Brest/Castle -@dirrm lib/crossfire/lib/maps/brittany/Brest -@dirrm lib/crossfire/lib/maps/brittany -@dirrm lib/crossfire/lib/maps/asyvan -@dirrm lib/crossfire/lib/maps/Lake_Country/snake_pit -@dirrm lib/crossfire/lib/maps/Lake_Country/small_buildings -@dirrm lib/crossfire/lib/maps/Lake_Country/shops -@dirrm lib/crossfire/lib/maps/Lake_Country/quest -@dirrm lib/crossfire/lib/maps/Lake_Country/marsh -@dirrm lib/crossfire/lib/maps/Lake_Country/flight -@dirrm lib/crossfire/lib/maps/Lake_Country/ebony -@dirrm lib/crossfire/lib/maps/Lake_Country/Sunset_Lake -@dirrm lib/crossfire/lib/maps/Lake_Country/RETower -@dirrm lib/crossfire/lib/maps/Lake_Country/Mwizard -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis/houses -@dirrm lib/crossfire/lib/maps/Lake_Country/Butakis -@dirrm lib/crossfire/lib/maps/Lake_Country -@dirrm lib/crossfire/lib/maps -@dirrm lib/crossfire/lib/help -@dirrm lib/crossfire/lib/adm -@dirrm lib/crossfire/lib -@dirrm lib/crossfire/fonts -@dirrm lib/crossfire diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile deleted file mode 100644 index 4a83c8e8cd96..000000000000 --- a/games/etuxracer/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: tuxracer -# Date created: 8 August 2000 -# Whom: Eric Anholt -# -# $FreeBSD$ -# - -PORTNAME= tuxracer -PORTVERSION= 0.61 -#PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=tuxracer -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ - ${PORTNAME}-data-${PORTVERSION}.tar.gz - -MAINTAINER= anholt@teleport.com - -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - tcl83.1:${PORTSDIR}/lang/tcl83 - -USE_MESA= yes -USE_GMAKE= yes -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - THREAD_LIB="${PTHREAD_LIB}" -CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.3" \ - --with-tcl-libs="${LOCALBASE}/lib" \ - --with-gl-libs="${X11BASE}/lib" \ - --with-gl-inc="${X11BASE}/include" \ - --with-data-dir=${PREFIX}/share/tuxracer - -WORKDATA= ${WRKDIR}/${PORTNAME}-data-${PORTVERSION} -COURSEDIRS= 1 2 3 4 5 6 7 8 9 10 11 - -post-install: - ${MKDIR} ${DATADIR} - (cd ${WORKDATA} && ${TAR} -c -f - *) | \ - (cd ${DATADIR} && ${TAR} -x -f - ) - -.include <bsd.port.mk> diff --git a/games/etuxracer/distinfo b/games/etuxracer/distinfo deleted file mode 100644 index cea7f120a642..000000000000 --- a/games/etuxracer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (tuxracer-0.61.tar.gz) = 206e8197ceaf0f00b25d4e2b4156e563 -MD5 (tuxracer-data-0.61.tar.gz) = aef877fee9e1a56483ff01fbdfb1e4b3 diff --git a/games/etuxracer/files/patch-configure.in b/games/etuxracer/files/patch-configure.in deleted file mode 100644 index d55ba9935293..000000000000 --- a/games/etuxracer/files/patch-configure.in +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.in.orig Mon Apr 30 16:23:53 2001 -+++ configure.in Mon Apr 30 16:39:21 2001 -@@ -303,6 +303,10 @@ - - saved_LIBS="$LIBS" - -+if test "x$THREAD_LIB" = "x" ; then -+ THREAD_LIB="-lpthread" -+fi -+ - AC_DEFUN( CHECK_FOR_GL_LIB, [ - AC_MSG_CHECKING([for $GL_LIB_NAME library]) - LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" -@@ -313,15 +317,15 @@ - TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" - - else -- dnl Try with -lpthread -+ dnl Try with pthreads - - AC_MSG_CHECKING([for $GL_LIB_NAME library (with pthreads)]) -- LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" -+ LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" - AC_TRY_LINK( , , have_GL=yes, have_GL=no) - AC_MSG_RESULT([$have_GL]) - - if test "x$have_GL" = "xyes" ; then -- TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" -+ TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" - fi - fi - ]) diff --git a/games/etuxracer/pkg-comment b/games/etuxracer/pkg-comment deleted file mode 100644 index 3aae59168873..000000000000 --- a/games/etuxracer/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A 3d penguin racing game using OpenGL diff --git a/games/etuxracer/pkg-descr b/games/etuxracer/pkg-descr deleted file mode 100644 index bb420f28fe1b..000000000000 --- a/games/etuxracer/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Tux Racer is a 3d penguin racing game. The object is to guide Tux down -an icy slope while avoiding trees and rocks. - -WWW: http://www.tuxracer.com/ - -- Eric Anholt -anholt@teleport.com diff --git a/games/etuxracer/pkg-plist b/games/etuxracer/pkg-plist deleted file mode 100644 index 67029916d5f7..000000000000 --- a/games/etuxracer/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -bin/tuxracer -share/tuxracer/courses/bumpy_ride/course.tcl -share/tuxracer/courses/bumpy_ride/elev.rgb -share/tuxracer/courses/bumpy_ride/preview.rgb -share/tuxracer/courses/bumpy_ride/terrain.rgb -share/tuxracer/courses/bumpy_ride/trees.rgb -@dirrm share/tuxracer/courses/bumpy_ride -share/tuxracer/courses/course_idx.tcl -share/tuxracer/courses/bunny_hill/course.tcl -share/tuxracer/courses/bunny_hill/elev.rgb -share/tuxracer/courses/bunny_hill/preview.rgb -share/tuxracer/courses/bunny_hill/terrain.rgb -share/tuxracer/courses/bunny_hill/trees.rgb -@dirrm share/tuxracer/courses/bunny_hill -share/tuxracer/courses/common/buttprint.rgb -share/tuxracer/courses/common/buttstart.rgb -share/tuxracer/courses/common/buttstop.rgb -share/tuxracer/courses/common/cloudyback.rgb -share/tuxracer/courses/common/cloudybottom.rgb -share/tuxracer/courses/common/cloudyfront.rgb -share/tuxracer/courses/common/cloudyleft.rgb -share/tuxracer/courses/common/cloudyright.rgb -share/tuxracer/courses/common/cloudytop.rgb -share/tuxracer/courses/common/courseinit.tcl -share/tuxracer/courses/common/cupicon.rgb -share/tuxracer/courses/common/envmap.rgb -share/tuxracer/courses/common/finish.rgb -share/tuxracer/courses/common/flag.rgb -share/tuxracer/courses/common/foggy_light.tcl -share/tuxracer/courses/common/herring_standard.rgb -share/tuxracer/courses/common/herringrunicon.rgb -share/tuxracer/courses/common/ice.rgb -share/tuxracer/courses/common/night_light.tcl -share/tuxracer/courses/common/nightback.rgb -share/tuxracer/courses/common/nightbottom.rgb -share/tuxracer/courses/common/nightenv.rgb -share/tuxracer/courses/common/nightfront.rgb -share/tuxracer/courses/common/nightleft.rgb -share/tuxracer/courses/common/nightright.rgb -share/tuxracer/courses/common/nighttop.rgb -share/tuxracer/courses/common/nopreview.rgb -share/tuxracer/courses/common/rock.rgb -share/tuxracer/courses/common/shrub.rgb -share/tuxracer/courses/common/snow.rgb -share/tuxracer/courses/common/snowparticles.rgb -share/tuxracer/courses/common/start.rgb -share/tuxracer/courses/common/sunny_light.tcl -share/tuxracer/courses/common/sunnyback.rgb -share/tuxracer/courses/common/sunnybottom.rgb -share/tuxracer/courses/common/sunnyfront.rgb -share/tuxracer/courses/common/sunnyleft.rgb -share/tuxracer/courses/common/sunnyright.rgb -share/tuxracer/courses/common/sunnytop.rgb -share/tuxracer/courses/common/tree.rgb -share/tuxracer/courses/common/tree_barren.rgb -share/tuxracer/courses/common/tux_walk.tcl -share/tuxracer/courses/common/tree_polyhedron.tcl -share/tuxracer/courses/common/tux_moonwalk.tcl -@dirrm share/tuxracer/courses/common -share/tuxracer/courses/contrib/downhill_fear/course.tcl -share/tuxracer/courses/contrib/downhill_fear/elev.rgb -share/tuxracer/courses/contrib/downhill_fear/preview.rgb -share/tuxracer/courses/contrib/downhill_fear/terrain.rgb -share/tuxracer/courses/contrib/downhill_fear/trees.rgb -@dirrm share/tuxracer/courses/contrib/downhill_fear -share/tuxracer/courses/contrib/ice_canyon/course.tcl -share/tuxracer/courses/contrib/ice_canyon/elev.rgb -share/tuxracer/courses/contrib/ice_canyon/preview.rgb -share/tuxracer/courses/contrib/ice_canyon/terrain.rgb -share/tuxracer/courses/contrib/ice_canyon/trees.rgb -@dirrm share/tuxracer/courses/contrib/ice_canyon -share/tuxracer/courses/contrib/ingos_speedway/course.tcl -share/tuxracer/courses/contrib/ingos_speedway/elev.rgb -share/tuxracer/courses/contrib/ingos_speedway/preview.rgb -share/tuxracer/courses/contrib/ingos_speedway/terrain.rgb -share/tuxracer/courses/contrib/ingos_speedway/trees.rgb -@dirrm share/tuxracer/courses/contrib/ingos_speedway -share/tuxracer/courses/contrib/jools_big_mountain/course.tcl -share/tuxracer/courses/contrib/jools_big_mountain/elev.rgb -share/tuxracer/courses/contrib/jools_big_mountain/preview.rgb -share/tuxracer/courses/contrib/jools_big_mountain/terrain.rgb -share/tuxracer/courses/contrib/jools_big_mountain/trees.rgb -@dirrm share/tuxracer/courses/contrib/jools_big_mountain -share/tuxracer/courses/contrib/nebula/course.tcl -share/tuxracer/courses/contrib/nebula/elev.rgb -share/tuxracer/courses/contrib/nebula/preview.rgb -share/tuxracer/courses/contrib/nebula/terrain.rgb -share/tuxracer/courses/contrib/nebula/trees.rgb -@dirrm share/tuxracer/courses/contrib/nebula -share/tuxracer/courses/contrib/penguins_cant_fly/course.tcl -share/tuxracer/courses/contrib/penguins_cant_fly/elev.rgb -share/tuxracer/courses/contrib/penguins_cant_fly/preview.rgb -share/tuxracer/courses/contrib/penguins_cant_fly/terrain.rgb -share/tuxracer/courses/contrib/penguins_cant_fly/trees.rgb -@dirrm share/tuxracer/courses/contrib/penguins_cant_fly -share/tuxracer/courses/contrib/sentinel_towers/course.tcl -share/tuxracer/courses/contrib/sentinel_towers/elev.rgb -share/tuxracer/courses/contrib/sentinel_towers/preview.rgb -share/tuxracer/courses/contrib/sentinel_towers/terrain.rgb -share/tuxracer/courses/contrib/sentinel_towers/trees.rgb -@dirrm share/tuxracer/courses/contrib/sentinel_towers -share/tuxracer/courses/contrib/twin_paths/course.tcl -share/tuxracer/courses/contrib/twin_paths/elev.rgb -share/tuxracer/courses/contrib/twin_paths/preview.rgb -share/tuxracer/courses/contrib/twin_paths/terrain.rgb -share/tuxracer/courses/contrib/twin_paths/trees.rgb -@dirrm share/tuxracer/courses/contrib/twin_paths -@dirrm share/tuxracer/courses/contrib -share/tuxracer/courses/frozen_river/course.tcl -share/tuxracer/courses/frozen_river/elev.rgb -share/tuxracer/courses/frozen_river/preview.rgb -share/tuxracer/courses/frozen_river/terrain.rgb -share/tuxracer/courses/frozen_river/trees.rgb -@dirrm share/tuxracer/courses/frozen_river -share/tuxracer/courses/path_of_daggers/course.tcl -share/tuxracer/courses/path_of_daggers/elev.rgb -share/tuxracer/courses/path_of_daggers/preview.rgb -share/tuxracer/courses/path_of_daggers/terrain.rgb -share/tuxracer/courses/path_of_daggers/trees.rgb -@dirrm share/tuxracer/courses/path_of_daggers -share/tuxracer/courses/twisty_slope/course.tcl -share/tuxracer/courses/twisty_slope/elev.rgb -share/tuxracer/courses/twisty_slope/preview.rgb -share/tuxracer/courses/twisty_slope/terrain.rgb -share/tuxracer/courses/twisty_slope/trees.rgb -@dirrm share/tuxracer/courses/twisty_slope -@dirrm share/tuxracer/courses -share/tuxracer/README -share/tuxracer/fonts/trebuchet.tfm -share/tuxracer/fonts/trebuchet_white.rgb -share/tuxracer/fonts/trebuchet_yel_blk.rgb -@dirrm share/tuxracer/fonts -share/tuxracer/music/options1-jt.it -share/tuxracer/music/race1-jt.it -share/tuxracer/music/race2-jt.it -share/tuxracer/music/readme -share/tuxracer/music/start1-jt.it -share/tuxracer/music/wonrace1-jt.it -@dirrm share/tuxracer/music -share/tuxracer/sounds/tux_hit_tree1.wav -share/tuxracer/sounds/tux_on_ice1.wav -share/tuxracer/sounds/tux_on_rock1.wav -share/tuxracer/sounds/tux_on_snow1.wav -share/tuxracer/sounds/fish_pickup1.wav -share/tuxracer/sounds/fish_pickup2.wav -share/tuxracer/sounds/fish_pickup3.wav -@dirrm share/tuxracer/sounds -share/tuxracer/textures/checkmark.rgb -share/tuxracer/textures/conditions_button.rgb -share/tuxracer/textures/gaugeenergymask.rgb -share/tuxracer/textures/gaugeoutline.rgb -share/tuxracer/textures/gaugespeedmask.rgb -share/tuxracer/textures/herringicon.rgb -share/tuxracer/textures/listbox_arrows.rgb -share/tuxracer/textures/menu_bottom_left.rgb -share/tuxracer/textures/menu_bottom_right.rgb -share/tuxracer/textures/menu_title.rgb -share/tuxracer/textures/menu_top_left.rgb -share/tuxracer/textures/menu_top_right.rgb -share/tuxracer/textures/mirror_button.rgb -share/tuxracer/textures/mouse_cursor.rgb -share/tuxracer/textures/noicon.rgb -share/tuxracer/textures/snow_button.rgb -share/tuxracer/textures/splash_bl.rgb -share/tuxracer/textures/splash_br.rgb -share/tuxracer/textures/splash_tl.rgb -share/tuxracer/textures/splash_tr.rgb -share/tuxracer/textures/tuxlife.rgb -share/tuxracer/textures/wind_button.rgb -@dirrm share/tuxracer/textures -share/tuxracer/tux.tcl -share/tuxracer/tuxracer_init.tcl -@dirrm share/tuxracer diff --git a/games/fgfs-base/Makefile b/games/fgfs-base/Makefile deleted file mode 100644 index a70555288268..000000000000 --- a/games/fgfs-base/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: flightgear -# Date created: 26 June 1999 -# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU> -# -# $FreeBSD$ -# - -PORTNAME= FlightGear -PORTVERSION= 0.6.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \ - ftp://ftp.flightgear.org/pub/fgfs/Shared/ -DISTFILES= ${DISTNAME}.tar.gz \ - fgfs-base-${PORTVERSION}.tar.gz - -MAINTAINER= brian@CSUA.Berkeley.EDU - -BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 - -EXTRACT_ONLY= ${DISTNAME}.tar.gz - -.if defined(BUILD_SCENERY_TOOLS) -MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/ -DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z -EXTRACT_ONLY+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z -NO_PACKAGE= "gpc's license conflicts with the GPL" -CONFIGURE_ENV+= CPPFLAGS=-I${WRKSRC}/gfcgpc/include \ - LDFLAGS=-L${WRKSRC}/gfcgpc/lib -ADDPATCHES= ${MASTERDIR}/patches.tools/gfc-patch-aa - -pre-configure: - @(cd ${WRKDIR}/gfc-0.8.8.1b; ./configure --prefix=${WRKSRC}/gfcgpc; \ - ${GMAKE}; ${GMAKE} install; \ - ${CP} ${MASTERDIR}/patches.tools/Makefile.gpc \ - ${WRKDIR}/gpc231/Makefile; \ - cd ${WRKDIR}/gpc231; ${GMAKE}; \ - ${GMAKE} PREFIX=${WRKSRC}/gfcgpc install) -.else -PLIST= ${MASTERDIR}/pkg-plist.notools -ADDPATCHES= ${MASTERDIR}/patches.tools/disable-tools -USE_AUTOCONF_VER=213 -.endif - -USE_NEWGCC= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= \ - LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -lGLU -lGL -lglut ${PTHREAD_LIBS}" -CONFIGURE_ARGS+=--bindir=${PREFIX}/FlightGear/bin -USE_GMAKE= yes - -pre-patch: - @( cd ${WRKDIR}; \ - for i in ${ADDPATCHES} ; do \ - ${PATCH} -s < $${i}; \ - done ) - -post-configure: - @find ${WRKSRC} -type f | xargs ${PERL} -pi -e \ - "s@#include.*<malloc.h>@#include <stdlib.h>@g" - @(cd ${WRKSRC};touch Makefile.in */Makefile.in */*/Makefile.in \ - */*/*/Makefile.in; \ - ./config.status) - -pre-install: - cd ${PREFIX}; \ - ${TAR} xzf ${DISTDIR}/fgfs-base-${PORTVERSION}.tar.gz - -post-install: - ${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/games/fgfs-base/distinfo b/games/fgfs-base/distinfo deleted file mode 100644 index 27d44e2b6a66..000000000000 --- a/games/fgfs-base/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (FlightGear-0.6.1.tar.gz) = 148b2649bb4891af3cdfaf209e5a72a9 -MD5 (fgfs-base-0.6.1.tar.gz) = 69ab47bc4a8333409e875e34c53a3016 -MD5 (gfc-0.8.8.1b.tar.gz) = c28405037a0129a71eeca9e0dd5b831e -MD5 (gpc231.tar.Z) = 6d4aaa30268af5b152b7a4d82937fc84 diff --git a/games/fgfs-base/files/patch-aa b/games/fgfs-base/files/patch-aa deleted file mode 100644 index 714120858204..000000000000 --- a/games/fgfs-base/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- Simulator/Main/splash.cxx.orig Wed May 12 19:16:17 1999 -+++ Simulator/Main/splash.cxx Sat Jun 26 22:31:54 1999 -@@ -123,7 +123,8 @@ - xglMatrixMode(GL_PROJECTION); - xglPushMatrix(); - xglLoadIdentity(); -- gluOrtho2D(0, current_view.get_winWidth(), 0, current_view.get_winHeight()); -+ if (current_view.get_winWidth() && current_view.get_winHeight()) -+ gluOrtho2D(0, current_view.get_winWidth(), 0, current_view.get_winHeight()); - xglMatrixMode(GL_MODELVIEW); - xglPushMatrix(); - xglLoadIdentity(); diff --git a/games/fgfs-base/files/patch-ab b/games/fgfs-base/files/patch-ab deleted file mode 100644 index 81840b3e61a7..000000000000 --- a/games/fgfs-base/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- Tools/Construct/Parallel/client.cxx.orig Fri May 21 13:18:06 1999 -+++ Tools/Construct/Parallel/client.cxx Sat Jun 26 22:32:01 1999 -@@ -20,6 +20,11 @@ - - #include <Bucket/newbucket.hxx> - -+/* the next lines are to define BSD */ -+/* see http://www.freebsd.org/handbook/porting.html for why we do this */ -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif - - #define MAXBUF 1024 - #define BUSY_WAIT_TIME 30 -@@ -45,6 +50,9 @@ - - // check if the host system is free of interactive users - int system_free() { -+ -+#ifndef BSD -+ - struct utmp *uptr; - - setutent(); -@@ -61,6 +69,7 @@ - } - - endutent(); -+#endif - return 1; - } - diff --git a/games/fgfs-base/files/patch-ac b/games/fgfs-base/files/patch-ac deleted file mode 100644 index e21b86479735..000000000000 --- a/games/fgfs-base/files/patch-ac +++ /dev/null @@ -1,79 +0,0 @@ ---- Simulator/Time/fg_time.cxx.orig Mon Apr 19 13:18:31 1999 -+++ Simulator/Time/fg_time.cxx Sun Jun 27 19:34:43 1999 -@@ -49,6 +49,13 @@ - # include <sys/time.h> // for get/setitimer, gettimeofday, struct timeval - #endif - -+// The next lines are to define BSD -+// See http://www.freebsd.org/handbook/porting.html for why we do this -+ -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - #include <Debug/logstream.hxx> - #include <Astro/sky.hxx> - #include <Astro/solarsystem.hxx> -@@ -366,6 +373,11 @@ - // For now we assume that if daylight is not defined in - // /usr/include/time.h that we have a machine with a BSD behaving - // mktime() -+# ifdef BSD -+# define USE_TIME_GM 1 -+# endif -+ -+ - # if !defined(HAVE_DAYLIGHT) - # define MK_TIME_IS_GMT 1 - # endif -@@ -383,6 +395,10 @@ - mt.tm_sec = sec; - mt.tm_isdst = -1; // let the system determine the proper time zone - -+# ifdef USE_TIME_GM -+ return ( timegm(&mt) ); -+# else -+ - # if defined( MK_TIME_IS_GMT ) - return ( mktime(&mt) ); - # else // ! defined ( MK_TIME_IS_GMT ) -@@ -424,6 +440,7 @@ - return ( start_gmt ); - # endif // ! defined( TIMEZONE_OFFSET_WORKS ) - # endif // ! defined ( MK_TIME_IS_GMT ) -+# endif - } - - // Fix up timezone if using ftime() ---- Tests/test-mktime.cxx.orig Sun Jun 27 19:21:42 1999 -+++ Tests/test-mktime.cxx Sun Jun 27 19:34:13 1999 -@@ -20,6 +20,12 @@ - # include <sys/time.h> // for get/setitimer, gettimeofday, struct timeval - #endif - -+// The next lines are to define BSD -+// See http://www.freebsd.org/handbook/porting.html for why we do this -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - #define LST_MAGIC_TIME_1998 890481600 - - -@@ -73,6 +79,8 @@ - mt.tm_sec = 0; - mt.tm_isdst = -1; // let the system determine the proper time zone - -+# ifdef BSD -+ return ( timegm(&mt) ); - # if defined( MK_TIME_IS_GMT ) - return ( mktime(&mt) ); - # else // ! defined ( MK_TIME_IS_GMT ) -@@ -110,6 +118,7 @@ - return ( start_gmt ); - # endif // ! defined( TIMEZONE_OFFSET_WORKS ) - # endif // ! defined ( MK_TIME_IS_GMT ) -+# endif - } - - diff --git a/games/fgfs-base/files/patch-ad b/games/fgfs-base/files/patch-ad deleted file mode 100644 index f7a358370e18..000000000000 --- a/games/fgfs-base/files/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ ---- Simulator/Main/Makefile.in.orig Sun Jun 27 21:12:00 1999 -+++ Simulator/Main/Makefile.in Sun Jun 27 21:12:12 1999 -@@ -75,7 +75,7 @@ - - bin_PROGRAMS = fgfs - --bin_SCRIPTS = runfgfs runfgfs.bat -+bin_SCRIPTS = runfgfs - - fgfs_SOURCES = \ - GLUTkey.cxx GLUTkey.hxx GLUTmain.cxx \ ---- Simulator/Main/runfgfs.in.orig Tue Apr 6 16:39:22 1999 -+++ Simulator/Main/runfgfs.in Sun Jun 27 21:44:52 1999 -@@ -29,11 +29,11 @@ - # print "-> $prefix\n"; - - # potential names of Flight Gear executable to try --@files = ( "fg", "fg.exe" ); -+@files = ( "fgfs" ); - - # search for the executable - # potential paths where the executable may be found --@paths = ( ".", "Simulator/Main", $prefix ); -+@paths = ( ".", "Simulator/Main", $prefix, "$prefix/FlightGear" ); - - $savepath = ""; - $savefile = ""; diff --git a/games/fgfs-base/files/patch-ae b/games/fgfs-base/files/patch-ae deleted file mode 100644 index 09fd65c6ea1f..000000000000 --- a/games/fgfs-base/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- Lib/Makefile.in.orig Sun Jun 27 21:48:15 1999 -+++ Lib/Makefile.in Sun Jun 27 21:48:20 1999 -@@ -197,7 +197,7 @@ - install-data: install-data-recursive - @$(NORMAL_INSTALL) - --install: install-recursive -+install: #install-recursive - @: - - uninstall: uninstall-recursive diff --git a/games/fgfs-base/files/patch-af b/games/fgfs-base/files/patch-af deleted file mode 100644 index 8b08b48a85db..000000000000 --- a/games/fgfs-base/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- Include/Makefile.in.orig Thu Jul 1 15:20:48 1999 -+++ Include/Makefile.in Thu Jul 1 15:20:55 1999 -@@ -90,7 +90,7 @@ - - TAR = tar - GZIP = --best --all: Makefile config.h -+all: - - .SUFFIXES: - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) diff --git a/games/fgfs-base/files/patch-ag b/games/fgfs-base/files/patch-ag deleted file mode 100644 index b0cb8e6139bd..000000000000 --- a/games/fgfs-base/files/patch-ag +++ /dev/null @@ -1,94 +0,0 @@ -From brian@CSUA.Berkeley.EDU Thu Sep 9 20:25:32 1999 -Return-Path: <brian@CSUA.Berkeley.EDU> -Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) - by hub.freebsd.org (Postfix) with ESMTP id 4DD7F152D2 - for <FreeBSD-gnats-submit@freebsd.org>; Thu, 9 Sep 1999 20:25:30 -0700 (PDT) - (envelope-from brian@CSUA.Berkeley.EDU) -Received: from smarter.than.nu (ida-89-77.Reshall.Berkeley.EDU [169.229.89.77]) - by soda.CSUA.Berkeley.EDU (8.8.8/) via ESMTP id UAA17320 - for <FreeBSD-gnats-submit@freebsd.org>; Thu, 9 Sep 1999 20:24:55 -0700 (PDT) - env-from (brian@CSUA.Berkeley.EDU) -Message-Id: <Pine.BSF.4.10.9909092019290.691-100000@smarter.than.nu> -Date: Thu, 9 Sep 1999 20:24:54 -0700 (PDT) -From: "Brian W. Buchanan" <brian@CSUA.Berkeley.EDU> -To: FreeBSD-gnats-submit@freebsd.org -Subject: [PATCH] Fix games/flightgear build under 3.3RC - ->Number: 13674 ->Category: ports ->Synopsis: Patch for games/flightgear for 3.3 ->Confidential: no ->Severity: critical ->Priority: high ->Responsible: freebsd-ports ->State: open ->Quarter: ->Keywords: ->Date-Required: ->Class: sw-bug ->Submitter-Id: current-users ->Arrival-Date: Thu Sep 9 20:30:00 PDT 1999 ->Closed-Date: ->Last-Modified: ->Originator: Brian Buchanan ->Release: FreeBSD 4.0-CURRENT i386 ->Organization: ->Environment: ->Description: - -Satoshi's build logs show FlightGear failing under 3.3 due to some -implicit typecasting that the compiler has no problem with under 4.0, but -barfs at under 3.3. A patch is attached. I don't have any way to test -this under 3.3, nor do I know if anything later in the build process fails -under 3.3, so if someone could do a quick check and fix any other trivial -little things before the ports freeze, it would be appreciated. - ->How-To-Repeat: ->Fix: - -Add patches/patch-ag: - ---- Simulator/GUI/gui.cxx.old Thu Sep 9 20:11:55 1999 -+++ Simulator/GUI/gui.cxx Thu Sep 9 20:13:07 1999 -@@ -149,7 +149,7 @@ - glutSetCursor(GLUT_CURSOR_INHERIT); - #endif - #if (GLUT_API_VERSION >= 4 || GLUT_XLIB_IMPLEMENTATION >= 9) -- glutWarpPointer( glutGet(GLUT_SCREEN_WIDTH)/2, glutGet(GLUT_SCREEN_HEIGHT)/2); -+ glutWarpPointer( glutGet((GLenum)GLUT_SCREEN_WIDTH)/2, glutGet((GLenum)GLUT_SCREEN_HEIGHT)/2); - #endif - } - -@@ -160,7 +160,7 @@ - glutSetCursor(GLUT_CURSOR_NONE); - #else // I guess this is what we want to do ?? - #if (GLUT_API_VERSION >= 4 || GLUT_XLIB_IMPLEMENTATION >= 9) -- glutWarpPointer( glutGet(GLUT_SCREEN_WIDTH), glutGet(GLUT_SCREEN_HEIGHT)); -+ glutWarpPointer( glutGet((GLenum)GLUT_SCREEN_WIDTH), glutGet((GLenum)GLUT_SCREEN_HEIGHT)); - #endif - #endif - } -@@ -195,7 +195,7 @@ - if( restore ) { - glutSetCursor(cursor); - } else { -- cursor = glutGet( GLUT_WINDOW_CURSOR ); -+ cursor = glutGet( (GLenum)GLUT_WINDOW_CURSOR ); - #ifdef WIN32 - TurnCursorOn(); - #endif -@@ -595,7 +595,7 @@ - // Install our fast fonts - fntpath.append( "typewriter.txf" ); - guiFntHandle = new fntTexFont ; -- guiFntHandle -> load ( fntpath.c_str() ) ; -+ guiFntHandle -> load ( (char *)fntpath.c_str() ) ; - puFont GuiFont ( guiFntHandle, 15 ) ; - puSetDefaultFonts( GuiFont, GuiFont ) ; - guiFnt = puGetDefaultLabelFont(); - - ->Release-Note: ->Audit-Trail: ->Unformatted: - diff --git a/games/fgfs-base/patches.tools/Makefile.gpc b/games/fgfs-base/patches.tools/Makefile.gpc deleted file mode 100644 index 3d926ffa24e5..000000000000 --- a/games/fgfs-base/patches.tools/Makefile.gpc +++ /dev/null @@ -1,19 +0,0 @@ -# Unix/Linux makefile for GPC 2.31 -# -# Riley Rainey (riley.rainey@websimulations.com) - -CFLAGS = -O -g - -libgpc.a: gpc.o - rm -f $@ - ar cr $@ $< - ranlib $@ - -clean: - rm -f libgpc.a *.o core *~ - -install: libgpc.a - -mkdir -p ${PREFIX}/lib - -mkdir -p ${PREFIX}/include - install -c libgpc.a ${PREFIX}/lib/libgpc.a - install -c gpc.h ${PREFIX}/include/gpc.h diff --git a/games/fgfs-base/patches.tools/disable-tools b/games/fgfs-base/patches.tools/disable-tools deleted file mode 100644 index 935b2206ea36..000000000000 --- a/games/fgfs-base/patches.tools/disable-tools +++ /dev/null @@ -1,67 +0,0 @@ ---- FlightGear-0.6.1/configure.in.orig Sun Jun 27 13:21:03 1999 -+++ FlightGear-0.6.1/configure.in Sun Jun 27 13:21:13 1999 -@@ -244,37 +244,6 @@ - - AM_CONDITIONAL(HAVE_XWINDOWS, test "x$ac_cv_lib_X11_XCreateWindow" = "xyes" ) - --dnl Check if Generic Polygon Clipping library is installed --dnl (from http://www.cs.man.ac.uk/aig/staff/alan/software/) --AC_CHECK_HEADERS( gpc.h ) --if test "x$ac_cv_header_gpc_h" != "xyes"; then -- echo -- echo "You need to have the GPC library installed on your system to build" -- echo "some of the scenery generation tools, otherwise you won't be able." -- echo "to create scenery." -- echo -- echo "Please see README.gpc for more details." -- echo -- echo "(pausing 5 seconds)" -- sleep 5 -- echo --fi -- --dnl Check if Geographic Foundation Classes library is installed --dnl (from ftp://ftp.flightgear.org/pub/fgfs/Source/) --AC_CHECK_HEADERS( gfc/gdbf.h ) --if test "x$ac_cv_header_gfc_gdbf_h" != "xyes"; then -- echo -- echo "You need to have the GFC library installed on your system to build" -- echo "some of the scenery generation tools, otherwise, they may fail." -- echo -- echo "Please see README.gfc for more details." -- echo -- echo "(pausing 5 seconds)" -- sleep 5 -- echo --fi -- - dnl Checks for header files. - AC_HEADER_STDC - AC_CHECK_HEADERS( \ ---- FlightGear-0.6.1/Makefile.in.orig Sun Jun 27 19:14:27 1999 -+++ FlightGear-0.6.1/Makefile.in Sun Jun 27 19:15:08 1999 -@@ -67,7 +67,7 @@ - base_LIBS = @base_LIBS@ - opengl_LIBS = @opengl_LIBS@ - --SUBDIRS = Include Lib Simulator Tools Tests -+SUBDIRS = Include Lib Simulator Tests - - EXTRA_DIST = FG-FAQ.v3 README.Unix README.Linux README.MacOS README.Win32 \ - README.Win32-X README.autoconf README.gfc README.gpc README.plib \ -@@ -88,15 +88,9 @@ - all: all-recursive all-am - - .SUFFIXES: --$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile -- - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -- --$(ACLOCAL_M4): configure.in -- cd $(srcdir) && $(ACLOCAL) - - config.status: $(srcdir)/configure - $(SHELL) ./config.status --recheck diff --git a/games/fgfs-base/patches.tools/gfc-patch-aa b/games/fgfs-base/patches.tools/gfc-patch-aa deleted file mode 100644 index 08b8d4b85dc8..000000000000 --- a/games/fgfs-base/patches.tools/gfc-patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- gfc-0.8.8.1b/utils/src/gmmap.h.orig Wed Feb 17 14:31:03 1999 -+++ gfc-0.8.8.1b/utils/src/gmmap.h Sat Jun 26 21:43:18 1999 -@@ -12,7 +12,18 @@ - - #include <unistd.h> - -+/* the next lines are to define BSD */ -+/* see http://www.freebsd.org/handbook/porting.html for why we do this */ -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - #ifdef _LINUX_ -+#include <sys/mman.h> -+#include <sys/types.h> -+#endif -+ -+#ifdef BSD - #include <sys/mman.h> - #include <sys/types.h> - #endif diff --git a/games/fgfs-base/pkg-comment b/games/fgfs-base/pkg-comment deleted file mode 100644 index 7a94a4cf8f05..000000000000 --- a/games/fgfs-base/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The FlightGear flight simulator diff --git a/games/fgfs-base/pkg-descr b/games/fgfs-base/pkg-descr deleted file mode 100644 index e49dafe24de4..000000000000 --- a/games/fgfs-base/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -FlightGear is a free, multi-platform civil aviation flight simulator -package. It features detailed, texture-mapped scenery, keyboard and -joystick controls, a heads-up display, and optional realistic instrument -panel. A 3-D accelerator card supported by Mesa is highly recommended (3DFX -Voodoo/Voodoo2 and nVIDIA Riva TNT are known to work.) - -WWW: http://www.flightgear.org/ - -- Brian Buchanan -brian@CSUA.Berkeley.EDU diff --git a/games/fgfs-base/pkg-plist b/games/fgfs-base/pkg-plist deleted file mode 100644 index dc4fde2a0a38..000000000000 --- a/games/fgfs-base/pkg-plist +++ /dev/null @@ -1,178 +0,0 @@ -bin/runfgfs -FlightGear/bin/showme -FlightGear/bin/deminfo -FlightGear/bin/demchop -FlightGear/bin/shape-decode -FlightGear/bin/genapts -FlightGear/bin/raw2ascii -FlightGear/bin/fgfs -FlightGear/bin/fgfs-tools-server -FlightGear/bin/fgfs-tools-client -FlightGear/bin/fgfs-master -FlightGear/bin/fgfs-construct -FlightGear/bin/test-mktime -FlightGear/bin/gl-info -FlightGear/bin/est-epsilon -FlightGear/AUTHORS -FlightGear/ChangeLog -FlightGear/COPYING -FlightGear/NEWS -FlightGear/README -FlightGear/README.Linux -FlightGear/README.MacOS -FlightGear/README.Unix -FlightGear/README.Win32 -FlightGear/README.anoncvs -FlightGear/README.autoconf -FlightGear/README.gpc -FlightGear/README.running -FlightGear/Thanks -FlightGear/materials -FlightGear/runfgfs.bat -FlightGear/Airports/apt_simple.gz -FlightGear/Airports/default.apt.gz -FlightGear/Astro/planets.gz -FlightGear/Astro/stars -FlightGear/Engine/XLR99.dat -FlightGear/Fonts/README -FlightGear/Fonts/charter.txf -FlightGear/Fonts/courier-bold.txf -FlightGear/Fonts/courier_medium.txf -FlightGear/Fonts/curlfont.txf -FlightGear/Fonts/default.txf -FlightGear/Fonts/haeberli.txf -FlightGear/Fonts/helvetica_bold.txf -FlightGear/Fonts/helvetica_medium.txf -FlightGear/Fonts/lucida.txf -FlightGear/Fonts/lucidabright_bold.txf -FlightGear/Fonts/schoolbook_bold.txf -FlightGear/Fonts/schoolbook_medium.txf -FlightGear/Fonts/sorority.txf -FlightGear/Fonts/symbol.txf -FlightGear/Fonts/times_bold.txf -FlightGear/Fonts/times_medium.txf -FlightGear/Fonts/typewriter.txf -FlightGear/Lighting/ambient -FlightGear/Lighting/ambient.old -FlightGear/Lighting/ambient.orig -FlightGear/Lighting/diffuse -FlightGear/Lighting/diffuse.orig -FlightGear/Lighting/sky -FlightGear/Lighting/sky.old -FlightGear/Sounds/intro.mp3 -FlightGear/Sounds/thunder.wav -FlightGear/Sounds/wasp.wav -FlightGear/Textures/FG-Textures.txt -FlightGear/Textures/Fullone.rgb -FlightGear/Textures/Splash1.rgb.gz -FlightGear/Textures/Splash2.rgb.gz -FlightGear/Textures/Splash3.rgb.gz -FlightGear/Textures/Splash4.rgb.gz -FlightGear/Textures/asphalt.rgb.gz -FlightGear/Textures/austral1.rgb.gz -FlightGear/Textures/canyon-pink.rgb.gz -FlightGear/Textures/canyon-sand.rgb.gz -FlightGear/Textures/concrete.rgb.gz -FlightGear/Textures/desert.rgb -FlightGear/Textures/desert1.rgb -FlightGear/Textures/forest1.rgb.gz -FlightGear/Textures/forest2.rgb.gz -FlightGear/Textures/gauges.rgb -FlightGear/Textures/gauges2.rgb -FlightGear/Textures/glacier.rgb.gz -FlightGear/Textures/grass.rgb.gz -FlightGear/Textures/grs-bv.rgb.gz -FlightGear/Textures/hori.rgb -FlightGear/Textures/ice-wint.rgb.gz -FlightGear/Textures/marsh1.rgb.gz -FlightGear/Textures/marsh2.rgb.gz -FlightGear/Textures/moon.rgb -FlightGear/Textures/panel_texture.rgb -FlightGear/Textures/resgrid.rgb.gz -FlightGear/Textures/rocks-desert.rgb.gz -FlightGear/Textures/rocks-grass.rgb.gz -FlightGear/Textures/unknown.rgb.gz -FlightGear/Textures/urban.rgb.gz -FlightGear/Textures/water.rgb.gz -FlightGear/Aircraft/X15/Reset00 -FlightGear/Aircraft/X15/X15.dat -FlightGear/Aircraft/X15/CDRAG/A -FlightGear/Aircraft/X15/CDRAG/A0 -FlightGear/Aircraft/X15/CDRAG/DE -FlightGear/Aircraft/X15/CDRAG/M -FlightGear/Aircraft/X15/CLIFT/A -FlightGear/Aircraft/X15/CLIFT/A0 -FlightGear/Aircraft/X15/CLIFT/ADT -FlightGear/Aircraft/X15/CLIFT/M -FlightGear/Aircraft/X15/CLIFT/de -FlightGear/Aircraft/X15/CPITCH/A -FlightGear/Aircraft/X15/CPITCH/A0 -FlightGear/Aircraft/X15/CPITCH/ADT -FlightGear/Aircraft/X15/CPITCH/De -FlightGear/Aircraft/X15/CPITCH/M -FlightGear/Aircraft/X15/CPITCH/Q -FlightGear/Aircraft/X15/CROLL/B -FlightGear/Aircraft/X15/CROLL/DA -FlightGear/Aircraft/X15/CROLL/DR -FlightGear/Aircraft/X15/CROLL/P -FlightGear/Aircraft/X15/CROLL/R -FlightGear/Aircraft/X15/CSIDE/B -FlightGear/Aircraft/X15/CSIDE/DA -FlightGear/Aircraft/X15/CSIDE/DR -FlightGear/Aircraft/X15/CSIDE/R -FlightGear/Aircraft/X15/CYAW/A -FlightGear/Aircraft/X15/CYAW/A0 -FlightGear/Aircraft/X15/CYAW/DE -FlightGear/Aircraft/X15/CYAW/M -FlightGear/Scenery/w120n30/w111n33/1138368.gz -FlightGear/Scenery/w120n30/w111n33/1138369.gz -FlightGear/Scenery/w120n30/w111n33/1138370.gz -FlightGear/Scenery/w120n30/w111n33/1138371.gz -FlightGear/Scenery/w120n30/w111n33/1138376.gz -FlightGear/Scenery/w120n30/w111n33/1138377.gz -FlightGear/Scenery/w120n30/w111n33/1138378.gz -FlightGear/Scenery/w120n30/w111n33/1138379.gz -FlightGear/Scenery/w120n30/w111n33/1138384.gz -FlightGear/Scenery/w120n30/w111n33/1138385.gz -FlightGear/Scenery/w120n30/w111n33/1138386.gz -FlightGear/Scenery/w120n30/w111n33/1138387.gz -FlightGear/Scenery/w120n30/w111n33/1138392.gz -FlightGear/Scenery/w120n30/w111n33/1138393.gz -FlightGear/Scenery/w120n30/w111n33/1138394.gz -FlightGear/Scenery/w120n30/w111n33/1138395.gz -FlightGear/Scenery/w120n30/w111n33/1138400.gz -FlightGear/Scenery/w120n30/w111n33/1138401.gz -FlightGear/Scenery/w120n30/w111n33/1138402.gz -FlightGear/Scenery/w120n30/w111n33/1138403.gz -FlightGear/Scenery/w120n30/w111n33/1138408.gz -FlightGear/Scenery/w120n30/w111n33/1138409.gz -FlightGear/Scenery/w120n30/w111n33/1138410.gz -FlightGear/Scenery/w120n30/w111n33/1138411.gz -FlightGear/Scenery/w120n30/w111n33/1138416.gz -FlightGear/Scenery/w120n30/w111n33/1138417.gz -FlightGear/Scenery/w120n30/w111n33/1138418.gz -FlightGear/Scenery/w120n30/w111n33/1138419.gz -FlightGear/Scenery/w120n30/w111n33/1138424.gz -FlightGear/Scenery/w120n30/w111n33/1138425.gz -FlightGear/Scenery/w120n30/w111n33/1138426.gz -FlightGear/Scenery/w120n30/w111n33/1138427.gz -@dirrm FlightGear/Aircraft/X15/CDRAG -@dirrm FlightGear/Aircraft/X15/CLIFT -@dirrm FlightGear/Aircraft/X15/CPITCH -@dirrm FlightGear/Aircraft/X15/CROLL -@dirrm FlightGear/Aircraft/X15/CSIDE -@dirrm FlightGear/Aircraft/X15/CYAW -@dirrm FlightGear/Aircraft/X15 -@dirrm FlightGear/Aircraft -@dirrm FlightGear/Airports -@dirrm FlightGear/Astro -@dirrm FlightGear/Engine -@dirrm FlightGear/Fonts -@dirrm FlightGear/Lighting -@dirrm FlightGear/Scenery/w120n30/w111n33 -@dirrm FlightGear/Scenery/w120n30 -@dirrm FlightGear/Scenery -@dirrm FlightGear/Sounds -@dirrm FlightGear/Textures -@dirrm FlightGear/bin -@dirrm FlightGear diff --git a/games/fgfs-base/pkg-plist.notools b/games/fgfs-base/pkg-plist.notools deleted file mode 100644 index 5a90c6bf8d93..000000000000 --- a/games/fgfs-base/pkg-plist.notools +++ /dev/null @@ -1,168 +0,0 @@ -bin/runfgfs -FlightGear/bin/est-epsilon -FlightGear/bin/fgfs -FlightGear/bin/gl-info -FlightGear/bin/test-mktime -@dirrm FlightGear/bin -FlightGear/AUTHORS -FlightGear/ChangeLog -FlightGear/COPYING -FlightGear/NEWS -FlightGear/README -FlightGear/README.Linux -FlightGear/README.MacOS -FlightGear/README.Unix -FlightGear/README.Win32 -FlightGear/README.anoncvs -FlightGear/README.autoconf -FlightGear/README.gpc -FlightGear/README.running -FlightGear/Thanks -FlightGear/materials -FlightGear/runfgfs.bat -FlightGear/Airports/apt_simple.gz -FlightGear/Airports/default.apt.gz -FlightGear/Astro/planets.gz -FlightGear/Astro/stars -FlightGear/Engine/XLR99.dat -FlightGear/Fonts/README -FlightGear/Fonts/charter.txf -FlightGear/Fonts/courier-bold.txf -FlightGear/Fonts/courier_medium.txf -FlightGear/Fonts/curlfont.txf -FlightGear/Fonts/default.txf -FlightGear/Fonts/haeberli.txf -FlightGear/Fonts/helvetica_bold.txf -FlightGear/Fonts/helvetica_medium.txf -FlightGear/Fonts/lucida.txf -FlightGear/Fonts/lucidabright_bold.txf -FlightGear/Fonts/schoolbook_bold.txf -FlightGear/Fonts/schoolbook_medium.txf -FlightGear/Fonts/sorority.txf -FlightGear/Fonts/symbol.txf -FlightGear/Fonts/times_bold.txf -FlightGear/Fonts/times_medium.txf -FlightGear/Fonts/typewriter.txf -FlightGear/Lighting/ambient -FlightGear/Lighting/ambient.old -FlightGear/Lighting/ambient.orig -FlightGear/Lighting/diffuse -FlightGear/Lighting/diffuse.orig -FlightGear/Lighting/sky -FlightGear/Lighting/sky.old -FlightGear/Sounds/intro.mp3 -FlightGear/Sounds/thunder.wav -FlightGear/Sounds/wasp.wav -FlightGear/Textures/FG-Textures.txt -FlightGear/Textures/Fullone.rgb -FlightGear/Textures/Splash1.rgb.gz -FlightGear/Textures/Splash2.rgb.gz -FlightGear/Textures/Splash3.rgb.gz -FlightGear/Textures/Splash4.rgb.gz -FlightGear/Textures/asphalt.rgb.gz -FlightGear/Textures/austral1.rgb.gz -FlightGear/Textures/canyon-pink.rgb.gz -FlightGear/Textures/canyon-sand.rgb.gz -FlightGear/Textures/concrete.rgb.gz -FlightGear/Textures/desert.rgb -FlightGear/Textures/desert1.rgb -FlightGear/Textures/forest1.rgb.gz -FlightGear/Textures/forest2.rgb.gz -FlightGear/Textures/gauges.rgb -FlightGear/Textures/gauges2.rgb -FlightGear/Textures/glacier.rgb.gz -FlightGear/Textures/grass.rgb.gz -FlightGear/Textures/grs-bv.rgb.gz -FlightGear/Textures/hori.rgb -FlightGear/Textures/ice-wint.rgb.gz -FlightGear/Textures/marsh1.rgb.gz -FlightGear/Textures/marsh2.rgb.gz -FlightGear/Textures/moon.rgb -FlightGear/Textures/panel_texture.rgb -FlightGear/Textures/resgrid.rgb.gz -FlightGear/Textures/rocks-desert.rgb.gz -FlightGear/Textures/rocks-grass.rgb.gz -FlightGear/Textures/unknown.rgb.gz -FlightGear/Textures/urban.rgb.gz -FlightGear/Textures/water.rgb.gz -FlightGear/Aircraft/X15/Reset00 -FlightGear/Aircraft/X15/X15.dat -FlightGear/Aircraft/X15/CDRAG/A -FlightGear/Aircraft/X15/CDRAG/A0 -FlightGear/Aircraft/X15/CDRAG/DE -FlightGear/Aircraft/X15/CDRAG/M -FlightGear/Aircraft/X15/CLIFT/A -FlightGear/Aircraft/X15/CLIFT/A0 -FlightGear/Aircraft/X15/CLIFT/ADT -FlightGear/Aircraft/X15/CLIFT/M -FlightGear/Aircraft/X15/CLIFT/de -FlightGear/Aircraft/X15/CPITCH/A -FlightGear/Aircraft/X15/CPITCH/A0 -FlightGear/Aircraft/X15/CPITCH/ADT -FlightGear/Aircraft/X15/CPITCH/De -FlightGear/Aircraft/X15/CPITCH/M -FlightGear/Aircraft/X15/CPITCH/Q -FlightGear/Aircraft/X15/CROLL/B -FlightGear/Aircraft/X15/CROLL/DA -FlightGear/Aircraft/X15/CROLL/DR -FlightGear/Aircraft/X15/CROLL/P -FlightGear/Aircraft/X15/CROLL/R -FlightGear/Aircraft/X15/CSIDE/B -FlightGear/Aircraft/X15/CSIDE/DA -FlightGear/Aircraft/X15/CSIDE/DR -FlightGear/Aircraft/X15/CSIDE/R -FlightGear/Aircraft/X15/CYAW/A -FlightGear/Aircraft/X15/CYAW/A0 -FlightGear/Aircraft/X15/CYAW/DE -FlightGear/Aircraft/X15/CYAW/M -FlightGear/Scenery/w120n30/w111n33/1138368.gz -FlightGear/Scenery/w120n30/w111n33/1138369.gz -FlightGear/Scenery/w120n30/w111n33/1138370.gz -FlightGear/Scenery/w120n30/w111n33/1138371.gz -FlightGear/Scenery/w120n30/w111n33/1138376.gz -FlightGear/Scenery/w120n30/w111n33/1138377.gz -FlightGear/Scenery/w120n30/w111n33/1138378.gz -FlightGear/Scenery/w120n30/w111n33/1138379.gz -FlightGear/Scenery/w120n30/w111n33/1138384.gz -FlightGear/Scenery/w120n30/w111n33/1138385.gz -FlightGear/Scenery/w120n30/w111n33/1138386.gz -FlightGear/Scenery/w120n30/w111n33/1138387.gz -FlightGear/Scenery/w120n30/w111n33/1138392.gz -FlightGear/Scenery/w120n30/w111n33/1138393.gz -FlightGear/Scenery/w120n30/w111n33/1138394.gz -FlightGear/Scenery/w120n30/w111n33/1138395.gz -FlightGear/Scenery/w120n30/w111n33/1138400.gz -FlightGear/Scenery/w120n30/w111n33/1138401.gz -FlightGear/Scenery/w120n30/w111n33/1138402.gz -FlightGear/Scenery/w120n30/w111n33/1138403.gz -FlightGear/Scenery/w120n30/w111n33/1138408.gz -FlightGear/Scenery/w120n30/w111n33/1138409.gz -FlightGear/Scenery/w120n30/w111n33/1138410.gz -FlightGear/Scenery/w120n30/w111n33/1138411.gz -FlightGear/Scenery/w120n30/w111n33/1138416.gz -FlightGear/Scenery/w120n30/w111n33/1138417.gz -FlightGear/Scenery/w120n30/w111n33/1138418.gz -FlightGear/Scenery/w120n30/w111n33/1138419.gz -FlightGear/Scenery/w120n30/w111n33/1138424.gz -FlightGear/Scenery/w120n30/w111n33/1138425.gz -FlightGear/Scenery/w120n30/w111n33/1138426.gz -FlightGear/Scenery/w120n30/w111n33/1138427.gz -@dirrm FlightGear/Aircraft/X15/CDRAG -@dirrm FlightGear/Aircraft/X15/CLIFT -@dirrm FlightGear/Aircraft/X15/CPITCH -@dirrm FlightGear/Aircraft/X15/CROLL -@dirrm FlightGear/Aircraft/X15/CSIDE -@dirrm FlightGear/Aircraft/X15/CYAW -@dirrm FlightGear/Aircraft/X15 -@dirrm FlightGear/Aircraft -@dirrm FlightGear/Airports -@dirrm FlightGear/Astro -@dirrm FlightGear/Engine -@dirrm FlightGear/Fonts -@dirrm FlightGear/Lighting -@dirrm FlightGear/Scenery/w120n30/w111n33 -@dirrm FlightGear/Scenery/w120n30 -@dirrm FlightGear/Scenery -@dirrm FlightGear/Sounds -@dirrm FlightGear/Textures -@dirrm FlightGear diff --git a/games/flightgear-data/Makefile b/games/flightgear-data/Makefile deleted file mode 100644 index a70555288268..000000000000 --- a/games/flightgear-data/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: flightgear -# Date created: 26 June 1999 -# Whom: Brian Buchanan <brian@CSUA.Berkeley.EDU> -# -# $FreeBSD$ -# - -PORTNAME= FlightGear -PORTVERSION= 0.6.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \ - ftp://ftp.flightgear.org/pub/fgfs/Shared/ -DISTFILES= ${DISTNAME}.tar.gz \ - fgfs-base-${PORTVERSION}.tar.gz - -MAINTAINER= brian@CSUA.Berkeley.EDU - -BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 - -EXTRACT_ONLY= ${DISTNAME}.tar.gz - -.if defined(BUILD_SCENERY_TOOLS) -MASTER_SITES+= ftp://ftp.cs.man.ac.uk/pub/amurta/ -DISTFILES+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z -EXTRACT_ONLY+= gfc-0.8.8.1b.tar.gz gpc231.tar.Z -NO_PACKAGE= "gpc's license conflicts with the GPL" -CONFIGURE_ENV+= CPPFLAGS=-I${WRKSRC}/gfcgpc/include \ - LDFLAGS=-L${WRKSRC}/gfcgpc/lib -ADDPATCHES= ${MASTERDIR}/patches.tools/gfc-patch-aa - -pre-configure: - @(cd ${WRKDIR}/gfc-0.8.8.1b; ./configure --prefix=${WRKSRC}/gfcgpc; \ - ${GMAKE}; ${GMAKE} install; \ - ${CP} ${MASTERDIR}/patches.tools/Makefile.gpc \ - ${WRKDIR}/gpc231/Makefile; \ - cd ${WRKDIR}/gpc231; ${GMAKE}; \ - ${GMAKE} PREFIX=${WRKSRC}/gfcgpc install) -.else -PLIST= ${MASTERDIR}/pkg-plist.notools -ADDPATCHES= ${MASTERDIR}/patches.tools/disable-tools -USE_AUTOCONF_VER=213 -.endif - -USE_NEWGCC= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= \ - LDFLAGS="${LDFLAGS} -L${X11BASE}/lib -lGLU -lGL -lglut ${PTHREAD_LIBS}" -CONFIGURE_ARGS+=--bindir=${PREFIX}/FlightGear/bin -USE_GMAKE= yes - -pre-patch: - @( cd ${WRKDIR}; \ - for i in ${ADDPATCHES} ; do \ - ${PATCH} -s < $${i}; \ - done ) - -post-configure: - @find ${WRKSRC} -type f | xargs ${PERL} -pi -e \ - "s@#include.*<malloc.h>@#include <stdlib.h>@g" - @(cd ${WRKSRC};touch Makefile.in */Makefile.in */*/Makefile.in \ - */*/*/Makefile.in; \ - ./config.status) - -pre-install: - cd ${PREFIX}; \ - ${TAR} xzf ${DISTDIR}/fgfs-base-${PORTVERSION}.tar.gz - -post-install: - ${MV} ${PREFIX}/FlightGear/bin/runfgfs ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/games/flightgear-data/distinfo b/games/flightgear-data/distinfo deleted file mode 100644 index 27d44e2b6a66..000000000000 --- a/games/flightgear-data/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (FlightGear-0.6.1.tar.gz) = 148b2649bb4891af3cdfaf209e5a72a9 -MD5 (fgfs-base-0.6.1.tar.gz) = 69ab47bc4a8333409e875e34c53a3016 -MD5 (gfc-0.8.8.1b.tar.gz) = c28405037a0129a71eeca9e0dd5b831e -MD5 (gpc231.tar.Z) = 6d4aaa30268af5b152b7a4d82937fc84 diff --git a/games/flightgear-data/files/patch-aa b/games/flightgear-data/files/patch-aa deleted file mode 100644 index 714120858204..000000000000 --- a/games/flightgear-data/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- Simulator/Main/splash.cxx.orig Wed May 12 19:16:17 1999 -+++ Simulator/Main/splash.cxx Sat Jun 26 22:31:54 1999 -@@ -123,7 +123,8 @@ - xglMatrixMode(GL_PROJECTION); - xglPushMatrix(); - xglLoadIdentity(); -- gluOrtho2D(0, current_view.get_winWidth(), 0, current_view.get_winHeight()); -+ if (current_view.get_winWidth() && current_view.get_winHeight()) -+ gluOrtho2D(0, current_view.get_winWidth(), 0, current_view.get_winHeight()); - xglMatrixMode(GL_MODELVIEW); - xglPushMatrix(); - xglLoadIdentity(); diff --git a/games/flightgear-data/files/patch-ab b/games/flightgear-data/files/patch-ab deleted file mode 100644 index 81840b3e61a7..000000000000 --- a/games/flightgear-data/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ ---- Tools/Construct/Parallel/client.cxx.orig Fri May 21 13:18:06 1999 -+++ Tools/Construct/Parallel/client.cxx Sat Jun 26 22:32:01 1999 -@@ -20,6 +20,11 @@ - - #include <Bucket/newbucket.hxx> - -+/* the next lines are to define BSD */ -+/* see http://www.freebsd.org/handbook/porting.html for why we do this */ -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif - - #define MAXBUF 1024 - #define BUSY_WAIT_TIME 30 -@@ -45,6 +50,9 @@ - - // check if the host system is free of interactive users - int system_free() { -+ -+#ifndef BSD -+ - struct utmp *uptr; - - setutent(); -@@ -61,6 +69,7 @@ - } - - endutent(); -+#endif - return 1; - } - diff --git a/games/flightgear-data/files/patch-ac b/games/flightgear-data/files/patch-ac deleted file mode 100644 index e21b86479735..000000000000 --- a/games/flightgear-data/files/patch-ac +++ /dev/null @@ -1,79 +0,0 @@ ---- Simulator/Time/fg_time.cxx.orig Mon Apr 19 13:18:31 1999 -+++ Simulator/Time/fg_time.cxx Sun Jun 27 19:34:43 1999 -@@ -49,6 +49,13 @@ - # include <sys/time.h> // for get/setitimer, gettimeofday, struct timeval - #endif - -+// The next lines are to define BSD -+// See http://www.freebsd.org/handbook/porting.html for why we do this -+ -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - #include <Debug/logstream.hxx> - #include <Astro/sky.hxx> - #include <Astro/solarsystem.hxx> -@@ -366,6 +373,11 @@ - // For now we assume that if daylight is not defined in - // /usr/include/time.h that we have a machine with a BSD behaving - // mktime() -+# ifdef BSD -+# define USE_TIME_GM 1 -+# endif -+ -+ - # if !defined(HAVE_DAYLIGHT) - # define MK_TIME_IS_GMT 1 - # endif -@@ -383,6 +395,10 @@ - mt.tm_sec = sec; - mt.tm_isdst = -1; // let the system determine the proper time zone - -+# ifdef USE_TIME_GM -+ return ( timegm(&mt) ); -+# else -+ - # if defined( MK_TIME_IS_GMT ) - return ( mktime(&mt) ); - # else // ! defined ( MK_TIME_IS_GMT ) -@@ -424,6 +440,7 @@ - return ( start_gmt ); - # endif // ! defined( TIMEZONE_OFFSET_WORKS ) - # endif // ! defined ( MK_TIME_IS_GMT ) -+# endif - } - - // Fix up timezone if using ftime() ---- Tests/test-mktime.cxx.orig Sun Jun 27 19:21:42 1999 -+++ Tests/test-mktime.cxx Sun Jun 27 19:34:13 1999 -@@ -20,6 +20,12 @@ - # include <sys/time.h> // for get/setitimer, gettimeofday, struct timeval - #endif - -+// The next lines are to define BSD -+// See http://www.freebsd.org/handbook/porting.html for why we do this -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - #define LST_MAGIC_TIME_1998 890481600 - - -@@ -73,6 +79,8 @@ - mt.tm_sec = 0; - mt.tm_isdst = -1; // let the system determine the proper time zone - -+# ifdef BSD -+ return ( timegm(&mt) ); - # if defined( MK_TIME_IS_GMT ) - return ( mktime(&mt) ); - # else // ! defined ( MK_TIME_IS_GMT ) -@@ -110,6 +118,7 @@ - return ( start_gmt ); - # endif // ! defined( TIMEZONE_OFFSET_WORKS ) - # endif // ! defined ( MK_TIME_IS_GMT ) -+# endif - } - - diff --git a/games/flightgear-data/files/patch-ad b/games/flightgear-data/files/patch-ad deleted file mode 100644 index f7a358370e18..000000000000 --- a/games/flightgear-data/files/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ ---- Simulator/Main/Makefile.in.orig Sun Jun 27 21:12:00 1999 -+++ Simulator/Main/Makefile.in Sun Jun 27 21:12:12 1999 -@@ -75,7 +75,7 @@ - - bin_PROGRAMS = fgfs - --bin_SCRIPTS = runfgfs runfgfs.bat -+bin_SCRIPTS = runfgfs - - fgfs_SOURCES = \ - GLUTkey.cxx GLUTkey.hxx GLUTmain.cxx \ ---- Simulator/Main/runfgfs.in.orig Tue Apr 6 16:39:22 1999 -+++ Simulator/Main/runfgfs.in Sun Jun 27 21:44:52 1999 -@@ -29,11 +29,11 @@ - # print "-> $prefix\n"; - - # potential names of Flight Gear executable to try --@files = ( "fg", "fg.exe" ); -+@files = ( "fgfs" ); - - # search for the executable - # potential paths where the executable may be found --@paths = ( ".", "Simulator/Main", $prefix ); -+@paths = ( ".", "Simulator/Main", $prefix, "$prefix/FlightGear" ); - - $savepath = ""; - $savefile = ""; diff --git a/games/flightgear-data/files/patch-ae b/games/flightgear-data/files/patch-ae deleted file mode 100644 index 09fd65c6ea1f..000000000000 --- a/games/flightgear-data/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- Lib/Makefile.in.orig Sun Jun 27 21:48:15 1999 -+++ Lib/Makefile.in Sun Jun 27 21:48:20 1999 -@@ -197,7 +197,7 @@ - install-data: install-data-recursive - @$(NORMAL_INSTALL) - --install: install-recursive -+install: #install-recursive - @: - - uninstall: uninstall-recursive diff --git a/games/flightgear-data/files/patch-af b/games/flightgear-data/files/patch-af deleted file mode 100644 index 8b08b48a85db..000000000000 --- a/games/flightgear-data/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- Include/Makefile.in.orig Thu Jul 1 15:20:48 1999 -+++ Include/Makefile.in Thu Jul 1 15:20:55 1999 -@@ -90,7 +90,7 @@ - - TAR = tar - GZIP = --best --all: Makefile config.h -+all: - - .SUFFIXES: - $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) diff --git a/games/flightgear-data/files/patch-ag b/games/flightgear-data/files/patch-ag deleted file mode 100644 index b0cb8e6139bd..000000000000 --- a/games/flightgear-data/files/patch-ag +++ /dev/null @@ -1,94 +0,0 @@ -From brian@CSUA.Berkeley.EDU Thu Sep 9 20:25:32 1999 -Return-Path: <brian@CSUA.Berkeley.EDU> -Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) - by hub.freebsd.org (Postfix) with ESMTP id 4DD7F152D2 - for <FreeBSD-gnats-submit@freebsd.org>; Thu, 9 Sep 1999 20:25:30 -0700 (PDT) - (envelope-from brian@CSUA.Berkeley.EDU) -Received: from smarter.than.nu (ida-89-77.Reshall.Berkeley.EDU [169.229.89.77]) - by soda.CSUA.Berkeley.EDU (8.8.8/) via ESMTP id UAA17320 - for <FreeBSD-gnats-submit@freebsd.org>; Thu, 9 Sep 1999 20:24:55 -0700 (PDT) - env-from (brian@CSUA.Berkeley.EDU) -Message-Id: <Pine.BSF.4.10.9909092019290.691-100000@smarter.than.nu> -Date: Thu, 9 Sep 1999 20:24:54 -0700 (PDT) -From: "Brian W. Buchanan" <brian@CSUA.Berkeley.EDU> -To: FreeBSD-gnats-submit@freebsd.org -Subject: [PATCH] Fix games/flightgear build under 3.3RC - ->Number: 13674 ->Category: ports ->Synopsis: Patch for games/flightgear for 3.3 ->Confidential: no ->Severity: critical ->Priority: high ->Responsible: freebsd-ports ->State: open ->Quarter: ->Keywords: ->Date-Required: ->Class: sw-bug ->Submitter-Id: current-users ->Arrival-Date: Thu Sep 9 20:30:00 PDT 1999 ->Closed-Date: ->Last-Modified: ->Originator: Brian Buchanan ->Release: FreeBSD 4.0-CURRENT i386 ->Organization: ->Environment: ->Description: - -Satoshi's build logs show FlightGear failing under 3.3 due to some -implicit typecasting that the compiler has no problem with under 4.0, but -barfs at under 3.3. A patch is attached. I don't have any way to test -this under 3.3, nor do I know if anything later in the build process fails -under 3.3, so if someone could do a quick check and fix any other trivial -little things before the ports freeze, it would be appreciated. - ->How-To-Repeat: ->Fix: - -Add patches/patch-ag: - ---- Simulator/GUI/gui.cxx.old Thu Sep 9 20:11:55 1999 -+++ Simulator/GUI/gui.cxx Thu Sep 9 20:13:07 1999 -@@ -149,7 +149,7 @@ - glutSetCursor(GLUT_CURSOR_INHERIT); - #endif - #if (GLUT_API_VERSION >= 4 || GLUT_XLIB_IMPLEMENTATION >= 9) -- glutWarpPointer( glutGet(GLUT_SCREEN_WIDTH)/2, glutGet(GLUT_SCREEN_HEIGHT)/2); -+ glutWarpPointer( glutGet((GLenum)GLUT_SCREEN_WIDTH)/2, glutGet((GLenum)GLUT_SCREEN_HEIGHT)/2); - #endif - } - -@@ -160,7 +160,7 @@ - glutSetCursor(GLUT_CURSOR_NONE); - #else // I guess this is what we want to do ?? - #if (GLUT_API_VERSION >= 4 || GLUT_XLIB_IMPLEMENTATION >= 9) -- glutWarpPointer( glutGet(GLUT_SCREEN_WIDTH), glutGet(GLUT_SCREEN_HEIGHT)); -+ glutWarpPointer( glutGet((GLenum)GLUT_SCREEN_WIDTH), glutGet((GLenum)GLUT_SCREEN_HEIGHT)); - #endif - #endif - } -@@ -195,7 +195,7 @@ - if( restore ) { - glutSetCursor(cursor); - } else { -- cursor = glutGet( GLUT_WINDOW_CURSOR ); -+ cursor = glutGet( (GLenum)GLUT_WINDOW_CURSOR ); - #ifdef WIN32 - TurnCursorOn(); - #endif -@@ -595,7 +595,7 @@ - // Install our fast fonts - fntpath.append( "typewriter.txf" ); - guiFntHandle = new fntTexFont ; -- guiFntHandle -> load ( fntpath.c_str() ) ; -+ guiFntHandle -> load ( (char *)fntpath.c_str() ) ; - puFont GuiFont ( guiFntHandle, 15 ) ; - puSetDefaultFonts( GuiFont, GuiFont ) ; - guiFnt = puGetDefaultLabelFont(); - - ->Release-Note: ->Audit-Trail: ->Unformatted: - diff --git a/games/flightgear-data/patches.tools/Makefile.gpc b/games/flightgear-data/patches.tools/Makefile.gpc deleted file mode 100644 index 3d926ffa24e5..000000000000 --- a/games/flightgear-data/patches.tools/Makefile.gpc +++ /dev/null @@ -1,19 +0,0 @@ -# Unix/Linux makefile for GPC 2.31 -# -# Riley Rainey (riley.rainey@websimulations.com) - -CFLAGS = -O -g - -libgpc.a: gpc.o - rm -f $@ - ar cr $@ $< - ranlib $@ - -clean: - rm -f libgpc.a *.o core *~ - -install: libgpc.a - -mkdir -p ${PREFIX}/lib - -mkdir -p ${PREFIX}/include - install -c libgpc.a ${PREFIX}/lib/libgpc.a - install -c gpc.h ${PREFIX}/include/gpc.h diff --git a/games/flightgear-data/patches.tools/disable-tools b/games/flightgear-data/patches.tools/disable-tools deleted file mode 100644 index 935b2206ea36..000000000000 --- a/games/flightgear-data/patches.tools/disable-tools +++ /dev/null @@ -1,67 +0,0 @@ ---- FlightGear-0.6.1/configure.in.orig Sun Jun 27 13:21:03 1999 -+++ FlightGear-0.6.1/configure.in Sun Jun 27 13:21:13 1999 -@@ -244,37 +244,6 @@ - - AM_CONDITIONAL(HAVE_XWINDOWS, test "x$ac_cv_lib_X11_XCreateWindow" = "xyes" ) - --dnl Check if Generic Polygon Clipping library is installed --dnl (from http://www.cs.man.ac.uk/aig/staff/alan/software/) --AC_CHECK_HEADERS( gpc.h ) --if test "x$ac_cv_header_gpc_h" != "xyes"; then -- echo -- echo "You need to have the GPC library installed on your system to build" -- echo "some of the scenery generation tools, otherwise you won't be able." -- echo "to create scenery." -- echo -- echo "Please see README.gpc for more details." -- echo -- echo "(pausing 5 seconds)" -- sleep 5 -- echo --fi -- --dnl Check if Geographic Foundation Classes library is installed --dnl (from ftp://ftp.flightgear.org/pub/fgfs/Source/) --AC_CHECK_HEADERS( gfc/gdbf.h ) --if test "x$ac_cv_header_gfc_gdbf_h" != "xyes"; then -- echo -- echo "You need to have the GFC library installed on your system to build" -- echo "some of the scenery generation tools, otherwise, they may fail." -- echo -- echo "Please see README.gfc for more details." -- echo -- echo "(pausing 5 seconds)" -- sleep 5 -- echo --fi -- - dnl Checks for header files. - AC_HEADER_STDC - AC_CHECK_HEADERS( \ ---- FlightGear-0.6.1/Makefile.in.orig Sun Jun 27 19:14:27 1999 -+++ FlightGear-0.6.1/Makefile.in Sun Jun 27 19:15:08 1999 -@@ -67,7 +67,7 @@ - base_LIBS = @base_LIBS@ - opengl_LIBS = @opengl_LIBS@ - --SUBDIRS = Include Lib Simulator Tools Tests -+SUBDIRS = Include Lib Simulator Tests - - EXTRA_DIST = FG-FAQ.v3 README.Unix README.Linux README.MacOS README.Win32 \ - README.Win32-X README.autoconf README.gfc README.gpc README.plib \ -@@ -88,15 +88,9 @@ - all: all-recursive all-am - - .SUFFIXES: --$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) -- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile -- - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status -- --$(ACLOCAL_M4): configure.in -- cd $(srcdir) && $(ACLOCAL) - - config.status: $(srcdir)/configure - $(SHELL) ./config.status --recheck diff --git a/games/flightgear-data/patches.tools/gfc-patch-aa b/games/flightgear-data/patches.tools/gfc-patch-aa deleted file mode 100644 index 08b8d4b85dc8..000000000000 --- a/games/flightgear-data/patches.tools/gfc-patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- gfc-0.8.8.1b/utils/src/gmmap.h.orig Wed Feb 17 14:31:03 1999 -+++ gfc-0.8.8.1b/utils/src/gmmap.h Sat Jun 26 21:43:18 1999 -@@ -12,7 +12,18 @@ - - #include <unistd.h> - -+/* the next lines are to define BSD */ -+/* see http://www.freebsd.org/handbook/porting.html for why we do this */ -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - #ifdef _LINUX_ -+#include <sys/mman.h> -+#include <sys/types.h> -+#endif -+ -+#ifdef BSD - #include <sys/mman.h> - #include <sys/types.h> - #endif diff --git a/games/flightgear-data/pkg-comment b/games/flightgear-data/pkg-comment deleted file mode 100644 index 7a94a4cf8f05..000000000000 --- a/games/flightgear-data/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The FlightGear flight simulator diff --git a/games/flightgear-data/pkg-descr b/games/flightgear-data/pkg-descr deleted file mode 100644 index e49dafe24de4..000000000000 --- a/games/flightgear-data/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -FlightGear is a free, multi-platform civil aviation flight simulator -package. It features detailed, texture-mapped scenery, keyboard and -joystick controls, a heads-up display, and optional realistic instrument -panel. A 3-D accelerator card supported by Mesa is highly recommended (3DFX -Voodoo/Voodoo2 and nVIDIA Riva TNT are known to work.) - -WWW: http://www.flightgear.org/ - -- Brian Buchanan -brian@CSUA.Berkeley.EDU diff --git a/games/flightgear-data/pkg-plist b/games/flightgear-data/pkg-plist deleted file mode 100644 index dc4fde2a0a38..000000000000 --- a/games/flightgear-data/pkg-plist +++ /dev/null @@ -1,178 +0,0 @@ -bin/runfgfs -FlightGear/bin/showme -FlightGear/bin/deminfo -FlightGear/bin/demchop -FlightGear/bin/shape-decode -FlightGear/bin/genapts -FlightGear/bin/raw2ascii -FlightGear/bin/fgfs -FlightGear/bin/fgfs-tools-server -FlightGear/bin/fgfs-tools-client -FlightGear/bin/fgfs-master -FlightGear/bin/fgfs-construct -FlightGear/bin/test-mktime -FlightGear/bin/gl-info -FlightGear/bin/est-epsilon -FlightGear/AUTHORS -FlightGear/ChangeLog -FlightGear/COPYING -FlightGear/NEWS -FlightGear/README -FlightGear/README.Linux -FlightGear/README.MacOS -FlightGear/README.Unix -FlightGear/README.Win32 -FlightGear/README.anoncvs -FlightGear/README.autoconf -FlightGear/README.gpc -FlightGear/README.running -FlightGear/Thanks -FlightGear/materials -FlightGear/runfgfs.bat -FlightGear/Airports/apt_simple.gz -FlightGear/Airports/default.apt.gz -FlightGear/Astro/planets.gz -FlightGear/Astro/stars -FlightGear/Engine/XLR99.dat -FlightGear/Fonts/README -FlightGear/Fonts/charter.txf -FlightGear/Fonts/courier-bold.txf -FlightGear/Fonts/courier_medium.txf -FlightGear/Fonts/curlfont.txf -FlightGear/Fonts/default.txf -FlightGear/Fonts/haeberli.txf -FlightGear/Fonts/helvetica_bold.txf -FlightGear/Fonts/helvetica_medium.txf -FlightGear/Fonts/lucida.txf -FlightGear/Fonts/lucidabright_bold.txf -FlightGear/Fonts/schoolbook_bold.txf -FlightGear/Fonts/schoolbook_medium.txf -FlightGear/Fonts/sorority.txf -FlightGear/Fonts/symbol.txf -FlightGear/Fonts/times_bold.txf -FlightGear/Fonts/times_medium.txf -FlightGear/Fonts/typewriter.txf -FlightGear/Lighting/ambient -FlightGear/Lighting/ambient.old -FlightGear/Lighting/ambient.orig -FlightGear/Lighting/diffuse -FlightGear/Lighting/diffuse.orig -FlightGear/Lighting/sky -FlightGear/Lighting/sky.old -FlightGear/Sounds/intro.mp3 -FlightGear/Sounds/thunder.wav -FlightGear/Sounds/wasp.wav -FlightGear/Textures/FG-Textures.txt -FlightGear/Textures/Fullone.rgb -FlightGear/Textures/Splash1.rgb.gz -FlightGear/Textures/Splash2.rgb.gz -FlightGear/Textures/Splash3.rgb.gz -FlightGear/Textures/Splash4.rgb.gz -FlightGear/Textures/asphalt.rgb.gz -FlightGear/Textures/austral1.rgb.gz -FlightGear/Textures/canyon-pink.rgb.gz -FlightGear/Textures/canyon-sand.rgb.gz -FlightGear/Textures/concrete.rgb.gz -FlightGear/Textures/desert.rgb -FlightGear/Textures/desert1.rgb -FlightGear/Textures/forest1.rgb.gz -FlightGear/Textures/forest2.rgb.gz -FlightGear/Textures/gauges.rgb -FlightGear/Textures/gauges2.rgb -FlightGear/Textures/glacier.rgb.gz -FlightGear/Textures/grass.rgb.gz -FlightGear/Textures/grs-bv.rgb.gz -FlightGear/Textures/hori.rgb -FlightGear/Textures/ice-wint.rgb.gz -FlightGear/Textures/marsh1.rgb.gz -FlightGear/Textures/marsh2.rgb.gz -FlightGear/Textures/moon.rgb -FlightGear/Textures/panel_texture.rgb -FlightGear/Textures/resgrid.rgb.gz -FlightGear/Textures/rocks-desert.rgb.gz -FlightGear/Textures/rocks-grass.rgb.gz -FlightGear/Textures/unknown.rgb.gz -FlightGear/Textures/urban.rgb.gz -FlightGear/Textures/water.rgb.gz -FlightGear/Aircraft/X15/Reset00 -FlightGear/Aircraft/X15/X15.dat -FlightGear/Aircraft/X15/CDRAG/A -FlightGear/Aircraft/X15/CDRAG/A0 -FlightGear/Aircraft/X15/CDRAG/DE -FlightGear/Aircraft/X15/CDRAG/M -FlightGear/Aircraft/X15/CLIFT/A -FlightGear/Aircraft/X15/CLIFT/A0 -FlightGear/Aircraft/X15/CLIFT/ADT -FlightGear/Aircraft/X15/CLIFT/M -FlightGear/Aircraft/X15/CLIFT/de -FlightGear/Aircraft/X15/CPITCH/A -FlightGear/Aircraft/X15/CPITCH/A0 -FlightGear/Aircraft/X15/CPITCH/ADT -FlightGear/Aircraft/X15/CPITCH/De -FlightGear/Aircraft/X15/CPITCH/M -FlightGear/Aircraft/X15/CPITCH/Q -FlightGear/Aircraft/X15/CROLL/B -FlightGear/Aircraft/X15/CROLL/DA -FlightGear/Aircraft/X15/CROLL/DR -FlightGear/Aircraft/X15/CROLL/P -FlightGear/Aircraft/X15/CROLL/R -FlightGear/Aircraft/X15/CSIDE/B -FlightGear/Aircraft/X15/CSIDE/DA -FlightGear/Aircraft/X15/CSIDE/DR -FlightGear/Aircraft/X15/CSIDE/R -FlightGear/Aircraft/X15/CYAW/A -FlightGear/Aircraft/X15/CYAW/A0 -FlightGear/Aircraft/X15/CYAW/DE -FlightGear/Aircraft/X15/CYAW/M -FlightGear/Scenery/w120n30/w111n33/1138368.gz -FlightGear/Scenery/w120n30/w111n33/1138369.gz -FlightGear/Scenery/w120n30/w111n33/1138370.gz -FlightGear/Scenery/w120n30/w111n33/1138371.gz -FlightGear/Scenery/w120n30/w111n33/1138376.gz -FlightGear/Scenery/w120n30/w111n33/1138377.gz -FlightGear/Scenery/w120n30/w111n33/1138378.gz -FlightGear/Scenery/w120n30/w111n33/1138379.gz -FlightGear/Scenery/w120n30/w111n33/1138384.gz -FlightGear/Scenery/w120n30/w111n33/1138385.gz -FlightGear/Scenery/w120n30/w111n33/1138386.gz -FlightGear/Scenery/w120n30/w111n33/1138387.gz -FlightGear/Scenery/w120n30/w111n33/1138392.gz -FlightGear/Scenery/w120n30/w111n33/1138393.gz -FlightGear/Scenery/w120n30/w111n33/1138394.gz -FlightGear/Scenery/w120n30/w111n33/1138395.gz -FlightGear/Scenery/w120n30/w111n33/1138400.gz -FlightGear/Scenery/w120n30/w111n33/1138401.gz -FlightGear/Scenery/w120n30/w111n33/1138402.gz -FlightGear/Scenery/w120n30/w111n33/1138403.gz -FlightGear/Scenery/w120n30/w111n33/1138408.gz -FlightGear/Scenery/w120n30/w111n33/1138409.gz -FlightGear/Scenery/w120n30/w111n33/1138410.gz -FlightGear/Scenery/w120n30/w111n33/1138411.gz -FlightGear/Scenery/w120n30/w111n33/1138416.gz -FlightGear/Scenery/w120n30/w111n33/1138417.gz -FlightGear/Scenery/w120n30/w111n33/1138418.gz -FlightGear/Scenery/w120n30/w111n33/1138419.gz -FlightGear/Scenery/w120n30/w111n33/1138424.gz -FlightGear/Scenery/w120n30/w111n33/1138425.gz -FlightGear/Scenery/w120n30/w111n33/1138426.gz -FlightGear/Scenery/w120n30/w111n33/1138427.gz -@dirrm FlightGear/Aircraft/X15/CDRAG -@dirrm FlightGear/Aircraft/X15/CLIFT -@dirrm FlightGear/Aircraft/X15/CPITCH -@dirrm FlightGear/Aircraft/X15/CROLL -@dirrm FlightGear/Aircraft/X15/CSIDE -@dirrm FlightGear/Aircraft/X15/CYAW -@dirrm FlightGear/Aircraft/X15 -@dirrm FlightGear/Aircraft -@dirrm FlightGear/Airports -@dirrm FlightGear/Astro -@dirrm FlightGear/Engine -@dirrm FlightGear/Fonts -@dirrm FlightGear/Lighting -@dirrm FlightGear/Scenery/w120n30/w111n33 -@dirrm FlightGear/Scenery/w120n30 -@dirrm FlightGear/Scenery -@dirrm FlightGear/Sounds -@dirrm FlightGear/Textures -@dirrm FlightGear/bin -@dirrm FlightGear diff --git a/games/flightgear-data/pkg-plist.notools b/games/flightgear-data/pkg-plist.notools deleted file mode 100644 index 5a90c6bf8d93..000000000000 --- a/games/flightgear-data/pkg-plist.notools +++ /dev/null @@ -1,168 +0,0 @@ -bin/runfgfs -FlightGear/bin/est-epsilon -FlightGear/bin/fgfs -FlightGear/bin/gl-info -FlightGear/bin/test-mktime -@dirrm FlightGear/bin -FlightGear/AUTHORS -FlightGear/ChangeLog -FlightGear/COPYING -FlightGear/NEWS -FlightGear/README -FlightGear/README.Linux -FlightGear/README.MacOS -FlightGear/README.Unix -FlightGear/README.Win32 -FlightGear/README.anoncvs -FlightGear/README.autoconf -FlightGear/README.gpc -FlightGear/README.running -FlightGear/Thanks -FlightGear/materials -FlightGear/runfgfs.bat -FlightGear/Airports/apt_simple.gz -FlightGear/Airports/default.apt.gz -FlightGear/Astro/planets.gz -FlightGear/Astro/stars -FlightGear/Engine/XLR99.dat -FlightGear/Fonts/README -FlightGear/Fonts/charter.txf -FlightGear/Fonts/courier-bold.txf -FlightGear/Fonts/courier_medium.txf -FlightGear/Fonts/curlfont.txf -FlightGear/Fonts/default.txf -FlightGear/Fonts/haeberli.txf -FlightGear/Fonts/helvetica_bold.txf -FlightGear/Fonts/helvetica_medium.txf -FlightGear/Fonts/lucida.txf -FlightGear/Fonts/lucidabright_bold.txf -FlightGear/Fonts/schoolbook_bold.txf -FlightGear/Fonts/schoolbook_medium.txf -FlightGear/Fonts/sorority.txf -FlightGear/Fonts/symbol.txf -FlightGear/Fonts/times_bold.txf -FlightGear/Fonts/times_medium.txf -FlightGear/Fonts/typewriter.txf -FlightGear/Lighting/ambient -FlightGear/Lighting/ambient.old -FlightGear/Lighting/ambient.orig -FlightGear/Lighting/diffuse -FlightGear/Lighting/diffuse.orig -FlightGear/Lighting/sky -FlightGear/Lighting/sky.old -FlightGear/Sounds/intro.mp3 -FlightGear/Sounds/thunder.wav -FlightGear/Sounds/wasp.wav -FlightGear/Textures/FG-Textures.txt -FlightGear/Textures/Fullone.rgb -FlightGear/Textures/Splash1.rgb.gz -FlightGear/Textures/Splash2.rgb.gz -FlightGear/Textures/Splash3.rgb.gz -FlightGear/Textures/Splash4.rgb.gz -FlightGear/Textures/asphalt.rgb.gz -FlightGear/Textures/austral1.rgb.gz -FlightGear/Textures/canyon-pink.rgb.gz -FlightGear/Textures/canyon-sand.rgb.gz -FlightGear/Textures/concrete.rgb.gz -FlightGear/Textures/desert.rgb -FlightGear/Textures/desert1.rgb -FlightGear/Textures/forest1.rgb.gz -FlightGear/Textures/forest2.rgb.gz -FlightGear/Textures/gauges.rgb -FlightGear/Textures/gauges2.rgb -FlightGear/Textures/glacier.rgb.gz -FlightGear/Textures/grass.rgb.gz -FlightGear/Textures/grs-bv.rgb.gz -FlightGear/Textures/hori.rgb -FlightGear/Textures/ice-wint.rgb.gz -FlightGear/Textures/marsh1.rgb.gz -FlightGear/Textures/marsh2.rgb.gz -FlightGear/Textures/moon.rgb -FlightGear/Textures/panel_texture.rgb -FlightGear/Textures/resgrid.rgb.gz -FlightGear/Textures/rocks-desert.rgb.gz -FlightGear/Textures/rocks-grass.rgb.gz -FlightGear/Textures/unknown.rgb.gz -FlightGear/Textures/urban.rgb.gz -FlightGear/Textures/water.rgb.gz -FlightGear/Aircraft/X15/Reset00 -FlightGear/Aircraft/X15/X15.dat -FlightGear/Aircraft/X15/CDRAG/A -FlightGear/Aircraft/X15/CDRAG/A0 -FlightGear/Aircraft/X15/CDRAG/DE -FlightGear/Aircraft/X15/CDRAG/M -FlightGear/Aircraft/X15/CLIFT/A -FlightGear/Aircraft/X15/CLIFT/A0 -FlightGear/Aircraft/X15/CLIFT/ADT -FlightGear/Aircraft/X15/CLIFT/M -FlightGear/Aircraft/X15/CLIFT/de -FlightGear/Aircraft/X15/CPITCH/A -FlightGear/Aircraft/X15/CPITCH/A0 -FlightGear/Aircraft/X15/CPITCH/ADT -FlightGear/Aircraft/X15/CPITCH/De -FlightGear/Aircraft/X15/CPITCH/M -FlightGear/Aircraft/X15/CPITCH/Q -FlightGear/Aircraft/X15/CROLL/B -FlightGear/Aircraft/X15/CROLL/DA -FlightGear/Aircraft/X15/CROLL/DR -FlightGear/Aircraft/X15/CROLL/P -FlightGear/Aircraft/X15/CROLL/R -FlightGear/Aircraft/X15/CSIDE/B -FlightGear/Aircraft/X15/CSIDE/DA -FlightGear/Aircraft/X15/CSIDE/DR -FlightGear/Aircraft/X15/CSIDE/R -FlightGear/Aircraft/X15/CYAW/A -FlightGear/Aircraft/X15/CYAW/A0 -FlightGear/Aircraft/X15/CYAW/DE -FlightGear/Aircraft/X15/CYAW/M -FlightGear/Scenery/w120n30/w111n33/1138368.gz -FlightGear/Scenery/w120n30/w111n33/1138369.gz -FlightGear/Scenery/w120n30/w111n33/1138370.gz -FlightGear/Scenery/w120n30/w111n33/1138371.gz -FlightGear/Scenery/w120n30/w111n33/1138376.gz -FlightGear/Scenery/w120n30/w111n33/1138377.gz -FlightGear/Scenery/w120n30/w111n33/1138378.gz -FlightGear/Scenery/w120n30/w111n33/1138379.gz -FlightGear/Scenery/w120n30/w111n33/1138384.gz -FlightGear/Scenery/w120n30/w111n33/1138385.gz -FlightGear/Scenery/w120n30/w111n33/1138386.gz -FlightGear/Scenery/w120n30/w111n33/1138387.gz -FlightGear/Scenery/w120n30/w111n33/1138392.gz -FlightGear/Scenery/w120n30/w111n33/1138393.gz -FlightGear/Scenery/w120n30/w111n33/1138394.gz -FlightGear/Scenery/w120n30/w111n33/1138395.gz -FlightGear/Scenery/w120n30/w111n33/1138400.gz -FlightGear/Scenery/w120n30/w111n33/1138401.gz -FlightGear/Scenery/w120n30/w111n33/1138402.gz -FlightGear/Scenery/w120n30/w111n33/1138403.gz -FlightGear/Scenery/w120n30/w111n33/1138408.gz -FlightGear/Scenery/w120n30/w111n33/1138409.gz -FlightGear/Scenery/w120n30/w111n33/1138410.gz -FlightGear/Scenery/w120n30/w111n33/1138411.gz -FlightGear/Scenery/w120n30/w111n33/1138416.gz -FlightGear/Scenery/w120n30/w111n33/1138417.gz -FlightGear/Scenery/w120n30/w111n33/1138418.gz -FlightGear/Scenery/w120n30/w111n33/1138419.gz -FlightGear/Scenery/w120n30/w111n33/1138424.gz -FlightGear/Scenery/w120n30/w111n33/1138425.gz -FlightGear/Scenery/w120n30/w111n33/1138426.gz -FlightGear/Scenery/w120n30/w111n33/1138427.gz -@dirrm FlightGear/Aircraft/X15/CDRAG -@dirrm FlightGear/Aircraft/X15/CLIFT -@dirrm FlightGear/Aircraft/X15/CPITCH -@dirrm FlightGear/Aircraft/X15/CROLL -@dirrm FlightGear/Aircraft/X15/CSIDE -@dirrm FlightGear/Aircraft/X15/CYAW -@dirrm FlightGear/Aircraft/X15 -@dirrm FlightGear/Aircraft -@dirrm FlightGear/Airports -@dirrm FlightGear/Astro -@dirrm FlightGear/Engine -@dirrm FlightGear/Fonts -@dirrm FlightGear/Lighting -@dirrm FlightGear/Scenery/w120n30/w111n33 -@dirrm FlightGear/Scenery/w120n30 -@dirrm FlightGear/Scenery -@dirrm FlightGear/Sounds -@dirrm FlightGear/Textures -@dirrm FlightGear diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile deleted file mode 100644 index 60806182d5db..000000000000 --- a/games/freeciv-gtk2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: freeciv -# Date created: Jun 20 1997 -# Whom: ada@bsd.org -# -# $FreeBSD$ -# - -PORTNAME= freeciv -PORTVERSION= 1.12.0 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ - ftp://ftp.netc.pt/pub/freeciv/stable/ \ - ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/ - -MAINTAINER= ports@FreeBSD.org - -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext - -USE_XPM= yes -USE_BZIP2= yes -WANT_GTK= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if defined(HAVE_GTK) -USE_IMLIB= yes -.else -LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d -.endif - -.include <bsd.port.post.mk> diff --git a/games/freeciv-gtk2/distinfo b/games/freeciv-gtk2/distinfo deleted file mode 100644 index 574b12b717d7..000000000000 --- a/games/freeciv-gtk2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (freeciv-1.12.0.tar.bz2) = 6233848d2cd1933ee7585e268b2099d3 diff --git a/games/freeciv-gtk2/pkg-comment b/games/freeciv-gtk2/pkg-comment deleted file mode 100644 index 8bcb4e643072..000000000000 --- a/games/freeciv-gtk2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A civilisation clone for X11; multiplayer diff --git a/games/freeciv-gtk2/pkg-descr b/games/freeciv-gtk2/pkg-descr deleted file mode 100644 index 5266025d654d..000000000000 --- a/games/freeciv-gtk2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a multiplayer 'Civilisation(tm)' clone for X11. - -WWW: http://www.freeciv.org/ diff --git a/games/freeciv-gtk2/pkg-plist b/games/freeciv-gtk2/pkg-plist deleted file mode 100644 index 6127149d0359..000000000000 --- a/games/freeciv-gtk2/pkg-plist +++ /dev/null @@ -1,182 +0,0 @@ -bin/civclient -bin/civserver -share/freeciv/Freeciv -share/freeciv/civ1.serv -share/freeciv/civ1/buildings.ruleset -share/freeciv/civ1/game.ruleset -share/freeciv/civ1/governments.ruleset -share/freeciv/civ1/nations.ruleset -share/freeciv/civ1/techs.ruleset -share/freeciv/civ1/terrain.ruleset -share/freeciv/civ1/units.ruleset -share/freeciv/civ2.serv -share/freeciv/civ2/buildings.ruleset -share/freeciv/civ2/game.ruleset -share/freeciv/civ2/governments.ruleset -share/freeciv/civ2/techs.ruleset -share/freeciv/civ2/terrain.ruleset -share/freeciv/civ2/units.ruleset -share/freeciv/classic/terrain.ruleset -share/freeciv/default/buildings.ruleset -share/freeciv/default/cities.ruleset -share/freeciv/default/game.ruleset -share/freeciv/default/governments.ruleset -share/freeciv/default/nations.ruleset -share/freeciv/default/techs.ruleset -share/freeciv/default/terrain.ruleset -share/freeciv/default/units.ruleset -share/freeciv/engels.tilespec -share/freeciv/engels/cities.spec -share/freeciv/engels/cities.xpm -share/freeciv/engels/explosions.spec -share/freeciv/engels/explosions.xpm -share/freeciv/engels/flags.spec -share/freeciv/engels/flags.xpm -share/freeciv/engels/roads.spec -share/freeciv/engels/roads.xpm -share/freeciv/engels/tiles.spec -share/freeciv/engels/tiles.xpm -share/freeciv/engels/units.spec -share/freeciv/engels/units.xpm -share/freeciv/engels_shields.tilespec -share/freeciv/freeciv.rc -share/freeciv/helpdata.txt -share/freeciv/hires.tilespec -share/freeciv/hires/cities.spec -share/freeciv/hires/cities.xpm -share/freeciv/hires/icons.spec -share/freeciv/hires/icons.xpm -share/freeciv/hires/nuke.spec -share/freeciv/hires/nuke.xpm -share/freeciv/hires/terrain1.spec -share/freeciv/hires/terrain1.xpm -share/freeciv/hires/terrain2.spec -share/freeciv/hires/terrain2.xpm -share/freeciv/hires/tiles.spec -share/freeciv/hires/units.spec -share/freeciv/hires/units.xpm -share/freeciv/misc/chiefs.spec -share/freeciv/misc/chiefs.xpm -share/freeciv/misc/intro.xpm -share/freeciv/misc/radar.xpm -share/freeciv/misc/shields.spec -share/freeciv/misc/shields.xpm -share/freeciv/misc/small.spec -share/freeciv/misc/small.xpm -share/freeciv/misc/space.spec -share/freeciv/misc/space.xpm -share/freeciv/misc/treaty.spec -share/freeciv/misc/treaty.xpm -share/freeciv/nation/american.ruleset -share/freeciv/nation/arab.ruleset -share/freeciv/nation/argentine.ruleset -share/freeciv/nation/australian.ruleset -share/freeciv/nation/aztec.ruleset -share/freeciv/nation/babylonian.ruleset -share/freeciv/nation/barbarian.ruleset -share/freeciv/nation/bavarian.ruleset -share/freeciv/nation/boer.ruleset -share/freeciv/nation/brazilian.ruleset -share/freeciv/nation/canadian.ruleset -share/freeciv/nation/carthaginian.ruleset -share/freeciv/nation/catalan.ruleset -share/freeciv/nation/chilean.ruleset -share/freeciv/nation/chinese.ruleset -share/freeciv/nation/cornish.ruleset -share/freeciv/nation/croatian.ruleset -share/freeciv/nation/czech.ruleset -share/freeciv/nation/danish.ruleset -share/freeciv/nation/dunedain.ruleset -share/freeciv/nation/dutch.ruleset -share/freeciv/nation/egyptian.ruleset -share/freeciv/nation/english.ruleset -share/freeciv/nation/estonian.ruleset -share/freeciv/nation/filipino.ruleset -share/freeciv/nation/finnish.ruleset -share/freeciv/nation/french.ruleset -share/freeciv/nation/german.ruleset -share/freeciv/nation/greek.ruleset -share/freeciv/nation/hungarian.ruleset -share/freeciv/nation/inca.ruleset -share/freeciv/nation/indian.ruleset -share/freeciv/nation/irish.ruleset -share/freeciv/nation/israeli.ruleset -share/freeciv/nation/italian.ruleset -share/freeciv/nation/japanese.ruleset -share/freeciv/nation/kenyan.ruleset -share/freeciv/nation/korean.ruleset -share/freeciv/nation/krevi.ruleset -share/freeciv/nation/latvian.ruleset -share/freeciv/nation/lithuanian.ruleset -share/freeciv/nation/misc_cities.ruleset -share/freeciv/nation/mongol.ruleset -share/freeciv/nation/mordor.ruleset -share/freeciv/nation/olympic.ruleset -share/freeciv/nation/persian.ruleset -share/freeciv/nation/polish.ruleset -share/freeciv/nation/portuguese.ruleset -share/freeciv/nation/roman.ruleset -share/freeciv/nation/russian.ruleset -share/freeciv/nation/scottish.ruleset -share/freeciv/nation/serbian.ruleset -share/freeciv/nation/silesian.ruleset -share/freeciv/nation/singaporean.ruleset -share/freeciv/nation/sioux.ruleset -share/freeciv/nation/slovenian.ruleset -share/freeciv/nation/spanish.ruleset -share/freeciv/nation/swedish.ruleset -share/freeciv/nation/thai.ruleset -share/freeciv/nation/turk.ruleset -share/freeciv/nation/ukrainian.ruleset -share/freeciv/nation/vietnamese.ruleset -share/freeciv/nation/viking.ruleset -share/freeciv/nation/welsh.ruleset -share/freeciv/nation/zulu.ruleset -share/freeciv/scenario/british-isles-80x76-v2.51.sav -share/freeciv/scenario/earth-160x90-v1.sav -share/freeciv/scenario/earth-160x90-v2.sav -share/freeciv/scenario/earth-80x50-v1.sav -share/freeciv/scenario/earth-80x50-v2.sav -share/freeciv/scenario/europe-200x100-v1.sav -share/freeciv/scenario/europe-200x100-v2.sav -share/freeciv/trident.tilespec -share/freeciv/trident/auto_ll.spec -share/freeciv/trident/cities.spec -share/freeciv/trident/cities.xpm -share/freeciv/trident/explosions.spec -share/freeciv/trident/explosions.xpm -share/freeciv/trident/flags.spec -share/freeciv/trident/flags.xpm -share/freeciv/trident/roads.spec -share/freeciv/trident/roads.xpm -share/freeciv/trident/tiles.spec -share/freeciv/trident/tiles.xpm -share/freeciv/trident/units.spec -share/freeciv/trident/units.xpm -share/freeciv/trident_shields.tilespec -share/locale/de/LC_MESSAGES/freeciv.mo -share/locale/en_GB/LC_MESSAGES/freeciv.mo -share/locale/es/LC_MESSAGES/freeciv.mo -share/locale/fr/LC_MESSAGES/freeciv.mo -share/locale/hu/LC_MESSAGES/freeciv.mo -share/locale/it/LC_MESSAGES/freeciv.mo -share/locale/ja/LC_MESSAGES/freeciv.mo -share/locale/nl/LC_MESSAGES/freeciv.mo -share/locale/no/LC_MESSAGES/freeciv.mo -share/locale/pl/LC_MESSAGES/freeciv.mo -share/locale/pt/LC_MESSAGES/freeciv.mo -share/locale/pt_BR/LC_MESSAGES/freeciv.mo -share/locale/ro/LC_MESSAGES/freeciv.mo -share/locale/ru/LC_MESSAGES/freeciv.mo -share/locale/sv/LC_MESSAGES/freeciv.mo -@dirrm share/freeciv/trident -@dirrm share/freeciv/scenario -@dirrm share/freeciv/nation -@dirrm share/freeciv/misc -@dirrm share/freeciv/hires -@dirrm share/freeciv/engels -@dirrm share/freeciv/default -@dirrm share/freeciv/classic -@dirrm share/freeciv/civ2 -@dirrm share/freeciv/civ1 -@dirrm share/freeciv diff --git a/games/freesci/Makefile b/games/freesci/Makefile deleted file mode 100644 index ba0b6e9cf8af..000000000000 --- a/games/freesci/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: freesci -# Date created: 17 December 2000 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= freesci -PORTVERSION= 0.3.1 -CATEGORIES= emulators -MASTER_SITES= ftp://ftp.task.gda.pl/pub/games/linuxgames/freesci/ \ - ftp://ftp.shaftnet.org/pub/freesci/ \ - http://pelit.saunalahti.fi/telenation/linuxgames/freesci/ - -MAINTAINER= greid@FreeBSD.org - -LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi \ - png.5:${PORTSDIR}/graphics/png - -GNU_CONFIGURE= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN6= freesci-tools.6 sciv.6 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/freesci - @${INSTALL_DATA} ${WRKSRC}/doc/sci.sgml ${PREFIX}/share/freesci -.endif - -.include <bsd.port.mk> diff --git a/games/freesci/distinfo b/games/freesci/distinfo deleted file mode 100644 index cc29090d67b7..000000000000 --- a/games/freesci/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (freesci-0.3.1.tar.gz) = 78575cd27a7aeb9557f2e17e65ebce8f diff --git a/games/freesci/pkg-comment b/games/freesci/pkg-comment deleted file mode 100644 index 67a2decef7ed..000000000000 --- a/games/freesci/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A portable interpreter for SCI games, such as the Space Quest series. diff --git a/games/freesci/pkg-descr b/games/freesci/pkg-descr deleted file mode 100644 index 5ba1a41edb50..000000000000 --- a/games/freesci/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -FreeSCI is a portable interpreter for SCI games, such as the Space Quest -series (starting with SQ3) or Leisure Suit Larry (2 and sequels). - -This release has the following limitations (plus some bugs): - -- Only SCI0 games are supported -- The SCI debug functions aren't fully supported (and probably never will be, - since we're using our own debug functions). -- Sound is not supported yet -- Graphics are slow, especially on displays not using 8bpp color index mode. - -- George Reid -greid@ukug.uk.freebsd.org diff --git a/games/freesci/pkg-plist b/games/freesci/pkg-plist deleted file mode 100644 index 884686e5d897..000000000000 --- a/games/freesci/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/sciconsole -bin/scidisasm -bin/sciunpack -bin/sciv -lib/libsciengine.a -%%PORTDOCS%%share/freesci/sci.sgml -%%PORTDOCS%%@dirrm share/freesci diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile deleted file mode 100644 index df716c65c4cb..000000000000 --- a/games/gcompris2/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gcompris -# Date created: 21 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gcompris -PORTVERSION= 0.9.6 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= sobomax@FreeBSD.org - -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \ - s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/games/gcompris2/distinfo b/games/gcompris2/distinfo deleted file mode 100644 index cb5ad5c1f65d..000000000000 --- a/games/gcompris2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gcompris-0.9.6.tgz) = 55e2cb96fedbcf9cd0d8c415328de370 diff --git a/games/gcompris2/files/patch-ac b/games/gcompris2/files/patch-ac deleted file mode 100644 index f7129bd61e53..000000000000 --- a/games/gcompris2/files/patch-ac +++ /dev/null @@ -1,48 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Wed Dec 19 12:49:19 2001 -+++ Makefile.in Wed Dec 19 13:21:48 2001 -@@ -192,9 +192,9 @@ - rm -f $(srcdir)/stamp-h.in; \ - $(MAKE) $(srcdir)/stamp-h.in; \ - else :; fi --$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h -- cd $(top_srcdir) && $(AUTOHEADER) -- @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null -+#$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h -+# cd $(top_srcdir) && $(AUTOHEADER) -+# @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null - - mostlyclean-hdr: - -@@ -426,7 +426,7 @@ - install-exec-am: - install-exec: install-exec-recursive - --install-data-am: install-GamesDATA install-MenuDATA install-iconDATA \ -+install-data-am: install-GamesDATA install-iconDATA \ - install-data-local - install-data: install-data-recursive - -@@ -498,16 +498,16 @@ - @$(NORMAL_INSTALL) - if test -d @PACKAGE_DATA_DIR@; then \ - $(mkinstalldirs) $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@; \ -- find @PACKAGE_DATA_DIR@ -name \*~ -or -name \*.in -printf \"%f\n\" >/tmp/GCOMPRIS_LIST.txt ; \ -- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude CVS --exclude .xvpics --exclude-from /tmp/GCOMPRIS_LIST.txt * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ -+ find @PACKAGE_DATA_DIR@ -name \*~ -or -name \*.in >/tmp/GCOMPRIS_LIST.txt ; \ -+ cd @PACKAGE_DATA_DIR@ ; tar --exclude CVS --exclude .xvpics --exclude-from /tmp/GCOMPRIS_LIST.txt -cf - * | ( cd $(DESTDIR)/$(pkgdatadir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ - rm -f /tmp/GCOMPRIS_LIST.txt ; \ - fi - - dist-hook: - if test -d @PACKAGE_DATA_DIR@; then \ - $(mkinstalldirs) $(distdir)/@PACKAGE_DATA_DIR@; \ -- find @PACKAGE_DATA_DIR@ -name \*~ -printf \"%f\n\" >/tmp/GCOMPRIS_LIST.txt ; \ -- cd @PACKAGE_DATA_DIR@ ; tar cf - --exclude CVS --exclude .xvpics --exclude-from /tmp/GCOMPRIS_LIST.txt * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ -+ find @PACKAGE_DATA_DIR@ -name \*~ >/tmp/GCOMPRIS_LIST.txt ; \ -+ cd @PACKAGE_DATA_DIR@ ; tar --exclude CVS --exclude .xvpics --exclude-from /tmp/GCOMPRIS_LIST.txt -cf - * | ( cd ../$(distdir)/@PACKAGE_DATA_DIR@ ; tar xf -) ; cd .. ; \ - rm -f /tmp/GCOMPRIS_LIST.txt ; \ - fi - diff --git a/games/gcompris2/files/patch-configure b/games/gcompris2/files/patch-configure deleted file mode 100644 index 891546c18b3b..000000000000 --- a/games/gcompris2/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Thu Oct 25 16:02:31 2001 -+++ configure Thu Oct 25 16:03:10 2001 -@@ -6711,6 +6711,7 @@ - - - GNOME_XML_LIB=`$GNOME_CONFIG --libs xml2` -+ CPPFLAGS="$CPPFLAGS `$GNOME_CONFIG --cflags xml2`" - - else - echo "$ac_t""no" 1>&6 -@@ -8315,7 +8316,7 @@ - fi - - -- CATOBJEXT=.gmo -+ CATOBJEXT=.mo - fi - - else -@@ -8611,14 +8612,14 @@ - PACKAGE_SOUNDS_DIR="sounds" - - cat >> confdefs.h <<EOF --#define PACKAGE_SOUNDS_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/sounds" -+#define PACKAGE_SOUNDS_DIR "${myprefix}/${DATADIRNAME}/gnome/${PACKAGE}/sounds" - EOF - - - PACKAGE_DATA_DIR="boards" - - cat >> confdefs.h <<EOF --#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/${PACKAGE}/boards" -+#define PACKAGE_DATA_DIR "${myprefix}/${DATADIRNAME}/gnome/${PACKAGE}/boards" - EOF - - diff --git a/games/gcompris2/files/patch-ltmain.sh b/games/gcompris2/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/games/gcompris2/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/gcompris2/files/patch-po::Makefile.in.in b/games/gcompris2/files/patch-po::Makefile.in.in deleted file mode 100644 index c62cc934e068..000000000000 --- a/games/gcompris2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/10/25 12:58:36 1.1 -+++ po/Makefile.in.in 2001/10/25 12:59:13 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/games/gcompris2/files/patch-src::boards::Makefile.in b/games/gcompris2/files/patch-src::boards::Makefile.in deleted file mode 100644 index 5718d029b493..000000000000 --- a/games/gcompris2/files/patch-src::boards::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/boards/Makefile.in 2001/12/23 08:00:35 1.1 -+++ src/boards/Makefile.in 2001/12/23 08:01:15 -@@ -133,7 +133,7 @@ - - - libdir = $(plugindir) --INCLUDES = -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -I.. -+INCLUDES = $(GDK_PIXBUF_CFLAGS) -I$(top_builddir)/intl $(GNOME_INCLUDEDIR) -I.. - - libmenu_la_LDFLAGS = -module -avoid-version - libmenu_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIB@ diff --git a/games/gcompris2/files/patch-src::gcompris::Makefile.in b/games/gcompris2/files/patch-src::gcompris::Makefile.in deleted file mode 100644 index f33d171eb367..000000000000 --- a/games/gcompris2/files/patch-src::gcompris::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- src/gcompris/Makefile.in 2001/12/19 10:53:08 1.1 -+++ src/gcompris/Makefile.in 2001/12/19 10:53:29 -@@ -130,7 +130,7 @@ - cxxflags_set = @cxxflags_set@ - plugindir = @plugindir@ - --INCLUDES = -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) -+INCLUDES = $(GDK_PIXBUF_CFLAGS) -I$(top_srcdir)/intl $(GNOME_INCLUDEDIR) - - - bin_PROGRAMS = gcompris diff --git a/games/gcompris2/pkg-comment b/games/gcompris2/pkg-comment deleted file mode 100644 index 3855ec239dfa..000000000000 --- a/games/gcompris2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple Gnome-based education game for children starting at 3 diff --git a/games/gcompris2/pkg-descr b/games/gcompris2/pkg-descr deleted file mode 100644 index 4f8f85971cc6..000000000000 --- a/games/gcompris2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GCompris is a simple education game. The basic goal is to teach to children -starting at 3 how to use a mouse and keybord. It is designed so that it is easy -to add new boards. First board is a simple click on me game. Animals images are -falling down the sky. Click on them before they reach the ground. Second board -uses the same falling concept but the animals are replaced by letters. Instead -of clicking, of course you have now to enter the proper key. Third board uses -the same concept but with words. English, French and Spanish supported. - -WWW: http://gcompris.sourceforge.net/ diff --git a/games/gcompris2/pkg-plist b/games/gcompris2/pkg-plist deleted file mode 100644 index 446ea5119d1a..000000000000 --- a/games/gcompris2/pkg-plist +++ /dev/null @@ -1,656 +0,0 @@ -bin/gcompris -info/gcompris.info -lib/gcompris/libalgebra.so -lib/gcompris/libclick_on_letter.so -lib/gcompris/libclickgame.so -lib/gcompris/libclockgame.so -lib/gcompris/libdraw.so -lib/gcompris/liberase.so -lib/gcompris/libgletters.so -lib/gcompris/libimageid.so -lib/gcompris/liblocale.so -lib/gcompris/libmemory.so -lib/gcompris/libmenu.so -lib/gcompris/libmissingletter.so -lib/gcompris/libparatrooper.so -lib/gcompris/libplanegame.so -lib/gcompris/librailroad.so -lib/gcompris/libreading.so -lib/gcompris/libshapegame.so -lib/gcompris/libsmallnumbers.so -lib/gcompris/libwordsgame.so -share/gnome/apps/Games/gcompris.desktop -share/gnome/gcompris/boards/Makefile -share/gnome/gcompris/boards/Makefile.am -share/gnome/gcompris/boards/Makefile.in -share/gnome/gcompris/boards/README -share/gnome/gcompris/boards/algebra_by.xml -share/gnome/gcompris/boards/algebra_by.xml.in -share/gnome/gcompris/boards/algebra_div.xml -share/gnome/gcompris/boards/algebra_div.xml.in -share/gnome/gcompris/boards/algebra_minus.xml -share/gnome/gcompris/boards/algebra_minus.xml.in -share/gnome/gcompris/boards/algebra_plus.xml -share/gnome/gcompris/boards/algebra_plus.xml.in -share/gnome/gcompris/boards/algebramenu.xml -share/gnome/gcompris/boards/algebramenu.xml.in -share/gnome/gcompris/boards/babymatch.xml -share/gnome/gcompris/boards/babymatch.xml.in -share/gnome/gcompris/boards/babymatch/board1_0.xml -share/gnome/gcompris/boards/babymatch/board2_0.xml -share/gnome/gcompris/boards/babymatch/board3_0.xml -share/gnome/gcompris/boards/babymatch/board4_0.xml -share/gnome/gcompris/boards/babymatch/board5_0.xml -share/gnome/gcompris/boards/babymatch/board6_0.xml -share/gnome/gcompris/boards/babyshapes.xml -share/gnome/gcompris/boards/babyshapes.xml.in -share/gnome/gcompris/boards/babyshapes/T_banana.png -share/gnome/gcompris/boards/babyshapes/T_circle.png -share/gnome/gcompris/boards/babyshapes/T_colonne.png -share/gnome/gcompris/boards/babyshapes/T_cone.png -share/gnome/gcompris/boards/babyshapes/T_coupole.png -share/gnome/gcompris/boards/babyshapes/T_cube.png -share/gnome/gcompris/boards/babyshapes/T_half_sphere.png -share/gnome/gcompris/boards/babyshapes/T_hexagone.png -share/gnome/gcompris/boards/babyshapes/T_hyperstar.png -share/gnome/gcompris/boards/babyshapes/T_losange.png -share/gnome/gcompris/boards/babyshapes/T_ovale.png -share/gnome/gcompris/boards/babyshapes/T_pacman.png -share/gnome/gcompris/boards/babyshapes/T_pyramid.png -share/gnome/gcompris/boards/babyshapes/T_rectangle.png -share/gnome/gcompris/boards/babyshapes/T_rectangle_triangle.png -share/gnome/gcompris/boards/babyshapes/T_sphere.png -share/gnome/gcompris/boards/babyshapes/T_star.png -share/gnome/gcompris/boards/babyshapes/T_toron.png -share/gnome/gcompris/boards/babyshapes/T_triangle.png -share/gnome/gcompris/boards/babyshapes/banana.png -share/gnome/gcompris/boards/babyshapes/board1_0.xml -share/gnome/gcompris/boards/babyshapes/board2_0.xml -share/gnome/gcompris/boards/babyshapes/board3_0.xml -share/gnome/gcompris/boards/babyshapes/board4_0.xml -share/gnome/gcompris/boards/babyshapes/circle.png -share/gnome/gcompris/boards/babyshapes/colonne.png -share/gnome/gcompris/boards/babyshapes/cone.png -share/gnome/gcompris/boards/babyshapes/coupole.png -share/gnome/gcompris/boards/babyshapes/cube.png -share/gnome/gcompris/boards/babyshapes/half_sphere.png -share/gnome/gcompris/boards/babyshapes/hexagone.png -share/gnome/gcompris/boards/babyshapes/hyperstar.png -share/gnome/gcompris/boards/babyshapes/losange.png -share/gnome/gcompris/boards/babyshapes/ovale.png -share/gnome/gcompris/boards/babyshapes/pacman.png -share/gnome/gcompris/boards/babyshapes/pyramid.png -share/gnome/gcompris/boards/babyshapes/rectangle.png -share/gnome/gcompris/boards/babyshapes/rectangle_triangle.png -share/gnome/gcompris/boards/babyshapes/sphere.png -share/gnome/gcompris/boards/babyshapes/star.png -share/gnome/gcompris/boards/babyshapes/toron.png -share/gnome/gcompris/boards/babyshapes/triangle.png -share/gnome/gcompris/boards/boardicons/algebra_by.png -share/gnome/gcompris/boards/boardicons/algebra_div.png -share/gnome/gcompris/boards/boardicons/algebra_minus.png -share/gnome/gcompris/boards/boardicons/algebra_plus.png -share/gnome/gcompris/boards/boardicons/algebramenu.png -share/gnome/gcompris/boards/boardicons/babymatch.png -share/gnome/gcompris/boards/boardicons/babyshapes.png -share/gnome/gcompris/boards/boardicons/book.png -share/gnome/gcompris/boards/boardicons/click_on_letter.png -share/gnome/gcompris/boards/boardicons/clickgame.png -share/gnome/gcompris/boards/boardicons/clockgame.png -share/gnome/gcompris/boards/boardicons/colornforms.png -share/gnome/gcompris/boards/boardicons/computer.png -share/gnome/gcompris/boards/boardicons/draw.png -share/gnome/gcompris/boards/boardicons/erase.png -share/gnome/gcompris/boards/boardicons/fun.png -share/gnome/gcompris/boards/boardicons/gletters.png -share/gnome/gcompris/boards/boardicons/imageid.png -share/gnome/gcompris/boards/boardicons/imagename.png -share/gnome/gcompris/boards/boardicons/locale.png -share/gnome/gcompris/boards/boardicons/locale_de.png -share/gnome/gcompris/boards/boardicons/locale_el.png -share/gnome/gcompris/boards/boardicons/locale_en.png -share/gnome/gcompris/boards/boardicons/locale_es.png -share/gnome/gcompris/boards/boardicons/locale_fr.png -share/gnome/gcompris/boards/boardicons/locale_sv.png -share/gnome/gcompris/boards/boardicons/matritsa.png -share/gnome/gcompris/boards/boardicons/memory.png -share/gnome/gcompris/boards/boardicons/missing_letter.png -share/gnome/gcompris/boards/boardicons/planegame.png -share/gnome/gcompris/boards/boardicons/railroad.png -share/gnome/gcompris/boards/boardicons/reading.png -share/gnome/gcompris/boards/boardicons/readingh.png -share/gnome/gcompris/boards/boardicons/scalesicon.png -share/gnome/gcompris/boards/boardicons/shapegame.png -share/gnome/gcompris/boards/boardicons/smallnumbers.png -share/gnome/gcompris/boards/boardicons/tuxpara.png -share/gnome/gcompris/boards/boardicons/wordsgame.png -share/gnome/gcompris/boards/click_on_letter.xml -share/gnome/gcompris/boards/click_on_letter.xml.in -share/gnome/gcompris/boards/clickgame.xml -share/gnome/gcompris/boards/clickgame.xml.in -share/gnome/gcompris/boards/clockgame.xml -share/gnome/gcompris/boards/clockgame.xml.in -share/gnome/gcompris/boards/computer.xml -share/gnome/gcompris/boards/computer.xml.in -share/gnome/gcompris/boards/draw.xml -share/gnome/gcompris/boards/draw.xml.in -share/gnome/gcompris/boards/draw/color-selector.jpg -share/gnome/gcompris/boards/draw/draw-bg.jpg -share/gnome/gcompris/boards/draw/tool-circle.png -share/gnome/gcompris/boards/draw/tool-del-off.png -share/gnome/gcompris/boards/draw/tool-del.png -share/gnome/gcompris/boards/draw/tool-filledcircle.png -share/gnome/gcompris/boards/draw/tool-filledrectangle.png -share/gnome/gcompris/boards/draw/tool-line.png -share/gnome/gcompris/boards/draw/tool-move-off.png -share/gnome/gcompris/boards/draw/tool-move.png -share/gnome/gcompris/boards/draw/tool-rectangle.png -share/gnome/gcompris/boards/draw/tool-resize.png -share/gnome/gcompris/boards/draw/tool-selector.jpg -share/gnome/gcompris/boards/erase.xml -share/gnome/gcompris/boards/erase.xml.in -share/gnome/gcompris/boards/fishes/QueenAngel_0.png -share/gnome/gcompris/boards/fishes/QueenAngel_1.png -share/gnome/gcompris/boards/fishes/blueking2_0.png -share/gnome/gcompris/boards/fishes/blueking2_1.png -share/gnome/gcompris/boards/fishes/butfish_0.png -share/gnome/gcompris/boards/fishes/butfish_1.png -share/gnome/gcompris/boards/fishes/cichlid1_0.png -share/gnome/gcompris/boards/fishes/cichlid1_1.png -share/gnome/gcompris/boards/fishes/cichlid4_0.png -share/gnome/gcompris/boards/fishes/cichlid4_1.png -share/gnome/gcompris/boards/fishes/collaris_0.png -share/gnome/gcompris/boards/fishes/collaris_1.png -share/gnome/gcompris/boards/fishes/discus2_0.png -share/gnome/gcompris/boards/fishes/discus2_1.png -share/gnome/gcompris/boards/fishes/discus3_0.png -share/gnome/gcompris/boards/fishes/discus3_1.png -share/gnome/gcompris/boards/fishes/eel_0.png -share/gnome/gcompris/boards/fishes/eel_1.png -share/gnome/gcompris/boards/fishes/f00_0.png -share/gnome/gcompris/boards/fishes/f00_1.png -share/gnome/gcompris/boards/fishes/f01_0.png -share/gnome/gcompris/boards/fishes/f01_1.png -share/gnome/gcompris/boards/fishes/f02_0.png -share/gnome/gcompris/boards/fishes/f02_1.png -share/gnome/gcompris/boards/fishes/f03_0.png -share/gnome/gcompris/boards/fishes/f03_1.png -share/gnome/gcompris/boards/fishes/f04_0.png -share/gnome/gcompris/boards/fishes/f04_1.png -share/gnome/gcompris/boards/fishes/f05_0.png -share/gnome/gcompris/boards/fishes/f05_1.png -share/gnome/gcompris/boards/fishes/f06_0.png -share/gnome/gcompris/boards/fishes/f06_1.png -share/gnome/gcompris/boards/fishes/f07_0.png -share/gnome/gcompris/boards/fishes/f07_1.png -share/gnome/gcompris/boards/fishes/f08_0.png -share/gnome/gcompris/boards/fishes/f08_1.png -share/gnome/gcompris/boards/fishes/f09_0.png -share/gnome/gcompris/boards/fishes/f09_1.png -share/gnome/gcompris/boards/fishes/f10_0.png -share/gnome/gcompris/boards/fishes/f10_1.png -share/gnome/gcompris/boards/fishes/f11_0.png -share/gnome/gcompris/boards/fishes/f11_1.png -share/gnome/gcompris/boards/fishes/f12_0.png -share/gnome/gcompris/boards/fishes/f12_1.png -share/gnome/gcompris/boards/fishes/f13_0.png -share/gnome/gcompris/boards/fishes/f13_1.png -share/gnome/gcompris/boards/fishes/manta_0.png -share/gnome/gcompris/boards/fishes/manta_1.png -share/gnome/gcompris/boards/fishes/newf1_0.png -share/gnome/gcompris/boards/fishes/newf1_1.png -share/gnome/gcompris/boards/fishes/shark1_0.png -share/gnome/gcompris/boards/fishes/shark1_1.png -share/gnome/gcompris/boards/fishes/six_barred_0.png -share/gnome/gcompris/boards/fishes/six_barred_1.png -share/gnome/gcompris/boards/fishes/teeth_0.png -share/gnome/gcompris/boards/fishes/teeth_1.png -share/gnome/gcompris/boards/fishes/teeth_2.png -share/gnome/gcompris/boards/fishes/teeth_3.png -share/gnome/gcompris/boards/fishes/teeth_4.png -share/gnome/gcompris/boards/fishes/teeth_5.png -share/gnome/gcompris/boards/fishes/teeth_6.png -share/gnome/gcompris/boards/fishes/teeth_7.png -share/gnome/gcompris/boards/fun.xml -share/gnome/gcompris/boards/fun.xml.in -share/gnome/gcompris/boards/gcompris/README -share/gnome/gcompris/boards/gcompris/bonus/README -share/gnome/gcompris/boards/gcompris/bonus/flower_bad.png -share/gnome/gcompris/boards/gcompris/bonus/flower_good.png -share/gnome/gcompris/boards/gcompris/bonus/smiley_bad.png -share/gnome/gcompris/boards/gcompris/bonus/smiley_good.png -share/gnome/gcompris/boards/gcompris/buttons/bad.png -share/gnome/gcompris/boards/gcompris/buttons/bar_bg.jpg -share/gnome/gcompris/boards/gcompris/buttons/button.png -share/gnome/gcompris/boards/gcompris/buttons/button_large.png -share/gnome/gcompris/boards/gcompris/buttons/button_large2.png -share/gnome/gcompris/boards/gcompris/buttons/button_selected.png -share/gnome/gcompris/boards/gcompris/buttons/button_small.png -share/gnome/gcompris/boards/gcompris/buttons/button_style.png -share/gnome/gcompris/boards/gcompris/buttons/difficulty_star.png -share/gnome/gcompris/boards/gcompris/buttons/help.png -share/gnome/gcompris/boards/gcompris/buttons/home.png -share/gnome/gcompris/boards/gcompris/buttons/horver.png -share/gnome/gcompris/boards/gcompris/buttons/level0.png -share/gnome/gcompris/boards/gcompris/buttons/level1.png -share/gnome/gcompris/boards/gcompris/buttons/level2.png -share/gnome/gcompris/boards/gcompris/buttons/level3.png -share/gnome/gcompris/boards/gcompris/buttons/level4.png -share/gnome/gcompris/boards/gcompris/buttons/level5.png -share/gnome/gcompris/boards/gcompris/buttons/level6.png -share/gnome/gcompris/boards/gcompris/buttons/level7.png -share/gnome/gcompris/boards/gcompris/buttons/level8.png -share/gnome/gcompris/boards/gcompris/buttons/level9.png -share/gnome/gcompris/boards/gcompris/buttons/menuicon.png -share/gnome/gcompris/boards/gcompris/buttons/ok.png -share/gnome/gcompris/boards/gcompris/buttons/repeat.png -share/gnome/gcompris/boards/gcompris/dialogbox.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice0.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice1.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice2.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice3.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice4.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice5.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice6.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice7.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice8.png -share/gnome/gcompris/boards/gcompris/dice/gnome-dice9.png -share/gnome/gcompris/boards/gcompris/gcompris-about.jpg -share/gnome/gcompris/boards/gcompris/gcompris-bg.jpg -share/gnome/gcompris/boards/gcompris/gcompris-init.jpg -share/gnome/gcompris/boards/gcompris/gcompris-shapebg.jpg -share/gnome/gcompris/boards/gcompris/gcompris-shapelabel.jpg -share/gnome/gcompris/boards/gcompris/help_bg.png -share/gnome/gcompris/boards/gcompris/letters/*.png -share/gnome/gcompris/boards/gcompris/letters/+.png -share/gnome/gcompris/boards/gcompris/letters/-.png -share/gnome/gcompris/boards/gcompris/letters/0.png -share/gnome/gcompris/boards/gcompris/letters/1.png -share/gnome/gcompris/boards/gcompris/letters/2.png -share/gnome/gcompris/boards/gcompris/letters/3.png -share/gnome/gcompris/boards/gcompris/letters/4.png -share/gnome/gcompris/boards/gcompris/letters/5.png -share/gnome/gcompris/boards/gcompris/letters/6.png -share/gnome/gcompris/boards/gcompris/letters/7.png -share/gnome/gcompris/boards/gcompris/letters/8.png -share/gnome/gcompris/boards/gcompris/letters/9.png -share/gnome/gcompris/boards/gcompris/letters/:.png -share/gnome/gcompris/boards/gcompris/letters/=.png -share/gnome/gcompris/boards/gcompris/letters/?.png -share/gnome/gcompris/boards/gcompris/letters/A.png -share/gnome/gcompris/boards/gcompris/letters/B.png -share/gnome/gcompris/boards/gcompris/letters/C.png -share/gnome/gcompris/boards/gcompris/letters/D.png -share/gnome/gcompris/boards/gcompris/letters/E.png -share/gnome/gcompris/boards/gcompris/letters/F.png -share/gnome/gcompris/boards/gcompris/letters/G.png -share/gnome/gcompris/boards/gcompris/letters/H.png -share/gnome/gcompris/boards/gcompris/letters/I.png -share/gnome/gcompris/boards/gcompris/letters/J.png -share/gnome/gcompris/boards/gcompris/letters/K.png -share/gnome/gcompris/boards/gcompris/letters/L.png -share/gnome/gcompris/boards/gcompris/letters/M.png -share/gnome/gcompris/boards/gcompris/letters/N.png -share/gnome/gcompris/boards/gcompris/letters/O.png -share/gnome/gcompris/boards/gcompris/letters/P.png -share/gnome/gcompris/boards/gcompris/letters/Q.png -share/gnome/gcompris/boards/gcompris/letters/R.png -share/gnome/gcompris/boards/gcompris/letters/S.png -share/gnome/gcompris/boards/gcompris/letters/T.png -share/gnome/gcompris/boards/gcompris/letters/U.png -share/gnome/gcompris/boards/gcompris/letters/V.png -share/gnome/gcompris/boards/gcompris/letters/W.png -share/gnome/gcompris/boards/gcompris/letters/X.png -share/gnome/gcompris/boards/gcompris/letters/Y.png -share/gnome/gcompris/boards/gcompris/letters/Z.png -share/gnome/gcompris/boards/gcompris/letters/a.png -share/gnome/gcompris/boards/gcompris/letters/b.png -share/gnome/gcompris/boards/gcompris/letters/c.png -share/gnome/gcompris/boards/gcompris/letters/d.png -share/gnome/gcompris/boards/gcompris/letters/e.png -share/gnome/gcompris/boards/gcompris/letters/f.png -share/gnome/gcompris/boards/gcompris/letters/g.png -share/gnome/gcompris/boards/gcompris/letters/h.png -share/gnome/gcompris/boards/gcompris/letters/i.png -share/gnome/gcompris/boards/gcompris/letters/j.png -share/gnome/gcompris/boards/gcompris/letters/k.png -share/gnome/gcompris/boards/gcompris/letters/l.png -share/gnome/gcompris/boards/gcompris/letters/m.png -share/gnome/gcompris/boards/gcompris/letters/n.png -share/gnome/gcompris/boards/gcompris/letters/o.png -share/gnome/gcompris/boards/gcompris/letters/p.png -share/gnome/gcompris/boards/gcompris/letters/q.png -share/gnome/gcompris/boards/gcompris/letters/r.png -share/gnome/gcompris/boards/gcompris/letters/s.png -share/gnome/gcompris/boards/gcompris/letters/t.png -share/gnome/gcompris/boards/gcompris/letters/u.png -share/gnome/gcompris/boards/gcompris/letters/v.png -share/gnome/gcompris/boards/gcompris/letters/w.png -share/gnome/gcompris/boards/gcompris/letters/x.png -share/gnome/gcompris/boards/gcompris/letters/y.png -share/gnome/gcompris/boards/gcompris/letters/z.png -share/gnome/gcompris/boards/gcompris/misc/README -share/gnome/gcompris/boards/gcompris/misc/apple.png -share/gnome/gcompris/boards/gcompris/misc/backcard.png -share/gnome/gcompris/boards/gcompris/misc/bicycle.png -share/gnome/gcompris/boards/gcompris/misc/bottle.png -share/gnome/gcompris/boards/gcompris/misc/car.png -share/gnome/gcompris/boards/gcompris/misc/carot.png -share/gnome/gcompris/boards/gcompris/misc/castle.png -share/gnome/gcompris/boards/gcompris/misc/cerise.png -share/gnome/gcompris/boards/gcompris/misc/cloud.png -share/gnome/gcompris/boards/gcompris/misc/cocotier.png -share/gnome/gcompris/boards/gcompris/misc/crown.png -share/gnome/gcompris/boards/gcompris/misc/door1.png -share/gnome/gcompris/boards/gcompris/misc/door2.png -share/gnome/gcompris/boards/gcompris/misc/egg.png -share/gnome/gcompris/boards/gcompris/misc/eggpot.png -share/gnome/gcompris/boards/gcompris/misc/emptycard.png -share/gnome/gcompris/boards/gcompris/misc/fishingboat.png -share/gnome/gcompris/boards/gcompris/misc/flower.png -share/gnome/gcompris/boards/gcompris/misc/flowerpot.png -share/gnome/gcompris/boards/gcompris/misc/football.png -share/gnome/gcompris/boards/gcompris/misc/fusee.png -share/gnome/gcompris/boards/gcompris/misc/glass.png -share/gnome/gcompris/boards/gcompris/misc/house.png -share/gnome/gcompris/boards/gcompris/misc/lamp.png -share/gnome/gcompris/boards/gcompris/misc/light.png -share/gnome/gcompris/boards/gcompris/misc/lighthouse.png -share/gnome/gcompris/boards/gcompris/misc/minitux.png -share/gnome/gcompris/boards/gcompris/misc/minivan.png -share/gnome/gcompris/boards/gcompris/misc/parachute.png -share/gnome/gcompris/boards/gcompris/misc/peer.png -share/gnome/gcompris/boards/gcompris/misc/pencil.png -share/gnome/gcompris/boards/gcompris/misc/phone_note.png -share/gnome/gcompris/boards/gcompris/misc/plane.png -share/gnome/gcompris/boards/gcompris/misc/postcard.png -share/gnome/gcompris/boards/gcompris/misc/postpoint.png -share/gnome/gcompris/boards/gcompris/misc/rape.png -share/gnome/gcompris/boards/gcompris/misc/raquette.png -share/gnome/gcompris/boards/gcompris/misc/sailingboat.png -share/gnome/gcompris/boards/gcompris/misc/sapin.png -share/gnome/gcompris/boards/gcompris/misc/sea.png -share/gnome/gcompris/boards/gcompris/misc/sofa.png -share/gnome/gcompris/boards/gcompris/misc/star.png -share/gnome/gcompris/boards/gcompris/misc/strawberry.png -share/gnome/gcompris/boards/gcompris/misc/tree.png -share/gnome/gcompris/boards/gcompris/misc/truck.png -share/gnome/gcompris/boards/gcompris/misc/tux.png -share/gnome/gcompris/boards/gcompris/misc/tuxplane.png -share/gnome/gcompris/boards/gcompris/misc/windflag0.png -share/gnome/gcompris/boards/gcompris/misc/windflag4.png -share/gnome/gcompris/boards/gcompris/misc/windflag5.png -share/gnome/gcompris/boards/gcompris/nur00523.jpg -share/gnome/gcompris/boards/gcompris/nur03006.jpg -share/gnome/gcompris/boards/gcompris/nur03010.jpg -share/gnome/gcompris/boards/gcompris/nur03011.jpg -share/gnome/gcompris/boards/gcompris/nur03013.jpg -share/gnome/gcompris/boards/gcompris/nur03505.jpg -share/gnome/gcompris/boards/gletters.xml -share/gnome/gcompris/boards/gletters.xml.in -share/gnome/gcompris/boards/imageid.xml -share/gnome/gcompris/boards/imageid.xml.in -share/gnome/gcompris/boards/imageid/ballon.png -share/gnome/gcompris/boards/imageid/banana.png -share/gnome/gcompris/boards/imageid/bed.png -share/gnome/gcompris/boards/imageid/biberon.png -share/gnome/gcompris/boards/imageid/board1.xml -share/gnome/gcompris/boards/imageid/cake.png -share/gnome/gcompris/boards/imageid/cartable.png -share/gnome/gcompris/boards/imageid/imageid-bg.jpg -share/gnome/gcompris/boards/imageid/maison.png -share/gnome/gcompris/boards/imageid/pomme.png -share/gnome/gcompris/boards/imagename.xml -share/gnome/gcompris/boards/imagename.xml.in -share/gnome/gcompris/boards/imagename/board1_0.xml -share/gnome/gcompris/boards/imagename/board2_0.xml -share/gnome/gcompris/boards/imagename/board3_0.xml -share/gnome/gcompris/boards/imagename/board4_0.xml -share/gnome/gcompris/boards/imagename/board5_0.xml -share/gnome/gcompris/boards/imagename/board6_0.xml -share/gnome/gcompris/boards/locale.xml -share/gnome/gcompris/boards/locale.xml.in -share/gnome/gcompris/boards/locale_de.xml -share/gnome/gcompris/boards/locale_de.xml.in -share/gnome/gcompris/boards/locale_el.xml -share/gnome/gcompris/boards/locale_el.xml.in -share/gnome/gcompris/boards/locale_en.xml -share/gnome/gcompris/boards/locale_en.xml.in -share/gnome/gcompris/boards/locale_es.xml -share/gnome/gcompris/boards/locale_es.xml.in -share/gnome/gcompris/boards/locale_fr.xml -share/gnome/gcompris/boards/locale_fr.xml.in -share/gnome/gcompris/boards/locale_sv.xml -share/gnome/gcompris/boards/locale_sv.xml.in -share/gnome/gcompris/boards/memory.xml -share/gnome/gcompris/boards/memory.xml.in -share/gnome/gcompris/boards/menu.xml -share/gnome/gcompris/boards/menu.xml.in -share/gnome/gcompris/boards/missing_letter.xml -share/gnome/gcompris/boards/missing_letter.xml.in -share/gnome/gcompris/boards/missing_letter/board1.xml -share/gnome/gcompris/boards/missing_letter/missingletter-bg.jpg -share/gnome/gcompris/boards/paintings.xml -share/gnome/gcompris/boards/paintings.xml.in -share/gnome/gcompris/boards/paintings/README -share/gnome/gcompris/boards/paintings/board1_0.xml -share/gnome/gcompris/boards/paintings/board2_0.xml -share/gnome/gcompris/boards/paintings/board3_0.xml -share/gnome/gcompris/boards/paintings/board4_0.xml -share/gnome/gcompris/boards/paintings/board5_0.xml -share/gnome/gcompris/boards/paintings/board6_0.xml -share/gnome/gcompris/boards/paintings/level1/bazille_rampart_1.jpg -share/gnome/gcompris/boards/paintings/level1/bazille_rampart_2.jpg -share/gnome/gcompris/boards/paintings/level1/bazille_rampart_3.jpg -share/gnome/gcompris/boards/paintings/level1/bazille_rampart_4.jpg -share/gnome/gcompris/boards/paintings/level1/bazille_rampart_5.jpg -share/gnome/gcompris/boards/paintings/level1/bazille_rampart_6.jpg -share/gnome/gcompris/boards/paintings/level2/cassat_summertime_1.jpg -share/gnome/gcompris/boards/paintings/level2/cassat_summertime_2.jpg -share/gnome/gcompris/boards/paintings/level2/cassat_summertime_3.jpg -share/gnome/gcompris/boards/paintings/level2/cassat_summertime_4.jpg -share/gnome/gcompris/boards/paintings/level2/cassat_summertime_5.jpg -share/gnome/gcompris/boards/paintings/level2/cassat_summertime_6.jpg -share/gnome/gcompris/boards/paintings/level3/gogh_auvert_1.jpg -share/gnome/gcompris/boards/paintings/level3/gogh_auvert_2.jpg -share/gnome/gcompris/boards/paintings/level3/gogh_auvert_3.jpg -share/gnome/gcompris/boards/paintings/level3/gogh_auvert_4.jpg -share/gnome/gcompris/boards/paintings/level3/gogh_auvert_5.jpg -share/gnome/gcompris/boards/paintings/level3/gogh_auvert_6.jpg -share/gnome/gcompris/boards/paintings/level4/degas_class-dance_1.png -share/gnome/gcompris/boards/paintings/level4/degas_class-dance_2.png -share/gnome/gcompris/boards/paintings/level4/degas_class-dance_3.png -share/gnome/gcompris/boards/paintings/level4/degas_class-dance_4.png -share/gnome/gcompris/boards/paintings/level4/degas_class-dance_5.png -share/gnome/gcompris/boards/paintings/level4/degas_class-dance_6.png -share/gnome/gcompris/boards/paintings/level5/renoir -share/gnome/gcompris/boards/paintings/level5/renoir-moulin_de_la_galette-1.png -share/gnome/gcompris/boards/paintings/level5/renoir-moulin_de_la_galette-2.png -share/gnome/gcompris/boards/paintings/level5/renoir-moulin_de_la_galette-3.png -share/gnome/gcompris/boards/paintings/level5/renoir-moulin_de_la_galette-4.png -share/gnome/gcompris/boards/paintings/level5/renoir-moulin_de_la_galette-5.png -share/gnome/gcompris/boards/paintings/level5/renoir-moulin_de_la_galette-6.png -share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-1.png -share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-2.png -share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-3.png -share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-4.png -share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-5.png -share/gnome/gcompris/boards/paintings/level6/renoir-filles_piano-6.png -share/gnome/gcompris/boards/paratrooper.xml -share/gnome/gcompris/boards/paratrooper.xml.in -share/gnome/gcompris/boards/planegame.xml -share/gnome/gcompris/boards/planegame.xml.in -share/gnome/gcompris/boards/railroad.xml -share/gnome/gcompris/boards/railroad.xml.in -share/gnome/gcompris/boards/railroad/loco1.png -share/gnome/gcompris/boards/railroad/loco2.png -share/gnome/gcompris/boards/railroad/loco3.png -share/gnome/gcompris/boards/railroad/loco4.png -share/gnome/gcompris/boards/railroad/loco5.png -share/gnome/gcompris/boards/railroad/loco6.png -share/gnome/gcompris/boards/railroad/loco7.png -share/gnome/gcompris/boards/railroad/loco8.png -share/gnome/gcompris/boards/railroad/loco9.png -share/gnome/gcompris/boards/railroad/railroad-bg.jpg -share/gnome/gcompris/boards/railroad/railroad-bg.png -share/gnome/gcompris/boards/railroad/wagon1.png -share/gnome/gcompris/boards/railroad/wagon10.png -share/gnome/gcompris/boards/railroad/wagon11.png -share/gnome/gcompris/boards/railroad/wagon12.png -share/gnome/gcompris/boards/railroad/wagon13.png -share/gnome/gcompris/boards/railroad/wagon14.png -share/gnome/gcompris/boards/railroad/wagon2.png -share/gnome/gcompris/boards/railroad/wagon3.png -share/gnome/gcompris/boards/railroad/wagon4.png -share/gnome/gcompris/boards/railroad/wagon5.png -share/gnome/gcompris/boards/railroad/wagon6.png -share/gnome/gcompris/boards/railroad/wagon7.png -share/gnome/gcompris/boards/railroad/wagon8.png -share/gnome/gcompris/boards/railroad/wagon9.png -share/gnome/gcompris/boards/reading.xml -share/gnome/gcompris/boards/reading.xml.in -share/gnome/gcompris/boards/reading/gcompris-bg.jpg -share/gnome/gcompris/boards/readingh.xml -share/gnome/gcompris/boards/readingh.xml.in -share/gnome/gcompris/boards/readingv.xml -share/gnome/gcompris/boards/readingv.xml.in -share/gnome/gcompris/boards/scales/README -share/gnome/gcompris/boards/scales/board1_0.xml -share/gnome/gcompris/boards/scales/board1_1.xml -share/gnome/gcompris/boards/scales/board1_2.xml -share/gnome/gcompris/boards/scales/board1_3.xml -share/gnome/gcompris/boards/scales/board1_4.xml -share/gnome/gcompris/boards/scales/board1_5.xml -share/gnome/gcompris/boards/scales/board2_0.xml -share/gnome/gcompris/boards/scales/board2_1.xml -share/gnome/gcompris/boards/scales/board2_2.xml -share/gnome/gcompris/boards/scales/board2_3.xml -share/gnome/gcompris/boards/scales/board2_4.xml -share/gnome/gcompris/boards/scales/board2_5.xml -share/gnome/gcompris/boards/scales/board3_0.xml -share/gnome/gcompris/boards/scales/board3_1.xml -share/gnome/gcompris/boards/scales/board3_2.xml -share/gnome/gcompris/boards/scales/board3_3.xml -share/gnome/gcompris/boards/scales/board3_4.xml -share/gnome/gcompris/boards/scales/board3_5.xml -share/gnome/gcompris/boards/scales/masse.png -share/gnome/gcompris/boards/scales/masse1.png -share/gnome/gcompris/boards/scales/masse10.png -share/gnome/gcompris/boards/scales/masse2.png -share/gnome/gcompris/boards/scales/masse3.png -share/gnome/gcompris/boards/scales/masse4.png -share/gnome/gcompris/boards/scales/masse5.png -share/gnome/gcompris/boards/scales/masse6.png -share/gnome/gcompris/boards/scales/masse7.png -share/gnome/gcompris/boards/scales/masse8.png -share/gnome/gcompris/boards/scales/masse9.png -share/gnome/gcompris/boards/scales/scales.png -share/gnome/gcompris/boards/scalesboard.xml -share/gnome/gcompris/boards/scalesboard.xml.in -share/gnome/gcompris/boards/smallnumbers.xml -share/gnome/gcompris/boards/smallnumbers.xml.in -share/gnome/gcompris/boards/sounds/HOWTO_ENCODE -share/gnome/gcompris/boards/sounds/fr/a.ogg -share/gnome/gcompris/boards/sounds/fr/b.ogg -share/gnome/gcompris/boards/sounds/fr/c.ogg -share/gnome/gcompris/boards/sounds/fr/clic_on_letter.ogg -share/gnome/gcompris/boards/sounds/fr/d.ogg -share/gnome/gcompris/boards/sounds/fr/e.ogg -share/gnome/gcompris/boards/sounds/fr/f.ogg -share/gnome/gcompris/boards/sounds/fr/g.ogg -share/gnome/gcompris/boards/sounds/fr/h.ogg -share/gnome/gcompris/boards/sounds/fr/i.ogg -share/gnome/gcompris/boards/sounds/fr/j.ogg -share/gnome/gcompris/boards/sounds/fr/k.ogg -share/gnome/gcompris/boards/sounds/fr/l.ogg -share/gnome/gcompris/boards/sounds/fr/m.ogg -share/gnome/gcompris/boards/sounds/fr/n.ogg -share/gnome/gcompris/boards/sounds/fr/o.ogg -share/gnome/gcompris/boards/sounds/fr/p.ogg -share/gnome/gcompris/boards/sounds/fr/q.ogg -share/gnome/gcompris/boards/sounds/fr/r.ogg -share/gnome/gcompris/boards/sounds/fr/s.ogg -share/gnome/gcompris/boards/sounds/fr/t.ogg -share/gnome/gcompris/boards/sounds/fr/u.ogg -share/gnome/gcompris/boards/sounds/fr/v.ogg -share/gnome/gcompris/boards/sounds/fr/w.ogg -share/gnome/gcompris/boards/sounds/fr/x.ogg -share/gnome/gcompris/boards/sounds/fr/y.ogg -share/gnome/gcompris/boards/sounds/fr/z.ogg -share/gnome/gcompris/boards/wordsgame.xml -share/gnome/gcompris/boards/wordsgame.xml.in -share/gnome/gcompris/boards/wordsgame/wordslevel1.de -share/gnome/gcompris/boards/wordsgame/wordslevel1.en -share/gnome/gcompris/boards/wordsgame/wordslevel1.es -share/gnome/gcompris/boards/wordsgame/wordslevel1.fi -share/gnome/gcompris/boards/wordsgame/wordslevel1.fr -share/gnome/gcompris/boards/wordsgame/wordslevel1.it -share/gnome/gcompris/boards/wordsgame/wordslevel1.pt_BR -share/gnome/gcompris/boards/wordsgame/wordslevel2.de -share/gnome/gcompris/boards/wordsgame/wordslevel2.en -share/gnome/gcompris/boards/wordsgame/wordslevel2.es -share/gnome/gcompris/boards/wordsgame/wordslevel2.fi -share/gnome/gcompris/boards/wordsgame/wordslevel2.fr -share/gnome/gcompris/boards/wordsgame/wordslevel2.it -share/gnome/gcompris/boards/wordsgame/wordslevel2.pt_BR -share/gnome/gcompris/boards/wordsgame/wordslevelmax.de -share/gnome/gcompris/boards/wordsgame/wordslevelmax.en -share/gnome/gcompris/boards/wordsgame/wordslevelmax.es -share/gnome/gcompris/boards/wordsgame/wordslevelmax.fi -share/gnome/gcompris/boards/wordsgame/wordslevelmax.fr -share/gnome/gcompris/boards/wordsgame/wordslevelmax.it -share/gnome/gcompris/boards/wordsgame/wordslevelmax.nl -share/gnome/gcompris/boards/wordsgame/wordslevelmax.pt_BR -share/gnome/gcompris/sounds/bonus.wav -share/gnome/gcompris/sounds/crash.wav -share/gnome/gcompris/sounds/gobble.wav -share/gnome/gcompris/sounds/level.wav -share/gnome/gcompris/sounds/train.wav -share/gnome/help/gcompris/C/gcompris.html -share/gnome/help/gcompris/C/overview.jpg -share/gnome/help/gcompris/C/topic.dat -share/gnome/pixmaps/gcompris.png -share/locale/de/LC_MESSAGES/gcompris.mo -share/locale/el/LC_MESSAGES/gcompris.mo -share/locale/es/LC_MESSAGES/gcompris.mo -share/locale/fi/LC_MESSAGES/gcompris.mo -share/locale/fr/LC_MESSAGES/gcompris.mo -share/locale/it/LC_MESSAGES/gcompris.mo -share/locale/nl/LC_MESSAGES/gcompris.mo -share/locale/pt_BR/LC_MESSAGES/gcompris.mo -share/locale/ru/LC_MESSAGES/gcompris.mo -share/locale/sv/LC_MESSAGES/gcompris.mo -@dirrm share/gnome/help/gcompris/C -@dirrm share/gnome/help/gcompris -@dirrm share/gnome/gcompris/sounds -@dirrm share/gnome/gcompris/boards/wordsgame -@dirrm share/gnome/gcompris/boards/sounds/fr -@dirrm share/gnome/gcompris/boards/sounds/en -@dirrm share/gnome/gcompris/boards/sounds -@dirrm share/gnome/gcompris/boards/scales -@dirrm share/gnome/gcompris/boards/reading -@dirrm share/gnome/gcompris/boards/railroad -@dirrm share/gnome/gcompris/boards/paintings/level6 -@dirrm share/gnome/gcompris/boards/paintings/level5 -@dirrm share/gnome/gcompris/boards/paintings/level4 -@dirrm share/gnome/gcompris/boards/paintings/level3 -@dirrm share/gnome/gcompris/boards/paintings/level2 -@dirrm share/gnome/gcompris/boards/paintings/level1 -@dirrm share/gnome/gcompris/boards/paintings -@dirrm share/gnome/gcompris/boards/missing_letter -@dirrm share/gnome/gcompris/boards/imagename -@dirrm share/gnome/gcompris/boards/imageid -@dirrm share/gnome/gcompris/boards/gcompris/misc -@dirrm share/gnome/gcompris/boards/gcompris/letters -@dirrm share/gnome/gcompris/boards/gcompris/dice -@dirrm share/gnome/gcompris/boards/gcompris/buttons -@dirrm share/gnome/gcompris/boards/gcompris/bonus -@dirrm share/gnome/gcompris/boards/gcompris -@dirrm share/gnome/gcompris/boards/fishes -@dirrm share/gnome/gcompris/boards/draw -@dirrm share/gnome/gcompris/boards/boardicons -@dirrm share/gnome/gcompris/boards/babyshapes -@dirrm share/gnome/gcompris/boards/babymatch -@dirrm share/gnome/gcompris/boards -@dirrm share/gnome/gcompris -@dirrm lib/gcompris diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile deleted file mode 100644 index cbee96797aea..000000000000 --- a/games/gnome-games/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gnomegames -# Date created: 03 July 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gnomegames -PORTVERSION= 1.4.0.3 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-games -DISTNAME= gnome-games-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org - -BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - `gdk-pixbuf-config --cflags`" \ - LIBS="-L${LOCALBASE}/lib" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new \ - XGETTEXT=${LOCALBASE}/bin/xgettext-new - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/games/gnome-games/distinfo b/games/gnome-games/distinfo deleted file mode 100644 index 053888d61c69..000000000000 --- a/games/gnome-games/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-games-1.4.0.3.tar.bz2) = 3e717c2e7ead757b1dd545dd54272b71 diff --git a/games/gnome-games/files/patch-ab b/games/gnome-games/files/patch-ab deleted file mode 100644 index 84838dd2151e..000000000000 --- a/games/gnome-games/files/patch-ab +++ /dev/null @@ -1,33 +0,0 @@ ---- gnome-stones/Makefile.in.orig Sun Sep 26 13:29:10 1999 -+++ gnome-stones/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -147,7 +147,7 @@ - Games_DATA = gnome-stones.desktop - Caves_DATA = default.caves tutorial.caves gnomekoban.caves - --gtkrcdir = $(datadir) -+gtkrcdir = $(datadir)/gnome-stones - gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko - - Mimedir = $(datadir)/mime-info ---- gnome-stones/objects/Makefile.in.orig Sun Sep 26 13:29:11 1999 -+++ gnome-stones/objects/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -127,5 +127,5 @@ - - GSTONES_SRC_DIR = $(srcdir)/../ - --objectdir = $(libdir)/gnome-stones/objects -+objectdir = $(datadir)/gnome-stones/objects - -@@ -144,10 +144,10 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libgnome_stones_la_LDFLAGS = -+libgnome_stones_la_LDFLAGS = -avoid-version - libgnome_stones_la_LIBADD = - libgnome_stones_la_OBJECTS = gnome-stones.lo --libgnomekoban_la_LDFLAGS = -+libgnomekoban_la_LDFLAGS = -avoid-version - libgnomekoban_la_LIBADD = - libgnomekoban_la_OBJECTS = gnomekoban.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/games/gnome-games/files/patch-ac b/games/gnome-games/files/patch-ac deleted file mode 100644 index 2507ea7dbbc4..000000000000 --- a/games/gnome-games/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- freecell/gdk-card-image/Makefile.in.orig Fri Dec 18 01:54:28 1998 -+++ freecell/gdk-card-image/Makefile.in Fri Jan 1 15:16:09 1999 -@@ -148,7 +148,7 @@ - libgdkcardimage_la_SOURCES = gdk-card-image.c - libgdkcardimageincludedir = $(includedir)/gdkcardimage - libgdkcardimageinclude_HEADERS = gdk-card-image.h --libgdkcardimage_la_LDFLAGS = -version-info 0:0:0 -+libgdkcardimage_la_LDFLAGS = -version-info 1:0:0 - libgdkcardimage_la_LIBADD = $(GTK_LIBS) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h diff --git a/games/gnome-games/files/patch-ae b/games/gnome-games/files/patch-ae deleted file mode 100644 index a38e549b42db..000000000000 --- a/games/gnome-games/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- aisleriot/menu.c.orig Fri Jan 1 15:21:23 1999 -+++ aisleriot/menu.c Fri Jan 1 15:21:36 1999 -@@ -17,6 +17,7 @@ - */ - - #include <config.h> -+#include <sys/types.h> - #include <dirent.h> - #include "gnome.h" - #include "sol.h" diff --git a/games/gnome-games/files/patch-af b/games/gnome-games/files/patch-af deleted file mode 100644 index 2ad5821dd199..000000000000 --- a/games/gnome-games/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-stones/main.c.orig Fri Jan 1 15:32:40 1999 -+++ gnome-stones/main.c Fri Jan 1 15:33:00 1999 -@@ -1249,7 +1249,7 @@ - static gboolean - scan_public_plugin_directory (void) - { -- char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/"); -+ char *dir= gnome_unconditional_datadir_file ("gnome-stones/objects/"); - - plugin_load_plugins_in_dir (dir); - diff --git a/games/gnome-games/files/patch-ag b/games/gnome-games/files/patch-ag deleted file mode 100644 index a192fe907dc4..000000000000 --- a/games/gnome-games/files/patch-ag +++ /dev/null @@ -1,18 +0,0 @@ ---- gtali/cyahtzee.c.orig Sat Apr 10 22:42:17 1999 -+++ gtali/cyahtzee.c Mon Oct 4 16:29:56 1999 -@@ -37,13 +37,14 @@ - #include <signal.h> - #include <stdarg.h> - -+#include <config.h> -+ - #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) - #include <ncurses.h> - #else - #include <curses.h> - #endif - --#include <config.h> - #include "yahtzee.h" - #include "cyahtzee.h" - #include "scores.h" diff --git a/games/gnome-games/files/patch-ah b/games/gnome-games/files/patch-ah deleted file mode 100644 index 31769eb0372b..000000000000 --- a/games/gnome-games/files/patch-ah +++ /dev/null @@ -1,20 +0,0 @@ ---- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999 -+++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999 -@@ -9,7 +9,7 @@ - - sprintf (file, "%s/%s.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &bitmap, NULL, file); -+ &bitmap, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf ("cannot open %s\n", file); - exit(1); -@@ -18,7 +18,7 @@ - if (masked == SEP_MASK) { - sprintf(file, "%s/%s_mask.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &mask, NULL, file); -+ &mask, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf("cannot open %s\n", file); - exit(1); diff --git a/games/gnome-games/files/patch-ltmain.sh b/games/gnome-games/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/games/gnome-games/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/gnome-games/files/patch-po::Makefile.in.in b/games/gnome-games/files/patch-po::Makefile.in.in deleted file mode 100644 index cd3e37cffcf4..000000000000 --- a/games/gnome-games/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/07/09 10:15:24 1.1 -+++ po/Makefile.in.in 2001/07/09 10:15:40 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/games/gnome-games/pkg-comment b/games/gnome-games/pkg-comment deleted file mode 100644 index 489fad24d405..000000000000 --- a/games/gnome-games/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The game applications package for the Gnome Desktop Environment diff --git a/games/gnome-games/pkg-descr b/games/gnome-games/pkg-descr deleted file mode 100644 index 921bbc6035a8..000000000000 --- a/games/gnome-games/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -the game applications package for the Gnome Desktop Environment diff --git a/games/gnome-games/pkg-plist b/games/gnome-games/pkg-plist deleted file mode 100644 index 7b6f224adf22..000000000000 --- a/games/gnome-games/pkg-plist +++ /dev/null @@ -1,818 +0,0 @@ -bin/ctali -bin/freecell -bin/gataxx -bin/glines -bin/gnibbles -bin/gnobots2 -bin/gnome-stones -bin/gnome-xbill -bin/gnometris -bin/gnomine -bin/gnotravex -bin/gnotski -bin/gtali -bin/iagno -bin/mahjongg -bin/same-gnome -bin/sol -etc/sound/events/gataxx.soundlist -etc/sound/events/gnibbles.soundlist -etc/sound/events/gnobots2.soundlist -etc/sound/events/iagno.soundlist -include/gdkcardimage/gdk-card-image.h -lib/libgdkcardimage.a -lib/libgdkcardimage.so -lib/libgdkcardimage.so.1 -share/gnome/apps/Games/freecell.desktop -share/gnome/apps/Games/gataxx.desktop -share/gnome/apps/Games/glines.desktop -share/gnome/apps/Games/gnibbles.desktop -share/gnome/apps/Games/gnobots2.desktop -share/gnome/apps/Games/gnome-stones.desktop -share/gnome/apps/Games/gnometris.desktop -share/gnome/apps/Games/gnomine.desktop -share/gnome/apps/Games/gnotravex.desktop -share/gnome/apps/Games/gnotski.desktop -share/gnome/apps/Games/gtali.desktop -share/gnome/apps/Games/iagno.desktop -share/gnome/apps/Games/mahjongg.desktop -share/gnome/apps/Games/same-gnome.desktop -share/gnome/apps/Games/sol.desktop -share/gnome/apps/Games/xbill.desktop -share/gnome/games/glines.scores -share/gnome/games/gnibbles.1.0.scores -share/gnome/games/gnibbles.1.1.scores -share/gnome/games/gnibbles.2.0.scores -share/gnome/games/gnibbles.2.1.scores -share/gnome/games/gnibbles.3.0.scores -share/gnome/games/gnibbles.3.1.scores -share/gnome/games/gnibbles.4.0.scores -share/gnome/games/gnibbles.4.1.scores -share/gnome/games/gnobots2.classic_robots-safe.scores -share/gnome/games/gnobots2.classic_robots-super-safe.scores -share/gnome/games/gnobots2.classic_robots.scores -share/gnome/games/gnobots2.nightmare-safe.scores -share/gnome/games/gnobots2.nightmare-super-safe.scores -share/gnome/games/gnobots2.nightmare.scores -share/gnome/games/gnobots2.robots2-safe.scores -share/gnome/games/gnobots2.robots2-super-safe.scores -share/gnome/games/gnobots2.robots2.scores -share/gnome/games/gnobots2.robots2_easy-safe.scores -share/gnome/games/gnobots2.robots2_easy-super-safe.scores -share/gnome/games/gnobots2.robots2_easy.scores -share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores -share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores -share/gnome/games/gnobots2.robots_with_safe_teleport.scores -share/gnome/games/gnome-stones.scores -share/gnome/games/gnome-xbill.scores -share/gnome/games/gnometris.scores -share/gnome/games/gnomine.Biiiig.scores -share/gnome/games/gnomine.Custom.scores -share/gnome/games/gnomine.Medium.scores -share/gnome/games/gnomine.Tiny.scores -share/gnome/games/gnotravex.2x2.scores -share/gnome/games/gnotravex.3x3.scores -share/gnome/games/gnotravex.4x4.scores -share/gnome/games/gnotravex.5x5.scores -share/gnome/games/gnotravex.6x6.scores -share/gnome/games/gnotski.1.scores -share/gnome/games/gnotski.11.scores -share/gnome/games/gnotski.12.scores -share/gnome/games/gnotski.13.scores -share/gnome/games/gnotski.14.scores -share/gnome/games/gnotski.15.scores -share/gnome/games/gnotski.16.scores -share/gnome/games/gnotski.17.scores -share/gnome/games/gnotski.2.scores -share/gnome/games/gnotski.21.scores -share/gnome/games/gnotski.22.scores -share/gnome/games/gnotski.23.scores -share/gnome/games/gnotski.24.scores -share/gnome/games/gnotski.25.scores -share/gnome/games/gnotski.26.scores -share/gnome/games/gnotski.3.scores -share/gnome/games/gnotski.4.scores -share/gnome/games/gnotski.5.scores -share/gnome/games/gnotski.6.scores -share/gnome/games/gnotski.7.scores -share/gnome/games/gtali.scores -share/gnome/games/iagno.b1.scores -share/gnome/games/iagno.b2.scores -share/gnome/games/iagno.b3.scores -share/gnome/games/iagno.w1.scores -share/gnome/games/iagno.w2.scores -share/gnome/games/iagno.w3.scores -share/gnome/games/mahjongg.{easy,difficult}.scores -share/gnome/games/same-gnome.scores -share/gnome/gnibbles/level001.gnl -share/gnome/gnibbles/level002.gnl -share/gnome/gnibbles/level003.gnl -share/gnome/gnibbles/level004.gnl -share/gnome/gnibbles/level005.gnl -share/gnome/gnibbles/level006.gnl -share/gnome/gnibbles/level007.gnl -share/gnome/gnibbles/level008.gnl -share/gnome/gnibbles/level009.gnl -share/gnome/gnibbles/level010.gnl -share/gnome/gnibbles/level011.gnl -share/gnome/gnibbles/level012.gnl -share/gnome/gnibbles/level013.gnl -share/gnome/gnibbles/level014.gnl -share/gnome/gnibbles/level015.gnl -share/gnome/gnibbles/level016.gnl -share/gnome/gnibbles/level017.gnl -share/gnome/gnibbles/level018.gnl -share/gnome/gnibbles/level019.gnl -share/gnome/gnibbles/level020.gnl -share/gnome/gnibbles/level021.gnl -share/gnome/gnibbles/level022.gnl -share/gnome/gnibbles/level023.gnl -share/gnome/gnibbles/level024.gnl -share/gnome/gnibbles/level025.gnl -share/gnome/gnibbles/level026.gnl -share/gnome/gnobots2/classic_robots.cfg -share/gnome/gnobots2/nightmare.cfg -share/gnome/gnobots2/robots2.cfg -share/gnome/gnobots2/robots2_easy.cfg -share/gnome/gnobots2/robots_with_safe_teleport.cfg -share/gnome/gnome-stones/default.caves -share/gnome/gnome-stones/gnome-stonesrc -share/gnome/gnome-stones/gnome-stonesrc.ko -share/gnome/gnome-stones/gnomekoban.caves -share/gnome/gnome-stones/objects/libgnome-stones.a -share/gnome/gnome-stones/objects/libgnome-stones.so -share/gnome/gnome-stones/objects/libgnomekoban.a -share/gnome/gnome-stones/objects/libgnomekoban.so -share/gnome/gnome-stones/tutorial.caves -share/gnome/help/aisleriot/C/agnes.sgml -share/gnome/help/aisleriot/C/aisleriot.sgml -share/gnome/help/aisleriot/C/auld_lang_syne.sgml -share/gnome/help/aisleriot/C/bakers_dozen.sgml -share/gnome/help/aisleriot/C/bakers_game.sgml -share/gnome/help/aisleriot/C/beleaguered_castle.sgml -share/gnome/help/aisleriot/C/block_ten.sgml -share/gnome/help/aisleriot/C/bristol.sgml -share/gnome/help/aisleriot/C/camelot.sgml -share/gnome/help/aisleriot/C/canfield.sgml -share/gnome/help/aisleriot/C/chessboard.sgml -share/gnome/help/aisleriot/C/clock.sgml -share/gnome/help/aisleriot/C/cover.sgml -share/gnome/help/aisleriot/C/definitions.sgml -share/gnome/help/aisleriot/C/diamond_mine.sgml -share/gnome/help/aisleriot/C/doublets.sgml -share/gnome/help/aisleriot/C/eagle-wing.sgml -share/gnome/help/aisleriot/C/easthaven.sgml -share/gnome/help/aisleriot/C/eight_off.sgml -share/gnome/help/aisleriot/C/elevator.sgml -share/gnome/help/aisleriot/C/escalator.sgml -share/gnome/help/aisleriot/C/figures/camelot-goal.png -share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first_law.sgml -share/gnome/help/aisleriot/C/fortress.sgml -share/gnome/help/aisleriot/C/fortunes.sgml -share/gnome/help/aisleriot/C/fourteen.sgml -share/gnome/help/aisleriot/C/freecell.sgml -share/gnome/help/aisleriot/C/gay_gordons.sgml -share/gnome/help/aisleriot/C/glenwood.sgml -share/gnome/help/aisleriot/C/golf.sgml -share/gnome/help/aisleriot/C/gypsy.sgml -share/gnome/help/aisleriot/C/helsinki.sgml -share/gnome/help/aisleriot/C/hopscotch.sgml -share/gnome/help/aisleriot/C/isabel.sgml -share/gnome/help/aisleriot/C/jamestown.sgml -share/gnome/help/aisleriot/C/jumbo.sgml -share/gnome/help/aisleriot/C/kansas.sgml -share/gnome/help/aisleriot/C/king_albert.sgml -share/gnome/help/aisleriot/C/klondike.sgml -share/gnome/help/aisleriot/C/labyrinth.sgml -share/gnome/help/aisleriot/C/lady_jane.sgml -share/gnome/help/aisleriot/C/maze.sgml -share/gnome/help/aisleriot/C/monte_carlo.sgml -share/gnome/help/aisleriot/C/neighbor.sgml -share/gnome/help/aisleriot/C/odessa.sgml -share/gnome/help/aisleriot/C/osmosis.sgml -share/gnome/help/aisleriot/C/peek.sgml -share/gnome/help/aisleriot/C/pileon.sgml -share/gnome/help/aisleriot/C/poker.sgml -share/gnome/help/aisleriot/C/quatorze.sgml -share/gnome/help/aisleriot/C/royal_east.sgml -share/gnome/help/aisleriot/C/scorpion.sgml -share/gnome/help/aisleriot/C/scuffle.sgml -share/gnome/help/aisleriot/C/seahaven.sgml -share/gnome/help/aisleriot/C/sir_tommy.sgml -share/gnome/help/aisleriot/C/spider.sgml -share/gnome/help/aisleriot/C/spiderette.sgml -share/gnome/help/aisleriot/C/straight_up.sgml -share/gnome/help/aisleriot/C/streets_and_alleys.sgml -share/gnome/help/aisleriot/C/ten_across.sgml -share/gnome/help/aisleriot/C/thieves.sgml -share/gnome/help/aisleriot/C/thirteen.sgml -share/gnome/help/aisleriot/C/thumb_and_pouch.sgml -share/gnome/help/aisleriot/C/topic.dat -share/gnome/help/aisleriot/C/treize.sgml -share/gnome/help/aisleriot/C/union_square.sgml -share/gnome/help/aisleriot/C/valentine.sgml -share/gnome/help/aisleriot/C/westhaven.sgml -share/gnome/help/aisleriot/C/whitehead.sgml -share/gnome/help/aisleriot/C/will_o_the_wisp.sgml -share/gnome/help/aisleriot/C/yield.sgml -share/gnome/help/aisleriot/C/yukon.sgml -share/gnome/help/aisleriot/C/zebra.sgml -share/gnome/help/aisleriot/it/aisleriot.sgml -share/gnome/help/aisleriot/it/auld_lang_syne.sgml -share/gnome/help/aisleriot/it/bakers_dozen.sgml -share/gnome/help/aisleriot/it/beleaguered_castle.sgml -share/gnome/help/aisleriot/it/bristol.sgml -share/gnome/help/aisleriot/it/camelot.sgml -share/gnome/help/aisleriot/it/canfield.sgml -share/gnome/help/aisleriot/it/clock.sgml -share/gnome/help/aisleriot/it/cover.sgml -share/gnome/help/aisleriot/it/definitions.sgml -share/gnome/help/aisleriot/it/doublets.sgml -share/gnome/help/aisleriot/it/elevator.sgml -share/gnome/help/aisleriot/it/figures/camelot-goal.png -share/gnome/help/aisleriot/it/figures/clock-rules.png -share/gnome/help/aisleriot/it/first_law.sgml -share/gnome/help/aisleriot/it/fortunes.sgml -share/gnome/help/aisleriot/it/fourteen.sgml -share/gnome/help/aisleriot/it/freecell.sgml -share/gnome/help/aisleriot/it/glenwood.sgml -share/gnome/help/aisleriot/it/gypsy.sgml -share/gnome/help/aisleriot/it/hopscotch.sgml -share/gnome/help/aisleriot/it/kansas.sgml -share/gnome/help/aisleriot/it/klondike.sgml -share/gnome/help/aisleriot/it/lady_jane.sgml -share/gnome/help/aisleriot/it/maze.sgml -share/gnome/help/aisleriot/it/monte_carlo.sgml -share/gnome/help/aisleriot/it/neighbor.sgml -share/gnome/help/aisleriot/it/odessa.sgml -share/gnome/help/aisleriot/it/osmosis.sgml -share/gnome/help/aisleriot/it/pileon.sgml -share/gnome/help/aisleriot/it/plait.sgml -share/gnome/help/aisleriot/it/poker.sgml -share/gnome/help/aisleriot/it/royal_east.sgml -share/gnome/help/aisleriot/it/scorpion.sgml -share/gnome/help/aisleriot/it/seahaven.sgml -share/gnome/help/aisleriot/it/spider.sgml -share/gnome/help/aisleriot/it/straight_up.sgml -share/gnome/help/aisleriot/it/thieves.sgml -share/gnome/help/aisleriot/it/thirteen.sgml -share/gnome/help/aisleriot/it/thumb_and_pouch.sgml -share/gnome/help/aisleriot/it/union_square.sgml -share/gnome/help/aisleriot/it/valentine.sgml -share/gnome/help/aisleriot/it/westhaven.sgml -share/gnome/help/aisleriot/it/yukon.sgml -share/gnome/help/aisleriot/it/zebra.sgml -share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png -share/gnome/help/gataxx/C/figures/gataxx-prefs.png -share/gnome/help/gataxx/C/figures/gataxx-startgame.png -share/gnome/help/gataxx/C/gataxx.sgml -share/gnome/help/gataxx/C/topic.dat -share/gnome/help/gataxx/es/figures/gataxx-legalmoves.png -share/gnome/help/gataxx/es/figures/gataxx-prefs.png -share/gnome/help/gataxx/es/figures/gataxx-startgame.png -share/gnome/help/gataxx/es/gataxx.sgml -share/gnome/help/gataxx/es/topic.dat -share/gnome/help/gataxx/it/figures/gataxx-legalmoves.png -share/gnome/help/gataxx/it/figures/gataxx-prefs.png -share/gnome/help/gataxx/it/figures/gataxx-startgame.png -share/gnome/help/gataxx/it/gataxx.sgml -share/gnome/help/gataxx/it/topic.dat -share/gnome/help/gnibbles/C/figures/game.png -share/gnome/help/gnibbles/C/figures/graphics.png -share/gnome/help/gnibbles/C/figures/intro.png -share/gnome/help/gnibbles/C/figures/playing.png -share/gnome/help/gnibbles/C/figures/worm_op.png -share/gnome/help/gnibbles/C/gnibbles.sgml -share/gnome/help/gnibbles/C/topic.dat -share/gnome/help/gnobots2/C/figures/gnobots2-main.png -share/gnome/help/gnobots2/C/gnobots2.sgml -share/gnome/help/gnobots2/C/topic.dat -share/gnome/help/gnobots2/da/index.html -share/gnome/help/gnobots2/da/topic.dat -share/gnome/help/gnobots2/es/index.html -share/gnome/help/gnobots2/es/topic.dat -share/gnome/help/gnobots2/it/index.html -share/gnome/help/gnobots2/it/topic.dat -share/gnome/help/gnome-mines/C/figures/advanced_121_a.png -share/gnome/help/gnome-mines/C/figures/advanced_121_b.png -share/gnome/help/gnome-mines/C/figures/advanced_121_c.png -share/gnome/help/gnome-mines/C/figures/basic-corner.png -share/gnome/help/gnome-mines/C/figures/basic-flat3.png -share/gnome/help/gnome-mines/C/figures/basic-wall.png -share/gnome/help/gnome-mines/C/figures/gnomine-begin-play.png -share/gnome/help/gnome-mines/C/figures/gnomine-fail.png -share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png -share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png -share/gnome/help/gnome-mines/C/figures/gnomine-won.png -share/gnome/help/gnome-mines/C/gnome-mines.sgml -share/gnome/help/gnome-mines/C/topic.dat -share/gnome/help/gnome-stones/C/figures/main-game.png -share/gnome/help/gnome-stones/C/figures/main-start.png -share/gnome/help/gnome-stones/C/figures/preferences-joystick.png -share/gnome/help/gnome-stones/C/figures/preferences-main.png -share/gnome/help/gnome-stones/C/gnome-stones.sgml -share/gnome/help/gnome-stones/it/figures/main-game.png -share/gnome/help/gnome-stones/it/figures/main-start.png -share/gnome/help/gnome-stones/it/figures/preferences-joystick.png -share/gnome/help/gnome-stones/it/figures/preferences-main.png -share/gnome/help/gnome-stones/it/gnome-stones.sgml -share/gnome/help/gnotravex/C/figures/gnotravex_game.png -share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/C/gnotravex.sgml -share/gnome/help/gnotravex/C/topic.dat -share/gnome/help/gnotravex/es/figures/gnotravex_game.png -share/gnome/help/gnotravex/es/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/es/gnotravex.sgml -share/gnome/help/gnotravex/es/topic.dat -share/gnome/help/gtali/C/figures/mainwindow.png -share/gnome/help/gtali/C/figures/preferences.png -share/gnome/help/gtali/C/gtali.sgml -share/gnome/help/gtali/C/topic.dat -share/gnome/help/gtali/da/index.html -share/gnome/help/gtali/da/topic.dat -share/gnome/help/iagno/C/figures/ANIMATION.png -share/gnome/help/iagno/C/figures/BLOCK.png -share/gnome/help/iagno/C/figures/FIRST.png -share/gnome/help/iagno/C/figures/PLAYER.png -share/gnome/help/iagno/C/figures/START.png -share/gnome/help/iagno/C/iagno.sgml -share/gnome/help/iagno/C/topic.dat -share/gnome/help/iagno/it/figures/ANIMATION.png -share/gnome/help/iagno/it/figures/BLOCK.png -share/gnome/help/iagno/it/figures/FIRST.png -share/gnome/help/iagno/it/figures/PLAYER.png -share/gnome/help/iagno/it/figures/START.png -share/gnome/help/iagno/it/iagno.sgml -share/gnome/help/iagno/it/topic.dat -share/gnome/help/mahjongg/C/figures/color.png -share/gnome/help/mahjongg/C/figures/confirm.png -share/gnome/help/mahjongg/C/figures/mahjongg.png -share/gnome/help/mahjongg/C/figures/no-match.png -share/gnome/help/mahjongg/C/figures/no-move.png -share/gnome/help/mahjongg/C/figures/preferences.png -share/gnome/help/mahjongg/C/figures/scores.png -share/gnome/help/mahjongg/C/figures/seed.png -share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/mahjongg.sgml -share/gnome/help/mahjongg/C/topic.dat -share/gnome/help/mahjongg/it/figures/color.png -share/gnome/help/mahjongg/it/figures/mahjongg.png -share/gnome/help/mahjongg/it/figures/no-match.png -share/gnome/help/mahjongg/it/figures/no-move.png -share/gnome/help/mahjongg/it/figures/preferences.png -share/gnome/help/mahjongg/it/figures/seed.png -share/gnome/help/mahjongg/it/figures/toolbar.png -share/gnome/help/mahjongg/it/mahjongg.sgml -share/gnome/help/mahjongg/it/topic.dat -share/gnome/help/same-gnome/C/same-gnome.sgml -share/gnome/help/same-gnome/C/topic.dat -share/gnome/help/same-gnome/es/same-gnome.sgml -share/gnome/help/same-gnome/es/topic.dat -share/gnome/help/same-gnome/ru/same-gnome.sgml -share/gnome/help/same-gnome/ru/topic.dat -share/gnome/mime-info/gnome-stones.keys -share/gnome/mime-info/gnome-stones.mime -share/gnome/omf/gnome-games/aisleriot-C.omf -share/gnome/omf/gnome-games/aisleriot-it.omf -share/gnome/omf/gnome-games/gataxx-C.omf -share/gnome/omf/gnome-games/gataxx-es.omf -share/gnome/omf/gnome-games/gataxx-it.omf -share/gnome/omf/gnome-games/gnibbles-C.omf -share/gnome/omf/gnome-games/gnobots2-C.omf -share/gnome/omf/gnome-games/gnome-mines-C.omf -share/gnome/omf/gnome-games/gnome-stones-C.omf -share/gnome/omf/gnome-games/gnome-stones-it.omf -share/gnome/omf/gnome-games/gnotravex-C.omf -share/gnome/omf/gnome-games/gnotravex-es.omf -share/gnome/omf/gnome-games/gtali-C.omf -share/gnome/omf/gnome-games/iagno-C.omf -share/gnome/omf/gnome-games/iagno-it.omf -share/gnome/omf/gnome-games/mahjongg-C.omf -share/gnome/omf/gnome-games/mahjongg-it.omf -share/gnome/omf/gnome-games/same-gnome-C.omf -share/gnome/omf/gnome-games/same-gnome-es.omf -share/gnome/omf/gnome-games/same-gnome-ru.omf -share/gnome/pixmaps/cards/backs/beige.png -share/gnome/pixmaps/cards/backs/face.png -share/gnome/pixmaps/cards/backs/grey.png -share/gnome/pixmaps/cards/backs/rods.png -share/gnome/pixmaps/cards/baize.png -share/gnome/pixmaps/cards/honors/bonded.png -share/gnome/pixmaps/cards/honors/xpat.png -share/gnome/pixmaps/cards/jokers/gnome.png -share/gnome/pixmaps/cards/ranks/bold-09x14.png -share/gnome/pixmaps/cards/ranks/fine-07x12.png -share/gnome/pixmaps/cards/slots/hand.png -share/gnome/pixmaps/cards/slots/plain.png -share/gnome/pixmaps/cards/splash.png -share/gnome/pixmaps/cards/suits_large/knuth-09x10.png -share/gnome/pixmaps/cards/suits_large/knuth-15x19.png -share/gnome/pixmaps/cards/suits_large/knuth-18x21.png -share/gnome/pixmaps/cards/suits_large/knuth-21x25.png -share/gnome/pixmaps/cards/suits_large/xpat-11x11.png -share/gnome/pixmaps/cards/suits_large/xpat-15x15.png -share/gnome/pixmaps/cards/suits_large/xpat-21x21.png -share/gnome/pixmaps/cards/suits_large/xpat-41x41.png -share/gnome/pixmaps/cards/suits_medium/knuth-09x10.png -share/gnome/pixmaps/cards/suits_medium/knuth-15x19.png -share/gnome/pixmaps/cards/suits_medium/knuth-18x21.png -share/gnome/pixmaps/cards/suits_medium/knuth-21x25.png -share/gnome/pixmaps/cards/suits_medium/xpat-11x11.png -share/gnome/pixmaps/cards/suits_medium/xpat-15x15.png -share/gnome/pixmaps/cards/suits_medium/xpat-21x21.png -share/gnome/pixmaps/cards/suits_small/knuth-09x10.png -share/gnome/pixmaps/cards/suits_small/xpat-11x11.png -share/gnome/pixmaps/cards/suits_small/xpat-15x15.png -share/gnome/pixmaps/gataxx.png -share/gnome/pixmaps/gataxx/blend.png -share/gnome/pixmaps/gataxx/classic.png -share/gnome/pixmaps/gataxx/flipblend.png -share/gnome/pixmaps/gataxx/metal.png -share/gnome/pixmaps/gataxx/metal2.png -share/gnome/pixmaps/gataxx/shrink.png -share/gnome/pixmaps/gataxx/woodtrim.png -share/gnome/pixmaps/glines.png -share/gnome/pixmaps/glines/ball.png -share/gnome/pixmaps/glines/black.xpm -share/gnome/pixmaps/glines/classic.png -share/gnome/pixmaps/glines/dots.png -share/gnome/pixmaps/glines/gray.xpm -share/gnome/pixmaps/glines/pulse.png -share/gnome/pixmaps/glines/woody.xpm -share/gnome/pixmaps/gnibbles/gnibbles-logo.png -share/gnome/pixmaps/gnibbles/gnibbles.png -share/gnome/pixmaps/gnobots2/aieee.png -share/gnome/pixmaps/gnobots2/cows.png -share/gnome/pixmaps/gnobots2/eggs.png -share/gnome/pixmaps/gnobots2/gnomes.png -share/gnome/pixmaps/gnobots2/mice.png -share/gnome/pixmaps/gnobots2/robots.png -share/gnome/pixmaps/gnobots2/splat.png -share/gnome/pixmaps/gnobots2/windows.png -share/gnome/pixmaps/gnobots2/yahoo.png -share/gnome/pixmaps/gnome-aisleriot.png -share/gnome/pixmaps/gnome-gnobots2.png -share/gnome/pixmaps/gnome-gtali.png -share/gnome/pixmaps/gnome-gtetris.png -share/gnome/pixmaps/gnome-mahjongg.png -share/gnome/pixmaps/gnome-nibbles.png -share/gnome/pixmaps/gnome-stones-file.png -share/gnome/pixmaps/gnome-stones.png -share/gnome/pixmaps/gnome-stones/amoeba.png -share/gnome/pixmaps/gnome-stones/background.png -share/gnome/pixmaps/gnome-stones/boulder.png -share/gnome/pixmaps/gnome-stones/butterfly.png -share/gnome/pixmaps/gnome-stones/crate.png -share/gnome/pixmaps/gnome-stones/curtain.png -share/gnome/pixmaps/gnome-stones/diamond.png -share/gnome/pixmaps/gnome-stones/dirt.png -share/gnome/pixmaps/gnome-stones/door.png -share/gnome/pixmaps/gnome-stones/empty.png -share/gnome/pixmaps/gnome-stones/explosion.png -share/gnome/pixmaps/gnome-stones/firefly.png -share/gnome/pixmaps/gnome-stones/frame.png -share/gnome/pixmaps/gnome-stones/gnome.png -share/gnome/pixmaps/gnome-stones/title.png -share/gnome/pixmaps/gnome-stones/wall.png -share/gnome/pixmaps/gnometris/5blocks-tig.png -share/gnome/pixmaps/gnometris/5blocks-tim.png -share/gnome/pixmaps/gnometris/5blocks.png -share/gnome/pixmaps/gnometris/7blocks-tig.png -share/gnome/pixmaps/gnometris/7blocks.png -share/gnome/pixmaps/gnometris/bg/fishy-bg.png -share/gnome/pixmaps/gnometris/bg/greyprint-bg.png -share/gnome/pixmaps/gnometris/bg/leaves-bg.png -share/gnome/pixmaps/gnometris/bg/sweet-bg.png -share/gnome/pixmaps/gnometris/bg/vortex-bg.png -share/gnome/pixmaps/gnometris/bg/watery-bg.png -share/gnome/pixmaps/gnometris/bg/weirdo-bg.png -share/gnome/pixmaps/gnotravex/gnome-gnotravex.png -share/gnome/pixmaps/gnotravex/gnotravex.png -share/gnome/pixmaps/gnotski-icon.png -share/gnome/pixmaps/gnotski.png -share/gnome/pixmaps/iagno.png -share/gnome/pixmaps/iagno/blend.png -share/gnome/pixmaps/iagno/classic.png -share/gnome/pixmaps/iagno/flipblend.png -share/gnome/pixmaps/iagno/metal.png -share/gnome/pixmaps/iagno/metal2.png -share/gnome/pixmaps/iagno/shrink.png -share/gnome/pixmaps/iagno/woodtrim.png -share/gnome/pixmaps/mahjongg/bg/bg1.png -share/gnome/pixmaps/mahjongg/bg/bg2.png -share/gnome/pixmaps/mahjongg/bg/bg3.png -share/gnome/pixmaps/mahjongg/bg/bg4.png -share/gnome/pixmaps/mahjongg/default.png -share/gnome/pixmaps/mahjongg/seta.png -share/gnome/pixmaps/same-gnome/blink-sync.png -share/gnome/pixmaps/same-gnome/glass.png -share/gnome/pixmaps/same-gnome/marbles.png -share/gnome/pixmaps/same-gnome/planets.png -share/gnome/pixmaps/same-gnome/rotate.png -share/gnome/pixmaps/same-gnome/stones.png -share/gnome/pixmaps/xbill.png -share/gnome/sol-games/agnes.scm -share/gnome/sol-games/auld_lang_syne.scm -share/gnome/sol-games/bakers_dozen.scm -share/gnome/sol-games/bakers_game.scm -share/gnome/sol-games/beleaguered_castle.scm -share/gnome/sol-games/block_ten.scm -share/gnome/sol-games/bristol.scm -share/gnome/sol-games/camelot.scm -share/gnome/sol-games/canfield.scm -share/gnome/sol-games/chessboard.scm -share/gnome/sol-games/clock.scm -share/gnome/sol-games/cover.scm -share/gnome/sol-games/diamond_mine.scm -share/gnome/sol-games/doublets.scm -share/gnome/sol-games/eagle_wing.scm -share/gnome/sol-games/easthaven.scm -share/gnome/sol-games/eight_off.scm -share/gnome/sol-games/elevator.scm -share/gnome/sol-games/escalator.scm -share/gnome/sol-games/first_law.scm -share/gnome/sol-games/fortress.scm -share/gnome/sol-games/fortunes.scm -share/gnome/sol-games/fourteen.scm -share/gnome/sol-games/freecell.scm -share/gnome/sol-games/gay_gordons.scm -share/gnome/sol-games/glenwood.scm -share/gnome/sol-games/golf.scm -share/gnome/sol-games/gypsy.scm -share/gnome/sol-games/helsinki.scm -share/gnome/sol-games/hopscotch.scm -share/gnome/sol-games/isabel.scm -share/gnome/sol-games/jamestown.scm -share/gnome/sol-games/jumbo.scm -share/gnome/sol-games/kansas.scm -share/gnome/sol-games/king_albert.scm -share/gnome/sol-games/klondike.scm -share/gnome/sol-games/labyrinth.scm -share/gnome/sol-games/lady_jane.scm -share/gnome/sol-games/maze.scm -share/gnome/sol-games/monte_carlo.scm -share/gnome/sol-games/neighbor.scm -share/gnome/sol-games/odessa.scm -share/gnome/sol-games/osmosis.scm -share/gnome/sol-games/peek.scm -share/gnome/sol-games/pileon.scm -share/gnome/sol-games/plait.scm -share/gnome/sol-games/poker.scm -share/gnome/sol-games/quatorze.scm -share/gnome/sol-games/royal_east.scm -share/gnome/sol-games/scorpion.scm -share/gnome/sol-games/scuffle.scm -share/gnome/sol-games/seahaven.scm -share/gnome/sol-games/sir_tommy.scm -share/gnome/sol-games/sol.scm -share/gnome/sol-games/spider.scm -share/gnome/sol-games/spiderette.scm -share/gnome/sol-games/straight_up.scm -share/gnome/sol-games/streets_and_alleys.scm -share/gnome/sol-games/ten_across.scm -share/gnome/sol-games/thieves.scm -share/gnome/sol-games/thirteen.scm -share/gnome/sol-games/thumb_and_pouch.scm -share/gnome/sol-games/treize.scm -share/gnome/sol-games/union_square.scm -share/gnome/sol-games/valentine.scm -share/gnome/sol-games/westhaven.scm -share/gnome/sol-games/whitehead.scm -share/gnome/sol-games/will_o_the_wisp.scm -share/gnome/sol-games/yield.scm -share/gnome/sol-games/yukon.scm -share/gnome/sol-games/zebra.scm -share/gnome/sounds/gataxx/flip-piece.wav -share/gnome/sounds/gataxx/gameover.wav -share/gnome/sounds/gnibbles/appear.wav -share/gnome/sounds/gnibbles/bonus.wav -share/gnome/sounds/gnibbles/crash.wav -share/gnome/sounds/gnibbles/gobble.wav -share/gnome/sounds/gnibbles/laughter.wav -share/gnome/sounds/gnibbles/life.wav -share/gnome/sounds/gnibbles/pop.wav -share/gnome/sounds/gnibbles/reverse.wav -share/gnome/sounds/gnibbles/teleport.wav -share/gnome/sounds/gnobots2/bad.wav -share/gnome/sounds/gnobots2/die.wav -share/gnome/sounds/gnobots2/splat.wav -share/gnome/sounds/gnobots2/teleport.wav -share/gnome/sounds/gnobots2/victory.wav -share/gnome/sounds/gnobots2/yahoo.wav -share/gnome/sounds/iagno/flip-piece.wav -share/gnome/sounds/iagno/gameover.wav -share/gnome/xbill/cursors/apple.xpm -share/gnome/xbill/cursors/beos.xpm -share/gnome/xbill/cursors/bsd.xpm -share/gnome/xbill/cursors/bucket.xpm -share/gnome/xbill/cursors/caldera.xpm -share/gnome/xbill/cursors/debian.xpm -share/gnome/xbill/cursors/hand_down.xpm -share/gnome/xbill/cursors/hand_down_mask.xpm -share/gnome/xbill/cursors/hand_up.xpm -share/gnome/xbill/cursors/hand_up_mask.xpm -share/gnome/xbill/cursors/hurd.xpm -share/gnome/xbill/cursors/linux.xpm -share/gnome/xbill/cursors/mandrake.xpm -share/gnome/xbill/cursors/next.xpm -share/gnome/xbill/cursors/os2.xpm -share/gnome/xbill/cursors/redhat.xpm -share/gnome/xbill/cursors/sgi.xpm -share/gnome/xbill/cursors/sun.xpm -share/gnome/xbill/cursors/suse.xpm -share/gnome/xbill/cursors/turbolinux.xpm -share/gnome/xbill/pixmaps/about.xpm -share/gnome/xbill/pixmaps/apple.xpm -share/gnome/xbill/pixmaps/beos.xpm -share/gnome/xbill/pixmaps/billA_0.xpm -share/gnome/xbill/pixmaps/billA_1.xpm -share/gnome/xbill/pixmaps/billA_10.xpm -share/gnome/xbill/pixmaps/billA_11.xpm -share/gnome/xbill/pixmaps/billA_12.xpm -share/gnome/xbill/pixmaps/billA_2.xpm -share/gnome/xbill/pixmaps/billA_3.xpm -share/gnome/xbill/pixmaps/billA_4.xpm -share/gnome/xbill/pixmaps/billA_5.xpm -share/gnome/xbill/pixmaps/billA_6.xpm -share/gnome/xbill/pixmaps/billA_7.xpm -share/gnome/xbill/pixmaps/billA_8.xpm -share/gnome/xbill/pixmaps/billA_9.xpm -share/gnome/xbill/pixmaps/billD_0.xpm -share/gnome/xbill/pixmaps/billD_1.xpm -share/gnome/xbill/pixmaps/billD_2.xpm -share/gnome/xbill/pixmaps/billD_3.xpm -share/gnome/xbill/pixmaps/billD_4.xpm -share/gnome/xbill/pixmaps/billL_0.xpm -share/gnome/xbill/pixmaps/billL_1.xpm -share/gnome/xbill/pixmaps/billL_2.xpm -share/gnome/xbill/pixmaps/billR_0.xpm -share/gnome/xbill/pixmaps/billR_1.xpm -share/gnome/xbill/pixmaps/billR_2.xpm -share/gnome/xbill/pixmaps/bsd.xpm -share/gnome/xbill/pixmaps/bsdcpu.xpm -share/gnome/xbill/pixmaps/bucket.xpm -share/gnome/xbill/pixmaps/caldera.xpm -share/gnome/xbill/pixmaps/debian.xpm -share/gnome/xbill/pixmaps/hurd.xpm -share/gnome/xbill/pixmaps/icon.xpm -share/gnome/xbill/pixmaps/linux.xpm -share/gnome/xbill/pixmaps/logo.xpm -share/gnome/xbill/pixmaps/maccpu.xpm -share/gnome/xbill/pixmaps/mandrake.xpm -share/gnome/xbill/pixmaps/next.xpm -share/gnome/xbill/pixmaps/nextcpu.xpm -share/gnome/xbill/pixmaps/os2.xpm -share/gnome/xbill/pixmaps/os2cpu.xpm -share/gnome/xbill/pixmaps/redhat.xpm -share/gnome/xbill/pixmaps/sgi.xpm -share/gnome/xbill/pixmaps/sgicpu.xpm -share/gnome/xbill/pixmaps/spark_0.xpm -share/gnome/xbill/pixmaps/spark_1.xpm -share/gnome/xbill/pixmaps/sun.xpm -share/gnome/xbill/pixmaps/suncpu.xpm -share/gnome/xbill/pixmaps/suse.xpm -share/gnome/xbill/pixmaps/toaster.xpm -share/gnome/xbill/pixmaps/turbolinux.xpm -share/gnome/xbill/pixmaps/wingdows.xpm -share/locale/cs/LC_MESSAGES/gnome-games.mo -share/locale/da/LC_MESSAGES/gnome-games.mo -share/locale/de/LC_MESSAGES/gnome-games.mo -share/locale/el/LC_MESSAGES/gnome-games.mo -share/locale/en_GB/LC_MESSAGES/gnome-games.mo -share/locale/es/LC_MESSAGES/gnome-games.mo -share/locale/et/LC_MESSAGES/gnome-games.mo -share/locale/fi/LC_MESSAGES/gnome-games.mo -share/locale/fr/LC_MESSAGES/gnome-games.mo -share/locale/ga/LC_MESSAGES/gnome-games.mo -share/locale/gl/LC_MESSAGES/gnome-games.mo -share/locale/hu/LC_MESSAGES/gnome-games.mo -share/locale/it/LC_MESSAGES/gnome-games.mo -share/locale/ja/LC_MESSAGES/gnome-games.mo -share/locale/ko/LC_MESSAGES/gnome-games.mo -share/locale/lt/LC_MESSAGES/gnome-games.mo -share/locale/nl/LC_MESSAGES/gnome-games.mo -share/locale/no/LC_MESSAGES/gnome-games.mo -share/locale/pl/LC_MESSAGES/gnome-games.mo -share/locale/pt/LC_MESSAGES/gnome-games.mo -share/locale/pt_BR/LC_MESSAGES/gnome-games.mo -share/locale/ro/LC_MESSAGES/gnome-games.mo -share/locale/ru/LC_MESSAGES/gnome-games.mo -share/locale/sk/LC_MESSAGES/gnome-games.mo -share/locale/sl/LC_MESSAGES/gnome-games.mo -share/locale/sv/LC_MESSAGES/gnome-games.mo -share/locale/tr/LC_MESSAGES/gnome-games.mo -share/locale/uk/LC_MESSAGES/gnome-games.mo -share/locale/wa/LC_MESSAGES/gnome-games.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-games.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo -@dirrm share/gnome/xbill/pixmaps -@dirrm share/gnome/xbill/cursors -@dirrm share/gnome/xbill -@dirrm share/gnome/sounds/iagno -@dirrm share/gnome/sounds/gnobots2 -@dirrm share/gnome/sounds/gnibbles -@dirrm share/gnome/sounds/gataxx -@dirrm share/gnome/sol-games -@dirrm share/gnome/pixmaps/same-gnome -@dirrm share/gnome/pixmaps/mahjongg/bg -@dirrm share/gnome/pixmaps/mahjongg -@dirrm share/gnome/pixmaps/iagno -@dirrm share/gnome/pixmaps/gnotravex -@dirrm share/gnome/pixmaps/gnometris/bg -@dirrm share/gnome/pixmaps/gnometris -@dirrm share/gnome/pixmaps/gnome-stones -@dirrm share/gnome/pixmaps/gnobots2 -@dirrm share/gnome/pixmaps/gnibbles -@dirrm share/gnome/pixmaps/glines -@dirrm share/gnome/pixmaps/gataxx -@dirrm share/gnome/pixmaps/cards/suits_small -@dirrm share/gnome/pixmaps/cards/suits_medium -@dirrm share/gnome/pixmaps/cards/suits_large -@dirrm share/gnome/pixmaps/cards/slots -@dirrm share/gnome/pixmaps/cards/ranks -@dirrm share/gnome/pixmaps/cards/jokers -@dirrm share/gnome/pixmaps/cards/honors -@dirrm share/gnome/pixmaps/cards/backs -@dirrm share/gnome/pixmaps/cards -@dirrm share/gnome/omf/gnome-games -@dirrm share/gnome/help/same-gnome/ru/stylesheet-images -@dirrm share/gnome/help/same-gnome/ru/figures -@dirrm share/gnome/help/same-gnome/ru -@dirrm share/gnome/help/same-gnome/es/stylesheet-images -@dirrm share/gnome/help/same-gnome/es/figures -@dirrm share/gnome/help/same-gnome/es -@dirrm share/gnome/help/same-gnome/C/stylesheet-images -@dirrm share/gnome/help/same-gnome/C/figures -@dirrm share/gnome/help/same-gnome/C -@dirrm share/gnome/help/same-gnome -@dirrm share/gnome/help/mahjongg/it/stylesheet-images -@dirrm share/gnome/help/mahjongg/it/figures -@dirrm share/gnome/help/mahjongg/it -@dirrm share/gnome/help/mahjongg/C/stylesheet-images -@dirrm share/gnome/help/mahjongg/C/figures -@dirrm share/gnome/help/mahjongg/C -@dirrm share/gnome/help/mahjongg -@dirrm share/gnome/help/iagno/it/stylesheet-images -@dirrm share/gnome/help/iagno/it/figures -@dirrm share/gnome/help/iagno/it -@dirrm share/gnome/help/iagno/C/stylesheet-images -@dirrm share/gnome/help/iagno/C/figures -@dirrm share/gnome/help/iagno/C -@dirrm share/gnome/help/iagno -@dirrm share/gnome/help/gtali/da -@dirrm share/gnome/help/gtali/C/stylesheet-images -@dirrm share/gnome/help/gtali/C/figures -@dirrm share/gnome/help/gtali/C -@dirrm share/gnome/help/gtali -@dirrm share/gnome/help/gnotravex/es/stylesheet-images -@dirrm share/gnome/help/gnotravex/es/figures -@dirrm share/gnome/help/gnotravex/es -@dirrm share/gnome/help/gnotravex/C/stylesheet-images -@dirrm share/gnome/help/gnotravex/C/figures -@dirrm share/gnome/help/gnotravex/C -@dirrm share/gnome/help/gnotravex -@dirrm share/gnome/help/gnome-stones/it/stylesheet-images -@dirrm share/gnome/help/gnome-stones/it/figures -@dirrm share/gnome/help/gnome-stones/it -@dirrm share/gnome/help/gnome-stones/C/stylesheet-images -@dirrm share/gnome/help/gnome-stones/C/figures -@dirrm share/gnome/help/gnome-stones/C -@dirrm share/gnome/help/gnome-stones -@dirrm share/gnome/help/gnome-mines/C/stylesheet-images -@dirrm share/gnome/help/gnome-mines/C/figures -@dirrm share/gnome/help/gnome-mines/C -@dirrm share/gnome/help/gnome-mines -@dirrm share/gnome/help/gnobots2/it -@dirrm share/gnome/help/gnobots2/es -@dirrm share/gnome/help/gnobots2/da -@dirrm share/gnome/help/gnobots2/C/stylesheet-images -@dirrm share/gnome/help/gnobots2/C/figures -@dirrm share/gnome/help/gnobots2/C -@dirrm share/gnome/help/gnobots2 -@dirrm share/gnome/help/gnibbles/C/stylesheet-images -@dirrm share/gnome/help/gnibbles/C/figures -@dirrm share/gnome/help/gnibbles/C -@dirrm share/gnome/help/gnibbles -@dirrm share/gnome/help/gataxx/it/stylesheet-images -@dirrm share/gnome/help/gataxx/it/figures -@dirrm share/gnome/help/gataxx/it -@dirrm share/gnome/help/gataxx/es/stylesheet-images -@dirrm share/gnome/help/gataxx/es/figures -@dirrm share/gnome/help/gataxx/es -@dirrm share/gnome/help/gataxx/C/stylesheet-images -@dirrm share/gnome/help/gataxx/C/figures -@dirrm share/gnome/help/gataxx/C -@dirrm share/gnome/help/gataxx -@dirrm share/gnome/help/aisleriot/it/stylesheet-images -@dirrm share/gnome/help/aisleriot/it/figures -@dirrm share/gnome/help/aisleriot/it -@dirrm share/gnome/help/aisleriot/C/stylesheet-images -@dirrm share/gnome/help/aisleriot/C/figures -@dirrm share/gnome/help/aisleriot/C -@dirrm share/gnome/help/aisleriot -@dirrm share/gnome/gnome-stones/objects -@dirrm share/gnome/gnome-stones -@dirrm share/gnome/gnobots2 -@dirrm share/gnome/gnibbles -@dirrm include/gdkcardimage diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile deleted file mode 100644 index cbee96797aea..000000000000 --- a/games/gnomegames2/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gnomegames -# Date created: 03 July 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# - -PORTNAME= gnomegames -PORTVERSION= 1.4.0.3 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-games -DISTNAME= gnome-games-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org - -BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel -LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ - `gdk-pixbuf-config --cflags`" \ - LIBS="-L${LOCALBASE}/lib" \ - MSGFMT=${LOCALBASE}/bin/msgfmt-new \ - XGETTEXT=${LOCALBASE}/bin/xgettext-new - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/games/gnomegames2/distinfo b/games/gnomegames2/distinfo deleted file mode 100644 index 053888d61c69..000000000000 --- a/games/gnomegames2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-games-1.4.0.3.tar.bz2) = 3e717c2e7ead757b1dd545dd54272b71 diff --git a/games/gnomegames2/files/patch-ab b/games/gnomegames2/files/patch-ab deleted file mode 100644 index 84838dd2151e..000000000000 --- a/games/gnomegames2/files/patch-ab +++ /dev/null @@ -1,33 +0,0 @@ ---- gnome-stones/Makefile.in.orig Sun Sep 26 13:29:10 1999 -+++ gnome-stones/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -147,7 +147,7 @@ - Games_DATA = gnome-stones.desktop - Caves_DATA = default.caves tutorial.caves gnomekoban.caves - --gtkrcdir = $(datadir) -+gtkrcdir = $(datadir)/gnome-stones - gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko - - Mimedir = $(datadir)/mime-info ---- gnome-stones/objects/Makefile.in.orig Sun Sep 26 13:29:11 1999 -+++ gnome-stones/objects/Makefile.in Mon Sep 27 09:36:59 1999 -@@ -127,5 +127,5 @@ - - GSTONES_SRC_DIR = $(srcdir)/../ - --objectdir = $(libdir)/gnome-stones/objects -+objectdir = $(datadir)/gnome-stones/objects - -@@ -144,10 +144,10 @@ - - DEFS = @DEFS@ -I. -I$(srcdir) -I../.. - LIBS = @LIBS@ --libgnome_stones_la_LDFLAGS = -+libgnome_stones_la_LDFLAGS = -avoid-version - libgnome_stones_la_LIBADD = - libgnome_stones_la_OBJECTS = gnome-stones.lo --libgnomekoban_la_LDFLAGS = -+libgnomekoban_la_LDFLAGS = -avoid-version - libgnomekoban_la_LIBADD = - libgnomekoban_la_OBJECTS = gnomekoban.lo - COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) diff --git a/games/gnomegames2/files/patch-ac b/games/gnomegames2/files/patch-ac deleted file mode 100644 index 2507ea7dbbc4..000000000000 --- a/games/gnomegames2/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- freecell/gdk-card-image/Makefile.in.orig Fri Dec 18 01:54:28 1998 -+++ freecell/gdk-card-image/Makefile.in Fri Jan 1 15:16:09 1999 -@@ -148,7 +148,7 @@ - libgdkcardimage_la_SOURCES = gdk-card-image.c - libgdkcardimageincludedir = $(includedir)/gdkcardimage - libgdkcardimageinclude_HEADERS = gdk-card-image.h --libgdkcardimage_la_LDFLAGS = -version-info 0:0:0 -+libgdkcardimage_la_LDFLAGS = -version-info 1:0:0 - libgdkcardimage_la_LIBADD = $(GTK_LIBS) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../../config.h diff --git a/games/gnomegames2/files/patch-ae b/games/gnomegames2/files/patch-ae deleted file mode 100644 index a38e549b42db..000000000000 --- a/games/gnomegames2/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- aisleriot/menu.c.orig Fri Jan 1 15:21:23 1999 -+++ aisleriot/menu.c Fri Jan 1 15:21:36 1999 -@@ -17,6 +17,7 @@ - */ - - #include <config.h> -+#include <sys/types.h> - #include <dirent.h> - #include "gnome.h" - #include "sol.h" diff --git a/games/gnomegames2/files/patch-af b/games/gnomegames2/files/patch-af deleted file mode 100644 index 2ad5821dd199..000000000000 --- a/games/gnomegames2/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-stones/main.c.orig Fri Jan 1 15:32:40 1999 -+++ gnome-stones/main.c Fri Jan 1 15:33:00 1999 -@@ -1249,7 +1249,7 @@ - static gboolean - scan_public_plugin_directory (void) - { -- char *dir= gnome_unconditional_libdir_file ("gnome-stones/objects/"); -+ char *dir= gnome_unconditional_datadir_file ("gnome-stones/objects/"); - - plugin_load_plugins_in_dir (dir); - diff --git a/games/gnomegames2/files/patch-ag b/games/gnomegames2/files/patch-ag deleted file mode 100644 index a192fe907dc4..000000000000 --- a/games/gnomegames2/files/patch-ag +++ /dev/null @@ -1,18 +0,0 @@ ---- gtali/cyahtzee.c.orig Sat Apr 10 22:42:17 1999 -+++ gtali/cyahtzee.c Mon Oct 4 16:29:56 1999 -@@ -37,13 +37,14 @@ - #include <signal.h> - #include <stdarg.h> - -+#include <config.h> -+ - #if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) - #include <ncurses.h> - #else - #include <curses.h> - #endif - --#include <config.h> - #include "yahtzee.h" - #include "cyahtzee.h" - #include "scores.h" diff --git a/games/gnomegames2/files/patch-ah b/games/gnomegames2/files/patch-ah deleted file mode 100644 index 31769eb0372b..000000000000 --- a/games/gnomegames2/files/patch-ah +++ /dev/null @@ -1,20 +0,0 @@ ---- xbill/MCursor.cc.orig Thu Dec 2 13:15:03 1999 -+++ xbill/MCursor.cc Thu Dec 2 13:15:49 1999 -@@ -9,7 +9,7 @@ - - sprintf (file, "%s/%s.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &bitmap, NULL, file); -+ &bitmap, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf ("cannot open %s\n", file); - exit(1); -@@ -18,7 +18,7 @@ - if (masked == SEP_MASK) { - sprintf(file, "%s/%s_mask.xpm", dir, name); - pixmap = gdk_pixmap_colormap_create_from_xpm(ui.display, ui.colormap, -- &mask, NULL, file); -+ &mask, (GdkColor *)NULL, file); - if (pixmap == NULL) { - printf("cannot open %s\n", file); - exit(1); diff --git a/games/gnomegames2/files/patch-ltmain.sh b/games/gnomegames2/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4ddb3..000000000000 --- a/games/gnomegames2/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/games/gnomegames2/files/patch-po::Makefile.in.in b/games/gnomegames2/files/patch-po::Makefile.in.in deleted file mode 100644 index cd3e37cffcf4..000000000000 --- a/games/gnomegames2/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2001/07/09 10:15:24 1.1 -+++ po/Makefile.in.in 2001/07/09 10:15:40 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/games/gnomegames2/pkg-comment b/games/gnomegames2/pkg-comment deleted file mode 100644 index 489fad24d405..000000000000 --- a/games/gnomegames2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The game applications package for the Gnome Desktop Environment diff --git a/games/gnomegames2/pkg-descr b/games/gnomegames2/pkg-descr deleted file mode 100644 index 921bbc6035a8..000000000000 --- a/games/gnomegames2/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -the game applications package for the Gnome Desktop Environment diff --git a/games/gnomegames2/pkg-plist b/games/gnomegames2/pkg-plist deleted file mode 100644 index 7b6f224adf22..000000000000 --- a/games/gnomegames2/pkg-plist +++ /dev/null @@ -1,818 +0,0 @@ -bin/ctali -bin/freecell -bin/gataxx -bin/glines -bin/gnibbles -bin/gnobots2 -bin/gnome-stones -bin/gnome-xbill -bin/gnometris -bin/gnomine -bin/gnotravex -bin/gnotski -bin/gtali -bin/iagno -bin/mahjongg -bin/same-gnome -bin/sol -etc/sound/events/gataxx.soundlist -etc/sound/events/gnibbles.soundlist -etc/sound/events/gnobots2.soundlist -etc/sound/events/iagno.soundlist -include/gdkcardimage/gdk-card-image.h -lib/libgdkcardimage.a -lib/libgdkcardimage.so -lib/libgdkcardimage.so.1 -share/gnome/apps/Games/freecell.desktop -share/gnome/apps/Games/gataxx.desktop -share/gnome/apps/Games/glines.desktop -share/gnome/apps/Games/gnibbles.desktop -share/gnome/apps/Games/gnobots2.desktop -share/gnome/apps/Games/gnome-stones.desktop -share/gnome/apps/Games/gnometris.desktop -share/gnome/apps/Games/gnomine.desktop -share/gnome/apps/Games/gnotravex.desktop -share/gnome/apps/Games/gnotski.desktop -share/gnome/apps/Games/gtali.desktop -share/gnome/apps/Games/iagno.desktop -share/gnome/apps/Games/mahjongg.desktop -share/gnome/apps/Games/same-gnome.desktop -share/gnome/apps/Games/sol.desktop -share/gnome/apps/Games/xbill.desktop -share/gnome/games/glines.scores -share/gnome/games/gnibbles.1.0.scores -share/gnome/games/gnibbles.1.1.scores -share/gnome/games/gnibbles.2.0.scores -share/gnome/games/gnibbles.2.1.scores -share/gnome/games/gnibbles.3.0.scores -share/gnome/games/gnibbles.3.1.scores -share/gnome/games/gnibbles.4.0.scores -share/gnome/games/gnibbles.4.1.scores -share/gnome/games/gnobots2.classic_robots-safe.scores -share/gnome/games/gnobots2.classic_robots-super-safe.scores -share/gnome/games/gnobots2.classic_robots.scores -share/gnome/games/gnobots2.nightmare-safe.scores -share/gnome/games/gnobots2.nightmare-super-safe.scores -share/gnome/games/gnobots2.nightmare.scores -share/gnome/games/gnobots2.robots2-safe.scores -share/gnome/games/gnobots2.robots2-super-safe.scores -share/gnome/games/gnobots2.robots2.scores -share/gnome/games/gnobots2.robots2_easy-safe.scores -share/gnome/games/gnobots2.robots2_easy-super-safe.scores -share/gnome/games/gnobots2.robots2_easy.scores -share/gnome/games/gnobots2.robots_with_safe_teleport-safe.scores -share/gnome/games/gnobots2.robots_with_safe_teleport-super-safe.scores -share/gnome/games/gnobots2.robots_with_safe_teleport.scores -share/gnome/games/gnome-stones.scores -share/gnome/games/gnome-xbill.scores -share/gnome/games/gnometris.scores -share/gnome/games/gnomine.Biiiig.scores -share/gnome/games/gnomine.Custom.scores -share/gnome/games/gnomine.Medium.scores -share/gnome/games/gnomine.Tiny.scores -share/gnome/games/gnotravex.2x2.scores -share/gnome/games/gnotravex.3x3.scores -share/gnome/games/gnotravex.4x4.scores -share/gnome/games/gnotravex.5x5.scores -share/gnome/games/gnotravex.6x6.scores -share/gnome/games/gnotski.1.scores -share/gnome/games/gnotski.11.scores -share/gnome/games/gnotski.12.scores -share/gnome/games/gnotski.13.scores -share/gnome/games/gnotski.14.scores -share/gnome/games/gnotski.15.scores -share/gnome/games/gnotski.16.scores -share/gnome/games/gnotski.17.scores -share/gnome/games/gnotski.2.scores -share/gnome/games/gnotski.21.scores -share/gnome/games/gnotski.22.scores -share/gnome/games/gnotski.23.scores -share/gnome/games/gnotski.24.scores -share/gnome/games/gnotski.25.scores -share/gnome/games/gnotski.26.scores -share/gnome/games/gnotski.3.scores -share/gnome/games/gnotski.4.scores -share/gnome/games/gnotski.5.scores -share/gnome/games/gnotski.6.scores -share/gnome/games/gnotski.7.scores -share/gnome/games/gtali.scores -share/gnome/games/iagno.b1.scores -share/gnome/games/iagno.b2.scores -share/gnome/games/iagno.b3.scores -share/gnome/games/iagno.w1.scores -share/gnome/games/iagno.w2.scores -share/gnome/games/iagno.w3.scores -share/gnome/games/mahjongg.{easy,difficult}.scores -share/gnome/games/same-gnome.scores -share/gnome/gnibbles/level001.gnl -share/gnome/gnibbles/level002.gnl -share/gnome/gnibbles/level003.gnl -share/gnome/gnibbles/level004.gnl -share/gnome/gnibbles/level005.gnl -share/gnome/gnibbles/level006.gnl -share/gnome/gnibbles/level007.gnl -share/gnome/gnibbles/level008.gnl -share/gnome/gnibbles/level009.gnl -share/gnome/gnibbles/level010.gnl -share/gnome/gnibbles/level011.gnl -share/gnome/gnibbles/level012.gnl -share/gnome/gnibbles/level013.gnl -share/gnome/gnibbles/level014.gnl -share/gnome/gnibbles/level015.gnl -share/gnome/gnibbles/level016.gnl -share/gnome/gnibbles/level017.gnl -share/gnome/gnibbles/level018.gnl -share/gnome/gnibbles/level019.gnl -share/gnome/gnibbles/level020.gnl -share/gnome/gnibbles/level021.gnl -share/gnome/gnibbles/level022.gnl -share/gnome/gnibbles/level023.gnl -share/gnome/gnibbles/level024.gnl -share/gnome/gnibbles/level025.gnl -share/gnome/gnibbles/level026.gnl -share/gnome/gnobots2/classic_robots.cfg -share/gnome/gnobots2/nightmare.cfg -share/gnome/gnobots2/robots2.cfg -share/gnome/gnobots2/robots2_easy.cfg -share/gnome/gnobots2/robots_with_safe_teleport.cfg -share/gnome/gnome-stones/default.caves -share/gnome/gnome-stones/gnome-stonesrc -share/gnome/gnome-stones/gnome-stonesrc.ko -share/gnome/gnome-stones/gnomekoban.caves -share/gnome/gnome-stones/objects/libgnome-stones.a -share/gnome/gnome-stones/objects/libgnome-stones.so -share/gnome/gnome-stones/objects/libgnomekoban.a -share/gnome/gnome-stones/objects/libgnomekoban.so -share/gnome/gnome-stones/tutorial.caves -share/gnome/help/aisleriot/C/agnes.sgml -share/gnome/help/aisleriot/C/aisleriot.sgml -share/gnome/help/aisleriot/C/auld_lang_syne.sgml -share/gnome/help/aisleriot/C/bakers_dozen.sgml -share/gnome/help/aisleriot/C/bakers_game.sgml -share/gnome/help/aisleriot/C/beleaguered_castle.sgml -share/gnome/help/aisleriot/C/block_ten.sgml -share/gnome/help/aisleriot/C/bristol.sgml -share/gnome/help/aisleriot/C/camelot.sgml -share/gnome/help/aisleriot/C/canfield.sgml -share/gnome/help/aisleriot/C/chessboard.sgml -share/gnome/help/aisleriot/C/clock.sgml -share/gnome/help/aisleriot/C/cover.sgml -share/gnome/help/aisleriot/C/definitions.sgml -share/gnome/help/aisleriot/C/diamond_mine.sgml -share/gnome/help/aisleriot/C/doublets.sgml -share/gnome/help/aisleriot/C/eagle-wing.sgml -share/gnome/help/aisleriot/C/easthaven.sgml -share/gnome/help/aisleriot/C/eight_off.sgml -share/gnome/help/aisleriot/C/elevator.sgml -share/gnome/help/aisleriot/C/escalator.sgml -share/gnome/help/aisleriot/C/figures/camelot-goal.png -share/gnome/help/aisleriot/C/figures/clock-rules.png -share/gnome/help/aisleriot/C/first_law.sgml -share/gnome/help/aisleriot/C/fortress.sgml -share/gnome/help/aisleriot/C/fortunes.sgml -share/gnome/help/aisleriot/C/fourteen.sgml -share/gnome/help/aisleriot/C/freecell.sgml -share/gnome/help/aisleriot/C/gay_gordons.sgml -share/gnome/help/aisleriot/C/glenwood.sgml -share/gnome/help/aisleriot/C/golf.sgml -share/gnome/help/aisleriot/C/gypsy.sgml -share/gnome/help/aisleriot/C/helsinki.sgml -share/gnome/help/aisleriot/C/hopscotch.sgml -share/gnome/help/aisleriot/C/isabel.sgml -share/gnome/help/aisleriot/C/jamestown.sgml -share/gnome/help/aisleriot/C/jumbo.sgml -share/gnome/help/aisleriot/C/kansas.sgml -share/gnome/help/aisleriot/C/king_albert.sgml -share/gnome/help/aisleriot/C/klondike.sgml -share/gnome/help/aisleriot/C/labyrinth.sgml -share/gnome/help/aisleriot/C/lady_jane.sgml -share/gnome/help/aisleriot/C/maze.sgml -share/gnome/help/aisleriot/C/monte_carlo.sgml -share/gnome/help/aisleriot/C/neighbor.sgml -share/gnome/help/aisleriot/C/odessa.sgml -share/gnome/help/aisleriot/C/osmosis.sgml -share/gnome/help/aisleriot/C/peek.sgml -share/gnome/help/aisleriot/C/pileon.sgml -share/gnome/help/aisleriot/C/poker.sgml -share/gnome/help/aisleriot/C/quatorze.sgml -share/gnome/help/aisleriot/C/royal_east.sgml -share/gnome/help/aisleriot/C/scorpion.sgml -share/gnome/help/aisleriot/C/scuffle.sgml -share/gnome/help/aisleriot/C/seahaven.sgml -share/gnome/help/aisleriot/C/sir_tommy.sgml -share/gnome/help/aisleriot/C/spider.sgml -share/gnome/help/aisleriot/C/spiderette.sgml -share/gnome/help/aisleriot/C/straight_up.sgml -share/gnome/help/aisleriot/C/streets_and_alleys.sgml -share/gnome/help/aisleriot/C/ten_across.sgml -share/gnome/help/aisleriot/C/thieves.sgml -share/gnome/help/aisleriot/C/thirteen.sgml -share/gnome/help/aisleriot/C/thumb_and_pouch.sgml -share/gnome/help/aisleriot/C/topic.dat -share/gnome/help/aisleriot/C/treize.sgml -share/gnome/help/aisleriot/C/union_square.sgml -share/gnome/help/aisleriot/C/valentine.sgml -share/gnome/help/aisleriot/C/westhaven.sgml -share/gnome/help/aisleriot/C/whitehead.sgml -share/gnome/help/aisleriot/C/will_o_the_wisp.sgml -share/gnome/help/aisleriot/C/yield.sgml -share/gnome/help/aisleriot/C/yukon.sgml -share/gnome/help/aisleriot/C/zebra.sgml -share/gnome/help/aisleriot/it/aisleriot.sgml -share/gnome/help/aisleriot/it/auld_lang_syne.sgml -share/gnome/help/aisleriot/it/bakers_dozen.sgml -share/gnome/help/aisleriot/it/beleaguered_castle.sgml -share/gnome/help/aisleriot/it/bristol.sgml -share/gnome/help/aisleriot/it/camelot.sgml -share/gnome/help/aisleriot/it/canfield.sgml -share/gnome/help/aisleriot/it/clock.sgml -share/gnome/help/aisleriot/it/cover.sgml -share/gnome/help/aisleriot/it/definitions.sgml -share/gnome/help/aisleriot/it/doublets.sgml -share/gnome/help/aisleriot/it/elevator.sgml -share/gnome/help/aisleriot/it/figures/camelot-goal.png -share/gnome/help/aisleriot/it/figures/clock-rules.png -share/gnome/help/aisleriot/it/first_law.sgml -share/gnome/help/aisleriot/it/fortunes.sgml -share/gnome/help/aisleriot/it/fourteen.sgml -share/gnome/help/aisleriot/it/freecell.sgml -share/gnome/help/aisleriot/it/glenwood.sgml -share/gnome/help/aisleriot/it/gypsy.sgml -share/gnome/help/aisleriot/it/hopscotch.sgml -share/gnome/help/aisleriot/it/kansas.sgml -share/gnome/help/aisleriot/it/klondike.sgml -share/gnome/help/aisleriot/it/lady_jane.sgml -share/gnome/help/aisleriot/it/maze.sgml -share/gnome/help/aisleriot/it/monte_carlo.sgml -share/gnome/help/aisleriot/it/neighbor.sgml -share/gnome/help/aisleriot/it/odessa.sgml -share/gnome/help/aisleriot/it/osmosis.sgml -share/gnome/help/aisleriot/it/pileon.sgml -share/gnome/help/aisleriot/it/plait.sgml -share/gnome/help/aisleriot/it/poker.sgml -share/gnome/help/aisleriot/it/royal_east.sgml -share/gnome/help/aisleriot/it/scorpion.sgml -share/gnome/help/aisleriot/it/seahaven.sgml -share/gnome/help/aisleriot/it/spider.sgml -share/gnome/help/aisleriot/it/straight_up.sgml -share/gnome/help/aisleriot/it/thieves.sgml -share/gnome/help/aisleriot/it/thirteen.sgml -share/gnome/help/aisleriot/it/thumb_and_pouch.sgml -share/gnome/help/aisleriot/it/union_square.sgml -share/gnome/help/aisleriot/it/valentine.sgml -share/gnome/help/aisleriot/it/westhaven.sgml -share/gnome/help/aisleriot/it/yukon.sgml -share/gnome/help/aisleriot/it/zebra.sgml -share/gnome/help/gataxx/C/figures/gataxx-legalmoves.png -share/gnome/help/gataxx/C/figures/gataxx-prefs.png -share/gnome/help/gataxx/C/figures/gataxx-startgame.png -share/gnome/help/gataxx/C/gataxx.sgml -share/gnome/help/gataxx/C/topic.dat -share/gnome/help/gataxx/es/figures/gataxx-legalmoves.png -share/gnome/help/gataxx/es/figures/gataxx-prefs.png -share/gnome/help/gataxx/es/figures/gataxx-startgame.png -share/gnome/help/gataxx/es/gataxx.sgml -share/gnome/help/gataxx/es/topic.dat -share/gnome/help/gataxx/it/figures/gataxx-legalmoves.png -share/gnome/help/gataxx/it/figures/gataxx-prefs.png -share/gnome/help/gataxx/it/figures/gataxx-startgame.png -share/gnome/help/gataxx/it/gataxx.sgml -share/gnome/help/gataxx/it/topic.dat -share/gnome/help/gnibbles/C/figures/game.png -share/gnome/help/gnibbles/C/figures/graphics.png -share/gnome/help/gnibbles/C/figures/intro.png -share/gnome/help/gnibbles/C/figures/playing.png -share/gnome/help/gnibbles/C/figures/worm_op.png -share/gnome/help/gnibbles/C/gnibbles.sgml -share/gnome/help/gnibbles/C/topic.dat -share/gnome/help/gnobots2/C/figures/gnobots2-main.png -share/gnome/help/gnobots2/C/gnobots2.sgml -share/gnome/help/gnobots2/C/topic.dat -share/gnome/help/gnobots2/da/index.html -share/gnome/help/gnobots2/da/topic.dat -share/gnome/help/gnobots2/es/index.html -share/gnome/help/gnobots2/es/topic.dat -share/gnome/help/gnobots2/it/index.html -share/gnome/help/gnobots2/it/topic.dat -share/gnome/help/gnome-mines/C/figures/advanced_121_a.png -share/gnome/help/gnome-mines/C/figures/advanced_121_b.png -share/gnome/help/gnome-mines/C/figures/advanced_121_c.png -share/gnome/help/gnome-mines/C/figures/basic-corner.png -share/gnome/help/gnome-mines/C/figures/basic-flat3.png -share/gnome/help/gnome-mines/C/figures/basic-wall.png -share/gnome/help/gnome-mines/C/figures/gnomine-begin-play.png -share/gnome/help/gnome-mines/C/figures/gnomine-fail.png -share/gnome/help/gnome-mines/C/figures/gnomine-fresh.png -share/gnome/help/gnome-mines/C/figures/gnomine-preferences.png -share/gnome/help/gnome-mines/C/figures/gnomine-won.png -share/gnome/help/gnome-mines/C/gnome-mines.sgml -share/gnome/help/gnome-mines/C/topic.dat -share/gnome/help/gnome-stones/C/figures/main-game.png -share/gnome/help/gnome-stones/C/figures/main-start.png -share/gnome/help/gnome-stones/C/figures/preferences-joystick.png -share/gnome/help/gnome-stones/C/figures/preferences-main.png -share/gnome/help/gnome-stones/C/gnome-stones.sgml -share/gnome/help/gnome-stones/it/figures/main-game.png -share/gnome/help/gnome-stones/it/figures/main-start.png -share/gnome/help/gnome-stones/it/figures/preferences-joystick.png -share/gnome/help/gnome-stones/it/figures/preferences-main.png -share/gnome/help/gnome-stones/it/gnome-stones.sgml -share/gnome/help/gnotravex/C/figures/gnotravex_game.png -share/gnome/help/gnotravex/C/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/C/gnotravex.sgml -share/gnome/help/gnotravex/C/topic.dat -share/gnome/help/gnotravex/es/figures/gnotravex_game.png -share/gnome/help/gnotravex/es/figures/gnotravex_mainwindow.png -share/gnome/help/gnotravex/es/gnotravex.sgml -share/gnome/help/gnotravex/es/topic.dat -share/gnome/help/gtali/C/figures/mainwindow.png -share/gnome/help/gtali/C/figures/preferences.png -share/gnome/help/gtali/C/gtali.sgml -share/gnome/help/gtali/C/topic.dat -share/gnome/help/gtali/da/index.html -share/gnome/help/gtali/da/topic.dat -share/gnome/help/iagno/C/figures/ANIMATION.png -share/gnome/help/iagno/C/figures/BLOCK.png -share/gnome/help/iagno/C/figures/FIRST.png -share/gnome/help/iagno/C/figures/PLAYER.png -share/gnome/help/iagno/C/figures/START.png -share/gnome/help/iagno/C/iagno.sgml -share/gnome/help/iagno/C/topic.dat -share/gnome/help/iagno/it/figures/ANIMATION.png -share/gnome/help/iagno/it/figures/BLOCK.png -share/gnome/help/iagno/it/figures/FIRST.png -share/gnome/help/iagno/it/figures/PLAYER.png -share/gnome/help/iagno/it/figures/START.png -share/gnome/help/iagno/it/iagno.sgml -share/gnome/help/iagno/it/topic.dat -share/gnome/help/mahjongg/C/figures/color.png -share/gnome/help/mahjongg/C/figures/confirm.png -share/gnome/help/mahjongg/C/figures/mahjongg.png -share/gnome/help/mahjongg/C/figures/no-match.png -share/gnome/help/mahjongg/C/figures/no-move.png -share/gnome/help/mahjongg/C/figures/preferences.png -share/gnome/help/mahjongg/C/figures/scores.png -share/gnome/help/mahjongg/C/figures/seed.png -share/gnome/help/mahjongg/C/figures/toolbar.png -share/gnome/help/mahjongg/C/mahjongg.sgml -share/gnome/help/mahjongg/C/topic.dat -share/gnome/help/mahjongg/it/figures/color.png -share/gnome/help/mahjongg/it/figures/mahjongg.png -share/gnome/help/mahjongg/it/figures/no-match.png -share/gnome/help/mahjongg/it/figures/no-move.png -share/gnome/help/mahjongg/it/figures/preferences.png -share/gnome/help/mahjongg/it/figures/seed.png -share/gnome/help/mahjongg/it/figures/toolbar.png -share/gnome/help/mahjongg/it/mahjongg.sgml -share/gnome/help/mahjongg/it/topic.dat -share/gnome/help/same-gnome/C/same-gnome.sgml -share/gnome/help/same-gnome/C/topic.dat -share/gnome/help/same-gnome/es/same-gnome.sgml -share/gnome/help/same-gnome/es/topic.dat -share/gnome/help/same-gnome/ru/same-gnome.sgml -share/gnome/help/same-gnome/ru/topic.dat -share/gnome/mime-info/gnome-stones.keys -share/gnome/mime-info/gnome-stones.mime -share/gnome/omf/gnome-games/aisleriot-C.omf -share/gnome/omf/gnome-games/aisleriot-it.omf -share/gnome/omf/gnome-games/gataxx-C.omf -share/gnome/omf/gnome-games/gataxx-es.omf -share/gnome/omf/gnome-games/gataxx-it.omf -share/gnome/omf/gnome-games/gnibbles-C.omf -share/gnome/omf/gnome-games/gnobots2-C.omf -share/gnome/omf/gnome-games/gnome-mines-C.omf -share/gnome/omf/gnome-games/gnome-stones-C.omf -share/gnome/omf/gnome-games/gnome-stones-it.omf -share/gnome/omf/gnome-games/gnotravex-C.omf -share/gnome/omf/gnome-games/gnotravex-es.omf -share/gnome/omf/gnome-games/gtali-C.omf -share/gnome/omf/gnome-games/iagno-C.omf -share/gnome/omf/gnome-games/iagno-it.omf -share/gnome/omf/gnome-games/mahjongg-C.omf -share/gnome/omf/gnome-games/mahjongg-it.omf -share/gnome/omf/gnome-games/same-gnome-C.omf -share/gnome/omf/gnome-games/same-gnome-es.omf -share/gnome/omf/gnome-games/same-gnome-ru.omf -share/gnome/pixmaps/cards/backs/beige.png -share/gnome/pixmaps/cards/backs/face.png -share/gnome/pixmaps/cards/backs/grey.png -share/gnome/pixmaps/cards/backs/rods.png -share/gnome/pixmaps/cards/baize.png -share/gnome/pixmaps/cards/honors/bonded.png -share/gnome/pixmaps/cards/honors/xpat.png -share/gnome/pixmaps/cards/jokers/gnome.png -share/gnome/pixmaps/cards/ranks/bold-09x14.png -share/gnome/pixmaps/cards/ranks/fine-07x12.png -share/gnome/pixmaps/cards/slots/hand.png -share/gnome/pixmaps/cards/slots/plain.png -share/gnome/pixmaps/cards/splash.png -share/gnome/pixmaps/cards/suits_large/knuth-09x10.png -share/gnome/pixmaps/cards/suits_large/knuth-15x19.png -share/gnome/pixmaps/cards/suits_large/knuth-18x21.png -share/gnome/pixmaps/cards/suits_large/knuth-21x25.png -share/gnome/pixmaps/cards/suits_large/xpat-11x11.png -share/gnome/pixmaps/cards/suits_large/xpat-15x15.png -share/gnome/pixmaps/cards/suits_large/xpat-21x21.png -share/gnome/pixmaps/cards/suits_large/xpat-41x41.png -share/gnome/pixmaps/cards/suits_medium/knuth-09x10.png -share/gnome/pixmaps/cards/suits_medium/knuth-15x19.png -share/gnome/pixmaps/cards/suits_medium/knuth-18x21.png -share/gnome/pixmaps/cards/suits_medium/knuth-21x25.png -share/gnome/pixmaps/cards/suits_medium/xpat-11x11.png -share/gnome/pixmaps/cards/suits_medium/xpat-15x15.png -share/gnome/pixmaps/cards/suits_medium/xpat-21x21.png -share/gnome/pixmaps/cards/suits_small/knuth-09x10.png -share/gnome/pixmaps/cards/suits_small/xpat-11x11.png -share/gnome/pixmaps/cards/suits_small/xpat-15x15.png -share/gnome/pixmaps/gataxx.png -share/gnome/pixmaps/gataxx/blend.png -share/gnome/pixmaps/gataxx/classic.png -share/gnome/pixmaps/gataxx/flipblend.png -share/gnome/pixmaps/gataxx/metal.png -share/gnome/pixmaps/gataxx/metal2.png -share/gnome/pixmaps/gataxx/shrink.png -share/gnome/pixmaps/gataxx/woodtrim.png -share/gnome/pixmaps/glines.png -share/gnome/pixmaps/glines/ball.png -share/gnome/pixmaps/glines/black.xpm -share/gnome/pixmaps/glines/classic.png -share/gnome/pixmaps/glines/dots.png -share/gnome/pixmaps/glines/gray.xpm -share/gnome/pixmaps/glines/pulse.png -share/gnome/pixmaps/glines/woody.xpm -share/gnome/pixmaps/gnibbles/gnibbles-logo.png -share/gnome/pixmaps/gnibbles/gnibbles.png -share/gnome/pixmaps/gnobots2/aieee.png -share/gnome/pixmaps/gnobots2/cows.png -share/gnome/pixmaps/gnobots2/eggs.png -share/gnome/pixmaps/gnobots2/gnomes.png -share/gnome/pixmaps/gnobots2/mice.png -share/gnome/pixmaps/gnobots2/robots.png -share/gnome/pixmaps/gnobots2/splat.png -share/gnome/pixmaps/gnobots2/windows.png -share/gnome/pixmaps/gnobots2/yahoo.png -share/gnome/pixmaps/gnome-aisleriot.png -share/gnome/pixmaps/gnome-gnobots2.png -share/gnome/pixmaps/gnome-gtali.png -share/gnome/pixmaps/gnome-gtetris.png -share/gnome/pixmaps/gnome-mahjongg.png -share/gnome/pixmaps/gnome-nibbles.png -share/gnome/pixmaps/gnome-stones-file.png -share/gnome/pixmaps/gnome-stones.png -share/gnome/pixmaps/gnome-stones/amoeba.png -share/gnome/pixmaps/gnome-stones/background.png -share/gnome/pixmaps/gnome-stones/boulder.png -share/gnome/pixmaps/gnome-stones/butterfly.png -share/gnome/pixmaps/gnome-stones/crate.png -share/gnome/pixmaps/gnome-stones/curtain.png -share/gnome/pixmaps/gnome-stones/diamond.png -share/gnome/pixmaps/gnome-stones/dirt.png -share/gnome/pixmaps/gnome-stones/door.png -share/gnome/pixmaps/gnome-stones/empty.png -share/gnome/pixmaps/gnome-stones/explosion.png -share/gnome/pixmaps/gnome-stones/firefly.png -share/gnome/pixmaps/gnome-stones/frame.png -share/gnome/pixmaps/gnome-stones/gnome.png -share/gnome/pixmaps/gnome-stones/title.png -share/gnome/pixmaps/gnome-stones/wall.png -share/gnome/pixmaps/gnometris/5blocks-tig.png -share/gnome/pixmaps/gnometris/5blocks-tim.png -share/gnome/pixmaps/gnometris/5blocks.png -share/gnome/pixmaps/gnometris/7blocks-tig.png -share/gnome/pixmaps/gnometris/7blocks.png -share/gnome/pixmaps/gnometris/bg/fishy-bg.png -share/gnome/pixmaps/gnometris/bg/greyprint-bg.png -share/gnome/pixmaps/gnometris/bg/leaves-bg.png -share/gnome/pixmaps/gnometris/bg/sweet-bg.png -share/gnome/pixmaps/gnometris/bg/vortex-bg.png -share/gnome/pixmaps/gnometris/bg/watery-bg.png -share/gnome/pixmaps/gnometris/bg/weirdo-bg.png -share/gnome/pixmaps/gnotravex/gnome-gnotravex.png -share/gnome/pixmaps/gnotravex/gnotravex.png -share/gnome/pixmaps/gnotski-icon.png -share/gnome/pixmaps/gnotski.png -share/gnome/pixmaps/iagno.png -share/gnome/pixmaps/iagno/blend.png -share/gnome/pixmaps/iagno/classic.png -share/gnome/pixmaps/iagno/flipblend.png -share/gnome/pixmaps/iagno/metal.png -share/gnome/pixmaps/iagno/metal2.png -share/gnome/pixmaps/iagno/shrink.png -share/gnome/pixmaps/iagno/woodtrim.png -share/gnome/pixmaps/mahjongg/bg/bg1.png -share/gnome/pixmaps/mahjongg/bg/bg2.png -share/gnome/pixmaps/mahjongg/bg/bg3.png -share/gnome/pixmaps/mahjongg/bg/bg4.png -share/gnome/pixmaps/mahjongg/default.png -share/gnome/pixmaps/mahjongg/seta.png -share/gnome/pixmaps/same-gnome/blink-sync.png -share/gnome/pixmaps/same-gnome/glass.png -share/gnome/pixmaps/same-gnome/marbles.png -share/gnome/pixmaps/same-gnome/planets.png -share/gnome/pixmaps/same-gnome/rotate.png -share/gnome/pixmaps/same-gnome/stones.png -share/gnome/pixmaps/xbill.png -share/gnome/sol-games/agnes.scm -share/gnome/sol-games/auld_lang_syne.scm -share/gnome/sol-games/bakers_dozen.scm -share/gnome/sol-games/bakers_game.scm -share/gnome/sol-games/beleaguered_castle.scm -share/gnome/sol-games/block_ten.scm -share/gnome/sol-games/bristol.scm -share/gnome/sol-games/camelot.scm -share/gnome/sol-games/canfield.scm -share/gnome/sol-games/chessboard.scm -share/gnome/sol-games/clock.scm -share/gnome/sol-games/cover.scm -share/gnome/sol-games/diamond_mine.scm -share/gnome/sol-games/doublets.scm -share/gnome/sol-games/eagle_wing.scm -share/gnome/sol-games/easthaven.scm -share/gnome/sol-games/eight_off.scm -share/gnome/sol-games/elevator.scm -share/gnome/sol-games/escalator.scm -share/gnome/sol-games/first_law.scm -share/gnome/sol-games/fortress.scm -share/gnome/sol-games/fortunes.scm -share/gnome/sol-games/fourteen.scm -share/gnome/sol-games/freecell.scm -share/gnome/sol-games/gay_gordons.scm -share/gnome/sol-games/glenwood.scm -share/gnome/sol-games/golf.scm -share/gnome/sol-games/gypsy.scm -share/gnome/sol-games/helsinki.scm -share/gnome/sol-games/hopscotch.scm -share/gnome/sol-games/isabel.scm -share/gnome/sol-games/jamestown.scm -share/gnome/sol-games/jumbo.scm -share/gnome/sol-games/kansas.scm -share/gnome/sol-games/king_albert.scm -share/gnome/sol-games/klondike.scm -share/gnome/sol-games/labyrinth.scm -share/gnome/sol-games/lady_jane.scm -share/gnome/sol-games/maze.scm -share/gnome/sol-games/monte_carlo.scm -share/gnome/sol-games/neighbor.scm -share/gnome/sol-games/odessa.scm -share/gnome/sol-games/osmosis.scm -share/gnome/sol-games/peek.scm -share/gnome/sol-games/pileon.scm -share/gnome/sol-games/plait.scm -share/gnome/sol-games/poker.scm -share/gnome/sol-games/quatorze.scm -share/gnome/sol-games/royal_east.scm -share/gnome/sol-games/scorpion.scm -share/gnome/sol-games/scuffle.scm -share/gnome/sol-games/seahaven.scm -share/gnome/sol-games/sir_tommy.scm -share/gnome/sol-games/sol.scm -share/gnome/sol-games/spider.scm -share/gnome/sol-games/spiderette.scm -share/gnome/sol-games/straight_up.scm -share/gnome/sol-games/streets_and_alleys.scm -share/gnome/sol-games/ten_across.scm -share/gnome/sol-games/thieves.scm -share/gnome/sol-games/thirteen.scm -share/gnome/sol-games/thumb_and_pouch.scm -share/gnome/sol-games/treize.scm -share/gnome/sol-games/union_square.scm -share/gnome/sol-games/valentine.scm -share/gnome/sol-games/westhaven.scm -share/gnome/sol-games/whitehead.scm -share/gnome/sol-games/will_o_the_wisp.scm -share/gnome/sol-games/yield.scm -share/gnome/sol-games/yukon.scm -share/gnome/sol-games/zebra.scm -share/gnome/sounds/gataxx/flip-piece.wav -share/gnome/sounds/gataxx/gameover.wav -share/gnome/sounds/gnibbles/appear.wav -share/gnome/sounds/gnibbles/bonus.wav -share/gnome/sounds/gnibbles/crash.wav -share/gnome/sounds/gnibbles/gobble.wav -share/gnome/sounds/gnibbles/laughter.wav -share/gnome/sounds/gnibbles/life.wav -share/gnome/sounds/gnibbles/pop.wav -share/gnome/sounds/gnibbles/reverse.wav -share/gnome/sounds/gnibbles/teleport.wav -share/gnome/sounds/gnobots2/bad.wav -share/gnome/sounds/gnobots2/die.wav -share/gnome/sounds/gnobots2/splat.wav -share/gnome/sounds/gnobots2/teleport.wav -share/gnome/sounds/gnobots2/victory.wav -share/gnome/sounds/gnobots2/yahoo.wav -share/gnome/sounds/iagno/flip-piece.wav -share/gnome/sounds/iagno/gameover.wav -share/gnome/xbill/cursors/apple.xpm -share/gnome/xbill/cursors/beos.xpm -share/gnome/xbill/cursors/bsd.xpm -share/gnome/xbill/cursors/bucket.xpm -share/gnome/xbill/cursors/caldera.xpm -share/gnome/xbill/cursors/debian.xpm -share/gnome/xbill/cursors/hand_down.xpm -share/gnome/xbill/cursors/hand_down_mask.xpm -share/gnome/xbill/cursors/hand_up.xpm -share/gnome/xbill/cursors/hand_up_mask.xpm -share/gnome/xbill/cursors/hurd.xpm -share/gnome/xbill/cursors/linux.xpm -share/gnome/xbill/cursors/mandrake.xpm -share/gnome/xbill/cursors/next.xpm -share/gnome/xbill/cursors/os2.xpm -share/gnome/xbill/cursors/redhat.xpm -share/gnome/xbill/cursors/sgi.xpm -share/gnome/xbill/cursors/sun.xpm -share/gnome/xbill/cursors/suse.xpm -share/gnome/xbill/cursors/turbolinux.xpm -share/gnome/xbill/pixmaps/about.xpm -share/gnome/xbill/pixmaps/apple.xpm -share/gnome/xbill/pixmaps/beos.xpm -share/gnome/xbill/pixmaps/billA_0.xpm -share/gnome/xbill/pixmaps/billA_1.xpm -share/gnome/xbill/pixmaps/billA_10.xpm -share/gnome/xbill/pixmaps/billA_11.xpm -share/gnome/xbill/pixmaps/billA_12.xpm -share/gnome/xbill/pixmaps/billA_2.xpm -share/gnome/xbill/pixmaps/billA_3.xpm -share/gnome/xbill/pixmaps/billA_4.xpm -share/gnome/xbill/pixmaps/billA_5.xpm -share/gnome/xbill/pixmaps/billA_6.xpm -share/gnome/xbill/pixmaps/billA_7.xpm -share/gnome/xbill/pixmaps/billA_8.xpm -share/gnome/xbill/pixmaps/billA_9.xpm -share/gnome/xbill/pixmaps/billD_0.xpm -share/gnome/xbill/pixmaps/billD_1.xpm -share/gnome/xbill/pixmaps/billD_2.xpm -share/gnome/xbill/pixmaps/billD_3.xpm -share/gnome/xbill/pixmaps/billD_4.xpm -share/gnome/xbill/pixmaps/billL_0.xpm -share/gnome/xbill/pixmaps/billL_1.xpm -share/gnome/xbill/pixmaps/billL_2.xpm -share/gnome/xbill/pixmaps/billR_0.xpm -share/gnome/xbill/pixmaps/billR_1.xpm -share/gnome/xbill/pixmaps/billR_2.xpm -share/gnome/xbill/pixmaps/bsd.xpm -share/gnome/xbill/pixmaps/bsdcpu.xpm -share/gnome/xbill/pixmaps/bucket.xpm -share/gnome/xbill/pixmaps/caldera.xpm -share/gnome/xbill/pixmaps/debian.xpm -share/gnome/xbill/pixmaps/hurd.xpm -share/gnome/xbill/pixmaps/icon.xpm -share/gnome/xbill/pixmaps/linux.xpm -share/gnome/xbill/pixmaps/logo.xpm -share/gnome/xbill/pixmaps/maccpu.xpm -share/gnome/xbill/pixmaps/mandrake.xpm -share/gnome/xbill/pixmaps/next.xpm -share/gnome/xbill/pixmaps/nextcpu.xpm -share/gnome/xbill/pixmaps/os2.xpm -share/gnome/xbill/pixmaps/os2cpu.xpm -share/gnome/xbill/pixmaps/redhat.xpm -share/gnome/xbill/pixmaps/sgi.xpm -share/gnome/xbill/pixmaps/sgicpu.xpm -share/gnome/xbill/pixmaps/spark_0.xpm -share/gnome/xbill/pixmaps/spark_1.xpm -share/gnome/xbill/pixmaps/sun.xpm -share/gnome/xbill/pixmaps/suncpu.xpm -share/gnome/xbill/pixmaps/suse.xpm -share/gnome/xbill/pixmaps/toaster.xpm -share/gnome/xbill/pixmaps/turbolinux.xpm -share/gnome/xbill/pixmaps/wingdows.xpm -share/locale/cs/LC_MESSAGES/gnome-games.mo -share/locale/da/LC_MESSAGES/gnome-games.mo -share/locale/de/LC_MESSAGES/gnome-games.mo -share/locale/el/LC_MESSAGES/gnome-games.mo -share/locale/en_GB/LC_MESSAGES/gnome-games.mo -share/locale/es/LC_MESSAGES/gnome-games.mo -share/locale/et/LC_MESSAGES/gnome-games.mo -share/locale/fi/LC_MESSAGES/gnome-games.mo -share/locale/fr/LC_MESSAGES/gnome-games.mo -share/locale/ga/LC_MESSAGES/gnome-games.mo -share/locale/gl/LC_MESSAGES/gnome-games.mo -share/locale/hu/LC_MESSAGES/gnome-games.mo -share/locale/it/LC_MESSAGES/gnome-games.mo -share/locale/ja/LC_MESSAGES/gnome-games.mo -share/locale/ko/LC_MESSAGES/gnome-games.mo -share/locale/lt/LC_MESSAGES/gnome-games.mo -share/locale/nl/LC_MESSAGES/gnome-games.mo -share/locale/no/LC_MESSAGES/gnome-games.mo -share/locale/pl/LC_MESSAGES/gnome-games.mo -share/locale/pt/LC_MESSAGES/gnome-games.mo -share/locale/pt_BR/LC_MESSAGES/gnome-games.mo -share/locale/ro/LC_MESSAGES/gnome-games.mo -share/locale/ru/LC_MESSAGES/gnome-games.mo -share/locale/sk/LC_MESSAGES/gnome-games.mo -share/locale/sl/LC_MESSAGES/gnome-games.mo -share/locale/sv/LC_MESSAGES/gnome-games.mo -share/locale/tr/LC_MESSAGES/gnome-games.mo -share/locale/uk/LC_MESSAGES/gnome-games.mo -share/locale/wa/LC_MESSAGES/gnome-games.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/gnome-games.mo -share/locale/zh_TW.Big5/LC_MESSAGES/gnome-games.mo -@dirrm share/gnome/xbill/pixmaps -@dirrm share/gnome/xbill/cursors -@dirrm share/gnome/xbill -@dirrm share/gnome/sounds/iagno -@dirrm share/gnome/sounds/gnobots2 -@dirrm share/gnome/sounds/gnibbles -@dirrm share/gnome/sounds/gataxx -@dirrm share/gnome/sol-games -@dirrm share/gnome/pixmaps/same-gnome -@dirrm share/gnome/pixmaps/mahjongg/bg -@dirrm share/gnome/pixmaps/mahjongg -@dirrm share/gnome/pixmaps/iagno -@dirrm share/gnome/pixmaps/gnotravex -@dirrm share/gnome/pixmaps/gnometris/bg -@dirrm share/gnome/pixmaps/gnometris -@dirrm share/gnome/pixmaps/gnome-stones -@dirrm share/gnome/pixmaps/gnobots2 -@dirrm share/gnome/pixmaps/gnibbles -@dirrm share/gnome/pixmaps/glines -@dirrm share/gnome/pixmaps/gataxx -@dirrm share/gnome/pixmaps/cards/suits_small -@dirrm share/gnome/pixmaps/cards/suits_medium -@dirrm share/gnome/pixmaps/cards/suits_large -@dirrm share/gnome/pixmaps/cards/slots -@dirrm share/gnome/pixmaps/cards/ranks -@dirrm share/gnome/pixmaps/cards/jokers -@dirrm share/gnome/pixmaps/cards/honors -@dirrm share/gnome/pixmaps/cards/backs -@dirrm share/gnome/pixmaps/cards -@dirrm share/gnome/omf/gnome-games -@dirrm share/gnome/help/same-gnome/ru/stylesheet-images -@dirrm share/gnome/help/same-gnome/ru/figures -@dirrm share/gnome/help/same-gnome/ru -@dirrm share/gnome/help/same-gnome/es/stylesheet-images -@dirrm share/gnome/help/same-gnome/es/figures -@dirrm share/gnome/help/same-gnome/es -@dirrm share/gnome/help/same-gnome/C/stylesheet-images -@dirrm share/gnome/help/same-gnome/C/figures -@dirrm share/gnome/help/same-gnome/C -@dirrm share/gnome/help/same-gnome -@dirrm share/gnome/help/mahjongg/it/stylesheet-images -@dirrm share/gnome/help/mahjongg/it/figures -@dirrm share/gnome/help/mahjongg/it -@dirrm share/gnome/help/mahjongg/C/stylesheet-images -@dirrm share/gnome/help/mahjongg/C/figures -@dirrm share/gnome/help/mahjongg/C -@dirrm share/gnome/help/mahjongg -@dirrm share/gnome/help/iagno/it/stylesheet-images -@dirrm share/gnome/help/iagno/it/figures -@dirrm share/gnome/help/iagno/it -@dirrm share/gnome/help/iagno/C/stylesheet-images -@dirrm share/gnome/help/iagno/C/figures -@dirrm share/gnome/help/iagno/C -@dirrm share/gnome/help/iagno -@dirrm share/gnome/help/gtali/da -@dirrm share/gnome/help/gtali/C/stylesheet-images -@dirrm share/gnome/help/gtali/C/figures -@dirrm share/gnome/help/gtali/C -@dirrm share/gnome/help/gtali -@dirrm share/gnome/help/gnotravex/es/stylesheet-images -@dirrm share/gnome/help/gnotravex/es/figures -@dirrm share/gnome/help/gnotravex/es -@dirrm share/gnome/help/gnotravex/C/stylesheet-images -@dirrm share/gnome/help/gnotravex/C/figures -@dirrm share/gnome/help/gnotravex/C -@dirrm share/gnome/help/gnotravex -@dirrm share/gnome/help/gnome-stones/it/stylesheet-images -@dirrm share/gnome/help/gnome-stones/it/figures -@dirrm share/gnome/help/gnome-stones/it -@dirrm share/gnome/help/gnome-stones/C/stylesheet-images -@dirrm share/gnome/help/gnome-stones/C/figures -@dirrm share/gnome/help/gnome-stones/C -@dirrm share/gnome/help/gnome-stones -@dirrm share/gnome/help/gnome-mines/C/stylesheet-images -@dirrm share/gnome/help/gnome-mines/C/figures -@dirrm share/gnome/help/gnome-mines/C -@dirrm share/gnome/help/gnome-mines -@dirrm share/gnome/help/gnobots2/it -@dirrm share/gnome/help/gnobots2/es -@dirrm share/gnome/help/gnobots2/da -@dirrm share/gnome/help/gnobots2/C/stylesheet-images -@dirrm share/gnome/help/gnobots2/C/figures -@dirrm share/gnome/help/gnobots2/C -@dirrm share/gnome/help/gnobots2 -@dirrm share/gnome/help/gnibbles/C/stylesheet-images -@dirrm share/gnome/help/gnibbles/C/figures -@dirrm share/gnome/help/gnibbles/C -@dirrm share/gnome/help/gnibbles -@dirrm share/gnome/help/gataxx/it/stylesheet-images -@dirrm share/gnome/help/gataxx/it/figures -@dirrm share/gnome/help/gataxx/it -@dirrm share/gnome/help/gataxx/es/stylesheet-images -@dirrm share/gnome/help/gataxx/es/figures -@dirrm share/gnome/help/gataxx/es -@dirrm share/gnome/help/gataxx/C/stylesheet-images -@dirrm share/gnome/help/gataxx/C/figures -@dirrm share/gnome/help/gataxx/C -@dirrm share/gnome/help/gataxx -@dirrm share/gnome/help/aisleriot/it/stylesheet-images -@dirrm share/gnome/help/aisleriot/it/figures -@dirrm share/gnome/help/aisleriot/it -@dirrm share/gnome/help/aisleriot/C/stylesheet-images -@dirrm share/gnome/help/aisleriot/C/figures -@dirrm share/gnome/help/aisleriot/C -@dirrm share/gnome/help/aisleriot -@dirrm share/gnome/gnome-stones/objects -@dirrm share/gnome/gnome-stones -@dirrm share/gnome/gnobots2 -@dirrm share/gnome/gnibbles -@dirrm include/gdkcardimage diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile deleted file mode 100644 index 4235dae7298b..000000000000 --- a/games/kdegames3/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: kdegames2 -# Date created: Sun 14 May 2000 02:47:57 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdegames -PORTVERSION= 2.2.2 -CATEGORIES= games kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org - -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 - -USE_KDELIBS_VER=2 -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" - -pre-configure: - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - -.include <bsd.port.mk> diff --git a/games/kdegames3/distinfo b/games/kdegames3/distinfo deleted file mode 100644 index cdb47166df8e..000000000000 --- a/games/kdegames3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/kdegames-2.2.2.tar.bz2) = 65b1e9885bdda64597e6e3cdf129cee3 diff --git a/games/kdegames3/pkg-comment b/games/kdegames3/pkg-comment deleted file mode 100644 index affc783e3bc3..000000000000 --- a/games/kdegames3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Games for the KDE integrated X11 desktop diff --git a/games/kdegames3/pkg-descr b/games/kdegames3/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/games/kdegames3/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/games/kdegames3/pkg-plist b/games/kdegames3/pkg-plist deleted file mode 100644 index ec246f8e9c31..000000000000 --- a/games/kdegames3/pkg-plist +++ /dev/null @@ -1,2029 +0,0 @@ -bin/kabalone -bin/kasteroids -bin/katomic -bin/kbackgammon -bin/kbattleship -bin/kblackbox -bin/kfouleggs -bin/kjezz -bin/kjumpingcube -bin/klines -bin/kmahjongg -bin/kmines -bin/konquest -bin/kpat -bin/kpoker -bin/kproc4 -bin/kreversi -bin/ksame -bin/kshisen -bin/ksirtet -bin/ksmiletris -bin/ksnake -bin/ksokoban -bin/kspaceduel -bin/ktron -bin/ktuberling -bin/kwin4 -bin/lskat -bin/lskatproc -include/kcarddialog.h -include/kchat.h -include/kchatbase.h -include/kgamemisc.h -include/khighscore.h -include/kstdgameaction.h -lib/kbackgammon.la -lib/kbackgammon.so -lib/libkdegames.la -lib/libkdegames.so -lib/libkdegames.so.1 -share/applnk/Games/Arcade/kasteroids.desktop -share/applnk/Games/Arcade/kfouleggs.desktop -share/applnk/Games/Arcade/kjezz.desktop -share/applnk/Games/Arcade/ksirtet.desktop -share/applnk/Games/Arcade/ksmiletris.desktop -share/applnk/Games/Arcade/ksnake.desktop -share/applnk/Games/Arcade/kspaceduel.desktop -share/applnk/Games/Arcade/ktron.desktop -share/applnk/Games/Board/kabalone.desktop -share/applnk/Games/Board/kbackgammon.desktop -share/applnk/Games/Board/kbattleship.desktop -share/applnk/Games/Board/kblackbox.desktop -share/applnk/Games/Board/kmahjongg.desktop -share/applnk/Games/Board/kreversi.desktop -share/applnk/Games/Board/kshisen.desktop -share/applnk/Games/Board/kwin4.desktop -share/applnk/Games/Card/kpat.desktop -share/applnk/Games/Card/kpoker.desktop -share/applnk/Games/Card/lskat.desktop -share/applnk/Games/TacticStrategy/katomic.desktop -share/applnk/Games/TacticStrategy/kjumpingcube.desktop -share/applnk/Games/TacticStrategy/klines.desktop -share/applnk/Games/TacticStrategy/kmines.desktop -share/applnk/Games/TacticStrategy/konquest.desktop -share/applnk/Games/TacticStrategy/ksame.desktop -share/applnk/Games/TacticStrategy/ksokoban.desktop -share/applnk/Toys/ktuberling.desktop -share/apps/carddecks/cards-aisleriot/1.png -share/apps/carddecks/cards-aisleriot/10.png -share/apps/carddecks/cards-aisleriot/11.png -share/apps/carddecks/cards-aisleriot/12.png -share/apps/carddecks/cards-aisleriot/13.png -share/apps/carddecks/cards-aisleriot/14.png -share/apps/carddecks/cards-aisleriot/15.png -share/apps/carddecks/cards-aisleriot/16.png -share/apps/carddecks/cards-aisleriot/17.png -share/apps/carddecks/cards-aisleriot/18.png -share/apps/carddecks/cards-aisleriot/19.png -share/apps/carddecks/cards-aisleriot/2.png -share/apps/carddecks/cards-aisleriot/20.png -share/apps/carddecks/cards-aisleriot/21.png -share/apps/carddecks/cards-aisleriot/22.png -share/apps/carddecks/cards-aisleriot/23.png -share/apps/carddecks/cards-aisleriot/24.png -share/apps/carddecks/cards-aisleriot/25.png -share/apps/carddecks/cards-aisleriot/26.png -share/apps/carddecks/cards-aisleriot/27.png -share/apps/carddecks/cards-aisleriot/28.png -share/apps/carddecks/cards-aisleriot/29.png -share/apps/carddecks/cards-aisleriot/3.png -share/apps/carddecks/cards-aisleriot/30.png -share/apps/carddecks/cards-aisleriot/31.png -share/apps/carddecks/cards-aisleriot/32.png -share/apps/carddecks/cards-aisleriot/33.png -share/apps/carddecks/cards-aisleriot/34.png -share/apps/carddecks/cards-aisleriot/35.png -share/apps/carddecks/cards-aisleriot/36.png -share/apps/carddecks/cards-aisleriot/37.png -share/apps/carddecks/cards-aisleriot/38.png -share/apps/carddecks/cards-aisleriot/39.png -share/apps/carddecks/cards-aisleriot/4.png -share/apps/carddecks/cards-aisleriot/40.png -share/apps/carddecks/cards-aisleriot/41.png -share/apps/carddecks/cards-aisleriot/42.png -share/apps/carddecks/cards-aisleriot/43.png -share/apps/carddecks/cards-aisleriot/44.png -share/apps/carddecks/cards-aisleriot/45.png -share/apps/carddecks/cards-aisleriot/46.png -share/apps/carddecks/cards-aisleriot/47.png -share/apps/carddecks/cards-aisleriot/48.png -share/apps/carddecks/cards-aisleriot/49.png -share/apps/carddecks/cards-aisleriot/5.png -share/apps/carddecks/cards-aisleriot/50.png -share/apps/carddecks/cards-aisleriot/51.png -share/apps/carddecks/cards-aisleriot/52.png -share/apps/carddecks/cards-aisleriot/6.png -share/apps/carddecks/cards-aisleriot/7.png -share/apps/carddecks/cards-aisleriot/8.png -share/apps/carddecks/cards-aisleriot/9.png -share/apps/carddecks/cards-aisleriot/COPYRIGHT -share/apps/carddecks/cards-aisleriot/index.desktop -share/apps/carddecks/cards-default/1.png -share/apps/carddecks/cards-default/10.png -share/apps/carddecks/cards-default/11.png -share/apps/carddecks/cards-default/12.png -share/apps/carddecks/cards-default/13.png -share/apps/carddecks/cards-default/14.png -share/apps/carddecks/cards-default/15.png -share/apps/carddecks/cards-default/16.png -share/apps/carddecks/cards-default/17.png -share/apps/carddecks/cards-default/18.png -share/apps/carddecks/cards-default/19.png -share/apps/carddecks/cards-default/2.png -share/apps/carddecks/cards-default/20.png -share/apps/carddecks/cards-default/21.png -share/apps/carddecks/cards-default/22.png -share/apps/carddecks/cards-default/23.png -share/apps/carddecks/cards-default/24.png -share/apps/carddecks/cards-default/25.png -share/apps/carddecks/cards-default/26.png -share/apps/carddecks/cards-default/27.png -share/apps/carddecks/cards-default/28.png -share/apps/carddecks/cards-default/29.png -share/apps/carddecks/cards-default/3.png -share/apps/carddecks/cards-default/30.png -share/apps/carddecks/cards-default/31.png -share/apps/carddecks/cards-default/32.png -share/apps/carddecks/cards-default/33.png -share/apps/carddecks/cards-default/34.png -share/apps/carddecks/cards-default/35.png -share/apps/carddecks/cards-default/36.png -share/apps/carddecks/cards-default/37.png -share/apps/carddecks/cards-default/38.png -share/apps/carddecks/cards-default/39.png -share/apps/carddecks/cards-default/4.png -share/apps/carddecks/cards-default/40.png -share/apps/carddecks/cards-default/41.png -share/apps/carddecks/cards-default/42.png -share/apps/carddecks/cards-default/43.png -share/apps/carddecks/cards-default/44.png -share/apps/carddecks/cards-default/45.png -share/apps/carddecks/cards-default/46.png -share/apps/carddecks/cards-default/47.png -share/apps/carddecks/cards-default/48.png -share/apps/carddecks/cards-default/49.png -share/apps/carddecks/cards-default/5.png -share/apps/carddecks/cards-default/50.png -share/apps/carddecks/cards-default/51.png -share/apps/carddecks/cards-default/52.png -share/apps/carddecks/cards-default/6.png -share/apps/carddecks/cards-default/7.png -share/apps/carddecks/cards-default/8.png -share/apps/carddecks/cards-default/9.png -share/apps/carddecks/cards-default/index.desktop -share/apps/carddecks/cards-dondorf-whist-b/1.png -share/apps/carddecks/cards-dondorf-whist-b/10.png -share/apps/carddecks/cards-dondorf-whist-b/11.png -share/apps/carddecks/cards-dondorf-whist-b/12.png -share/apps/carddecks/cards-dondorf-whist-b/13.png -share/apps/carddecks/cards-dondorf-whist-b/14.png -share/apps/carddecks/cards-dondorf-whist-b/15.png -share/apps/carddecks/cards-dondorf-whist-b/16.png -share/apps/carddecks/cards-dondorf-whist-b/17.png -share/apps/carddecks/cards-dondorf-whist-b/18.png -share/apps/carddecks/cards-dondorf-whist-b/19.png -share/apps/carddecks/cards-dondorf-whist-b/2.png -share/apps/carddecks/cards-dondorf-whist-b/20.png -share/apps/carddecks/cards-dondorf-whist-b/21.png -share/apps/carddecks/cards-dondorf-whist-b/22.png -share/apps/carddecks/cards-dondorf-whist-b/23.png -share/apps/carddecks/cards-dondorf-whist-b/24.png -share/apps/carddecks/cards-dondorf-whist-b/25.png -share/apps/carddecks/cards-dondorf-whist-b/26.png -share/apps/carddecks/cards-dondorf-whist-b/27.png -share/apps/carddecks/cards-dondorf-whist-b/28.png -share/apps/carddecks/cards-dondorf-whist-b/29.png -share/apps/carddecks/cards-dondorf-whist-b/3.png -share/apps/carddecks/cards-dondorf-whist-b/30.png -share/apps/carddecks/cards-dondorf-whist-b/31.png -share/apps/carddecks/cards-dondorf-whist-b/32.png -share/apps/carddecks/cards-dondorf-whist-b/33.png -share/apps/carddecks/cards-dondorf-whist-b/34.png -share/apps/carddecks/cards-dondorf-whist-b/35.png -share/apps/carddecks/cards-dondorf-whist-b/36.png -share/apps/carddecks/cards-dondorf-whist-b/37.png -share/apps/carddecks/cards-dondorf-whist-b/38.png -share/apps/carddecks/cards-dondorf-whist-b/39.png -share/apps/carddecks/cards-dondorf-whist-b/4.png -share/apps/carddecks/cards-dondorf-whist-b/40.png -share/apps/carddecks/cards-dondorf-whist-b/41.png -share/apps/carddecks/cards-dondorf-whist-b/42.png -share/apps/carddecks/cards-dondorf-whist-b/43.png -share/apps/carddecks/cards-dondorf-whist-b/44.png -share/apps/carddecks/cards-dondorf-whist-b/45.png -share/apps/carddecks/cards-dondorf-whist-b/46.png -share/apps/carddecks/cards-dondorf-whist-b/47.png -share/apps/carddecks/cards-dondorf-whist-b/48.png -share/apps/carddecks/cards-dondorf-whist-b/49.png -share/apps/carddecks/cards-dondorf-whist-b/5.png -share/apps/carddecks/cards-dondorf-whist-b/50.png -share/apps/carddecks/cards-dondorf-whist-b/51.png -share/apps/carddecks/cards-dondorf-whist-b/52.png -share/apps/carddecks/cards-dondorf-whist-b/6.png -share/apps/carddecks/cards-dondorf-whist-b/7.png -share/apps/carddecks/cards-dondorf-whist-b/8.png -share/apps/carddecks/cards-dondorf-whist-b/9.png -share/apps/carddecks/cards-dondorf-whist-b/COPYRIGHT -share/apps/carddecks/cards-dondorf-whist-b/index.desktop -share/apps/carddecks/cards-gdkcard-bonded/1.png -share/apps/carddecks/cards-gdkcard-bonded/10.png -share/apps/carddecks/cards-gdkcard-bonded/11.png -share/apps/carddecks/cards-gdkcard-bonded/12.png -share/apps/carddecks/cards-gdkcard-bonded/13.png -share/apps/carddecks/cards-gdkcard-bonded/14.png -share/apps/carddecks/cards-gdkcard-bonded/15.png -share/apps/carddecks/cards-gdkcard-bonded/16.png -share/apps/carddecks/cards-gdkcard-bonded/17.png -share/apps/carddecks/cards-gdkcard-bonded/18.png -share/apps/carddecks/cards-gdkcard-bonded/19.png -share/apps/carddecks/cards-gdkcard-bonded/2.png -share/apps/carddecks/cards-gdkcard-bonded/20.png -share/apps/carddecks/cards-gdkcard-bonded/21.png -share/apps/carddecks/cards-gdkcard-bonded/22.png -share/apps/carddecks/cards-gdkcard-bonded/23.png -share/apps/carddecks/cards-gdkcard-bonded/24.png -share/apps/carddecks/cards-gdkcard-bonded/25.png -share/apps/carddecks/cards-gdkcard-bonded/26.png -share/apps/carddecks/cards-gdkcard-bonded/27.png -share/apps/carddecks/cards-gdkcard-bonded/28.png -share/apps/carddecks/cards-gdkcard-bonded/29.png -share/apps/carddecks/cards-gdkcard-bonded/3.png -share/apps/carddecks/cards-gdkcard-bonded/30.png -share/apps/carddecks/cards-gdkcard-bonded/31.png -share/apps/carddecks/cards-gdkcard-bonded/32.png -share/apps/carddecks/cards-gdkcard-bonded/33.png -share/apps/carddecks/cards-gdkcard-bonded/34.png -share/apps/carddecks/cards-gdkcard-bonded/35.png -share/apps/carddecks/cards-gdkcard-bonded/36.png -share/apps/carddecks/cards-gdkcard-bonded/37.png -share/apps/carddecks/cards-gdkcard-bonded/38.png -share/apps/carddecks/cards-gdkcard-bonded/39.png -share/apps/carddecks/cards-gdkcard-bonded/4.png -share/apps/carddecks/cards-gdkcard-bonded/40.png -share/apps/carddecks/cards-gdkcard-bonded/41.png -share/apps/carddecks/cards-gdkcard-bonded/42.png -share/apps/carddecks/cards-gdkcard-bonded/43.png -share/apps/carddecks/cards-gdkcard-bonded/44.png -share/apps/carddecks/cards-gdkcard-bonded/45.png -share/apps/carddecks/cards-gdkcard-bonded/46.png -share/apps/carddecks/cards-gdkcard-bonded/47.png -share/apps/carddecks/cards-gdkcard-bonded/48.png -share/apps/carddecks/cards-gdkcard-bonded/49.png -share/apps/carddecks/cards-gdkcard-bonded/5.png -share/apps/carddecks/cards-gdkcard-bonded/50.png -share/apps/carddecks/cards-gdkcard-bonded/51.png -share/apps/carddecks/cards-gdkcard-bonded/52.png -share/apps/carddecks/cards-gdkcard-bonded/6.png -share/apps/carddecks/cards-gdkcard-bonded/7.png -share/apps/carddecks/cards-gdkcard-bonded/8.png -share/apps/carddecks/cards-gdkcard-bonded/9.png -share/apps/carddecks/cards-gdkcard-bonded/COPYRIGHT -share/apps/carddecks/cards-gdkcard-bonded/index.desktop -share/apps/carddecks/cards-hard-a-port/1.png -share/apps/carddecks/cards-hard-a-port/10.png -share/apps/carddecks/cards-hard-a-port/11.png -share/apps/carddecks/cards-hard-a-port/12.png -share/apps/carddecks/cards-hard-a-port/13.png -share/apps/carddecks/cards-hard-a-port/14.png -share/apps/carddecks/cards-hard-a-port/15.png -share/apps/carddecks/cards-hard-a-port/16.png -share/apps/carddecks/cards-hard-a-port/17.png -share/apps/carddecks/cards-hard-a-port/18.png -share/apps/carddecks/cards-hard-a-port/19.png -share/apps/carddecks/cards-hard-a-port/2.png -share/apps/carddecks/cards-hard-a-port/20.png -share/apps/carddecks/cards-hard-a-port/21.png -share/apps/carddecks/cards-hard-a-port/22.png -share/apps/carddecks/cards-hard-a-port/23.png -share/apps/carddecks/cards-hard-a-port/24.png -share/apps/carddecks/cards-hard-a-port/25.png -share/apps/carddecks/cards-hard-a-port/26.png -share/apps/carddecks/cards-hard-a-port/27.png -share/apps/carddecks/cards-hard-a-port/28.png -share/apps/carddecks/cards-hard-a-port/29.png -share/apps/carddecks/cards-hard-a-port/3.png -share/apps/carddecks/cards-hard-a-port/30.png -share/apps/carddecks/cards-hard-a-port/31.png -share/apps/carddecks/cards-hard-a-port/32.png -share/apps/carddecks/cards-hard-a-port/33.png -share/apps/carddecks/cards-hard-a-port/34.png -share/apps/carddecks/cards-hard-a-port/35.png -share/apps/carddecks/cards-hard-a-port/36.png -share/apps/carddecks/cards-hard-a-port/37.png -share/apps/carddecks/cards-hard-a-port/38.png -share/apps/carddecks/cards-hard-a-port/39.png -share/apps/carddecks/cards-hard-a-port/4.png -share/apps/carddecks/cards-hard-a-port/40.png -share/apps/carddecks/cards-hard-a-port/41.png -share/apps/carddecks/cards-hard-a-port/42.png -share/apps/carddecks/cards-hard-a-port/43.png -share/apps/carddecks/cards-hard-a-port/44.png -share/apps/carddecks/cards-hard-a-port/45.png -share/apps/carddecks/cards-hard-a-port/46.png -share/apps/carddecks/cards-hard-a-port/47.png -share/apps/carddecks/cards-hard-a-port/48.png -share/apps/carddecks/cards-hard-a-port/49.png -share/apps/carddecks/cards-hard-a-port/5.png -share/apps/carddecks/cards-hard-a-port/50.png -share/apps/carddecks/cards-hard-a-port/51.png -share/apps/carddecks/cards-hard-a-port/52.png -share/apps/carddecks/cards-hard-a-port/6.png -share/apps/carddecks/cards-hard-a-port/7.png -share/apps/carddecks/cards-hard-a-port/8.png -share/apps/carddecks/cards-hard-a-port/9.png -share/apps/carddecks/cards-hard-a-port/COPYRIGHT -share/apps/carddecks/cards-hard-a-port/index.desktop -share/apps/carddecks/cards-konqi-modern/1.png -share/apps/carddecks/cards-konqi-modern/10.png -share/apps/carddecks/cards-konqi-modern/11.png -share/apps/carddecks/cards-konqi-modern/12.png -share/apps/carddecks/cards-konqi-modern/13.png -share/apps/carddecks/cards-konqi-modern/14.png -share/apps/carddecks/cards-konqi-modern/15.png -share/apps/carddecks/cards-konqi-modern/16.png -share/apps/carddecks/cards-konqi-modern/17.png -share/apps/carddecks/cards-konqi-modern/18.png -share/apps/carddecks/cards-konqi-modern/19.png -share/apps/carddecks/cards-konqi-modern/2.png -share/apps/carddecks/cards-konqi-modern/20.png -share/apps/carddecks/cards-konqi-modern/21.png -share/apps/carddecks/cards-konqi-modern/22.png -share/apps/carddecks/cards-konqi-modern/23.png -share/apps/carddecks/cards-konqi-modern/24.png -share/apps/carddecks/cards-konqi-modern/25.png -share/apps/carddecks/cards-konqi-modern/26.png -share/apps/carddecks/cards-konqi-modern/27.png -share/apps/carddecks/cards-konqi-modern/28.png -share/apps/carddecks/cards-konqi-modern/29.png -share/apps/carddecks/cards-konqi-modern/3.png -share/apps/carddecks/cards-konqi-modern/30.png -share/apps/carddecks/cards-konqi-modern/31.png -share/apps/carddecks/cards-konqi-modern/32.png -share/apps/carddecks/cards-konqi-modern/33.png -share/apps/carddecks/cards-konqi-modern/34.png -share/apps/carddecks/cards-konqi-modern/35.png -share/apps/carddecks/cards-konqi-modern/36.png -share/apps/carddecks/cards-konqi-modern/37.png -share/apps/carddecks/cards-konqi-modern/38.png -share/apps/carddecks/cards-konqi-modern/39.png -share/apps/carddecks/cards-konqi-modern/4.png -share/apps/carddecks/cards-konqi-modern/40.png -share/apps/carddecks/cards-konqi-modern/41.png -share/apps/carddecks/cards-konqi-modern/42.png -share/apps/carddecks/cards-konqi-modern/43.png -share/apps/carddecks/cards-konqi-modern/44.png -share/apps/carddecks/cards-konqi-modern/45.png -share/apps/carddecks/cards-konqi-modern/46.png -share/apps/carddecks/cards-konqi-modern/47.png -share/apps/carddecks/cards-konqi-modern/48.png -share/apps/carddecks/cards-konqi-modern/49.png -share/apps/carddecks/cards-konqi-modern/5.png -share/apps/carddecks/cards-konqi-modern/50.png -share/apps/carddecks/cards-konqi-modern/51.png -share/apps/carddecks/cards-konqi-modern/52.png -share/apps/carddecks/cards-konqi-modern/6.png -share/apps/carddecks/cards-konqi-modern/7.png -share/apps/carddecks/cards-konqi-modern/8.png -share/apps/carddecks/cards-konqi-modern/9.png -share/apps/carddecks/cards-konqi-modern/index.desktop -share/apps/carddecks/cards-penguins/1.png -share/apps/carddecks/cards-penguins/10.png -share/apps/carddecks/cards-penguins/11.png -share/apps/carddecks/cards-penguins/12.png -share/apps/carddecks/cards-penguins/13.png -share/apps/carddecks/cards-penguins/14.png -share/apps/carddecks/cards-penguins/15.png -share/apps/carddecks/cards-penguins/16.png -share/apps/carddecks/cards-penguins/17.png -share/apps/carddecks/cards-penguins/18.png -share/apps/carddecks/cards-penguins/19.png -share/apps/carddecks/cards-penguins/2.png -share/apps/carddecks/cards-penguins/20.png -share/apps/carddecks/cards-penguins/21.png -share/apps/carddecks/cards-penguins/22.png -share/apps/carddecks/cards-penguins/23.png -share/apps/carddecks/cards-penguins/24.png -share/apps/carddecks/cards-penguins/25.png -share/apps/carddecks/cards-penguins/26.png -share/apps/carddecks/cards-penguins/27.png -share/apps/carddecks/cards-penguins/28.png -share/apps/carddecks/cards-penguins/29.png -share/apps/carddecks/cards-penguins/3.png -share/apps/carddecks/cards-penguins/30.png -share/apps/carddecks/cards-penguins/31.png -share/apps/carddecks/cards-penguins/32.png -share/apps/carddecks/cards-penguins/33.png -share/apps/carddecks/cards-penguins/34.png -share/apps/carddecks/cards-penguins/35.png -share/apps/carddecks/cards-penguins/36.png -share/apps/carddecks/cards-penguins/37.png -share/apps/carddecks/cards-penguins/38.png -share/apps/carddecks/cards-penguins/39.png -share/apps/carddecks/cards-penguins/4.png -share/apps/carddecks/cards-penguins/40.png -share/apps/carddecks/cards-penguins/41.png -share/apps/carddecks/cards-penguins/42.png -share/apps/carddecks/cards-penguins/43.png -share/apps/carddecks/cards-penguins/44.png -share/apps/carddecks/cards-penguins/45.png -share/apps/carddecks/cards-penguins/46.png -share/apps/carddecks/cards-penguins/47.png -share/apps/carddecks/cards-penguins/48.png -share/apps/carddecks/cards-penguins/49.png -share/apps/carddecks/cards-penguins/5.png -share/apps/carddecks/cards-penguins/50.png -share/apps/carddecks/cards-penguins/51.png -share/apps/carddecks/cards-penguins/52.png -share/apps/carddecks/cards-penguins/6.png -share/apps/carddecks/cards-penguins/7.png -share/apps/carddecks/cards-penguins/8.png -share/apps/carddecks/cards-penguins/9.png -share/apps/carddecks/cards-penguins/COPYRIGHT -share/apps/carddecks/cards-penguins/index.desktop -share/apps/carddecks/cards-spaced/1.png -share/apps/carddecks/cards-spaced/10.png -share/apps/carddecks/cards-spaced/11.png -share/apps/carddecks/cards-spaced/12.png -share/apps/carddecks/cards-spaced/13.png -share/apps/carddecks/cards-spaced/14.png -share/apps/carddecks/cards-spaced/15.png -share/apps/carddecks/cards-spaced/16.png -share/apps/carddecks/cards-spaced/17.png -share/apps/carddecks/cards-spaced/18.png -share/apps/carddecks/cards-spaced/19.png -share/apps/carddecks/cards-spaced/2.png -share/apps/carddecks/cards-spaced/20.png -share/apps/carddecks/cards-spaced/21.png -share/apps/carddecks/cards-spaced/22.png -share/apps/carddecks/cards-spaced/23.png -share/apps/carddecks/cards-spaced/24.png -share/apps/carddecks/cards-spaced/25.png -share/apps/carddecks/cards-spaced/26.png -share/apps/carddecks/cards-spaced/27.png -share/apps/carddecks/cards-spaced/28.png -share/apps/carddecks/cards-spaced/29.png -share/apps/carddecks/cards-spaced/3.png -share/apps/carddecks/cards-spaced/30.png -share/apps/carddecks/cards-spaced/31.png -share/apps/carddecks/cards-spaced/32.png -share/apps/carddecks/cards-spaced/33.png -share/apps/carddecks/cards-spaced/34.png -share/apps/carddecks/cards-spaced/35.png -share/apps/carddecks/cards-spaced/36.png -share/apps/carddecks/cards-spaced/37.png -share/apps/carddecks/cards-spaced/38.png -share/apps/carddecks/cards-spaced/39.png -share/apps/carddecks/cards-spaced/4.png -share/apps/carddecks/cards-spaced/40.png -share/apps/carddecks/cards-spaced/41.png -share/apps/carddecks/cards-spaced/42.png -share/apps/carddecks/cards-spaced/43.png -share/apps/carddecks/cards-spaced/44.png -share/apps/carddecks/cards-spaced/45.png -share/apps/carddecks/cards-spaced/46.png -share/apps/carddecks/cards-spaced/47.png -share/apps/carddecks/cards-spaced/48.png -share/apps/carddecks/cards-spaced/49.png -share/apps/carddecks/cards-spaced/5.png -share/apps/carddecks/cards-spaced/50.png -share/apps/carddecks/cards-spaced/51.png -share/apps/carddecks/cards-spaced/52.png -share/apps/carddecks/cards-spaced/6.png -share/apps/carddecks/cards-spaced/7.png -share/apps/carddecks/cards-spaced/8.png -share/apps/carddecks/cards-spaced/9.png -share/apps/carddecks/cards-spaced/COPYRIGHT -share/apps/carddecks/cards-spaced/index.desktop -share/apps/carddecks/cards-warwick/0.png -share/apps/carddecks/cards-warwick/1.png -share/apps/carddecks/cards-warwick/10.png -share/apps/carddecks/cards-warwick/105.png -share/apps/carddecks/cards-warwick/106.png -share/apps/carddecks/cards-warwick/107.png -share/apps/carddecks/cards-warwick/108.png -share/apps/carddecks/cards-warwick/109.png -share/apps/carddecks/cards-warwick/11.png -share/apps/carddecks/cards-warwick/110.png -share/apps/carddecks/cards-warwick/111.png -share/apps/carddecks/cards-warwick/112.png -share/apps/carddecks/cards-warwick/113.png -share/apps/carddecks/cards-warwick/114.png -share/apps/carddecks/cards-warwick/115.png -share/apps/carddecks/cards-warwick/116.png -share/apps/carddecks/cards-warwick/12.png -share/apps/carddecks/cards-warwick/13.png -share/apps/carddecks/cards-warwick/14.png -share/apps/carddecks/cards-warwick/15.png -share/apps/carddecks/cards-warwick/16.png -share/apps/carddecks/cards-warwick/17.png -share/apps/carddecks/cards-warwick/18.png -share/apps/carddecks/cards-warwick/19.png -share/apps/carddecks/cards-warwick/2.png -share/apps/carddecks/cards-warwick/20.png -share/apps/carddecks/cards-warwick/21.png -share/apps/carddecks/cards-warwick/22.png -share/apps/carddecks/cards-warwick/23.png -share/apps/carddecks/cards-warwick/24.png -share/apps/carddecks/cards-warwick/25.png -share/apps/carddecks/cards-warwick/26.png -share/apps/carddecks/cards-warwick/27.png -share/apps/carddecks/cards-warwick/28.png -share/apps/carddecks/cards-warwick/29.png -share/apps/carddecks/cards-warwick/3.png -share/apps/carddecks/cards-warwick/30.png -share/apps/carddecks/cards-warwick/31.png -share/apps/carddecks/cards-warwick/32.png -share/apps/carddecks/cards-warwick/33.png -share/apps/carddecks/cards-warwick/34.png -share/apps/carddecks/cards-warwick/35.png -share/apps/carddecks/cards-warwick/36.png -share/apps/carddecks/cards-warwick/37.png -share/apps/carddecks/cards-warwick/38.png -share/apps/carddecks/cards-warwick/39.png -share/apps/carddecks/cards-warwick/4.png -share/apps/carddecks/cards-warwick/40.png -share/apps/carddecks/cards-warwick/41.png -share/apps/carddecks/cards-warwick/42.png -share/apps/carddecks/cards-warwick/43.png -share/apps/carddecks/cards-warwick/44.png -share/apps/carddecks/cards-warwick/45.png -share/apps/carddecks/cards-warwick/46.png -share/apps/carddecks/cards-warwick/47.png -share/apps/carddecks/cards-warwick/48.png -share/apps/carddecks/cards-warwick/49.png -share/apps/carddecks/cards-warwick/5.png -share/apps/carddecks/cards-warwick/50.png -share/apps/carddecks/cards-warwick/51.png -share/apps/carddecks/cards-warwick/52.png -share/apps/carddecks/cards-warwick/6.png -share/apps/carddecks/cards-warwick/7.png -share/apps/carddecks/cards-warwick/8.png -share/apps/carddecks/cards-warwick/9.png -share/apps/carddecks/cards-warwick/index.desktop -share/apps/carddecks/cards-xskat-french/1.png -share/apps/carddecks/cards-xskat-french/10.png -share/apps/carddecks/cards-xskat-french/11.png -share/apps/carddecks/cards-xskat-french/12.png -share/apps/carddecks/cards-xskat-french/13.png -share/apps/carddecks/cards-xskat-french/14.png -share/apps/carddecks/cards-xskat-french/15.png -share/apps/carddecks/cards-xskat-french/16.png -share/apps/carddecks/cards-xskat-french/17.png -share/apps/carddecks/cards-xskat-french/18.png -share/apps/carddecks/cards-xskat-french/19.png -share/apps/carddecks/cards-xskat-french/2.png -share/apps/carddecks/cards-xskat-french/20.png -share/apps/carddecks/cards-xskat-french/21.png -share/apps/carddecks/cards-xskat-french/22.png -share/apps/carddecks/cards-xskat-french/23.png -share/apps/carddecks/cards-xskat-french/24.png -share/apps/carddecks/cards-xskat-french/25.png -share/apps/carddecks/cards-xskat-french/26.png -share/apps/carddecks/cards-xskat-french/27.png -share/apps/carddecks/cards-xskat-french/28.png -share/apps/carddecks/cards-xskat-french/29.png -share/apps/carddecks/cards-xskat-french/3.png -share/apps/carddecks/cards-xskat-french/30.png -share/apps/carddecks/cards-xskat-french/31.png -share/apps/carddecks/cards-xskat-french/32.png -share/apps/carddecks/cards-xskat-french/33.png -share/apps/carddecks/cards-xskat-french/34.png -share/apps/carddecks/cards-xskat-french/35.png -share/apps/carddecks/cards-xskat-french/36.png -share/apps/carddecks/cards-xskat-french/37.png -share/apps/carddecks/cards-xskat-french/38.png -share/apps/carddecks/cards-xskat-french/39.png -share/apps/carddecks/cards-xskat-french/4.png -share/apps/carddecks/cards-xskat-french/40.png -share/apps/carddecks/cards-xskat-french/41.png -share/apps/carddecks/cards-xskat-french/42.png -share/apps/carddecks/cards-xskat-french/43.png -share/apps/carddecks/cards-xskat-french/44.png -share/apps/carddecks/cards-xskat-french/45.png -share/apps/carddecks/cards-xskat-french/46.png -share/apps/carddecks/cards-xskat-french/47.png -share/apps/carddecks/cards-xskat-french/48.png -share/apps/carddecks/cards-xskat-french/49.png -share/apps/carddecks/cards-xskat-french/5.png -share/apps/carddecks/cards-xskat-french/50.png -share/apps/carddecks/cards-xskat-french/51.png -share/apps/carddecks/cards-xskat-french/52.png -share/apps/carddecks/cards-xskat-french/6.png -share/apps/carddecks/cards-xskat-french/7.png -share/apps/carddecks/cards-xskat-french/8.png -share/apps/carddecks/cards-xskat-french/9.png -share/apps/carddecks/cards-xskat-french/COPYRIGHT -share/apps/carddecks/cards-xskat-french/index.desktop -share/apps/carddecks/decks/deck0.desktop -share/apps/carddecks/decks/deck0.png -share/apps/carddecks/decks/deck1.desktop -share/apps/carddecks/decks/deck1.png -share/apps/carddecks/decks/deck10.desktop -share/apps/carddecks/decks/deck10.png -share/apps/carddecks/decks/deck11.desktop -share/apps/carddecks/decks/deck11.png -share/apps/carddecks/decks/deck12.desktop -share/apps/carddecks/decks/deck12.png -share/apps/carddecks/decks/deck13.desktop -share/apps/carddecks/decks/deck13.png -share/apps/carddecks/decks/deck14.desktop -share/apps/carddecks/decks/deck14.png -share/apps/carddecks/decks/deck15.desktop -share/apps/carddecks/decks/deck15.png -share/apps/carddecks/decks/deck16.desktop -share/apps/carddecks/decks/deck16.png -share/apps/carddecks/decks/deck17.desktop -share/apps/carddecks/decks/deck17.png -share/apps/carddecks/decks/deck18.desktop -share/apps/carddecks/decks/deck18.png -share/apps/carddecks/decks/deck19.desktop -share/apps/carddecks/decks/deck19.png -share/apps/carddecks/decks/deck2.desktop -share/apps/carddecks/decks/deck2.png -share/apps/carddecks/decks/deck20.desktop -share/apps/carddecks/decks/deck20.png -share/apps/carddecks/decks/deck21.desktop -share/apps/carddecks/decks/deck21.png -share/apps/carddecks/decks/deck22.desktop -share/apps/carddecks/decks/deck22.png -share/apps/carddecks/decks/deck23.desktop -share/apps/carddecks/decks/deck23.png -share/apps/carddecks/decks/deck24.desktop -share/apps/carddecks/decks/deck24.png -share/apps/carddecks/decks/deck3.desktop -share/apps/carddecks/decks/deck3.png -share/apps/carddecks/decks/deck4.desktop -share/apps/carddecks/decks/deck4.png -share/apps/carddecks/decks/deck5.desktop -share/apps/carddecks/decks/deck5.png -share/apps/carddecks/decks/deck6.desktop -share/apps/carddecks/decks/deck6.png -share/apps/carddecks/decks/deck7.desktop -share/apps/carddecks/decks/deck7.png -share/apps/carddecks/decks/deck8.desktop -share/apps/carddecks/decks/deck8.png -share/apps/carddecks/decks/deck9.desktop -share/apps/carddecks/decks/deck9.png -share/apps/kabalone/kabaloneui.rc -share/apps/kabalone/toolbar/edit.xpm -share/apps/kabalone/toolbar/hint.xpm -share/apps/kabalone/toolbar/net.xpm -share/apps/kabalone/toolbar/new.xpm -share/apps/kabalone/toolbar/noball.xpm -share/apps/kabalone/toolbar/ok.xpm -share/apps/kabalone/toolbar/redball.xpm -share/apps/kabalone/toolbar/spy0.xpm -share/apps/kabalone/toolbar/spy1.xpm -share/apps/kabalone/toolbar/spy2.xpm -share/apps/kabalone/toolbar/spy3.xpm -share/apps/kabalone/toolbar/stop.xpm -share/apps/kabalone/toolbar/undo.xpm -share/apps/kabalone/toolbar/warning.xpm -share/apps/kabalone/toolbar/yellowball.xpm -share/apps/kasteroids/kasteroidsui.rc -share/apps/kasteroids/sounds/Explosion.wav -share/apps/kasteroids/sprites/bg.png -share/apps/kasteroids/sprites/bits/bits0000.png -share/apps/kasteroids/sprites/bits/bits0001.png -share/apps/kasteroids/sprites/bits/bits0002.png -share/apps/kasteroids/sprites/bits/bits0003.png -share/apps/kasteroids/sprites/bits/bits0004.png -share/apps/kasteroids/sprites/bits/bits0005.png -share/apps/kasteroids/sprites/bits/bits0006.png -share/apps/kasteroids/sprites/bits/bits0007.png -share/apps/kasteroids/sprites/bits/bits0008.png -share/apps/kasteroids/sprites/bits/bits0009.png -share/apps/kasteroids/sprites/bits/bits0010.png -share/apps/kasteroids/sprites/bits/bits0011.png -share/apps/kasteroids/sprites/bits/bits0012.png -share/apps/kasteroids/sprites/bits/bits0013.png -share/apps/kasteroids/sprites/bits/bits0014.png -share/apps/kasteroids/sprites/bits/bits0015.png -share/apps/kasteroids/sprites/exhaust/exhaust.png -share/apps/kasteroids/sprites/missile/missile.png -share/apps/kasteroids/sprites/powerups/brake.png -share/apps/kasteroids/sprites/powerups/energy.png -share/apps/kasteroids/sprites/powerups/shield.png -share/apps/kasteroids/sprites/powerups/shoot.png -share/apps/kasteroids/sprites/powerups/teleport.png -share/apps/kasteroids/sprites/rock1/rock10000.png -share/apps/kasteroids/sprites/rock1/rock10001.png -share/apps/kasteroids/sprites/rock1/rock10002.png -share/apps/kasteroids/sprites/rock1/rock10003.png -share/apps/kasteroids/sprites/rock1/rock10004.png -share/apps/kasteroids/sprites/rock1/rock10005.png -share/apps/kasteroids/sprites/rock1/rock10006.png -share/apps/kasteroids/sprites/rock1/rock10007.png -share/apps/kasteroids/sprites/rock1/rock10008.png -share/apps/kasteroids/sprites/rock1/rock10009.png -share/apps/kasteroids/sprites/rock1/rock10010.png -share/apps/kasteroids/sprites/rock1/rock10011.png -share/apps/kasteroids/sprites/rock1/rock10012.png -share/apps/kasteroids/sprites/rock1/rock10013.png -share/apps/kasteroids/sprites/rock1/rock10014.png -share/apps/kasteroids/sprites/rock1/rock10015.png -share/apps/kasteroids/sprites/rock1/rock10016.png -share/apps/kasteroids/sprites/rock1/rock10017.png -share/apps/kasteroids/sprites/rock1/rock10018.png -share/apps/kasteroids/sprites/rock1/rock10019.png -share/apps/kasteroids/sprites/rock1/rock10020.png -share/apps/kasteroids/sprites/rock1/rock10021.png -share/apps/kasteroids/sprites/rock1/rock10022.png -share/apps/kasteroids/sprites/rock1/rock10023.png -share/apps/kasteroids/sprites/rock1/rock10024.png -share/apps/kasteroids/sprites/rock1/rock10025.png -share/apps/kasteroids/sprites/rock1/rock10026.png -share/apps/kasteroids/sprites/rock1/rock10027.png -share/apps/kasteroids/sprites/rock1/rock10028.png -share/apps/kasteroids/sprites/rock1/rock10029.png -share/apps/kasteroids/sprites/rock1/rock10030.png -share/apps/kasteroids/sprites/rock1/rock10031.png -share/apps/kasteroids/sprites/rock2/rock20000.png -share/apps/kasteroids/sprites/rock2/rock20001.png -share/apps/kasteroids/sprites/rock2/rock20002.png -share/apps/kasteroids/sprites/rock2/rock20003.png -share/apps/kasteroids/sprites/rock2/rock20004.png -share/apps/kasteroids/sprites/rock2/rock20005.png -share/apps/kasteroids/sprites/rock2/rock20006.png -share/apps/kasteroids/sprites/rock2/rock20007.png -share/apps/kasteroids/sprites/rock2/rock20008.png -share/apps/kasteroids/sprites/rock2/rock20009.png -share/apps/kasteroids/sprites/rock2/rock20010.png -share/apps/kasteroids/sprites/rock2/rock20011.png -share/apps/kasteroids/sprites/rock2/rock20012.png -share/apps/kasteroids/sprites/rock2/rock20013.png -share/apps/kasteroids/sprites/rock2/rock20014.png -share/apps/kasteroids/sprites/rock2/rock20015.png -share/apps/kasteroids/sprites/rock2/rock20016.png -share/apps/kasteroids/sprites/rock2/rock20017.png -share/apps/kasteroids/sprites/rock2/rock20018.png -share/apps/kasteroids/sprites/rock2/rock20019.png -share/apps/kasteroids/sprites/rock2/rock20020.png -share/apps/kasteroids/sprites/rock2/rock20021.png -share/apps/kasteroids/sprites/rock2/rock20022.png -share/apps/kasteroids/sprites/rock2/rock20023.png -share/apps/kasteroids/sprites/rock2/rock20024.png -share/apps/kasteroids/sprites/rock2/rock20025.png -share/apps/kasteroids/sprites/rock2/rock20026.png -share/apps/kasteroids/sprites/rock2/rock20027.png -share/apps/kasteroids/sprites/rock2/rock20028.png -share/apps/kasteroids/sprites/rock2/rock20029.png -share/apps/kasteroids/sprites/rock2/rock20030.png -share/apps/kasteroids/sprites/rock2/rock20031.png -share/apps/kasteroids/sprites/rock3/rock30000.png -share/apps/kasteroids/sprites/rock3/rock30001.png -share/apps/kasteroids/sprites/rock3/rock30002.png -share/apps/kasteroids/sprites/rock3/rock30003.png -share/apps/kasteroids/sprites/rock3/rock30004.png -share/apps/kasteroids/sprites/rock3/rock30005.png -share/apps/kasteroids/sprites/rock3/rock30006.png -share/apps/kasteroids/sprites/rock3/rock30007.png -share/apps/kasteroids/sprites/rock3/rock30008.png -share/apps/kasteroids/sprites/rock3/rock30009.png -share/apps/kasteroids/sprites/rock3/rock30010.png -share/apps/kasteroids/sprites/rock3/rock30011.png -share/apps/kasteroids/sprites/rock3/rock30012.png -share/apps/kasteroids/sprites/rock3/rock30013.png -share/apps/kasteroids/sprites/rock3/rock30014.png -share/apps/kasteroids/sprites/rock3/rock30015.png -share/apps/kasteroids/sprites/rock3/rock30016.png -share/apps/kasteroids/sprites/rock3/rock30017.png -share/apps/kasteroids/sprites/rock3/rock30018.png -share/apps/kasteroids/sprites/rock3/rock30019.png -share/apps/kasteroids/sprites/rock3/rock30020.png -share/apps/kasteroids/sprites/rock3/rock30021.png -share/apps/kasteroids/sprites/rock3/rock30022.png -share/apps/kasteroids/sprites/rock3/rock30023.png -share/apps/kasteroids/sprites/rock3/rock30024.png -share/apps/kasteroids/sprites/rock3/rock30025.png -share/apps/kasteroids/sprites/rock3/rock30026.png -share/apps/kasteroids/sprites/rock3/rock30027.png -share/apps/kasteroids/sprites/rock3/rock30028.png -share/apps/kasteroids/sprites/rock3/rock30029.png -share/apps/kasteroids/sprites/rock3/rock30030.png -share/apps/kasteroids/sprites/rock3/rock30031.png -share/apps/kasteroids/sprites/shield/shield0000.png -share/apps/kasteroids/sprites/shield/shield0001.png -share/apps/kasteroids/sprites/shield/shield0002.png -share/apps/kasteroids/sprites/shield/shield0003.png -share/apps/kasteroids/sprites/shield/shield0004.png -share/apps/kasteroids/sprites/shield/shield0005.png -share/apps/kasteroids/sprites/shield/shield0006.png -share/apps/kasteroids/sprites/ship/ship0000.png -share/apps/kasteroids/sprites/ship/ship0001.png -share/apps/kasteroids/sprites/ship/ship0002.png -share/apps/kasteroids/sprites/ship/ship0003.png -share/apps/kasteroids/sprites/ship/ship0004.png -share/apps/kasteroids/sprites/ship/ship0005.png -share/apps/kasteroids/sprites/ship/ship0006.png -share/apps/kasteroids/sprites/ship/ship0007.png -share/apps/kasteroids/sprites/ship/ship0008.png -share/apps/kasteroids/sprites/ship/ship0009.png -share/apps/kasteroids/sprites/ship/ship0010.png -share/apps/kasteroids/sprites/ship/ship0011.png -share/apps/kasteroids/sprites/ship/ship0012.png -share/apps/kasteroids/sprites/ship/ship0013.png -share/apps/kasteroids/sprites/ship/ship0014.png -share/apps/kasteroids/sprites/ship/ship0015.png -share/apps/kasteroids/sprites/ship/ship0016.png -share/apps/kasteroids/sprites/ship/ship0017.png -share/apps/kasteroids/sprites/ship/ship0018.png -share/apps/kasteroids/sprites/ship/ship0019.png -share/apps/kasteroids/sprites/ship/ship0020.png -share/apps/kasteroids/sprites/ship/ship0021.png -share/apps/kasteroids/sprites/ship/ship0022.png -share/apps/kasteroids/sprites/ship/ship0023.png -share/apps/kasteroids/sprites/ship/ship0024.png -share/apps/kasteroids/sprites/ship/ship0025.png -share/apps/kasteroids/sprites/ship/ship0026.png -share/apps/kasteroids/sprites/ship/ship0027.png -share/apps/kasteroids/sprites/ship/ship0028.png -share/apps/kasteroids/sprites/ship/ship0029.png -share/apps/kasteroids/sprites/ship/ship0030.png -share/apps/kasteroids/sprites/ship/ship0031.png -share/apps/kasteroids/sprites/ship/ship0032.png -share/apps/kasteroids/sprites/ship/ship0033.png -share/apps/kasteroids/sprites/ship/ship0034.png -share/apps/kasteroids/sprites/ship/ship0035.png -share/apps/kasteroids/sprites/ship/ship0036.png -share/apps/kasteroids/sprites/ship/ship0037.png -share/apps/kasteroids/sprites/ship/ship0038.png -share/apps/kasteroids/sprites/ship/ship0039.png -share/apps/kasteroids/sprites/ship/ship0040.png -share/apps/kasteroids/sprites/ship/ship0041.png -share/apps/kasteroids/sprites/ship/ship0042.png -share/apps/kasteroids/sprites/ship/ship0043.png -share/apps/kasteroids/sprites/ship/ship0044.png -share/apps/kasteroids/sprites/ship/ship0045.png -share/apps/kasteroids/sprites/ship/ship0046.png -share/apps/kasteroids/sprites/ship/ship0047.png -share/apps/kasteroids/sprites/ship/ship0048.png -share/apps/kasteroids/sprites/ship/ship0049.png -share/apps/kasteroids/sprites/ship/ship0050.png -share/apps/kasteroids/sprites/ship/ship0051.png -share/apps/kasteroids/sprites/ship/ship0052.png -share/apps/kasteroids/sprites/ship/ship0053.png -share/apps/kasteroids/sprites/ship/ship0054.png -share/apps/kasteroids/sprites/ship/ship0055.png -share/apps/kasteroids/sprites/ship/ship0056.png -share/apps/kasteroids/sprites/ship/ship0057.png -share/apps/kasteroids/sprites/ship/ship0058.png -share/apps/kasteroids/sprites/ship/ship0059.png -share/apps/kasteroids/sprites/ship/ship0060.png -share/apps/kasteroids/sprites/ship/ship0061.png -share/apps/kasteroids/sprites/ship/ship0062.png -share/apps/kasteroids/sprites/ship/ship0063.png -share/apps/katomic/katomicui.rc -share/apps/katomic/levels/.cvsignore -share/apps/katomic/levels/CVS/Entries -share/apps/katomic/levels/CVS/Repository -share/apps/katomic/levels/CVS/Root -share/apps/katomic/levels/CVS/Tag -share/apps/katomic/levels/level_1 -share/apps/katomic/levels/level_10 -share/apps/katomic/levels/level_11 -share/apps/katomic/levels/level_12 -share/apps/katomic/levels/level_13 -share/apps/katomic/levels/level_14 -share/apps/katomic/levels/level_15 -share/apps/katomic/levels/level_16 -share/apps/katomic/levels/level_17 -share/apps/katomic/levels/level_18 -share/apps/katomic/levels/level_19 -share/apps/katomic/levels/level_2 -share/apps/katomic/levels/level_20 -share/apps/katomic/levels/level_21 -share/apps/katomic/levels/level_22 -share/apps/katomic/levels/level_23 -share/apps/katomic/levels/level_24 -share/apps/katomic/levels/level_25 -share/apps/katomic/levels/level_26 -share/apps/katomic/levels/level_27 -share/apps/katomic/levels/level_28 -share/apps/katomic/levels/level_29 -share/apps/katomic/levels/level_3 -share/apps/katomic/levels/level_30 -share/apps/katomic/levels/level_31 -share/apps/katomic/levels/level_32 -share/apps/katomic/levels/level_33 -share/apps/katomic/levels/level_34 -share/apps/katomic/levels/level_35 -share/apps/katomic/levels/level_36 -share/apps/katomic/levels/level_37 -share/apps/katomic/levels/level_38 -share/apps/katomic/levels/level_39 -share/apps/katomic/levels/level_4 -share/apps/katomic/levels/level_40 -share/apps/katomic/levels/level_41 -share/apps/katomic/levels/level_42 -share/apps/katomic/levels/level_43 -share/apps/katomic/levels/level_44 -share/apps/katomic/levels/level_45 -share/apps/katomic/levels/level_46 -share/apps/katomic/levels/level_47 -share/apps/katomic/levels/level_48 -share/apps/katomic/levels/level_49 -share/apps/katomic/levels/level_5 -share/apps/katomic/levels/level_50 -share/apps/katomic/levels/level_51 -share/apps/katomic/levels/level_52 -share/apps/katomic/levels/level_53 -share/apps/katomic/levels/level_54 -share/apps/katomic/levels/level_55 -share/apps/katomic/levels/level_56 -share/apps/katomic/levels/level_57 -share/apps/katomic/levels/level_58 -share/apps/katomic/levels/level_59 -share/apps/katomic/levels/level_6 -share/apps/katomic/levels/level_60 -share/apps/katomic/levels/level_61 -share/apps/katomic/levels/level_62 -share/apps/katomic/levels/level_63 -share/apps/katomic/levels/level_64 -share/apps/katomic/levels/level_65 -share/apps/katomic/levels/level_66 -share/apps/katomic/levels/level_67 -share/apps/katomic/levels/level_68 -share/apps/katomic/levels/level_69 -share/apps/katomic/levels/level_7 -share/apps/katomic/levels/level_70 -share/apps/katomic/levels/level_71 -share/apps/katomic/levels/level_72 -share/apps/katomic/levels/level_73 -share/apps/katomic/levels/level_74 -share/apps/katomic/levels/level_75 -share/apps/katomic/levels/level_76 -share/apps/katomic/levels/level_77 -share/apps/katomic/levels/level_78 -share/apps/katomic/levels/level_79 -share/apps/katomic/levels/level_8 -share/apps/katomic/levels/level_9 -share/apps/katomic/pics/abilder.png -share/apps/katomic/pics/molek.png -share/apps/kbackgammon/eventsrc -share/apps/kbackgammon/kbackgammonui.rc -share/apps/kbackgammon/pics/kbackgammon-chat.png -share/apps/kbackgammon/pics/kbackgammon-double.xpm -share/apps/kbackgammon/pics/kbackgammon-fonts.xpm -share/apps/kbackgammon/pics/kbackgammon-hint.xpm -share/apps/kbackgammon/pics/kbackgammon-redo.xpm -share/apps/kbackgammon/pics/kbackgammon-reload.xpm -share/apps/kbackgammon/pics/kbackgammon-roll.xpm -share/apps/kbackgammon/pics/kbackgammon-send.xpm -share/apps/kbackgammon/pics/kbackgammon-undo.xpm -share/apps/kbackgammon/sounds/kbackgammon-lost.wav -share/apps/kbackgammon/sounds/kbackgammon-move.wav -share/apps/kbackgammon/sounds/kbackgammon-roll.wav -share/apps/kbackgammon/sounds/kbackgammon-won.wav -share/apps/kbattleship/kbattleshipui.rc -share/apps/kbattleship/pictures/death.png -share/apps/kbattleship/pictures/hit.png -share/apps/kbattleship/pictures/sea.png -share/apps/kbattleship/pictures/ship1-1-r.png -share/apps/kbattleship/pictures/ship1-1.png -share/apps/kbattleship/pictures/ship2-1-r.png -share/apps/kbattleship/pictures/ship2-1.png -share/apps/kbattleship/pictures/ship2-2-r.png -share/apps/kbattleship/pictures/ship2-2.png -share/apps/kbattleship/pictures/ship3-1-r.png -share/apps/kbattleship/pictures/ship3-1.png -share/apps/kbattleship/pictures/ship3-2-r.png -share/apps/kbattleship/pictures/ship3-2.png -share/apps/kbattleship/pictures/ship3-3-r.png -share/apps/kbattleship/pictures/ship3-3.png -share/apps/kbattleship/pictures/ship4-1-r.png -share/apps/kbattleship/pictures/ship4-1.png -share/apps/kbattleship/pictures/ship4-2-r.png -share/apps/kbattleship/pictures/ship4-2.png -share/apps/kbattleship/pictures/ship4-3-r.png -share/apps/kbattleship/pictures/ship4-3.png -share/apps/kbattleship/pictures/ship4-4-r.png -share/apps/kbattleship/pictures/ship4-4.png -share/apps/kbattleship/pictures/water.png -share/apps/kbattleship/sounds/ship-player-shoot-water.mp3 -share/apps/kbattleship/sounds/ship-player1-shoot.mp3 -share/apps/kbattleship/sounds/ship-player2-shoot.mp3 -share/apps/kbattleship/sounds/ship-sink.mp3 -share/apps/kblackbox/kblackboxui.rc -share/apps/kblackbox/pics/blue.xpm -share/apps/kblackbox/pics/brown.xpm -share/apps/kblackbox/pics/cyan.xpm -share/apps/kblackbox/pics/done.xpm -share/apps/kblackbox/pics/giveup.xpm -share/apps/kblackbox/pics/gray.xpm -share/apps/kblackbox/pics/green.xpm -share/apps/kblackbox/pics/green2.xpm -share/apps/kblackbox/pics/red.xpm -share/apps/kblackbox/pics/white.xpm -share/apps/kdegames/pics/star.png -share/apps/kfouleggs/kfouleggsui.rc -share/apps/kjezz/kjezzui.rc -share/apps/kjezz/pics/ball0000.png -share/apps/kjezz/pics/ball0001.png -share/apps/kjezz/pics/ball0002.png -share/apps/kjezz/pics/ball0003.png -share/apps/kjezz/pics/ball0004.png -share/apps/kjezz/pics/ball0005.png -share/apps/kjezz/pics/ball0006.png -share/apps/kjezz/pics/ball0007.png -share/apps/kjezz/pics/ball0008.png -share/apps/kjezz/pics/ball0009.png -share/apps/kjezz/pics/ball0010.png -share/apps/kjezz/pics/ball0011.png -share/apps/kjezz/pics/ball0012.png -share/apps/kjezz/pics/ball0013.png -share/apps/kjezz/pics/ball0014.png -share/apps/kjezz/pics/ball0015.png -share/apps/kjezz/pics/ball0016.png -share/apps/kjezz/pics/ball0017.png -share/apps/kjezz/pics/ball0018.png -share/apps/kjezz/pics/ball0019.png -share/apps/kjezz/pics/ball0020.png -share/apps/kjezz/pics/ball0021.png -share/apps/kjezz/pics/ball0022.png -share/apps/kjezz/pics/ball0023.png -share/apps/kjezz/pics/ball0024.png -share/apps/kjezz/pics/tiles.png -share/apps/kjezz/sounds/death.au -share/apps/kjezz/sounds/reflect.au -share/apps/kjezz/sounds/seconds.au -share/apps/kjezz/sounds/timeout.au -share/apps/kjezz/sounds/wallend.au -share/apps/kjezz/sounds/wallstart.au -share/apps/kjumpingcube/kjumpingcubeui.rc -share/apps/klines/balls.jpg -share/apps/klines/field.jpg -share/apps/klines/fire.jpg -share/apps/kmahjongg/pics/cross.layout -share/apps/kmahjongg/pics/default.bgnd -share/apps/kmahjongg/pics/default.layout -share/apps/kmahjongg/pics/default.theme -share/apps/kmahjongg/pics/default.tileset -share/apps/kmahjongg/pics/haze.bgnd -share/apps/kmahjongg/pics/kmahjongg.png -share/apps/kmahjongg/pics/kmahjongg_bgnd.png -share/apps/kmahjongg/pics/pirates.bgnd -share/apps/kmahjongg/pics/pirates.layout -share/apps/kmahjongg/pics/pirates.theme -share/apps/kmahjongg/pics/pirates.tileset -share/apps/kmahjongg/pics/pyramid.layout -share/apps/kmahjongg/pics/slate.bgnd -share/apps/kmahjongg/pics/splash.png -share/apps/kmahjongg/pics/stax.layout -share/apps/kmahjongg/pics/test.layout -share/apps/kmahjongg/pics/test2.layout -share/apps/kmahjongg/pics/tower.layout -share/apps/kmahjongg/pics/traditional.tileset -share/apps/kmahjongg/pics/triangle.layout -share/apps/kmahjongg/pics/wood.bgnd -share/apps/kmahjongg/toolbar/newnum.xpm -share/apps/kmahjongg/toolbar/pause.xpm -share/apps/kmahjongg/toolbar/play.xpm -share/apps/kmines/kminesui.rc -share/apps/konquest/konquestui.rc -share/apps/konquest/pics/konquest-splash.gif -share/apps/konquest/pics/planet1.xpm -share/apps/konquest/pics/planet2.xpm -share/apps/konquest/pics/planet3.xpm -share/apps/konquest/pics/planet4.xpm -share/apps/konquest/pics/planet5.xpm -share/apps/konquest/pics/planet6.xpm -share/apps/konquest/pics/planet7.xpm -share/apps/konquest/pics/planet8.xpm -share/apps/konquest/pics/planet9.xpm -share/apps/konquest/pics/ruler.xpm -share/apps/kpat/kpatui.rc -share/apps/kpoker/kpokerui.rc -share/apps/kpoker/sounds/cardflip.wav -share/apps/kpoker/sounds/hold.wav -share/apps/kpoker/sounds/lose.wav -share/apps/kpoker/sounds/win.wav -share/apps/kreversi/pics/background/Dark_Wood.xpm -share/apps/kreversi/pics/background/Earth.xpm -share/apps/kreversi/pics/background/Granite.xpm -share/apps/kreversi/pics/background/Hexagon.xpm -share/apps/kreversi/pics/background/Light_Wood.xpm -share/apps/kreversi/pics/background/Mystique.xpm -share/apps/kreversi/pics/background/Ocean.xpm -share/apps/kreversi/pics/background/Pipes.xpm -share/apps/kreversi/pics/background/Puzzle.xpm -share/apps/kreversi/pics/background/Stones.xpm -share/apps/kreversi/pics/chips.xpm -share/apps/kreversi/pics/chips_mono.xpm -share/apps/kreversi/pics/help.xpm -share/apps/kreversi/pics/hint.xpm -share/apps/kreversi/pics/logo.xpm -share/apps/kreversi/pics/stop.xpm -share/apps/kreversi/pics/undo.xpm -share/apps/kreversi/pics/zoomin.xpm -share/apps/kreversi/pics/zoomout.xpm -share/apps/kreversi/sounds/reversi-click.wav -share/apps/kreversi/sounds/reversi-lost.wav -share/apps/kreversi/sounds/reversi-won.wav -share/apps/ksame/eventsrc -share/apps/ksame/ksameui.rc -share/apps/ksame/stones.png -share/apps/kshisen/kshisen.xpm -share/apps/kshisen/kshisen_bgnd.xpm -share/apps/kshisen/kshisenui.rc -share/apps/kshisen/mask.xpm -share/apps/kshisen/paused.xpm -share/apps/ksirtet/ksirtetui.rc -share/apps/ksmiletris/data/bg1.bmp -share/apps/ksmiletris/data/bg10.bmp -share/apps/ksmiletris/data/bg11.bmp -share/apps/ksmiletris/data/bg12.bmp -share/apps/ksmiletris/data/bg13.bmp -share/apps/ksmiletris/data/bg14.bmp -share/apps/ksmiletris/data/bg15.bmp -share/apps/ksmiletris/data/bg16.bmp -share/apps/ksmiletris/data/bg2.bmp -share/apps/ksmiletris/data/bg3.bmp -share/apps/ksmiletris/data/bg4.bmp -share/apps/ksmiletris/data/bg5.bmp -share/apps/ksmiletris/data/bg6.bmp -share/apps/ksmiletris/data/bg7.bmp -share/apps/ksmiletris/data/bg8.bmp -share/apps/ksmiletris/data/bg9.bmp -share/apps/ksmiletris/data/block-a1.bmp -share/apps/ksmiletris/data/block-a2.bmp -share/apps/ksmiletris/data/block-a3.bmp -share/apps/ksmiletris/data/block-a4.bmp -share/apps/ksmiletris/data/block-a5.bmp -share/apps/ksmiletris/data/block-a6.bmp -share/apps/ksmiletris/data/block-a7.bmp -share/apps/ksmiletris/data/block-a8.bmp -share/apps/ksmiletris/data/block-b1.bmp -share/apps/ksmiletris/data/block-b2.bmp -share/apps/ksmiletris/data/block-b3.bmp -share/apps/ksmiletris/data/block-b4.bmp -share/apps/ksmiletris/data/block-b5.bmp -share/apps/ksmiletris/data/block-b6.bmp -share/apps/ksmiletris/data/block-b7.bmp -share/apps/ksmiletris/data/block-b8.bmp -share/apps/ksmiletris/data/block-c1.bmp -share/apps/ksmiletris/data/block-c2.bmp -share/apps/ksmiletris/data/block-c3.bmp -share/apps/ksmiletris/data/block-c4.bmp -share/apps/ksmiletris/data/block-c5.bmp -share/apps/ksmiletris/data/block-c6.bmp -share/apps/ksmiletris/data/block-c7.bmp -share/apps/ksmiletris/data/block-c8.bmp -share/apps/ksmiletris/data/broken-mask.bmp -share/apps/ksmiletris/data/broken.bmp -share/apps/ksmiletris/data/cleared-a.bmp -share/apps/ksmiletris/data/cleared-b.bmp -share/apps/ksmiletris/data/cleared-c.bmp -share/apps/ksmiletris/data/pause.bmp -share/apps/ksmiletris/sounds/break.wav -share/apps/ksmiletris/sounds/clear.wav -share/apps/ksnake/backgrounds/Bark.png -share/apps/ksnake/backgrounds/Blue_Carpet.png -share/apps/ksnake/backgrounds/Dark_Wood.png -share/apps/ksnake/backgrounds/Granite.png -share/apps/ksnake/backgrounds/Green_Carpet.png -share/apps/ksnake/backgrounds/Mystique.png -share/apps/ksnake/backgrounds/Rope_Weave.png -share/apps/ksnake/backgrounds/Volcanic.png -share/apps/ksnake/backgrounds/Wood.png -share/apps/ksnake/highScores -share/apps/ksnake/ksnakeui.rc -share/apps/ksnake/levels/room01 -share/apps/ksnake/levels/room02 -share/apps/ksnake/levels/room03 -share/apps/ksnake/levels/room04 -share/apps/ksnake/levels/room05 -share/apps/ksnake/levels/room06 -share/apps/ksnake/levels/room07 -share/apps/ksnake/levels/room08 -share/apps/ksnake/levels/room09 -share/apps/ksnake/levels/room10 -share/apps/ksnake/levels/room11 -share/apps/ksnake/levels/room12 -share/apps/ksnake/levels/room13 -share/apps/ksnake/levels/room14 -share/apps/ksnake/levels/room15 -share/apps/ksnake/levels/room16 -share/apps/ksnake/levels/room17 -share/apps/ksnake/levels/room18 -share/apps/ksnake/levels/room19 -share/apps/ksnake/levels/room20 -share/apps/ksnake/levels/room21 -share/apps/ksnake/levels/room22 -share/apps/ksnake/levels/room23 -share/apps/ksnake/levels/room24 -share/apps/ksnake/levels/room25 -share/apps/ksnake/pics/apples.png -share/apps/ksnake/pics/ball.png -share/apps/ksnake/pics/brick.png -share/apps/ksnake/pics/down.png -share/apps/ksnake/pics/left.png -share/apps/ksnake/pics/right.png -share/apps/ksnake/pics/samy.png -share/apps/ksnake/pics/snake1.png -share/apps/ksnake/pics/snake2.png -share/apps/ksnake/pics/up.png -share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewgame.png -share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewround.png -share/apps/kspaceduel/icons/hicolor/16x16/actions/sppausegame.png -share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewgame.png -share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewround.png -share/apps/kspaceduel/icons/hicolor/22x22/actions/sppausegame.png -share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewgame.png -share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewround.png -share/apps/kspaceduel/icons/hicolor/32x32/actions/sppausegame.png -share/apps/kspaceduel/icons/locolor/16x16/actions/spnewgame.png -share/apps/kspaceduel/icons/locolor/16x16/actions/spnewround.png -share/apps/kspaceduel/icons/locolor/16x16/actions/sppausegame.png -share/apps/kspaceduel/kspaceduelui.rc -share/apps/kspaceduel/sprites/backgr.png -share/apps/kspaceduel/sprites/explosion/explos00.pbm -share/apps/kspaceduel/sprites/explosion/explos00.ppm -share/apps/kspaceduel/sprites/explosion/explos01.pbm -share/apps/kspaceduel/sprites/explosion/explos01.ppm -share/apps/kspaceduel/sprites/explosion/explos02.pbm -share/apps/kspaceduel/sprites/explosion/explos02.ppm -share/apps/kspaceduel/sprites/explosion/explos03.pbm -share/apps/kspaceduel/sprites/explosion/explos03.ppm -share/apps/kspaceduel/sprites/explosion/explos04.pbm -share/apps/kspaceduel/sprites/explosion/explos04.ppm -share/apps/kspaceduel/sprites/explosion/explos05.pbm -share/apps/kspaceduel/sprites/explosion/explos05.ppm -share/apps/kspaceduel/sprites/explosion/explos06.pbm -share/apps/kspaceduel/sprites/explosion/explos06.ppm -share/apps/kspaceduel/sprites/explosion/explos07.pbm -share/apps/kspaceduel/sprites/explosion/explos07.ppm -share/apps/kspaceduel/sprites/explosion/explos08.pbm -share/apps/kspaceduel/sprites/explosion/explos08.ppm -share/apps/kspaceduel/sprites/explosion/explos09.pbm -share/apps/kspaceduel/sprites/explosion/explos09.ppm -share/apps/kspaceduel/sprites/explosion/explos10.pbm -share/apps/kspaceduel/sprites/explosion/explos10.ppm -share/apps/kspaceduel/sprites/explosion/explos11.pbm -share/apps/kspaceduel/sprites/explosion/explos11.ppm -share/apps/kspaceduel/sprites/explosion/explos12.pbm -share/apps/kspaceduel/sprites/explosion/explos12.ppm -share/apps/kspaceduel/sprites/explosion/explos13.pbm -share/apps/kspaceduel/sprites/explosion/explos13.ppm -share/apps/kspaceduel/sprites/explosion/explos14.pbm -share/apps/kspaceduel/sprites/explosion/explos14.ppm -share/apps/kspaceduel/sprites/explosion/explos15.pbm -share/apps/kspaceduel/sprites/explosion/explos15.ppm -share/apps/kspaceduel/sprites/explosion/explos16.pbm -share/apps/kspaceduel/sprites/explosion/explos16.ppm -share/apps/kspaceduel/sprites/explosion/explos17.pbm -share/apps/kspaceduel/sprites/explosion/explos17.ppm -share/apps/kspaceduel/sprites/explosion/explos18.pbm -share/apps/kspaceduel/sprites/explosion/explos18.ppm -share/apps/kspaceduel/sprites/explosion/explos19.pbm -share/apps/kspaceduel/sprites/explosion/explos19.ppm -share/apps/kspaceduel/sprites/explosion/explos20.pbm -share/apps/kspaceduel/sprites/explosion/explos20.ppm -share/apps/kspaceduel/sprites/explosion/explos21.pbm -share/apps/kspaceduel/sprites/explosion/explos21.ppm -share/apps/kspaceduel/sprites/explosion/explos22.pbm -share/apps/kspaceduel/sprites/explosion/explos22.ppm -share/apps/kspaceduel/sprites/explosion/explos23.pbm -share/apps/kspaceduel/sprites/explosion/explos23.ppm -share/apps/kspaceduel/sprites/explosion/explos24.pbm -share/apps/kspaceduel/sprites/explosion/explos24.ppm -share/apps/kspaceduel/sprites/explosion/explos25.pbm -share/apps/kspaceduel/sprites/explosion/explos25.ppm -share/apps/kspaceduel/sprites/explosion/explos26.pbm -share/apps/kspaceduel/sprites/explosion/explos26.ppm -share/apps/kspaceduel/sprites/explosion/explos27.pbm -share/apps/kspaceduel/sprites/explosion/explos27.ppm -share/apps/kspaceduel/sprites/explosion/explos28.pbm -share/apps/kspaceduel/sprites/explosion/explos28.ppm -share/apps/kspaceduel/sprites/explosion/explos29.pbm -share/apps/kspaceduel/sprites/explosion/explos29.ppm -share/apps/kspaceduel/sprites/explosion/explos30.pbm -share/apps/kspaceduel/sprites/explosion/explos30.ppm -share/apps/kspaceduel/sprites/explosion/mineex00.pbm -share/apps/kspaceduel/sprites/explosion/mineex00.ppm -share/apps/kspaceduel/sprites/explosion/mineex01.pbm -share/apps/kspaceduel/sprites/explosion/mineex01.ppm -share/apps/kspaceduel/sprites/explosion/mineex02.pbm -share/apps/kspaceduel/sprites/explosion/mineex02.ppm -share/apps/kspaceduel/sprites/explosion/mineex03.pbm -share/apps/kspaceduel/sprites/explosion/mineex03.ppm -share/apps/kspaceduel/sprites/explosion/mineex04.pbm -share/apps/kspaceduel/sprites/explosion/mineex04.ppm -share/apps/kspaceduel/sprites/explosion/mineex05.pbm -share/apps/kspaceduel/sprites/explosion/mineex05.ppm -share/apps/kspaceduel/sprites/explosion/mineex06.pbm -share/apps/kspaceduel/sprites/explosion/mineex06.ppm -share/apps/kspaceduel/sprites/explosion/mineex07.pbm -share/apps/kspaceduel/sprites/explosion/mineex07.ppm -share/apps/kspaceduel/sprites/explosion/mineex08.pbm -share/apps/kspaceduel/sprites/explosion/mineex08.ppm -share/apps/kspaceduel/sprites/explosion/mineex09.pbm -share/apps/kspaceduel/sprites/explosion/mineex09.ppm -share/apps/kspaceduel/sprites/explosion/mineex10.pbm -share/apps/kspaceduel/sprites/explosion/mineex10.ppm -share/apps/kspaceduel/sprites/explosion/mineex11.pbm -share/apps/kspaceduel/sprites/explosion/mineex11.ppm -share/apps/kspaceduel/sprites/explosion/mineex12.pbm -share/apps/kspaceduel/sprites/explosion/mineex12.ppm -share/apps/kspaceduel/sprites/explosion/mineex13.pbm -share/apps/kspaceduel/sprites/explosion/mineex13.ppm -share/apps/kspaceduel/sprites/explosion/mineex14.pbm -share/apps/kspaceduel/sprites/explosion/mineex14.ppm -share/apps/kspaceduel/sprites/explosion/mineex15.pbm -share/apps/kspaceduel/sprites/explosion/mineex15.ppm -share/apps/kspaceduel/sprites/explosion/mineex16.pbm -share/apps/kspaceduel/sprites/explosion/mineex16.ppm -share/apps/kspaceduel/sprites/explosion/mineex17.pbm -share/apps/kspaceduel/sprites/explosion/mineex17.ppm -share/apps/kspaceduel/sprites/playerinfo/energy.pnm -share/apps/kspaceduel/sprites/playerinfo/mine.pnm -share/apps/kspaceduel/sprites/playerinfo/ship10.pnm -share/apps/kspaceduel/sprites/playerinfo/ship11.pnm -share/apps/kspaceduel/sprites/playerinfo/ship12.pnm -share/apps/kspaceduel/sprites/playerinfo/ship13.pnm -share/apps/kspaceduel/sprites/playerinfo/ship20.pnm -share/apps/kspaceduel/sprites/playerinfo/ship21.pnm -share/apps/kspaceduel/sprites/playerinfo/ship22.pnm -share/apps/kspaceduel/sprites/playerinfo/ship23.pnm -share/apps/kspaceduel/sprites/playerinfo/win.pnm -share/apps/kspaceduel/sprites/powerups/pbullet.pbm -share/apps/kspaceduel/sprites/powerups/pbullet.ppm -share/apps/kspaceduel/sprites/powerups/penergy.pbm -share/apps/kspaceduel/sprites/powerups/penergy.ppm -share/apps/kspaceduel/sprites/powerups/pmine.pbm -share/apps/kspaceduel/sprites/powerups/pmine.ppm -share/apps/kspaceduel/sprites/powerups/pshield.pbm -share/apps/kspaceduel/sprites/powerups/pshield.ppm -share/apps/kspaceduel/sprites/ship1/bullet.pbm -share/apps/kspaceduel/sprites/ship1/bullet.ppm -share/apps/kspaceduel/sprites/ship1/mine0.pbm -share/apps/kspaceduel/sprites/ship1/mine0.ppm -share/apps/kspaceduel/sprites/ship1/mine1.pbm -share/apps/kspaceduel/sprites/ship1/mine1.ppm -share/apps/kspaceduel/sprites/ship1/ship00.pbm -share/apps/kspaceduel/sprites/ship1/ship00.ppm -share/apps/kspaceduel/sprites/ship1/ship01.pbm -share/apps/kspaceduel/sprites/ship1/ship01.ppm -share/apps/kspaceduel/sprites/ship1/ship02.pbm -share/apps/kspaceduel/sprites/ship1/ship02.ppm -share/apps/kspaceduel/sprites/ship1/ship03.pbm -share/apps/kspaceduel/sprites/ship1/ship03.ppm -share/apps/kspaceduel/sprites/ship1/ship04.pbm -share/apps/kspaceduel/sprites/ship1/ship04.ppm -share/apps/kspaceduel/sprites/ship1/ship05.pbm -share/apps/kspaceduel/sprites/ship1/ship05.ppm -share/apps/kspaceduel/sprites/ship1/ship06.pbm -share/apps/kspaceduel/sprites/ship1/ship06.ppm -share/apps/kspaceduel/sprites/ship1/ship07.pbm -share/apps/kspaceduel/sprites/ship1/ship07.ppm -share/apps/kspaceduel/sprites/ship1/ship08.pbm -share/apps/kspaceduel/sprites/ship1/ship08.ppm -share/apps/kspaceduel/sprites/ship1/ship09.pbm -share/apps/kspaceduel/sprites/ship1/ship09.ppm -share/apps/kspaceduel/sprites/ship1/ship10.pbm -share/apps/kspaceduel/sprites/ship1/ship10.ppm -share/apps/kspaceduel/sprites/ship1/ship11.pbm -share/apps/kspaceduel/sprites/ship1/ship11.ppm -share/apps/kspaceduel/sprites/ship1/ship12.pbm -share/apps/kspaceduel/sprites/ship1/ship12.ppm -share/apps/kspaceduel/sprites/ship1/ship13.pbm -share/apps/kspaceduel/sprites/ship1/ship13.ppm -share/apps/kspaceduel/sprites/ship1/ship14.pbm -share/apps/kspaceduel/sprites/ship1/ship14.ppm -share/apps/kspaceduel/sprites/ship1/ship15.pbm -share/apps/kspaceduel/sprites/ship1/ship15.ppm -share/apps/kspaceduel/sprites/ship1/ship16.pbm -share/apps/kspaceduel/sprites/ship1/ship16.ppm -share/apps/kspaceduel/sprites/ship1/ship17.pbm -share/apps/kspaceduel/sprites/ship1/ship17.ppm -share/apps/kspaceduel/sprites/ship1/ship18.pbm -share/apps/kspaceduel/sprites/ship1/ship18.ppm -share/apps/kspaceduel/sprites/ship1/ship19.pbm -share/apps/kspaceduel/sprites/ship1/ship19.ppm -share/apps/kspaceduel/sprites/ship1/ship20.pbm -share/apps/kspaceduel/sprites/ship1/ship20.ppm -share/apps/kspaceduel/sprites/ship1/ship21.pbm -share/apps/kspaceduel/sprites/ship1/ship21.ppm -share/apps/kspaceduel/sprites/ship1/ship22.pbm -share/apps/kspaceduel/sprites/ship1/ship22.ppm -share/apps/kspaceduel/sprites/ship1/ship23.pbm -share/apps/kspaceduel/sprites/ship1/ship23.ppm -share/apps/kspaceduel/sprites/ship1/ship24.pbm -share/apps/kspaceduel/sprites/ship1/ship24.ppm -share/apps/kspaceduel/sprites/ship1/ship25.pbm -share/apps/kspaceduel/sprites/ship1/ship25.ppm -share/apps/kspaceduel/sprites/ship1/ship26.pbm -share/apps/kspaceduel/sprites/ship1/ship26.ppm -share/apps/kspaceduel/sprites/ship1/ship27.pbm -share/apps/kspaceduel/sprites/ship1/ship27.ppm -share/apps/kspaceduel/sprites/ship1/ship28.pbm -share/apps/kspaceduel/sprites/ship1/ship28.ppm -share/apps/kspaceduel/sprites/ship1/ship29.pbm -share/apps/kspaceduel/sprites/ship1/ship29.ppm -share/apps/kspaceduel/sprites/ship1/ship30.pbm -share/apps/kspaceduel/sprites/ship1/ship30.ppm -share/apps/kspaceduel/sprites/ship1/ship31.pbm -share/apps/kspaceduel/sprites/ship1/ship31.ppm -share/apps/kspaceduel/sprites/ship1/ship32.pbm -share/apps/kspaceduel/sprites/ship1/ship32.ppm -share/apps/kspaceduel/sprites/ship1/ship33.pbm -share/apps/kspaceduel/sprites/ship1/ship33.ppm -share/apps/kspaceduel/sprites/ship1/ship34.pbm -share/apps/kspaceduel/sprites/ship1/ship34.ppm -share/apps/kspaceduel/sprites/ship1/ship35.pbm -share/apps/kspaceduel/sprites/ship1/ship35.ppm -share/apps/kspaceduel/sprites/ship1/ship36.pbm -share/apps/kspaceduel/sprites/ship1/ship36.ppm -share/apps/kspaceduel/sprites/ship1/ship37.pbm -share/apps/kspaceduel/sprites/ship1/ship37.ppm -share/apps/kspaceduel/sprites/ship1/ship38.pbm -share/apps/kspaceduel/sprites/ship1/ship38.ppm -share/apps/kspaceduel/sprites/ship1/ship39.pbm -share/apps/kspaceduel/sprites/ship1/ship39.ppm -share/apps/kspaceduel/sprites/ship1/ship40.pbm -share/apps/kspaceduel/sprites/ship1/ship40.ppm -share/apps/kspaceduel/sprites/ship1/ship41.pbm -share/apps/kspaceduel/sprites/ship1/ship41.ppm -share/apps/kspaceduel/sprites/ship1/ship42.pbm -share/apps/kspaceduel/sprites/ship1/ship42.ppm -share/apps/kspaceduel/sprites/ship1/ship43.pbm -share/apps/kspaceduel/sprites/ship1/ship43.ppm -share/apps/kspaceduel/sprites/ship1/ship44.pbm -share/apps/kspaceduel/sprites/ship1/ship44.ppm -share/apps/kspaceduel/sprites/ship1/ship45.pbm -share/apps/kspaceduel/sprites/ship1/ship45.ppm -share/apps/kspaceduel/sprites/ship1/ship46.pbm -share/apps/kspaceduel/sprites/ship1/ship46.ppm -share/apps/kspaceduel/sprites/ship1/ship47.pbm -share/apps/kspaceduel/sprites/ship1/ship47.ppm -share/apps/kspaceduel/sprites/ship1/ship48.pbm -share/apps/kspaceduel/sprites/ship1/ship48.ppm -share/apps/kspaceduel/sprites/ship1/ship49.pbm -share/apps/kspaceduel/sprites/ship1/ship49.ppm -share/apps/kspaceduel/sprites/ship1/ship50.pbm -share/apps/kspaceduel/sprites/ship1/ship50.ppm -share/apps/kspaceduel/sprites/ship1/ship51.pbm -share/apps/kspaceduel/sprites/ship1/ship51.ppm -share/apps/kspaceduel/sprites/ship1/ship52.pbm -share/apps/kspaceduel/sprites/ship1/ship52.ppm -share/apps/kspaceduel/sprites/ship1/ship53.pbm -share/apps/kspaceduel/sprites/ship1/ship53.ppm -share/apps/kspaceduel/sprites/ship1/ship54.pbm -share/apps/kspaceduel/sprites/ship1/ship54.ppm -share/apps/kspaceduel/sprites/ship1/ship55.pbm -share/apps/kspaceduel/sprites/ship1/ship55.ppm -share/apps/kspaceduel/sprites/ship1/ship56.pbm -share/apps/kspaceduel/sprites/ship1/ship56.ppm -share/apps/kspaceduel/sprites/ship1/ship57.pbm -share/apps/kspaceduel/sprites/ship1/ship57.ppm -share/apps/kspaceduel/sprites/ship1/ship58.pbm -share/apps/kspaceduel/sprites/ship1/ship58.ppm -share/apps/kspaceduel/sprites/ship1/ship59.pbm -share/apps/kspaceduel/sprites/ship1/ship59.ppm -share/apps/kspaceduel/sprites/ship1/ship60.pbm -share/apps/kspaceduel/sprites/ship1/ship60.ppm -share/apps/kspaceduel/sprites/ship1/ship61.pbm -share/apps/kspaceduel/sprites/ship1/ship61.ppm -share/apps/kspaceduel/sprites/ship1/ship62.pbm -share/apps/kspaceduel/sprites/ship1/ship62.ppm -share/apps/kspaceduel/sprites/ship1/ship63.pbm -share/apps/kspaceduel/sprites/ship1/ship63.ppm -share/apps/kspaceduel/sprites/ship1/ship64.pbm -share/apps/kspaceduel/sprites/ship1/ship64.ppm -share/apps/kspaceduel/sprites/ship2/bullet.pbm -share/apps/kspaceduel/sprites/ship2/bullet.ppm -share/apps/kspaceduel/sprites/ship2/mine0.pbm -share/apps/kspaceduel/sprites/ship2/mine0.ppm -share/apps/kspaceduel/sprites/ship2/mine1.pbm -share/apps/kspaceduel/sprites/ship2/mine1.ppm -share/apps/kspaceduel/sprites/ship2/ship00.pbm -share/apps/kspaceduel/sprites/ship2/ship00.ppm -share/apps/kspaceduel/sprites/ship2/ship01.pbm -share/apps/kspaceduel/sprites/ship2/ship01.ppm -share/apps/kspaceduel/sprites/ship2/ship02.pbm -share/apps/kspaceduel/sprites/ship2/ship02.ppm -share/apps/kspaceduel/sprites/ship2/ship03.pbm -share/apps/kspaceduel/sprites/ship2/ship03.ppm -share/apps/kspaceduel/sprites/ship2/ship04.pbm -share/apps/kspaceduel/sprites/ship2/ship04.ppm -share/apps/kspaceduel/sprites/ship2/ship05.pbm -share/apps/kspaceduel/sprites/ship2/ship05.ppm -share/apps/kspaceduel/sprites/ship2/ship06.pbm -share/apps/kspaceduel/sprites/ship2/ship06.ppm -share/apps/kspaceduel/sprites/ship2/ship07.pbm -share/apps/kspaceduel/sprites/ship2/ship07.ppm -share/apps/kspaceduel/sprites/ship2/ship08.pbm -share/apps/kspaceduel/sprites/ship2/ship08.ppm -share/apps/kspaceduel/sprites/ship2/ship09.pbm -share/apps/kspaceduel/sprites/ship2/ship09.ppm -share/apps/kspaceduel/sprites/ship2/ship10.pbm -share/apps/kspaceduel/sprites/ship2/ship10.ppm -share/apps/kspaceduel/sprites/ship2/ship11.pbm -share/apps/kspaceduel/sprites/ship2/ship11.ppm -share/apps/kspaceduel/sprites/ship2/ship12.pbm -share/apps/kspaceduel/sprites/ship2/ship12.ppm -share/apps/kspaceduel/sprites/ship2/ship13.pbm -share/apps/kspaceduel/sprites/ship2/ship13.ppm -share/apps/kspaceduel/sprites/ship2/ship14.pbm -share/apps/kspaceduel/sprites/ship2/ship14.ppm -share/apps/kspaceduel/sprites/ship2/ship15.pbm -share/apps/kspaceduel/sprites/ship2/ship15.ppm -share/apps/kspaceduel/sprites/ship2/ship16.pbm -share/apps/kspaceduel/sprites/ship2/ship16.ppm -share/apps/kspaceduel/sprites/ship2/ship17.pbm -share/apps/kspaceduel/sprites/ship2/ship17.ppm -share/apps/kspaceduel/sprites/ship2/ship18.pbm -share/apps/kspaceduel/sprites/ship2/ship18.ppm -share/apps/kspaceduel/sprites/ship2/ship19.pbm -share/apps/kspaceduel/sprites/ship2/ship19.ppm -share/apps/kspaceduel/sprites/ship2/ship20.pbm -share/apps/kspaceduel/sprites/ship2/ship20.ppm -share/apps/kspaceduel/sprites/ship2/ship21.pbm -share/apps/kspaceduel/sprites/ship2/ship21.ppm -share/apps/kspaceduel/sprites/ship2/ship22.pbm -share/apps/kspaceduel/sprites/ship2/ship22.ppm -share/apps/kspaceduel/sprites/ship2/ship23.pbm -share/apps/kspaceduel/sprites/ship2/ship23.ppm -share/apps/kspaceduel/sprites/ship2/ship24.pbm -share/apps/kspaceduel/sprites/ship2/ship24.ppm -share/apps/kspaceduel/sprites/ship2/ship25.pbm -share/apps/kspaceduel/sprites/ship2/ship25.ppm -share/apps/kspaceduel/sprites/ship2/ship26.pbm -share/apps/kspaceduel/sprites/ship2/ship26.ppm -share/apps/kspaceduel/sprites/ship2/ship27.pbm -share/apps/kspaceduel/sprites/ship2/ship27.ppm -share/apps/kspaceduel/sprites/ship2/ship28.pbm -share/apps/kspaceduel/sprites/ship2/ship28.ppm -share/apps/kspaceduel/sprites/ship2/ship29.pbm -share/apps/kspaceduel/sprites/ship2/ship29.ppm -share/apps/kspaceduel/sprites/ship2/ship30.pbm -share/apps/kspaceduel/sprites/ship2/ship30.ppm -share/apps/kspaceduel/sprites/ship2/ship31.pbm -share/apps/kspaceduel/sprites/ship2/ship31.ppm -share/apps/kspaceduel/sprites/ship2/ship32.pbm -share/apps/kspaceduel/sprites/ship2/ship32.ppm -share/apps/kspaceduel/sprites/ship2/ship33.pbm -share/apps/kspaceduel/sprites/ship2/ship33.ppm -share/apps/kspaceduel/sprites/ship2/ship34.pbm -share/apps/kspaceduel/sprites/ship2/ship34.ppm -share/apps/kspaceduel/sprites/ship2/ship35.pbm -share/apps/kspaceduel/sprites/ship2/ship35.ppm -share/apps/kspaceduel/sprites/ship2/ship36.pbm -share/apps/kspaceduel/sprites/ship2/ship36.ppm -share/apps/kspaceduel/sprites/ship2/ship37.pbm -share/apps/kspaceduel/sprites/ship2/ship37.ppm -share/apps/kspaceduel/sprites/ship2/ship38.pbm -share/apps/kspaceduel/sprites/ship2/ship38.ppm -share/apps/kspaceduel/sprites/ship2/ship39.pbm -share/apps/kspaceduel/sprites/ship2/ship39.ppm -share/apps/kspaceduel/sprites/ship2/ship40.pbm -share/apps/kspaceduel/sprites/ship2/ship40.ppm -share/apps/kspaceduel/sprites/ship2/ship41.pbm -share/apps/kspaceduel/sprites/ship2/ship41.ppm -share/apps/kspaceduel/sprites/ship2/ship42.pbm -share/apps/kspaceduel/sprites/ship2/ship42.ppm -share/apps/kspaceduel/sprites/ship2/ship43.pbm -share/apps/kspaceduel/sprites/ship2/ship43.ppm -share/apps/kspaceduel/sprites/ship2/ship44.pbm -share/apps/kspaceduel/sprites/ship2/ship44.ppm -share/apps/kspaceduel/sprites/ship2/ship45.pbm -share/apps/kspaceduel/sprites/ship2/ship45.ppm -share/apps/kspaceduel/sprites/ship2/ship46.pbm -share/apps/kspaceduel/sprites/ship2/ship46.ppm -share/apps/kspaceduel/sprites/ship2/ship47.pbm -share/apps/kspaceduel/sprites/ship2/ship47.ppm -share/apps/kspaceduel/sprites/ship2/ship48.pbm -share/apps/kspaceduel/sprites/ship2/ship48.ppm -share/apps/kspaceduel/sprites/ship2/ship49.pbm -share/apps/kspaceduel/sprites/ship2/ship49.ppm -share/apps/kspaceduel/sprites/ship2/ship50.pbm -share/apps/kspaceduel/sprites/ship2/ship50.ppm -share/apps/kspaceduel/sprites/ship2/ship51.pbm -share/apps/kspaceduel/sprites/ship2/ship51.ppm -share/apps/kspaceduel/sprites/ship2/ship52.pbm -share/apps/kspaceduel/sprites/ship2/ship52.ppm -share/apps/kspaceduel/sprites/ship2/ship53.pbm -share/apps/kspaceduel/sprites/ship2/ship53.ppm -share/apps/kspaceduel/sprites/ship2/ship54.pbm -share/apps/kspaceduel/sprites/ship2/ship54.ppm -share/apps/kspaceduel/sprites/ship2/ship55.pbm -share/apps/kspaceduel/sprites/ship2/ship55.ppm -share/apps/kspaceduel/sprites/ship2/ship56.pbm -share/apps/kspaceduel/sprites/ship2/ship56.ppm -share/apps/kspaceduel/sprites/ship2/ship57.pbm -share/apps/kspaceduel/sprites/ship2/ship57.ppm -share/apps/kspaceduel/sprites/ship2/ship58.pbm -share/apps/kspaceduel/sprites/ship2/ship58.ppm -share/apps/kspaceduel/sprites/ship2/ship59.pbm -share/apps/kspaceduel/sprites/ship2/ship59.ppm -share/apps/kspaceduel/sprites/ship2/ship60.pbm -share/apps/kspaceduel/sprites/ship2/ship60.ppm -share/apps/kspaceduel/sprites/ship2/ship61.pbm -share/apps/kspaceduel/sprites/ship2/ship61.ppm -share/apps/kspaceduel/sprites/ship2/ship62.pbm -share/apps/kspaceduel/sprites/ship2/ship62.ppm -share/apps/kspaceduel/sprites/ship2/ship63.pbm -share/apps/kspaceduel/sprites/ship2/ship63.ppm -share/apps/kspaceduel/sprites/ship2/ship64.pbm -share/apps/kspaceduel/sprites/ship2/ship64.ppm -share/apps/kspaceduel/sprites/sun/sun.pbm -share/apps/kspaceduel/sprites/sun/sun.ppm -share/apps/ktron/ktronui.rc -share/apps/ktuberling/ktuberlingui.rc -share/apps/ktuberling/museum/cool.tuberling -share/apps/ktuberling/museum/dali.tuberling -share/apps/ktuberling/museum/einstein.tuberling -share/apps/ktuberling/museum/fly.tuberling -share/apps/ktuberling/museum/grandpa.tuberling -share/apps/ktuberling/museum/idiot.tuberling -share/apps/ktuberling/museum/miss.tuberling -share/apps/ktuberling/museum/picasso.tuberling -share/apps/ktuberling/museum/serious.tuberling -share/apps/ktuberling/pics/gameboard.xpm -share/apps/ktuberling/pics/layout.txt -share/apps/ktuberling/pics/masks.xpm -share/apps/ktuberling/sounds/en/badge.wav -share/apps/ktuberling/sounds/en/bow.wav -share/apps/ktuberling/sounds/en/cigar.wav -share/apps/ktuberling/sounds/en/ear.wav -share/apps/ktuberling/sounds/en/earring.wav -share/apps/ktuberling/sounds/en/eye.wav -share/apps/ktuberling/sounds/en/eyebrow.wav -share/apps/ktuberling/sounds/en/hat.wav -share/apps/ktuberling/sounds/en/moustache.wav -share/apps/ktuberling/sounds/en/mouth.wav -share/apps/ktuberling/sounds/en/nose.wav -share/apps/ktuberling/sounds/en/spectacles.wav -share/apps/ktuberling/sounds/en/sunglasses.wav -share/apps/ktuberling/sounds/en/tuberling.wav -share/apps/ktuberling/sounds/en/watch.wav -share/apps/kwin4/grafix/aboute.png -share/apps/kwin4/grafix/arrow.png -share/apps/kwin4/grafix/arrow_red.png -share/apps/kwin4/grafix/arrow_yellow.png -share/apps/kwin4/grafix/background.png -share/apps/kwin4/grafix/board.png -share/apps/kwin4/grafix/empty.png -share/apps/kwin4/grafix/hint.png -share/apps/kwin4/grafix/red.png -share/apps/kwin4/grafix/win4about.png -share/apps/kwin4/grafix/yellow.png -share/apps/kwin4/kwin4ui.rc -share/apps/lskat/grafix/400000.png -share/apps/lskat/grafix/400001.png -share/apps/lskat/grafix/400002.png -share/apps/lskat/grafix/400003.png -share/apps/lskat/grafix/400004.png -share/apps/lskat/grafix/400005.png -share/apps/lskat/grafix/400006.png -share/apps/lskat/grafix/400007.png -share/apps/lskat/grafix/400008.png -share/apps/lskat/grafix/400009.png -share/apps/lskat/grafix/400010.png -share/apps/lskat/grafix/400011.png -share/apps/lskat/grafix/400012.png -share/apps/lskat/grafix/400013.png -share/apps/lskat/grafix/400014.png -share/apps/lskat/grafix/400015.png -share/apps/lskat/grafix/400016.png -share/apps/lskat/grafix/400017.png -share/apps/lskat/grafix/400018.png -share/apps/lskat/grafix/400019.png -share/apps/lskat/grafix/400020.png -share/apps/lskat/grafix/400021.png -share/apps/lskat/grafix/400022.png -share/apps/lskat/grafix/400023.png -share/apps/lskat/grafix/400024.png -share/apps/lskat/grafix/background.png -share/apps/lskat/grafix/deck1.png -share/apps/lskat/grafix/deck2.png -share/apps/lskat/grafix/deck3.png -share/apps/lskat/grafix/deck4.png -share/apps/lskat/grafix/t1.png -share/apps/lskat/grafix/t2.png -share/apps/lskat/grafix/t3.png -share/apps/lskat/grafix/t4.png -share/apps/lskat/grafix/t5.png -share/apps/lskat/grafix/tback.png -share/apps/lskat/grafix/type1.png -share/apps/lskat/grafix/type2.png -share/apps/lskat/grafix/type3.png -share/apps/lskat/lskatui.rc -share/doc/HTML/en/kabalone/common -share/doc/HTML/en/kabalone/index.cache.bz2 -share/doc/HTML/en/kabalone/index.docbook -share/doc/HTML/en/kasteroids/common -share/doc/HTML/en/kasteroids/fuel.png -share/doc/HTML/en/kasteroids/index.cache.bz2 -share/doc/HTML/en/kasteroids/index.docbook -share/doc/HTML/en/katomic/common -share/doc/HTML/en/katomic/index.cache.bz2 -share/doc/HTML/en/katomic/index.docbook -share/doc/HTML/en/kbackgammon/board.png -share/doc/HTML/en/kbackgammon/common -share/doc/HTML/en/kbackgammon/index.cache.bz2 -share/doc/HTML/en/kbackgammon/index.docbook -share/doc/HTML/en/kbattleship/common -share/doc/HTML/en/kbattleship/index.cache.bz2 -share/doc/HTML/en/kbattleship/index.docbook -share/doc/HTML/en/kblackbox/common -share/doc/HTML/en/kblackbox/index.cache.bz2 -share/doc/HTML/en/kblackbox/index.docbook -share/doc/HTML/en/kblackbox/kblackboxtbar.png -share/doc/HTML/en/kfouleggs/common -share/doc/HTML/en/kfouleggs/index.cache.bz2 -share/doc/HTML/en/kfouleggs/index.docbook -share/doc/HTML/en/kjezz/common -share/doc/HTML/en/kjezz/index.cache.bz2 -share/doc/HTML/en/kjezz/index.docbook -share/doc/HTML/en/kjumpingcube/common -share/doc/HTML/en/kjumpingcube/index.cache.bz2 -share/doc/HTML/en/kjumpingcube/index.docbook -share/doc/HTML/en/klines/common -share/doc/HTML/en/klines/index.cache.bz2 -share/doc/HTML/en/klines/index.docbook -share/doc/HTML/en/kmines/common -share/doc/HTML/en/kmines/index.cache.bz2 -share/doc/HTML/en/kmines/index.docbook -share/doc/HTML/en/kmines/kmines1.png -share/doc/HTML/en/kmines/kmines2.png -share/doc/HTML/en/konquest/common -share/doc/HTML/en/konquest/index.cache.bz2 -share/doc/HTML/en/konquest/index.docbook -share/doc/HTML/en/kpat/clubs.png -share/doc/HTML/en/kpat/common -share/doc/HTML/en/kpat/diamonds.png -share/doc/HTML/en/kpat/hearts.png -share/doc/HTML/en/kpat/index.cache.bz2 -share/doc/HTML/en/kpat/index.docbook -share/doc/HTML/en/kpat/playfield.png -share/doc/HTML/en/kpat/spades.png -share/doc/HTML/en/kpoker/common -share/doc/HTML/en/kpoker/index.cache.bz2 -share/doc/HTML/en/kpoker/index.docbook -share/doc/HTML/en/kpoker/kpoker1.png -share/doc/HTML/en/kpoker/kpoker2.png -share/doc/HTML/en/kreversi/common -share/doc/HTML/en/kreversi/index.cache.bz2 -share/doc/HTML/en/kreversi/index.docbook -share/doc/HTML/en/kreversi/kreversi1.png -share/doc/HTML/en/ksame/common -share/doc/HTML/en/ksame/index.cache.bz2 -share/doc/HTML/en/ksame/index.docbook -share/doc/HTML/en/kshisen/common -share/doc/HTML/en/kshisen/index.cache.bz2 -share/doc/HTML/en/kshisen/index.docbook -share/doc/HTML/en/ksirtet/common -share/doc/HTML/en/ksirtet/index.cache.bz2 -share/doc/HTML/en/ksirtet/index.docbook -share/doc/HTML/en/ksnake/common -share/doc/HTML/en/ksnake/index.cache.bz2 -share/doc/HTML/en/ksnake/index.docbook -share/doc/HTML/en/ksokoban/common -share/doc/HTML/en/ksokoban/index.cache.bz2 -share/doc/HTML/en/ksokoban/index.docbook -share/doc/HTML/en/kspaceduel/common -share/doc/HTML/en/kspaceduel/index.cache.bz2 -share/doc/HTML/en/kspaceduel/index.docbook -share/doc/HTML/en/kspaceduel/kspaceduel1.png -share/doc/HTML/en/kspaceduel/kspaceduel2.png -share/doc/HTML/en/kspaceduel/kspaceduel3.png -share/doc/HTML/en/ktron/common -share/doc/HTML/en/ktron/index.cache.bz2 -share/doc/HTML/en/ktron/index.docbook -share/doc/HTML/en/ktuberling/button.new.png -share/doc/HTML/en/ktuberling/button.open.png -share/doc/HTML/en/ktuberling/button.print.png -share/doc/HTML/en/ktuberling/button.redo.png -share/doc/HTML/en/ktuberling/button.save.png -share/doc/HTML/en/ktuberling/button.undo.png -share/doc/HTML/en/ktuberling/common -share/doc/HTML/en/ktuberling/gameboard.png -share/doc/HTML/en/ktuberling/index.cache.bz2 -share/doc/HTML/en/ktuberling/index.docbook -share/doc/HTML/en/ktuberling/menu.edit.png -share/doc/HTML/en/ktuberling/menu.file.png -share/doc/HTML/en/ktuberling/menu.help.png -share/doc/HTML/en/ktuberling/menu.option.png -share/doc/HTML/en/ktuberling/menu.raw.png -share/doc/HTML/en/ktuberling/toolbar.png -share/doc/HTML/en/kwin4/common -share/doc/HTML/en/kwin4/index.cache.bz2 -share/doc/HTML/en/kwin4/index.docbook -share/doc/HTML/en/lskat/common -share/doc/HTML/en/lskat/index.cache.bz2 -share/doc/HTML/en/lskat/index.docbook -share/icons/hicolor/16x16/apps/kabalone.png -share/icons/hicolor/16x16/apps/kasteroids.png -share/icons/hicolor/16x16/apps/kbackgammon.png -share/icons/hicolor/16x16/apps/kbackgammon_engine.png -share/icons/hicolor/16x16/apps/kbattleship.png -share/icons/hicolor/16x16/apps/kblackbox.png -share/icons/hicolor/16x16/apps/kjezz.png -share/icons/hicolor/16x16/apps/kjumpingcube.png -share/icons/hicolor/16x16/apps/klines.png -share/icons/hicolor/16x16/apps/kmahjongg.png -share/icons/hicolor/16x16/apps/kmines.png -share/icons/hicolor/16x16/apps/konquest.png -share/icons/hicolor/16x16/apps/kpat.png -share/icons/hicolor/16x16/apps/kpoker.png -share/icons/hicolor/16x16/apps/kreversi.png -share/icons/hicolor/16x16/apps/ksame.png -share/icons/hicolor/16x16/apps/kshisen.png -share/icons/hicolor/16x16/apps/ksirtet.png -share/icons/hicolor/16x16/apps/ksmiletris.png -share/icons/hicolor/16x16/apps/ksnake.png -share/icons/hicolor/16x16/apps/ksokoban.png -share/icons/hicolor/16x16/apps/kspaceduel.png -share/icons/hicolor/16x16/apps/ktron.png -share/icons/hicolor/16x16/apps/kwin4.png -share/icons/hicolor/32x32/apps/kabalone.png -share/icons/hicolor/32x32/apps/kasteroids.png -share/icons/hicolor/32x32/apps/katomic.png -share/icons/hicolor/32x32/apps/kbackgammon.png -share/icons/hicolor/32x32/apps/kbackgammon_engine.png -share/icons/hicolor/32x32/apps/kbattleship.png -share/icons/hicolor/32x32/apps/kblackbox.png -share/icons/hicolor/32x32/apps/kjezz.png -share/icons/hicolor/32x32/apps/kjumpingcube.png -share/icons/hicolor/32x32/apps/klines.png -share/icons/hicolor/32x32/apps/kmahjongg.png -share/icons/hicolor/32x32/apps/kmines.png -share/icons/hicolor/32x32/apps/konquest.png -share/icons/hicolor/32x32/apps/kpat.png -share/icons/hicolor/32x32/apps/kpoker.png -share/icons/hicolor/32x32/apps/kreversi.png -share/icons/hicolor/32x32/apps/ksame.png -share/icons/hicolor/32x32/apps/kshisen.png -share/icons/hicolor/32x32/apps/ksirtet.png -share/icons/hicolor/32x32/apps/ksmiletris.png -share/icons/hicolor/32x32/apps/ksnake.png -share/icons/hicolor/32x32/apps/ksokoban.png -share/icons/hicolor/32x32/apps/kspaceduel.png -share/icons/hicolor/32x32/apps/ktron.png -share/icons/hicolor/32x32/apps/ktuberling.png -share/icons/hicolor/32x32/apps/kwin4.png -share/icons/hicolor/32x32/apps/lskat.png -share/icons/hicolor/48x48/apps/kabalone.png -share/icons/hicolor/48x48/apps/kasteroids.png -share/icons/hicolor/48x48/apps/kbackgammon.png -share/icons/hicolor/48x48/apps/kbackgammon_engine.png -share/icons/hicolor/48x48/apps/kblackbox.png -share/icons/hicolor/48x48/apps/kmahjongg.png -share/icons/hicolor/48x48/apps/kmines.png -share/icons/hicolor/48x48/apps/konquest.png -share/icons/hicolor/48x48/apps/kpat.png -share/icons/hicolor/48x48/apps/kpoker.png -share/icons/hicolor/48x48/apps/kreversi.png -share/icons/hicolor/48x48/apps/ksame.png -share/icons/hicolor/48x48/apps/kshisen.png -share/icons/hicolor/48x48/apps/ksirtet.png -share/icons/hicolor/48x48/apps/ksmiletris.png -share/icons/hicolor/48x48/apps/ksnake.png -share/icons/hicolor/48x48/apps/ksokoban.png -share/icons/hicolor/48x48/apps/kwin4.png -share/icons/hicolor/48x48/apps/lskat.png -share/icons/locolor/16x16/apps/kjezz.png -share/icons/locolor/16x16/apps/kspaceduel.png -share/icons/locolor/16x16/apps/lskat.png -share/icons/locolor/32x32/apps/kjezz.png -share/icons/locolor/32x32/apps/kspaceduel.png -share/icons/locolor/32x32/apps/lskat.png -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/doc/HTML/en/lskat -@dirrm share/doc/HTML/en/kwin4 -@dirrm share/doc/HTML/en/ktuberling -@dirrm share/doc/HTML/en/ktron -@dirrm share/doc/HTML/en/kspaceduel -@dirrm share/doc/HTML/en/ksokoban -@dirrm share/doc/HTML/en/ksnake -@dirrm share/doc/HTML/en/ksirtet -@dirrm share/doc/HTML/en/kshisen -@dirrm share/doc/HTML/en/ksame -@dirrm share/doc/HTML/en/kreversi -@dirrm share/doc/HTML/en/kpoker -@dirrm share/doc/HTML/en/kpat -@dirrm share/doc/HTML/en/konquest -@dirrm share/doc/HTML/en/kmines -@dirrm share/doc/HTML/en/klines -@dirrm share/doc/HTML/en/kjumpingcube -@dirrm share/doc/HTML/en/kjezz -@dirrm share/doc/HTML/en/kfouleggs -@dirrm share/doc/HTML/en/kblackbox -@dirrm share/doc/HTML/en/kbattleship -@dirrm share/doc/HTML/en/kbackgammon -@dirrm share/doc/HTML/en/katomic -@dirrm share/doc/HTML/en/kasteroids -@dirrm share/doc/HTML/en/kabalone -@dirrm share/apps/lskat/grafix -@dirrm share/apps/lskat -@dirrm share/apps/kwin4/grafix -@dirrm share/apps/kwin4 -@dirrm share/apps/ktuberling/sounds/en -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling/pics -@dirrm share/apps/ktuberling/museum -@dirrm share/apps/ktuberling -@dirrm share/apps/ktron -@dirrm share/apps/kspaceduel/sprites/sun -@dirrm share/apps/kspaceduel/sprites/ship2 -@dirrm share/apps/kspaceduel/sprites/ship1 -@dirrm share/apps/kspaceduel/sprites/powerups -@dirrm share/apps/kspaceduel/sprites/playerinfo -@dirrm share/apps/kspaceduel/sprites/explosion -@dirrm share/apps/kspaceduel/sprites -@dirrm share/apps/kspaceduel/icons/locolor/16x16/actions -@dirrm share/apps/kspaceduel/icons/locolor/16x16 -@dirrm share/apps/kspaceduel/icons/locolor -@dirrm share/apps/kspaceduel/icons/hicolor/32x32/actions -@dirrm share/apps/kspaceduel/icons/hicolor/32x32 -@dirrm share/apps/kspaceduel/icons/hicolor/22x22/actions -@dirrm share/apps/kspaceduel/icons/hicolor/22x22 -@dirrm share/apps/kspaceduel/icons/hicolor/16x16/actions -@dirrm share/apps/kspaceduel/icons/hicolor/16x16 -@dirrm share/apps/kspaceduel/icons/hicolor -@dirrm share/apps/kspaceduel/icons -@dirrm share/apps/kspaceduel -@dirrm share/apps/ksnake/pics -@dirrm share/apps/ksnake/levels -@dirrm share/apps/ksnake/backgrounds -@dirrm share/apps/ksnake -@dirrm share/apps/ksmiletris/sounds -@dirrm share/apps/ksmiletris/data -@dirrm share/apps/ksmiletris -@dirrm share/apps/ksirtet -@dirrm share/apps/kshisen -@dirrm share/apps/ksame -@dirrm share/apps/kreversi/sounds -@dirrm share/apps/kreversi/pics/background -@dirrm share/apps/kreversi/pics -@dirrm share/apps/kreversi -@dirrm share/apps/kpoker/sounds -@dirrm share/apps/kpoker -@dirrm share/apps/kpat -@dirrm share/apps/konquest/pics -@dirrm share/apps/konquest -@dirrm share/apps/kmines -@dirrm share/apps/kmahjongg/toolbar -@dirrm share/apps/kmahjongg/pics -@dirrm share/apps/kmahjongg -@dirrm share/apps/klines -@dirrm share/apps/kjumpingcube -@dirrm share/apps/kjezz/sounds -@dirrm share/apps/kjezz/pics -@dirrm share/apps/kjezz -@dirrm share/apps/kfouleggs -@dirrm share/apps/kdegames/pics -@dirrm share/apps/kdegames -@dirrm share/apps/kblackbox/pics -@dirrm share/apps/kblackbox -@dirrm share/apps/kbattleship/sounds -@dirrm share/apps/kbattleship/pictures -@dirrm share/apps/kbattleship -@dirrm share/apps/kbackgammon/sounds -@dirrm share/apps/kbackgammon/pics -@dirrm share/apps/kbackgammon -@dirrm share/apps/katomic/pics -@dirrm share/apps/katomic/levels/CVS -@dirrm share/apps/katomic/levels -@dirrm share/apps/katomic -@dirrm share/apps/kasteroids/sprites/ship -@dirrm share/apps/kasteroids/sprites/shield -@dirrm share/apps/kasteroids/sprites/rock3 -@dirrm share/apps/kasteroids/sprites/rock2 -@dirrm share/apps/kasteroids/sprites/rock1 -@dirrm share/apps/kasteroids/sprites/powerups -@dirrm share/apps/kasteroids/sprites/missile -@dirrm share/apps/kasteroids/sprites/exhaust -@dirrm share/apps/kasteroids/sprites/bits -@dirrm share/apps/kasteroids/sprites -@dirrm share/apps/kasteroids/sounds -@dirrm share/apps/kasteroids -@dirrm share/apps/kabalone/toolbar -@dirrm share/apps/kabalone -@dirrm share/apps/carddecks/decks -@dirrm share/apps/carddecks/cards-xskat-french -@dirrm share/apps/carddecks/cards-warwick -@dirrm share/apps/carddecks/cards-spaced -@dirrm share/apps/carddecks/cards-penguins -@dirrm share/apps/carddecks/cards-konqi-modern -@dirrm share/apps/carddecks/cards-hard-a-port -@dirrm share/apps/carddecks/cards-gdkcard-bonded -@dirrm share/apps/carddecks/cards-dondorf-whist-b -@dirrm share/apps/carddecks/cards-default -@dirrm share/apps/carddecks/cards-aisleriot -@dirrm share/apps/carddecks -@dirrm share/applnk/Toys -@dirrm share/applnk/Games/TacticStrategy -@dirrm share/applnk/Games/Card -@dirrm share/applnk/Games/Board -@dirrm share/applnk/Games/Arcade -@dirrm share/applnk/Games -@dirrm share/applnk diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile deleted file mode 100644 index 4235dae7298b..000000000000 --- a/games/kdegames4/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: kdegames2 -# Date created: Sun 14 May 2000 02:47:57 -# Whom: Will Andrews <will@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= kdegames -PORTVERSION= 2.2.2 -CATEGORIES= games kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src -DIST_SUBDIR= KDE - -MAINTAINER= kde@FreeBSD.org - -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 - -USE_KDELIBS_VER=2 -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes - -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" - -pre-configure: - ${MKDIR} ${WRKSRC}/auto-bin -.for AC in autoconf autoheader - ${LN} -sf ${LOCALBASE}/bin/${AC}213 ${WRKSRC}/auto-bin/${AC} -.endfor -.for AM in automake aclocal - ${LN} -sf ${LOCALBASE}/bin/${AM}14 ${WRKSRC}/auto-bin/${AM} -.endfor - cd ${WRKSRC} && env PATH=${WRKSRC}/auto-bin:$$PATH \ - ${GMAKE} -f Makefile.cvs - -.include <bsd.port.mk> diff --git a/games/kdegames4/distinfo b/games/kdegames4/distinfo deleted file mode 100644 index cdb47166df8e..000000000000 --- a/games/kdegames4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (KDE/kdegames-2.2.2.tar.bz2) = 65b1e9885bdda64597e6e3cdf129cee3 diff --git a/games/kdegames4/pkg-comment b/games/kdegames4/pkg-comment deleted file mode 100644 index affc783e3bc3..000000000000 --- a/games/kdegames4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Games for the KDE integrated X11 desktop diff --git a/games/kdegames4/pkg-descr b/games/kdegames4/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/games/kdegames4/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/games/kdegames4/pkg-plist b/games/kdegames4/pkg-plist deleted file mode 100644 index ec246f8e9c31..000000000000 --- a/games/kdegames4/pkg-plist +++ /dev/null @@ -1,2029 +0,0 @@ -bin/kabalone -bin/kasteroids -bin/katomic -bin/kbackgammon -bin/kbattleship -bin/kblackbox -bin/kfouleggs -bin/kjezz -bin/kjumpingcube -bin/klines -bin/kmahjongg -bin/kmines -bin/konquest -bin/kpat -bin/kpoker -bin/kproc4 -bin/kreversi -bin/ksame -bin/kshisen -bin/ksirtet -bin/ksmiletris -bin/ksnake -bin/ksokoban -bin/kspaceduel -bin/ktron -bin/ktuberling -bin/kwin4 -bin/lskat -bin/lskatproc -include/kcarddialog.h -include/kchat.h -include/kchatbase.h -include/kgamemisc.h -include/khighscore.h -include/kstdgameaction.h -lib/kbackgammon.la -lib/kbackgammon.so -lib/libkdegames.la -lib/libkdegames.so -lib/libkdegames.so.1 -share/applnk/Games/Arcade/kasteroids.desktop -share/applnk/Games/Arcade/kfouleggs.desktop -share/applnk/Games/Arcade/kjezz.desktop -share/applnk/Games/Arcade/ksirtet.desktop -share/applnk/Games/Arcade/ksmiletris.desktop -share/applnk/Games/Arcade/ksnake.desktop -share/applnk/Games/Arcade/kspaceduel.desktop -share/applnk/Games/Arcade/ktron.desktop -share/applnk/Games/Board/kabalone.desktop -share/applnk/Games/Board/kbackgammon.desktop -share/applnk/Games/Board/kbattleship.desktop -share/applnk/Games/Board/kblackbox.desktop -share/applnk/Games/Board/kmahjongg.desktop -share/applnk/Games/Board/kreversi.desktop -share/applnk/Games/Board/kshisen.desktop -share/applnk/Games/Board/kwin4.desktop -share/applnk/Games/Card/kpat.desktop -share/applnk/Games/Card/kpoker.desktop -share/applnk/Games/Card/lskat.desktop -share/applnk/Games/TacticStrategy/katomic.desktop -share/applnk/Games/TacticStrategy/kjumpingcube.desktop -share/applnk/Games/TacticStrategy/klines.desktop -share/applnk/Games/TacticStrategy/kmines.desktop -share/applnk/Games/TacticStrategy/konquest.desktop -share/applnk/Games/TacticStrategy/ksame.desktop -share/applnk/Games/TacticStrategy/ksokoban.desktop -share/applnk/Toys/ktuberling.desktop -share/apps/carddecks/cards-aisleriot/1.png -share/apps/carddecks/cards-aisleriot/10.png -share/apps/carddecks/cards-aisleriot/11.png -share/apps/carddecks/cards-aisleriot/12.png -share/apps/carddecks/cards-aisleriot/13.png -share/apps/carddecks/cards-aisleriot/14.png -share/apps/carddecks/cards-aisleriot/15.png -share/apps/carddecks/cards-aisleriot/16.png -share/apps/carddecks/cards-aisleriot/17.png -share/apps/carddecks/cards-aisleriot/18.png -share/apps/carddecks/cards-aisleriot/19.png -share/apps/carddecks/cards-aisleriot/2.png -share/apps/carddecks/cards-aisleriot/20.png -share/apps/carddecks/cards-aisleriot/21.png -share/apps/carddecks/cards-aisleriot/22.png -share/apps/carddecks/cards-aisleriot/23.png -share/apps/carddecks/cards-aisleriot/24.png -share/apps/carddecks/cards-aisleriot/25.png -share/apps/carddecks/cards-aisleriot/26.png -share/apps/carddecks/cards-aisleriot/27.png -share/apps/carddecks/cards-aisleriot/28.png -share/apps/carddecks/cards-aisleriot/29.png -share/apps/carddecks/cards-aisleriot/3.png -share/apps/carddecks/cards-aisleriot/30.png -share/apps/carddecks/cards-aisleriot/31.png -share/apps/carddecks/cards-aisleriot/32.png -share/apps/carddecks/cards-aisleriot/33.png -share/apps/carddecks/cards-aisleriot/34.png -share/apps/carddecks/cards-aisleriot/35.png -share/apps/carddecks/cards-aisleriot/36.png -share/apps/carddecks/cards-aisleriot/37.png -share/apps/carddecks/cards-aisleriot/38.png -share/apps/carddecks/cards-aisleriot/39.png -share/apps/carddecks/cards-aisleriot/4.png -share/apps/carddecks/cards-aisleriot/40.png -share/apps/carddecks/cards-aisleriot/41.png -share/apps/carddecks/cards-aisleriot/42.png -share/apps/carddecks/cards-aisleriot/43.png -share/apps/carddecks/cards-aisleriot/44.png -share/apps/carddecks/cards-aisleriot/45.png -share/apps/carddecks/cards-aisleriot/46.png -share/apps/carddecks/cards-aisleriot/47.png -share/apps/carddecks/cards-aisleriot/48.png -share/apps/carddecks/cards-aisleriot/49.png -share/apps/carddecks/cards-aisleriot/5.png -share/apps/carddecks/cards-aisleriot/50.png -share/apps/carddecks/cards-aisleriot/51.png -share/apps/carddecks/cards-aisleriot/52.png -share/apps/carddecks/cards-aisleriot/6.png -share/apps/carddecks/cards-aisleriot/7.png -share/apps/carddecks/cards-aisleriot/8.png -share/apps/carddecks/cards-aisleriot/9.png -share/apps/carddecks/cards-aisleriot/COPYRIGHT -share/apps/carddecks/cards-aisleriot/index.desktop -share/apps/carddecks/cards-default/1.png -share/apps/carddecks/cards-default/10.png -share/apps/carddecks/cards-default/11.png -share/apps/carddecks/cards-default/12.png -share/apps/carddecks/cards-default/13.png -share/apps/carddecks/cards-default/14.png -share/apps/carddecks/cards-default/15.png -share/apps/carddecks/cards-default/16.png -share/apps/carddecks/cards-default/17.png -share/apps/carddecks/cards-default/18.png -share/apps/carddecks/cards-default/19.png -share/apps/carddecks/cards-default/2.png -share/apps/carddecks/cards-default/20.png -share/apps/carddecks/cards-default/21.png -share/apps/carddecks/cards-default/22.png -share/apps/carddecks/cards-default/23.png -share/apps/carddecks/cards-default/24.png -share/apps/carddecks/cards-default/25.png -share/apps/carddecks/cards-default/26.png -share/apps/carddecks/cards-default/27.png -share/apps/carddecks/cards-default/28.png -share/apps/carddecks/cards-default/29.png -share/apps/carddecks/cards-default/3.png -share/apps/carddecks/cards-default/30.png -share/apps/carddecks/cards-default/31.png -share/apps/carddecks/cards-default/32.png -share/apps/carddecks/cards-default/33.png -share/apps/carddecks/cards-default/34.png -share/apps/carddecks/cards-default/35.png -share/apps/carddecks/cards-default/36.png -share/apps/carddecks/cards-default/37.png -share/apps/carddecks/cards-default/38.png -share/apps/carddecks/cards-default/39.png -share/apps/carddecks/cards-default/4.png -share/apps/carddecks/cards-default/40.png -share/apps/carddecks/cards-default/41.png -share/apps/carddecks/cards-default/42.png -share/apps/carddecks/cards-default/43.png -share/apps/carddecks/cards-default/44.png -share/apps/carddecks/cards-default/45.png -share/apps/carddecks/cards-default/46.png -share/apps/carddecks/cards-default/47.png -share/apps/carddecks/cards-default/48.png -share/apps/carddecks/cards-default/49.png -share/apps/carddecks/cards-default/5.png -share/apps/carddecks/cards-default/50.png -share/apps/carddecks/cards-default/51.png -share/apps/carddecks/cards-default/52.png -share/apps/carddecks/cards-default/6.png -share/apps/carddecks/cards-default/7.png -share/apps/carddecks/cards-default/8.png -share/apps/carddecks/cards-default/9.png -share/apps/carddecks/cards-default/index.desktop -share/apps/carddecks/cards-dondorf-whist-b/1.png -share/apps/carddecks/cards-dondorf-whist-b/10.png -share/apps/carddecks/cards-dondorf-whist-b/11.png -share/apps/carddecks/cards-dondorf-whist-b/12.png -share/apps/carddecks/cards-dondorf-whist-b/13.png -share/apps/carddecks/cards-dondorf-whist-b/14.png -share/apps/carddecks/cards-dondorf-whist-b/15.png -share/apps/carddecks/cards-dondorf-whist-b/16.png -share/apps/carddecks/cards-dondorf-whist-b/17.png -share/apps/carddecks/cards-dondorf-whist-b/18.png -share/apps/carddecks/cards-dondorf-whist-b/19.png -share/apps/carddecks/cards-dondorf-whist-b/2.png -share/apps/carddecks/cards-dondorf-whist-b/20.png -share/apps/carddecks/cards-dondorf-whist-b/21.png -share/apps/carddecks/cards-dondorf-whist-b/22.png -share/apps/carddecks/cards-dondorf-whist-b/23.png -share/apps/carddecks/cards-dondorf-whist-b/24.png -share/apps/carddecks/cards-dondorf-whist-b/25.png -share/apps/carddecks/cards-dondorf-whist-b/26.png -share/apps/carddecks/cards-dondorf-whist-b/27.png -share/apps/carddecks/cards-dondorf-whist-b/28.png -share/apps/carddecks/cards-dondorf-whist-b/29.png -share/apps/carddecks/cards-dondorf-whist-b/3.png -share/apps/carddecks/cards-dondorf-whist-b/30.png -share/apps/carddecks/cards-dondorf-whist-b/31.png -share/apps/carddecks/cards-dondorf-whist-b/32.png -share/apps/carddecks/cards-dondorf-whist-b/33.png -share/apps/carddecks/cards-dondorf-whist-b/34.png -share/apps/carddecks/cards-dondorf-whist-b/35.png -share/apps/carddecks/cards-dondorf-whist-b/36.png -share/apps/carddecks/cards-dondorf-whist-b/37.png -share/apps/carddecks/cards-dondorf-whist-b/38.png -share/apps/carddecks/cards-dondorf-whist-b/39.png -share/apps/carddecks/cards-dondorf-whist-b/4.png -share/apps/carddecks/cards-dondorf-whist-b/40.png -share/apps/carddecks/cards-dondorf-whist-b/41.png -share/apps/carddecks/cards-dondorf-whist-b/42.png -share/apps/carddecks/cards-dondorf-whist-b/43.png -share/apps/carddecks/cards-dondorf-whist-b/44.png -share/apps/carddecks/cards-dondorf-whist-b/45.png -share/apps/carddecks/cards-dondorf-whist-b/46.png -share/apps/carddecks/cards-dondorf-whist-b/47.png -share/apps/carddecks/cards-dondorf-whist-b/48.png -share/apps/carddecks/cards-dondorf-whist-b/49.png -share/apps/carddecks/cards-dondorf-whist-b/5.png -share/apps/carddecks/cards-dondorf-whist-b/50.png -share/apps/carddecks/cards-dondorf-whist-b/51.png -share/apps/carddecks/cards-dondorf-whist-b/52.png -share/apps/carddecks/cards-dondorf-whist-b/6.png -share/apps/carddecks/cards-dondorf-whist-b/7.png -share/apps/carddecks/cards-dondorf-whist-b/8.png -share/apps/carddecks/cards-dondorf-whist-b/9.png -share/apps/carddecks/cards-dondorf-whist-b/COPYRIGHT -share/apps/carddecks/cards-dondorf-whist-b/index.desktop -share/apps/carddecks/cards-gdkcard-bonded/1.png -share/apps/carddecks/cards-gdkcard-bonded/10.png -share/apps/carddecks/cards-gdkcard-bonded/11.png -share/apps/carddecks/cards-gdkcard-bonded/12.png -share/apps/carddecks/cards-gdkcard-bonded/13.png -share/apps/carddecks/cards-gdkcard-bonded/14.png -share/apps/carddecks/cards-gdkcard-bonded/15.png -share/apps/carddecks/cards-gdkcard-bonded/16.png -share/apps/carddecks/cards-gdkcard-bonded/17.png -share/apps/carddecks/cards-gdkcard-bonded/18.png -share/apps/carddecks/cards-gdkcard-bonded/19.png -share/apps/carddecks/cards-gdkcard-bonded/2.png -share/apps/carddecks/cards-gdkcard-bonded/20.png -share/apps/carddecks/cards-gdkcard-bonded/21.png -share/apps/carddecks/cards-gdkcard-bonded/22.png -share/apps/carddecks/cards-gdkcard-bonded/23.png -share/apps/carddecks/cards-gdkcard-bonded/24.png -share/apps/carddecks/cards-gdkcard-bonded/25.png -share/apps/carddecks/cards-gdkcard-bonded/26.png -share/apps/carddecks/cards-gdkcard-bonded/27.png -share/apps/carddecks/cards-gdkcard-bonded/28.png -share/apps/carddecks/cards-gdkcard-bonded/29.png -share/apps/carddecks/cards-gdkcard-bonded/3.png -share/apps/carddecks/cards-gdkcard-bonded/30.png -share/apps/carddecks/cards-gdkcard-bonded/31.png -share/apps/carddecks/cards-gdkcard-bonded/32.png -share/apps/carddecks/cards-gdkcard-bonded/33.png -share/apps/carddecks/cards-gdkcard-bonded/34.png -share/apps/carddecks/cards-gdkcard-bonded/35.png -share/apps/carddecks/cards-gdkcard-bonded/36.png -share/apps/carddecks/cards-gdkcard-bonded/37.png -share/apps/carddecks/cards-gdkcard-bonded/38.png -share/apps/carddecks/cards-gdkcard-bonded/39.png -share/apps/carddecks/cards-gdkcard-bonded/4.png -share/apps/carddecks/cards-gdkcard-bonded/40.png -share/apps/carddecks/cards-gdkcard-bonded/41.png -share/apps/carddecks/cards-gdkcard-bonded/42.png -share/apps/carddecks/cards-gdkcard-bonded/43.png -share/apps/carddecks/cards-gdkcard-bonded/44.png -share/apps/carddecks/cards-gdkcard-bonded/45.png -share/apps/carddecks/cards-gdkcard-bonded/46.png -share/apps/carddecks/cards-gdkcard-bonded/47.png -share/apps/carddecks/cards-gdkcard-bonded/48.png -share/apps/carddecks/cards-gdkcard-bonded/49.png -share/apps/carddecks/cards-gdkcard-bonded/5.png -share/apps/carddecks/cards-gdkcard-bonded/50.png -share/apps/carddecks/cards-gdkcard-bonded/51.png -share/apps/carddecks/cards-gdkcard-bonded/52.png -share/apps/carddecks/cards-gdkcard-bonded/6.png -share/apps/carddecks/cards-gdkcard-bonded/7.png -share/apps/carddecks/cards-gdkcard-bonded/8.png -share/apps/carddecks/cards-gdkcard-bonded/9.png -share/apps/carddecks/cards-gdkcard-bonded/COPYRIGHT -share/apps/carddecks/cards-gdkcard-bonded/index.desktop -share/apps/carddecks/cards-hard-a-port/1.png -share/apps/carddecks/cards-hard-a-port/10.png -share/apps/carddecks/cards-hard-a-port/11.png -share/apps/carddecks/cards-hard-a-port/12.png -share/apps/carddecks/cards-hard-a-port/13.png -share/apps/carddecks/cards-hard-a-port/14.png -share/apps/carddecks/cards-hard-a-port/15.png -share/apps/carddecks/cards-hard-a-port/16.png -share/apps/carddecks/cards-hard-a-port/17.png -share/apps/carddecks/cards-hard-a-port/18.png -share/apps/carddecks/cards-hard-a-port/19.png -share/apps/carddecks/cards-hard-a-port/2.png -share/apps/carddecks/cards-hard-a-port/20.png -share/apps/carddecks/cards-hard-a-port/21.png -share/apps/carddecks/cards-hard-a-port/22.png -share/apps/carddecks/cards-hard-a-port/23.png -share/apps/carddecks/cards-hard-a-port/24.png -share/apps/carddecks/cards-hard-a-port/25.png -share/apps/carddecks/cards-hard-a-port/26.png -share/apps/carddecks/cards-hard-a-port/27.png -share/apps/carddecks/cards-hard-a-port/28.png -share/apps/carddecks/cards-hard-a-port/29.png -share/apps/carddecks/cards-hard-a-port/3.png -share/apps/carddecks/cards-hard-a-port/30.png -share/apps/carddecks/cards-hard-a-port/31.png -share/apps/carddecks/cards-hard-a-port/32.png -share/apps/carddecks/cards-hard-a-port/33.png -share/apps/carddecks/cards-hard-a-port/34.png -share/apps/carddecks/cards-hard-a-port/35.png -share/apps/carddecks/cards-hard-a-port/36.png -share/apps/carddecks/cards-hard-a-port/37.png -share/apps/carddecks/cards-hard-a-port/38.png -share/apps/carddecks/cards-hard-a-port/39.png -share/apps/carddecks/cards-hard-a-port/4.png -share/apps/carddecks/cards-hard-a-port/40.png -share/apps/carddecks/cards-hard-a-port/41.png -share/apps/carddecks/cards-hard-a-port/42.png -share/apps/carddecks/cards-hard-a-port/43.png -share/apps/carddecks/cards-hard-a-port/44.png -share/apps/carddecks/cards-hard-a-port/45.png -share/apps/carddecks/cards-hard-a-port/46.png -share/apps/carddecks/cards-hard-a-port/47.png -share/apps/carddecks/cards-hard-a-port/48.png -share/apps/carddecks/cards-hard-a-port/49.png -share/apps/carddecks/cards-hard-a-port/5.png -share/apps/carddecks/cards-hard-a-port/50.png -share/apps/carddecks/cards-hard-a-port/51.png -share/apps/carddecks/cards-hard-a-port/52.png -share/apps/carddecks/cards-hard-a-port/6.png -share/apps/carddecks/cards-hard-a-port/7.png -share/apps/carddecks/cards-hard-a-port/8.png -share/apps/carddecks/cards-hard-a-port/9.png -share/apps/carddecks/cards-hard-a-port/COPYRIGHT -share/apps/carddecks/cards-hard-a-port/index.desktop -share/apps/carddecks/cards-konqi-modern/1.png -share/apps/carddecks/cards-konqi-modern/10.png -share/apps/carddecks/cards-konqi-modern/11.png -share/apps/carddecks/cards-konqi-modern/12.png -share/apps/carddecks/cards-konqi-modern/13.png -share/apps/carddecks/cards-konqi-modern/14.png -share/apps/carddecks/cards-konqi-modern/15.png -share/apps/carddecks/cards-konqi-modern/16.png -share/apps/carddecks/cards-konqi-modern/17.png -share/apps/carddecks/cards-konqi-modern/18.png -share/apps/carddecks/cards-konqi-modern/19.png -share/apps/carddecks/cards-konqi-modern/2.png -share/apps/carddecks/cards-konqi-modern/20.png -share/apps/carddecks/cards-konqi-modern/21.png -share/apps/carddecks/cards-konqi-modern/22.png -share/apps/carddecks/cards-konqi-modern/23.png -share/apps/carddecks/cards-konqi-modern/24.png -share/apps/carddecks/cards-konqi-modern/25.png -share/apps/carddecks/cards-konqi-modern/26.png -share/apps/carddecks/cards-konqi-modern/27.png -share/apps/carddecks/cards-konqi-modern/28.png -share/apps/carddecks/cards-konqi-modern/29.png -share/apps/carddecks/cards-konqi-modern/3.png -share/apps/carddecks/cards-konqi-modern/30.png -share/apps/carddecks/cards-konqi-modern/31.png -share/apps/carddecks/cards-konqi-modern/32.png -share/apps/carddecks/cards-konqi-modern/33.png -share/apps/carddecks/cards-konqi-modern/34.png -share/apps/carddecks/cards-konqi-modern/35.png -share/apps/carddecks/cards-konqi-modern/36.png -share/apps/carddecks/cards-konqi-modern/37.png -share/apps/carddecks/cards-konqi-modern/38.png -share/apps/carddecks/cards-konqi-modern/39.png -share/apps/carddecks/cards-konqi-modern/4.png -share/apps/carddecks/cards-konqi-modern/40.png -share/apps/carddecks/cards-konqi-modern/41.png -share/apps/carddecks/cards-konqi-modern/42.png -share/apps/carddecks/cards-konqi-modern/43.png -share/apps/carddecks/cards-konqi-modern/44.png -share/apps/carddecks/cards-konqi-modern/45.png -share/apps/carddecks/cards-konqi-modern/46.png -share/apps/carddecks/cards-konqi-modern/47.png -share/apps/carddecks/cards-konqi-modern/48.png -share/apps/carddecks/cards-konqi-modern/49.png -share/apps/carddecks/cards-konqi-modern/5.png -share/apps/carddecks/cards-konqi-modern/50.png -share/apps/carddecks/cards-konqi-modern/51.png -share/apps/carddecks/cards-konqi-modern/52.png -share/apps/carddecks/cards-konqi-modern/6.png -share/apps/carddecks/cards-konqi-modern/7.png -share/apps/carddecks/cards-konqi-modern/8.png -share/apps/carddecks/cards-konqi-modern/9.png -share/apps/carddecks/cards-konqi-modern/index.desktop -share/apps/carddecks/cards-penguins/1.png -share/apps/carddecks/cards-penguins/10.png -share/apps/carddecks/cards-penguins/11.png -share/apps/carddecks/cards-penguins/12.png -share/apps/carddecks/cards-penguins/13.png -share/apps/carddecks/cards-penguins/14.png -share/apps/carddecks/cards-penguins/15.png -share/apps/carddecks/cards-penguins/16.png -share/apps/carddecks/cards-penguins/17.png -share/apps/carddecks/cards-penguins/18.png -share/apps/carddecks/cards-penguins/19.png -share/apps/carddecks/cards-penguins/2.png -share/apps/carddecks/cards-penguins/20.png -share/apps/carddecks/cards-penguins/21.png -share/apps/carddecks/cards-penguins/22.png -share/apps/carddecks/cards-penguins/23.png -share/apps/carddecks/cards-penguins/24.png -share/apps/carddecks/cards-penguins/25.png -share/apps/carddecks/cards-penguins/26.png -share/apps/carddecks/cards-penguins/27.png -share/apps/carddecks/cards-penguins/28.png -share/apps/carddecks/cards-penguins/29.png -share/apps/carddecks/cards-penguins/3.png -share/apps/carddecks/cards-penguins/30.png -share/apps/carddecks/cards-penguins/31.png -share/apps/carddecks/cards-penguins/32.png -share/apps/carddecks/cards-penguins/33.png -share/apps/carddecks/cards-penguins/34.png -share/apps/carddecks/cards-penguins/35.png -share/apps/carddecks/cards-penguins/36.png -share/apps/carddecks/cards-penguins/37.png -share/apps/carddecks/cards-penguins/38.png -share/apps/carddecks/cards-penguins/39.png -share/apps/carddecks/cards-penguins/4.png -share/apps/carddecks/cards-penguins/40.png -share/apps/carddecks/cards-penguins/41.png -share/apps/carddecks/cards-penguins/42.png -share/apps/carddecks/cards-penguins/43.png -share/apps/carddecks/cards-penguins/44.png -share/apps/carddecks/cards-penguins/45.png -share/apps/carddecks/cards-penguins/46.png -share/apps/carddecks/cards-penguins/47.png -share/apps/carddecks/cards-penguins/48.png -share/apps/carddecks/cards-penguins/49.png -share/apps/carddecks/cards-penguins/5.png -share/apps/carddecks/cards-penguins/50.png -share/apps/carddecks/cards-penguins/51.png -share/apps/carddecks/cards-penguins/52.png -share/apps/carddecks/cards-penguins/6.png -share/apps/carddecks/cards-penguins/7.png -share/apps/carddecks/cards-penguins/8.png -share/apps/carddecks/cards-penguins/9.png -share/apps/carddecks/cards-penguins/COPYRIGHT -share/apps/carddecks/cards-penguins/index.desktop -share/apps/carddecks/cards-spaced/1.png -share/apps/carddecks/cards-spaced/10.png -share/apps/carddecks/cards-spaced/11.png -share/apps/carddecks/cards-spaced/12.png -share/apps/carddecks/cards-spaced/13.png -share/apps/carddecks/cards-spaced/14.png -share/apps/carddecks/cards-spaced/15.png -share/apps/carddecks/cards-spaced/16.png -share/apps/carddecks/cards-spaced/17.png -share/apps/carddecks/cards-spaced/18.png -share/apps/carddecks/cards-spaced/19.png -share/apps/carddecks/cards-spaced/2.png -share/apps/carddecks/cards-spaced/20.png -share/apps/carddecks/cards-spaced/21.png -share/apps/carddecks/cards-spaced/22.png -share/apps/carddecks/cards-spaced/23.png -share/apps/carddecks/cards-spaced/24.png -share/apps/carddecks/cards-spaced/25.png -share/apps/carddecks/cards-spaced/26.png -share/apps/carddecks/cards-spaced/27.png -share/apps/carddecks/cards-spaced/28.png -share/apps/carddecks/cards-spaced/29.png -share/apps/carddecks/cards-spaced/3.png -share/apps/carddecks/cards-spaced/30.png -share/apps/carddecks/cards-spaced/31.png -share/apps/carddecks/cards-spaced/32.png -share/apps/carddecks/cards-spaced/33.png -share/apps/carddecks/cards-spaced/34.png -share/apps/carddecks/cards-spaced/35.png -share/apps/carddecks/cards-spaced/36.png -share/apps/carddecks/cards-spaced/37.png -share/apps/carddecks/cards-spaced/38.png -share/apps/carddecks/cards-spaced/39.png -share/apps/carddecks/cards-spaced/4.png -share/apps/carddecks/cards-spaced/40.png -share/apps/carddecks/cards-spaced/41.png -share/apps/carddecks/cards-spaced/42.png -share/apps/carddecks/cards-spaced/43.png -share/apps/carddecks/cards-spaced/44.png -share/apps/carddecks/cards-spaced/45.png -share/apps/carddecks/cards-spaced/46.png -share/apps/carddecks/cards-spaced/47.png -share/apps/carddecks/cards-spaced/48.png -share/apps/carddecks/cards-spaced/49.png -share/apps/carddecks/cards-spaced/5.png -share/apps/carddecks/cards-spaced/50.png -share/apps/carddecks/cards-spaced/51.png -share/apps/carddecks/cards-spaced/52.png -share/apps/carddecks/cards-spaced/6.png -share/apps/carddecks/cards-spaced/7.png -share/apps/carddecks/cards-spaced/8.png -share/apps/carddecks/cards-spaced/9.png -share/apps/carddecks/cards-spaced/COPYRIGHT -share/apps/carddecks/cards-spaced/index.desktop -share/apps/carddecks/cards-warwick/0.png -share/apps/carddecks/cards-warwick/1.png -share/apps/carddecks/cards-warwick/10.png -share/apps/carddecks/cards-warwick/105.png -share/apps/carddecks/cards-warwick/106.png -share/apps/carddecks/cards-warwick/107.png -share/apps/carddecks/cards-warwick/108.png -share/apps/carddecks/cards-warwick/109.png -share/apps/carddecks/cards-warwick/11.png -share/apps/carddecks/cards-warwick/110.png -share/apps/carddecks/cards-warwick/111.png -share/apps/carddecks/cards-warwick/112.png -share/apps/carddecks/cards-warwick/113.png -share/apps/carddecks/cards-warwick/114.png -share/apps/carddecks/cards-warwick/115.png -share/apps/carddecks/cards-warwick/116.png -share/apps/carddecks/cards-warwick/12.png -share/apps/carddecks/cards-warwick/13.png -share/apps/carddecks/cards-warwick/14.png -share/apps/carddecks/cards-warwick/15.png -share/apps/carddecks/cards-warwick/16.png -share/apps/carddecks/cards-warwick/17.png -share/apps/carddecks/cards-warwick/18.png -share/apps/carddecks/cards-warwick/19.png -share/apps/carddecks/cards-warwick/2.png -share/apps/carddecks/cards-warwick/20.png -share/apps/carddecks/cards-warwick/21.png -share/apps/carddecks/cards-warwick/22.png -share/apps/carddecks/cards-warwick/23.png -share/apps/carddecks/cards-warwick/24.png -share/apps/carddecks/cards-warwick/25.png -share/apps/carddecks/cards-warwick/26.png -share/apps/carddecks/cards-warwick/27.png -share/apps/carddecks/cards-warwick/28.png -share/apps/carddecks/cards-warwick/29.png -share/apps/carddecks/cards-warwick/3.png -share/apps/carddecks/cards-warwick/30.png -share/apps/carddecks/cards-warwick/31.png -share/apps/carddecks/cards-warwick/32.png -share/apps/carddecks/cards-warwick/33.png -share/apps/carddecks/cards-warwick/34.png -share/apps/carddecks/cards-warwick/35.png -share/apps/carddecks/cards-warwick/36.png -share/apps/carddecks/cards-warwick/37.png -share/apps/carddecks/cards-warwick/38.png -share/apps/carddecks/cards-warwick/39.png -share/apps/carddecks/cards-warwick/4.png -share/apps/carddecks/cards-warwick/40.png -share/apps/carddecks/cards-warwick/41.png -share/apps/carddecks/cards-warwick/42.png -share/apps/carddecks/cards-warwick/43.png -share/apps/carddecks/cards-warwick/44.png -share/apps/carddecks/cards-warwick/45.png -share/apps/carddecks/cards-warwick/46.png -share/apps/carddecks/cards-warwick/47.png -share/apps/carddecks/cards-warwick/48.png -share/apps/carddecks/cards-warwick/49.png -share/apps/carddecks/cards-warwick/5.png -share/apps/carddecks/cards-warwick/50.png -share/apps/carddecks/cards-warwick/51.png -share/apps/carddecks/cards-warwick/52.png -share/apps/carddecks/cards-warwick/6.png -share/apps/carddecks/cards-warwick/7.png -share/apps/carddecks/cards-warwick/8.png -share/apps/carddecks/cards-warwick/9.png -share/apps/carddecks/cards-warwick/index.desktop -share/apps/carddecks/cards-xskat-french/1.png -share/apps/carddecks/cards-xskat-french/10.png -share/apps/carddecks/cards-xskat-french/11.png -share/apps/carddecks/cards-xskat-french/12.png -share/apps/carddecks/cards-xskat-french/13.png -share/apps/carddecks/cards-xskat-french/14.png -share/apps/carddecks/cards-xskat-french/15.png -share/apps/carddecks/cards-xskat-french/16.png -share/apps/carddecks/cards-xskat-french/17.png -share/apps/carddecks/cards-xskat-french/18.png -share/apps/carddecks/cards-xskat-french/19.png -share/apps/carddecks/cards-xskat-french/2.png -share/apps/carddecks/cards-xskat-french/20.png -share/apps/carddecks/cards-xskat-french/21.png -share/apps/carddecks/cards-xskat-french/22.png -share/apps/carddecks/cards-xskat-french/23.png -share/apps/carddecks/cards-xskat-french/24.png -share/apps/carddecks/cards-xskat-french/25.png -share/apps/carddecks/cards-xskat-french/26.png -share/apps/carddecks/cards-xskat-french/27.png -share/apps/carddecks/cards-xskat-french/28.png -share/apps/carddecks/cards-xskat-french/29.png -share/apps/carddecks/cards-xskat-french/3.png -share/apps/carddecks/cards-xskat-french/30.png -share/apps/carddecks/cards-xskat-french/31.png -share/apps/carddecks/cards-xskat-french/32.png -share/apps/carddecks/cards-xskat-french/33.png -share/apps/carddecks/cards-xskat-french/34.png -share/apps/carddecks/cards-xskat-french/35.png -share/apps/carddecks/cards-xskat-french/36.png -share/apps/carddecks/cards-xskat-french/37.png -share/apps/carddecks/cards-xskat-french/38.png -share/apps/carddecks/cards-xskat-french/39.png -share/apps/carddecks/cards-xskat-french/4.png -share/apps/carddecks/cards-xskat-french/40.png -share/apps/carddecks/cards-xskat-french/41.png -share/apps/carddecks/cards-xskat-french/42.png -share/apps/carddecks/cards-xskat-french/43.png -share/apps/carddecks/cards-xskat-french/44.png -share/apps/carddecks/cards-xskat-french/45.png -share/apps/carddecks/cards-xskat-french/46.png -share/apps/carddecks/cards-xskat-french/47.png -share/apps/carddecks/cards-xskat-french/48.png -share/apps/carddecks/cards-xskat-french/49.png -share/apps/carddecks/cards-xskat-french/5.png -share/apps/carddecks/cards-xskat-french/50.png -share/apps/carddecks/cards-xskat-french/51.png -share/apps/carddecks/cards-xskat-french/52.png -share/apps/carddecks/cards-xskat-french/6.png -share/apps/carddecks/cards-xskat-french/7.png -share/apps/carddecks/cards-xskat-french/8.png -share/apps/carddecks/cards-xskat-french/9.png -share/apps/carddecks/cards-xskat-french/COPYRIGHT -share/apps/carddecks/cards-xskat-french/index.desktop -share/apps/carddecks/decks/deck0.desktop -share/apps/carddecks/decks/deck0.png -share/apps/carddecks/decks/deck1.desktop -share/apps/carddecks/decks/deck1.png -share/apps/carddecks/decks/deck10.desktop -share/apps/carddecks/decks/deck10.png -share/apps/carddecks/decks/deck11.desktop -share/apps/carddecks/decks/deck11.png -share/apps/carddecks/decks/deck12.desktop -share/apps/carddecks/decks/deck12.png -share/apps/carddecks/decks/deck13.desktop -share/apps/carddecks/decks/deck13.png -share/apps/carddecks/decks/deck14.desktop -share/apps/carddecks/decks/deck14.png -share/apps/carddecks/decks/deck15.desktop -share/apps/carddecks/decks/deck15.png -share/apps/carddecks/decks/deck16.desktop -share/apps/carddecks/decks/deck16.png -share/apps/carddecks/decks/deck17.desktop -share/apps/carddecks/decks/deck17.png -share/apps/carddecks/decks/deck18.desktop -share/apps/carddecks/decks/deck18.png -share/apps/carddecks/decks/deck19.desktop -share/apps/carddecks/decks/deck19.png -share/apps/carddecks/decks/deck2.desktop -share/apps/carddecks/decks/deck2.png -share/apps/carddecks/decks/deck20.desktop -share/apps/carddecks/decks/deck20.png -share/apps/carddecks/decks/deck21.desktop -share/apps/carddecks/decks/deck21.png -share/apps/carddecks/decks/deck22.desktop -share/apps/carddecks/decks/deck22.png -share/apps/carddecks/decks/deck23.desktop -share/apps/carddecks/decks/deck23.png -share/apps/carddecks/decks/deck24.desktop -share/apps/carddecks/decks/deck24.png -share/apps/carddecks/decks/deck3.desktop -share/apps/carddecks/decks/deck3.png -share/apps/carddecks/decks/deck4.desktop -share/apps/carddecks/decks/deck4.png -share/apps/carddecks/decks/deck5.desktop -share/apps/carddecks/decks/deck5.png -share/apps/carddecks/decks/deck6.desktop -share/apps/carddecks/decks/deck6.png -share/apps/carddecks/decks/deck7.desktop -share/apps/carddecks/decks/deck7.png -share/apps/carddecks/decks/deck8.desktop -share/apps/carddecks/decks/deck8.png -share/apps/carddecks/decks/deck9.desktop -share/apps/carddecks/decks/deck9.png -share/apps/kabalone/kabaloneui.rc -share/apps/kabalone/toolbar/edit.xpm -share/apps/kabalone/toolbar/hint.xpm -share/apps/kabalone/toolbar/net.xpm -share/apps/kabalone/toolbar/new.xpm -share/apps/kabalone/toolbar/noball.xpm -share/apps/kabalone/toolbar/ok.xpm -share/apps/kabalone/toolbar/redball.xpm -share/apps/kabalone/toolbar/spy0.xpm -share/apps/kabalone/toolbar/spy1.xpm -share/apps/kabalone/toolbar/spy2.xpm -share/apps/kabalone/toolbar/spy3.xpm -share/apps/kabalone/toolbar/stop.xpm -share/apps/kabalone/toolbar/undo.xpm -share/apps/kabalone/toolbar/warning.xpm -share/apps/kabalone/toolbar/yellowball.xpm -share/apps/kasteroids/kasteroidsui.rc -share/apps/kasteroids/sounds/Explosion.wav -share/apps/kasteroids/sprites/bg.png -share/apps/kasteroids/sprites/bits/bits0000.png -share/apps/kasteroids/sprites/bits/bits0001.png -share/apps/kasteroids/sprites/bits/bits0002.png -share/apps/kasteroids/sprites/bits/bits0003.png -share/apps/kasteroids/sprites/bits/bits0004.png -share/apps/kasteroids/sprites/bits/bits0005.png -share/apps/kasteroids/sprites/bits/bits0006.png -share/apps/kasteroids/sprites/bits/bits0007.png -share/apps/kasteroids/sprites/bits/bits0008.png -share/apps/kasteroids/sprites/bits/bits0009.png -share/apps/kasteroids/sprites/bits/bits0010.png -share/apps/kasteroids/sprites/bits/bits0011.png -share/apps/kasteroids/sprites/bits/bits0012.png -share/apps/kasteroids/sprites/bits/bits0013.png -share/apps/kasteroids/sprites/bits/bits0014.png -share/apps/kasteroids/sprites/bits/bits0015.png -share/apps/kasteroids/sprites/exhaust/exhaust.png -share/apps/kasteroids/sprites/missile/missile.png -share/apps/kasteroids/sprites/powerups/brake.png -share/apps/kasteroids/sprites/powerups/energy.png -share/apps/kasteroids/sprites/powerups/shield.png -share/apps/kasteroids/sprites/powerups/shoot.png -share/apps/kasteroids/sprites/powerups/teleport.png -share/apps/kasteroids/sprites/rock1/rock10000.png -share/apps/kasteroids/sprites/rock1/rock10001.png -share/apps/kasteroids/sprites/rock1/rock10002.png -share/apps/kasteroids/sprites/rock1/rock10003.png -share/apps/kasteroids/sprites/rock1/rock10004.png -share/apps/kasteroids/sprites/rock1/rock10005.png -share/apps/kasteroids/sprites/rock1/rock10006.png -share/apps/kasteroids/sprites/rock1/rock10007.png -share/apps/kasteroids/sprites/rock1/rock10008.png -share/apps/kasteroids/sprites/rock1/rock10009.png -share/apps/kasteroids/sprites/rock1/rock10010.png -share/apps/kasteroids/sprites/rock1/rock10011.png -share/apps/kasteroids/sprites/rock1/rock10012.png -share/apps/kasteroids/sprites/rock1/rock10013.png -share/apps/kasteroids/sprites/rock1/rock10014.png -share/apps/kasteroids/sprites/rock1/rock10015.png -share/apps/kasteroids/sprites/rock1/rock10016.png -share/apps/kasteroids/sprites/rock1/rock10017.png -share/apps/kasteroids/sprites/rock1/rock10018.png -share/apps/kasteroids/sprites/rock1/rock10019.png -share/apps/kasteroids/sprites/rock1/rock10020.png -share/apps/kasteroids/sprites/rock1/rock10021.png -share/apps/kasteroids/sprites/rock1/rock10022.png -share/apps/kasteroids/sprites/rock1/rock10023.png -share/apps/kasteroids/sprites/rock1/rock10024.png -share/apps/kasteroids/sprites/rock1/rock10025.png -share/apps/kasteroids/sprites/rock1/rock10026.png -share/apps/kasteroids/sprites/rock1/rock10027.png -share/apps/kasteroids/sprites/rock1/rock10028.png -share/apps/kasteroids/sprites/rock1/rock10029.png -share/apps/kasteroids/sprites/rock1/rock10030.png -share/apps/kasteroids/sprites/rock1/rock10031.png -share/apps/kasteroids/sprites/rock2/rock20000.png -share/apps/kasteroids/sprites/rock2/rock20001.png -share/apps/kasteroids/sprites/rock2/rock20002.png -share/apps/kasteroids/sprites/rock2/rock20003.png -share/apps/kasteroids/sprites/rock2/rock20004.png -share/apps/kasteroids/sprites/rock2/rock20005.png -share/apps/kasteroids/sprites/rock2/rock20006.png -share/apps/kasteroids/sprites/rock2/rock20007.png -share/apps/kasteroids/sprites/rock2/rock20008.png -share/apps/kasteroids/sprites/rock2/rock20009.png -share/apps/kasteroids/sprites/rock2/rock20010.png -share/apps/kasteroids/sprites/rock2/rock20011.png -share/apps/kasteroids/sprites/rock2/rock20012.png -share/apps/kasteroids/sprites/rock2/rock20013.png -share/apps/kasteroids/sprites/rock2/rock20014.png -share/apps/kasteroids/sprites/rock2/rock20015.png -share/apps/kasteroids/sprites/rock2/rock20016.png -share/apps/kasteroids/sprites/rock2/rock20017.png -share/apps/kasteroids/sprites/rock2/rock20018.png -share/apps/kasteroids/sprites/rock2/rock20019.png -share/apps/kasteroids/sprites/rock2/rock20020.png -share/apps/kasteroids/sprites/rock2/rock20021.png -share/apps/kasteroids/sprites/rock2/rock20022.png -share/apps/kasteroids/sprites/rock2/rock20023.png -share/apps/kasteroids/sprites/rock2/rock20024.png -share/apps/kasteroids/sprites/rock2/rock20025.png -share/apps/kasteroids/sprites/rock2/rock20026.png -share/apps/kasteroids/sprites/rock2/rock20027.png -share/apps/kasteroids/sprites/rock2/rock20028.png -share/apps/kasteroids/sprites/rock2/rock20029.png -share/apps/kasteroids/sprites/rock2/rock20030.png -share/apps/kasteroids/sprites/rock2/rock20031.png -share/apps/kasteroids/sprites/rock3/rock30000.png -share/apps/kasteroids/sprites/rock3/rock30001.png -share/apps/kasteroids/sprites/rock3/rock30002.png -share/apps/kasteroids/sprites/rock3/rock30003.png -share/apps/kasteroids/sprites/rock3/rock30004.png -share/apps/kasteroids/sprites/rock3/rock30005.png -share/apps/kasteroids/sprites/rock3/rock30006.png -share/apps/kasteroids/sprites/rock3/rock30007.png -share/apps/kasteroids/sprites/rock3/rock30008.png -share/apps/kasteroids/sprites/rock3/rock30009.png -share/apps/kasteroids/sprites/rock3/rock30010.png -share/apps/kasteroids/sprites/rock3/rock30011.png -share/apps/kasteroids/sprites/rock3/rock30012.png -share/apps/kasteroids/sprites/rock3/rock30013.png -share/apps/kasteroids/sprites/rock3/rock30014.png -share/apps/kasteroids/sprites/rock3/rock30015.png -share/apps/kasteroids/sprites/rock3/rock30016.png -share/apps/kasteroids/sprites/rock3/rock30017.png -share/apps/kasteroids/sprites/rock3/rock30018.png -share/apps/kasteroids/sprites/rock3/rock30019.png -share/apps/kasteroids/sprites/rock3/rock30020.png -share/apps/kasteroids/sprites/rock3/rock30021.png -share/apps/kasteroids/sprites/rock3/rock30022.png -share/apps/kasteroids/sprites/rock3/rock30023.png -share/apps/kasteroids/sprites/rock3/rock30024.png -share/apps/kasteroids/sprites/rock3/rock30025.png -share/apps/kasteroids/sprites/rock3/rock30026.png -share/apps/kasteroids/sprites/rock3/rock30027.png -share/apps/kasteroids/sprites/rock3/rock30028.png -share/apps/kasteroids/sprites/rock3/rock30029.png -share/apps/kasteroids/sprites/rock3/rock30030.png -share/apps/kasteroids/sprites/rock3/rock30031.png -share/apps/kasteroids/sprites/shield/shield0000.png -share/apps/kasteroids/sprites/shield/shield0001.png -share/apps/kasteroids/sprites/shield/shield0002.png -share/apps/kasteroids/sprites/shield/shield0003.png -share/apps/kasteroids/sprites/shield/shield0004.png -share/apps/kasteroids/sprites/shield/shield0005.png -share/apps/kasteroids/sprites/shield/shield0006.png -share/apps/kasteroids/sprites/ship/ship0000.png -share/apps/kasteroids/sprites/ship/ship0001.png -share/apps/kasteroids/sprites/ship/ship0002.png -share/apps/kasteroids/sprites/ship/ship0003.png -share/apps/kasteroids/sprites/ship/ship0004.png -share/apps/kasteroids/sprites/ship/ship0005.png -share/apps/kasteroids/sprites/ship/ship0006.png -share/apps/kasteroids/sprites/ship/ship0007.png -share/apps/kasteroids/sprites/ship/ship0008.png -share/apps/kasteroids/sprites/ship/ship0009.png -share/apps/kasteroids/sprites/ship/ship0010.png -share/apps/kasteroids/sprites/ship/ship0011.png -share/apps/kasteroids/sprites/ship/ship0012.png -share/apps/kasteroids/sprites/ship/ship0013.png -share/apps/kasteroids/sprites/ship/ship0014.png -share/apps/kasteroids/sprites/ship/ship0015.png -share/apps/kasteroids/sprites/ship/ship0016.png -share/apps/kasteroids/sprites/ship/ship0017.png -share/apps/kasteroids/sprites/ship/ship0018.png -share/apps/kasteroids/sprites/ship/ship0019.png -share/apps/kasteroids/sprites/ship/ship0020.png -share/apps/kasteroids/sprites/ship/ship0021.png -share/apps/kasteroids/sprites/ship/ship0022.png -share/apps/kasteroids/sprites/ship/ship0023.png -share/apps/kasteroids/sprites/ship/ship0024.png -share/apps/kasteroids/sprites/ship/ship0025.png -share/apps/kasteroids/sprites/ship/ship0026.png -share/apps/kasteroids/sprites/ship/ship0027.png -share/apps/kasteroids/sprites/ship/ship0028.png -share/apps/kasteroids/sprites/ship/ship0029.png -share/apps/kasteroids/sprites/ship/ship0030.png -share/apps/kasteroids/sprites/ship/ship0031.png -share/apps/kasteroids/sprites/ship/ship0032.png -share/apps/kasteroids/sprites/ship/ship0033.png -share/apps/kasteroids/sprites/ship/ship0034.png -share/apps/kasteroids/sprites/ship/ship0035.png -share/apps/kasteroids/sprites/ship/ship0036.png -share/apps/kasteroids/sprites/ship/ship0037.png -share/apps/kasteroids/sprites/ship/ship0038.png -share/apps/kasteroids/sprites/ship/ship0039.png -share/apps/kasteroids/sprites/ship/ship0040.png -share/apps/kasteroids/sprites/ship/ship0041.png -share/apps/kasteroids/sprites/ship/ship0042.png -share/apps/kasteroids/sprites/ship/ship0043.png -share/apps/kasteroids/sprites/ship/ship0044.png -share/apps/kasteroids/sprites/ship/ship0045.png -share/apps/kasteroids/sprites/ship/ship0046.png -share/apps/kasteroids/sprites/ship/ship0047.png -share/apps/kasteroids/sprites/ship/ship0048.png -share/apps/kasteroids/sprites/ship/ship0049.png -share/apps/kasteroids/sprites/ship/ship0050.png -share/apps/kasteroids/sprites/ship/ship0051.png -share/apps/kasteroids/sprites/ship/ship0052.png -share/apps/kasteroids/sprites/ship/ship0053.png -share/apps/kasteroids/sprites/ship/ship0054.png -share/apps/kasteroids/sprites/ship/ship0055.png -share/apps/kasteroids/sprites/ship/ship0056.png -share/apps/kasteroids/sprites/ship/ship0057.png -share/apps/kasteroids/sprites/ship/ship0058.png -share/apps/kasteroids/sprites/ship/ship0059.png -share/apps/kasteroids/sprites/ship/ship0060.png -share/apps/kasteroids/sprites/ship/ship0061.png -share/apps/kasteroids/sprites/ship/ship0062.png -share/apps/kasteroids/sprites/ship/ship0063.png -share/apps/katomic/katomicui.rc -share/apps/katomic/levels/.cvsignore -share/apps/katomic/levels/CVS/Entries -share/apps/katomic/levels/CVS/Repository -share/apps/katomic/levels/CVS/Root -share/apps/katomic/levels/CVS/Tag -share/apps/katomic/levels/level_1 -share/apps/katomic/levels/level_10 -share/apps/katomic/levels/level_11 -share/apps/katomic/levels/level_12 -share/apps/katomic/levels/level_13 -share/apps/katomic/levels/level_14 -share/apps/katomic/levels/level_15 -share/apps/katomic/levels/level_16 -share/apps/katomic/levels/level_17 -share/apps/katomic/levels/level_18 -share/apps/katomic/levels/level_19 -share/apps/katomic/levels/level_2 -share/apps/katomic/levels/level_20 -share/apps/katomic/levels/level_21 -share/apps/katomic/levels/level_22 -share/apps/katomic/levels/level_23 -share/apps/katomic/levels/level_24 -share/apps/katomic/levels/level_25 -share/apps/katomic/levels/level_26 -share/apps/katomic/levels/level_27 -share/apps/katomic/levels/level_28 -share/apps/katomic/levels/level_29 -share/apps/katomic/levels/level_3 -share/apps/katomic/levels/level_30 -share/apps/katomic/levels/level_31 -share/apps/katomic/levels/level_32 -share/apps/katomic/levels/level_33 -share/apps/katomic/levels/level_34 -share/apps/katomic/levels/level_35 -share/apps/katomic/levels/level_36 -share/apps/katomic/levels/level_37 -share/apps/katomic/levels/level_38 -share/apps/katomic/levels/level_39 -share/apps/katomic/levels/level_4 -share/apps/katomic/levels/level_40 -share/apps/katomic/levels/level_41 -share/apps/katomic/levels/level_42 -share/apps/katomic/levels/level_43 -share/apps/katomic/levels/level_44 -share/apps/katomic/levels/level_45 -share/apps/katomic/levels/level_46 -share/apps/katomic/levels/level_47 -share/apps/katomic/levels/level_48 -share/apps/katomic/levels/level_49 -share/apps/katomic/levels/level_5 -share/apps/katomic/levels/level_50 -share/apps/katomic/levels/level_51 -share/apps/katomic/levels/level_52 -share/apps/katomic/levels/level_53 -share/apps/katomic/levels/level_54 -share/apps/katomic/levels/level_55 -share/apps/katomic/levels/level_56 -share/apps/katomic/levels/level_57 -share/apps/katomic/levels/level_58 -share/apps/katomic/levels/level_59 -share/apps/katomic/levels/level_6 -share/apps/katomic/levels/level_60 -share/apps/katomic/levels/level_61 -share/apps/katomic/levels/level_62 -share/apps/katomic/levels/level_63 -share/apps/katomic/levels/level_64 -share/apps/katomic/levels/level_65 -share/apps/katomic/levels/level_66 -share/apps/katomic/levels/level_67 -share/apps/katomic/levels/level_68 -share/apps/katomic/levels/level_69 -share/apps/katomic/levels/level_7 -share/apps/katomic/levels/level_70 -share/apps/katomic/levels/level_71 -share/apps/katomic/levels/level_72 -share/apps/katomic/levels/level_73 -share/apps/katomic/levels/level_74 -share/apps/katomic/levels/level_75 -share/apps/katomic/levels/level_76 -share/apps/katomic/levels/level_77 -share/apps/katomic/levels/level_78 -share/apps/katomic/levels/level_79 -share/apps/katomic/levels/level_8 -share/apps/katomic/levels/level_9 -share/apps/katomic/pics/abilder.png -share/apps/katomic/pics/molek.png -share/apps/kbackgammon/eventsrc -share/apps/kbackgammon/kbackgammonui.rc -share/apps/kbackgammon/pics/kbackgammon-chat.png -share/apps/kbackgammon/pics/kbackgammon-double.xpm -share/apps/kbackgammon/pics/kbackgammon-fonts.xpm -share/apps/kbackgammon/pics/kbackgammon-hint.xpm -share/apps/kbackgammon/pics/kbackgammon-redo.xpm -share/apps/kbackgammon/pics/kbackgammon-reload.xpm -share/apps/kbackgammon/pics/kbackgammon-roll.xpm -share/apps/kbackgammon/pics/kbackgammon-send.xpm -share/apps/kbackgammon/pics/kbackgammon-undo.xpm -share/apps/kbackgammon/sounds/kbackgammon-lost.wav -share/apps/kbackgammon/sounds/kbackgammon-move.wav -share/apps/kbackgammon/sounds/kbackgammon-roll.wav -share/apps/kbackgammon/sounds/kbackgammon-won.wav -share/apps/kbattleship/kbattleshipui.rc -share/apps/kbattleship/pictures/death.png -share/apps/kbattleship/pictures/hit.png -share/apps/kbattleship/pictures/sea.png -share/apps/kbattleship/pictures/ship1-1-r.png -share/apps/kbattleship/pictures/ship1-1.png -share/apps/kbattleship/pictures/ship2-1-r.png -share/apps/kbattleship/pictures/ship2-1.png -share/apps/kbattleship/pictures/ship2-2-r.png -share/apps/kbattleship/pictures/ship2-2.png -share/apps/kbattleship/pictures/ship3-1-r.png -share/apps/kbattleship/pictures/ship3-1.png -share/apps/kbattleship/pictures/ship3-2-r.png -share/apps/kbattleship/pictures/ship3-2.png -share/apps/kbattleship/pictures/ship3-3-r.png -share/apps/kbattleship/pictures/ship3-3.png -share/apps/kbattleship/pictures/ship4-1-r.png -share/apps/kbattleship/pictures/ship4-1.png -share/apps/kbattleship/pictures/ship4-2-r.png -share/apps/kbattleship/pictures/ship4-2.png -share/apps/kbattleship/pictures/ship4-3-r.png -share/apps/kbattleship/pictures/ship4-3.png -share/apps/kbattleship/pictures/ship4-4-r.png -share/apps/kbattleship/pictures/ship4-4.png -share/apps/kbattleship/pictures/water.png -share/apps/kbattleship/sounds/ship-player-shoot-water.mp3 -share/apps/kbattleship/sounds/ship-player1-shoot.mp3 -share/apps/kbattleship/sounds/ship-player2-shoot.mp3 -share/apps/kbattleship/sounds/ship-sink.mp3 -share/apps/kblackbox/kblackboxui.rc -share/apps/kblackbox/pics/blue.xpm -share/apps/kblackbox/pics/brown.xpm -share/apps/kblackbox/pics/cyan.xpm -share/apps/kblackbox/pics/done.xpm -share/apps/kblackbox/pics/giveup.xpm -share/apps/kblackbox/pics/gray.xpm -share/apps/kblackbox/pics/green.xpm -share/apps/kblackbox/pics/green2.xpm -share/apps/kblackbox/pics/red.xpm -share/apps/kblackbox/pics/white.xpm -share/apps/kdegames/pics/star.png -share/apps/kfouleggs/kfouleggsui.rc -share/apps/kjezz/kjezzui.rc -share/apps/kjezz/pics/ball0000.png -share/apps/kjezz/pics/ball0001.png -share/apps/kjezz/pics/ball0002.png -share/apps/kjezz/pics/ball0003.png -share/apps/kjezz/pics/ball0004.png -share/apps/kjezz/pics/ball0005.png -share/apps/kjezz/pics/ball0006.png -share/apps/kjezz/pics/ball0007.png -share/apps/kjezz/pics/ball0008.png -share/apps/kjezz/pics/ball0009.png -share/apps/kjezz/pics/ball0010.png -share/apps/kjezz/pics/ball0011.png -share/apps/kjezz/pics/ball0012.png -share/apps/kjezz/pics/ball0013.png -share/apps/kjezz/pics/ball0014.png -share/apps/kjezz/pics/ball0015.png -share/apps/kjezz/pics/ball0016.png -share/apps/kjezz/pics/ball0017.png -share/apps/kjezz/pics/ball0018.png -share/apps/kjezz/pics/ball0019.png -share/apps/kjezz/pics/ball0020.png -share/apps/kjezz/pics/ball0021.png -share/apps/kjezz/pics/ball0022.png -share/apps/kjezz/pics/ball0023.png -share/apps/kjezz/pics/ball0024.png -share/apps/kjezz/pics/tiles.png -share/apps/kjezz/sounds/death.au -share/apps/kjezz/sounds/reflect.au -share/apps/kjezz/sounds/seconds.au -share/apps/kjezz/sounds/timeout.au -share/apps/kjezz/sounds/wallend.au -share/apps/kjezz/sounds/wallstart.au -share/apps/kjumpingcube/kjumpingcubeui.rc -share/apps/klines/balls.jpg -share/apps/klines/field.jpg -share/apps/klines/fire.jpg -share/apps/kmahjongg/pics/cross.layout -share/apps/kmahjongg/pics/default.bgnd -share/apps/kmahjongg/pics/default.layout -share/apps/kmahjongg/pics/default.theme -share/apps/kmahjongg/pics/default.tileset -share/apps/kmahjongg/pics/haze.bgnd -share/apps/kmahjongg/pics/kmahjongg.png -share/apps/kmahjongg/pics/kmahjongg_bgnd.png -share/apps/kmahjongg/pics/pirates.bgnd -share/apps/kmahjongg/pics/pirates.layout -share/apps/kmahjongg/pics/pirates.theme -share/apps/kmahjongg/pics/pirates.tileset -share/apps/kmahjongg/pics/pyramid.layout -share/apps/kmahjongg/pics/slate.bgnd -share/apps/kmahjongg/pics/splash.png -share/apps/kmahjongg/pics/stax.layout -share/apps/kmahjongg/pics/test.layout -share/apps/kmahjongg/pics/test2.layout -share/apps/kmahjongg/pics/tower.layout -share/apps/kmahjongg/pics/traditional.tileset -share/apps/kmahjongg/pics/triangle.layout -share/apps/kmahjongg/pics/wood.bgnd -share/apps/kmahjongg/toolbar/newnum.xpm -share/apps/kmahjongg/toolbar/pause.xpm -share/apps/kmahjongg/toolbar/play.xpm -share/apps/kmines/kminesui.rc -share/apps/konquest/konquestui.rc -share/apps/konquest/pics/konquest-splash.gif -share/apps/konquest/pics/planet1.xpm -share/apps/konquest/pics/planet2.xpm -share/apps/konquest/pics/planet3.xpm -share/apps/konquest/pics/planet4.xpm -share/apps/konquest/pics/planet5.xpm -share/apps/konquest/pics/planet6.xpm -share/apps/konquest/pics/planet7.xpm -share/apps/konquest/pics/planet8.xpm -share/apps/konquest/pics/planet9.xpm -share/apps/konquest/pics/ruler.xpm -share/apps/kpat/kpatui.rc -share/apps/kpoker/kpokerui.rc -share/apps/kpoker/sounds/cardflip.wav -share/apps/kpoker/sounds/hold.wav -share/apps/kpoker/sounds/lose.wav -share/apps/kpoker/sounds/win.wav -share/apps/kreversi/pics/background/Dark_Wood.xpm -share/apps/kreversi/pics/background/Earth.xpm -share/apps/kreversi/pics/background/Granite.xpm -share/apps/kreversi/pics/background/Hexagon.xpm -share/apps/kreversi/pics/background/Light_Wood.xpm -share/apps/kreversi/pics/background/Mystique.xpm -share/apps/kreversi/pics/background/Ocean.xpm -share/apps/kreversi/pics/background/Pipes.xpm -share/apps/kreversi/pics/background/Puzzle.xpm -share/apps/kreversi/pics/background/Stones.xpm -share/apps/kreversi/pics/chips.xpm -share/apps/kreversi/pics/chips_mono.xpm -share/apps/kreversi/pics/help.xpm -share/apps/kreversi/pics/hint.xpm -share/apps/kreversi/pics/logo.xpm -share/apps/kreversi/pics/stop.xpm -share/apps/kreversi/pics/undo.xpm -share/apps/kreversi/pics/zoomin.xpm -share/apps/kreversi/pics/zoomout.xpm -share/apps/kreversi/sounds/reversi-click.wav -share/apps/kreversi/sounds/reversi-lost.wav -share/apps/kreversi/sounds/reversi-won.wav -share/apps/ksame/eventsrc -share/apps/ksame/ksameui.rc -share/apps/ksame/stones.png -share/apps/kshisen/kshisen.xpm -share/apps/kshisen/kshisen_bgnd.xpm -share/apps/kshisen/kshisenui.rc -share/apps/kshisen/mask.xpm -share/apps/kshisen/paused.xpm -share/apps/ksirtet/ksirtetui.rc -share/apps/ksmiletris/data/bg1.bmp -share/apps/ksmiletris/data/bg10.bmp -share/apps/ksmiletris/data/bg11.bmp -share/apps/ksmiletris/data/bg12.bmp -share/apps/ksmiletris/data/bg13.bmp -share/apps/ksmiletris/data/bg14.bmp -share/apps/ksmiletris/data/bg15.bmp -share/apps/ksmiletris/data/bg16.bmp -share/apps/ksmiletris/data/bg2.bmp -share/apps/ksmiletris/data/bg3.bmp -share/apps/ksmiletris/data/bg4.bmp -share/apps/ksmiletris/data/bg5.bmp -share/apps/ksmiletris/data/bg6.bmp -share/apps/ksmiletris/data/bg7.bmp -share/apps/ksmiletris/data/bg8.bmp -share/apps/ksmiletris/data/bg9.bmp -share/apps/ksmiletris/data/block-a1.bmp -share/apps/ksmiletris/data/block-a2.bmp -share/apps/ksmiletris/data/block-a3.bmp -share/apps/ksmiletris/data/block-a4.bmp -share/apps/ksmiletris/data/block-a5.bmp -share/apps/ksmiletris/data/block-a6.bmp -share/apps/ksmiletris/data/block-a7.bmp -share/apps/ksmiletris/data/block-a8.bmp -share/apps/ksmiletris/data/block-b1.bmp -share/apps/ksmiletris/data/block-b2.bmp -share/apps/ksmiletris/data/block-b3.bmp -share/apps/ksmiletris/data/block-b4.bmp -share/apps/ksmiletris/data/block-b5.bmp -share/apps/ksmiletris/data/block-b6.bmp -share/apps/ksmiletris/data/block-b7.bmp -share/apps/ksmiletris/data/block-b8.bmp -share/apps/ksmiletris/data/block-c1.bmp -share/apps/ksmiletris/data/block-c2.bmp -share/apps/ksmiletris/data/block-c3.bmp -share/apps/ksmiletris/data/block-c4.bmp -share/apps/ksmiletris/data/block-c5.bmp -share/apps/ksmiletris/data/block-c6.bmp -share/apps/ksmiletris/data/block-c7.bmp -share/apps/ksmiletris/data/block-c8.bmp -share/apps/ksmiletris/data/broken-mask.bmp -share/apps/ksmiletris/data/broken.bmp -share/apps/ksmiletris/data/cleared-a.bmp -share/apps/ksmiletris/data/cleared-b.bmp -share/apps/ksmiletris/data/cleared-c.bmp -share/apps/ksmiletris/data/pause.bmp -share/apps/ksmiletris/sounds/break.wav -share/apps/ksmiletris/sounds/clear.wav -share/apps/ksnake/backgrounds/Bark.png -share/apps/ksnake/backgrounds/Blue_Carpet.png -share/apps/ksnake/backgrounds/Dark_Wood.png -share/apps/ksnake/backgrounds/Granite.png -share/apps/ksnake/backgrounds/Green_Carpet.png -share/apps/ksnake/backgrounds/Mystique.png -share/apps/ksnake/backgrounds/Rope_Weave.png -share/apps/ksnake/backgrounds/Volcanic.png -share/apps/ksnake/backgrounds/Wood.png -share/apps/ksnake/highScores -share/apps/ksnake/ksnakeui.rc -share/apps/ksnake/levels/room01 -share/apps/ksnake/levels/room02 -share/apps/ksnake/levels/room03 -share/apps/ksnake/levels/room04 -share/apps/ksnake/levels/room05 -share/apps/ksnake/levels/room06 -share/apps/ksnake/levels/room07 -share/apps/ksnake/levels/room08 -share/apps/ksnake/levels/room09 -share/apps/ksnake/levels/room10 -share/apps/ksnake/levels/room11 -share/apps/ksnake/levels/room12 -share/apps/ksnake/levels/room13 -share/apps/ksnake/levels/room14 -share/apps/ksnake/levels/room15 -share/apps/ksnake/levels/room16 -share/apps/ksnake/levels/room17 -share/apps/ksnake/levels/room18 -share/apps/ksnake/levels/room19 -share/apps/ksnake/levels/room20 -share/apps/ksnake/levels/room21 -share/apps/ksnake/levels/room22 -share/apps/ksnake/levels/room23 -share/apps/ksnake/levels/room24 -share/apps/ksnake/levels/room25 -share/apps/ksnake/pics/apples.png -share/apps/ksnake/pics/ball.png -share/apps/ksnake/pics/brick.png -share/apps/ksnake/pics/down.png -share/apps/ksnake/pics/left.png -share/apps/ksnake/pics/right.png -share/apps/ksnake/pics/samy.png -share/apps/ksnake/pics/snake1.png -share/apps/ksnake/pics/snake2.png -share/apps/ksnake/pics/up.png -share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewgame.png -share/apps/kspaceduel/icons/hicolor/16x16/actions/spnewround.png -share/apps/kspaceduel/icons/hicolor/16x16/actions/sppausegame.png -share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewgame.png -share/apps/kspaceduel/icons/hicolor/22x22/actions/spnewround.png -share/apps/kspaceduel/icons/hicolor/22x22/actions/sppausegame.png -share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewgame.png -share/apps/kspaceduel/icons/hicolor/32x32/actions/spnewround.png -share/apps/kspaceduel/icons/hicolor/32x32/actions/sppausegame.png -share/apps/kspaceduel/icons/locolor/16x16/actions/spnewgame.png -share/apps/kspaceduel/icons/locolor/16x16/actions/spnewround.png -share/apps/kspaceduel/icons/locolor/16x16/actions/sppausegame.png -share/apps/kspaceduel/kspaceduelui.rc -share/apps/kspaceduel/sprites/backgr.png -share/apps/kspaceduel/sprites/explosion/explos00.pbm -share/apps/kspaceduel/sprites/explosion/explos00.ppm -share/apps/kspaceduel/sprites/explosion/explos01.pbm -share/apps/kspaceduel/sprites/explosion/explos01.ppm -share/apps/kspaceduel/sprites/explosion/explos02.pbm -share/apps/kspaceduel/sprites/explosion/explos02.ppm -share/apps/kspaceduel/sprites/explosion/explos03.pbm -share/apps/kspaceduel/sprites/explosion/explos03.ppm -share/apps/kspaceduel/sprites/explosion/explos04.pbm -share/apps/kspaceduel/sprites/explosion/explos04.ppm -share/apps/kspaceduel/sprites/explosion/explos05.pbm -share/apps/kspaceduel/sprites/explosion/explos05.ppm -share/apps/kspaceduel/sprites/explosion/explos06.pbm -share/apps/kspaceduel/sprites/explosion/explos06.ppm -share/apps/kspaceduel/sprites/explosion/explos07.pbm -share/apps/kspaceduel/sprites/explosion/explos07.ppm -share/apps/kspaceduel/sprites/explosion/explos08.pbm -share/apps/kspaceduel/sprites/explosion/explos08.ppm -share/apps/kspaceduel/sprites/explosion/explos09.pbm -share/apps/kspaceduel/sprites/explosion/explos09.ppm -share/apps/kspaceduel/sprites/explosion/explos10.pbm -share/apps/kspaceduel/sprites/explosion/explos10.ppm -share/apps/kspaceduel/sprites/explosion/explos11.pbm -share/apps/kspaceduel/sprites/explosion/explos11.ppm -share/apps/kspaceduel/sprites/explosion/explos12.pbm -share/apps/kspaceduel/sprites/explosion/explos12.ppm -share/apps/kspaceduel/sprites/explosion/explos13.pbm -share/apps/kspaceduel/sprites/explosion/explos13.ppm -share/apps/kspaceduel/sprites/explosion/explos14.pbm -share/apps/kspaceduel/sprites/explosion/explos14.ppm -share/apps/kspaceduel/sprites/explosion/explos15.pbm -share/apps/kspaceduel/sprites/explosion/explos15.ppm -share/apps/kspaceduel/sprites/explosion/explos16.pbm -share/apps/kspaceduel/sprites/explosion/explos16.ppm -share/apps/kspaceduel/sprites/explosion/explos17.pbm -share/apps/kspaceduel/sprites/explosion/explos17.ppm -share/apps/kspaceduel/sprites/explosion/explos18.pbm -share/apps/kspaceduel/sprites/explosion/explos18.ppm -share/apps/kspaceduel/sprites/explosion/explos19.pbm -share/apps/kspaceduel/sprites/explosion/explos19.ppm -share/apps/kspaceduel/sprites/explosion/explos20.pbm -share/apps/kspaceduel/sprites/explosion/explos20.ppm -share/apps/kspaceduel/sprites/explosion/explos21.pbm -share/apps/kspaceduel/sprites/explosion/explos21.ppm -share/apps/kspaceduel/sprites/explosion/explos22.pbm -share/apps/kspaceduel/sprites/explosion/explos22.ppm -share/apps/kspaceduel/sprites/explosion/explos23.pbm -share/apps/kspaceduel/sprites/explosion/explos23.ppm -share/apps/kspaceduel/sprites/explosion/explos24.pbm -share/apps/kspaceduel/sprites/explosion/explos24.ppm -share/apps/kspaceduel/sprites/explosion/explos25.pbm -share/apps/kspaceduel/sprites/explosion/explos25.ppm -share/apps/kspaceduel/sprites/explosion/explos26.pbm -share/apps/kspaceduel/sprites/explosion/explos26.ppm -share/apps/kspaceduel/sprites/explosion/explos27.pbm -share/apps/kspaceduel/sprites/explosion/explos27.ppm -share/apps/kspaceduel/sprites/explosion/explos28.pbm -share/apps/kspaceduel/sprites/explosion/explos28.ppm -share/apps/kspaceduel/sprites/explosion/explos29.pbm -share/apps/kspaceduel/sprites/explosion/explos29.ppm -share/apps/kspaceduel/sprites/explosion/explos30.pbm -share/apps/kspaceduel/sprites/explosion/explos30.ppm -share/apps/kspaceduel/sprites/explosion/mineex00.pbm -share/apps/kspaceduel/sprites/explosion/mineex00.ppm -share/apps/kspaceduel/sprites/explosion/mineex01.pbm -share/apps/kspaceduel/sprites/explosion/mineex01.ppm -share/apps/kspaceduel/sprites/explosion/mineex02.pbm -share/apps/kspaceduel/sprites/explosion/mineex02.ppm -share/apps/kspaceduel/sprites/explosion/mineex03.pbm -share/apps/kspaceduel/sprites/explosion/mineex03.ppm -share/apps/kspaceduel/sprites/explosion/mineex04.pbm -share/apps/kspaceduel/sprites/explosion/mineex04.ppm -share/apps/kspaceduel/sprites/explosion/mineex05.pbm -share/apps/kspaceduel/sprites/explosion/mineex05.ppm -share/apps/kspaceduel/sprites/explosion/mineex06.pbm -share/apps/kspaceduel/sprites/explosion/mineex06.ppm -share/apps/kspaceduel/sprites/explosion/mineex07.pbm -share/apps/kspaceduel/sprites/explosion/mineex07.ppm -share/apps/kspaceduel/sprites/explosion/mineex08.pbm -share/apps/kspaceduel/sprites/explosion/mineex08.ppm -share/apps/kspaceduel/sprites/explosion/mineex09.pbm -share/apps/kspaceduel/sprites/explosion/mineex09.ppm -share/apps/kspaceduel/sprites/explosion/mineex10.pbm -share/apps/kspaceduel/sprites/explosion/mineex10.ppm -share/apps/kspaceduel/sprites/explosion/mineex11.pbm -share/apps/kspaceduel/sprites/explosion/mineex11.ppm -share/apps/kspaceduel/sprites/explosion/mineex12.pbm -share/apps/kspaceduel/sprites/explosion/mineex12.ppm -share/apps/kspaceduel/sprites/explosion/mineex13.pbm -share/apps/kspaceduel/sprites/explosion/mineex13.ppm -share/apps/kspaceduel/sprites/explosion/mineex14.pbm -share/apps/kspaceduel/sprites/explosion/mineex14.ppm -share/apps/kspaceduel/sprites/explosion/mineex15.pbm -share/apps/kspaceduel/sprites/explosion/mineex15.ppm -share/apps/kspaceduel/sprites/explosion/mineex16.pbm -share/apps/kspaceduel/sprites/explosion/mineex16.ppm -share/apps/kspaceduel/sprites/explosion/mineex17.pbm -share/apps/kspaceduel/sprites/explosion/mineex17.ppm -share/apps/kspaceduel/sprites/playerinfo/energy.pnm -share/apps/kspaceduel/sprites/playerinfo/mine.pnm -share/apps/kspaceduel/sprites/playerinfo/ship10.pnm -share/apps/kspaceduel/sprites/playerinfo/ship11.pnm -share/apps/kspaceduel/sprites/playerinfo/ship12.pnm -share/apps/kspaceduel/sprites/playerinfo/ship13.pnm -share/apps/kspaceduel/sprites/playerinfo/ship20.pnm -share/apps/kspaceduel/sprites/playerinfo/ship21.pnm -share/apps/kspaceduel/sprites/playerinfo/ship22.pnm -share/apps/kspaceduel/sprites/playerinfo/ship23.pnm -share/apps/kspaceduel/sprites/playerinfo/win.pnm -share/apps/kspaceduel/sprites/powerups/pbullet.pbm -share/apps/kspaceduel/sprites/powerups/pbullet.ppm -share/apps/kspaceduel/sprites/powerups/penergy.pbm -share/apps/kspaceduel/sprites/powerups/penergy.ppm -share/apps/kspaceduel/sprites/powerups/pmine.pbm -share/apps/kspaceduel/sprites/powerups/pmine.ppm -share/apps/kspaceduel/sprites/powerups/pshield.pbm -share/apps/kspaceduel/sprites/powerups/pshield.ppm -share/apps/kspaceduel/sprites/ship1/bullet.pbm -share/apps/kspaceduel/sprites/ship1/bullet.ppm -share/apps/kspaceduel/sprites/ship1/mine0.pbm -share/apps/kspaceduel/sprites/ship1/mine0.ppm -share/apps/kspaceduel/sprites/ship1/mine1.pbm -share/apps/kspaceduel/sprites/ship1/mine1.ppm -share/apps/kspaceduel/sprites/ship1/ship00.pbm -share/apps/kspaceduel/sprites/ship1/ship00.ppm -share/apps/kspaceduel/sprites/ship1/ship01.pbm -share/apps/kspaceduel/sprites/ship1/ship01.ppm -share/apps/kspaceduel/sprites/ship1/ship02.pbm -share/apps/kspaceduel/sprites/ship1/ship02.ppm -share/apps/kspaceduel/sprites/ship1/ship03.pbm -share/apps/kspaceduel/sprites/ship1/ship03.ppm -share/apps/kspaceduel/sprites/ship1/ship04.pbm -share/apps/kspaceduel/sprites/ship1/ship04.ppm -share/apps/kspaceduel/sprites/ship1/ship05.pbm -share/apps/kspaceduel/sprites/ship1/ship05.ppm -share/apps/kspaceduel/sprites/ship1/ship06.pbm -share/apps/kspaceduel/sprites/ship1/ship06.ppm -share/apps/kspaceduel/sprites/ship1/ship07.pbm -share/apps/kspaceduel/sprites/ship1/ship07.ppm -share/apps/kspaceduel/sprites/ship1/ship08.pbm -share/apps/kspaceduel/sprites/ship1/ship08.ppm -share/apps/kspaceduel/sprites/ship1/ship09.pbm -share/apps/kspaceduel/sprites/ship1/ship09.ppm -share/apps/kspaceduel/sprites/ship1/ship10.pbm -share/apps/kspaceduel/sprites/ship1/ship10.ppm -share/apps/kspaceduel/sprites/ship1/ship11.pbm -share/apps/kspaceduel/sprites/ship1/ship11.ppm -share/apps/kspaceduel/sprites/ship1/ship12.pbm -share/apps/kspaceduel/sprites/ship1/ship12.ppm -share/apps/kspaceduel/sprites/ship1/ship13.pbm -share/apps/kspaceduel/sprites/ship1/ship13.ppm -share/apps/kspaceduel/sprites/ship1/ship14.pbm -share/apps/kspaceduel/sprites/ship1/ship14.ppm -share/apps/kspaceduel/sprites/ship1/ship15.pbm -share/apps/kspaceduel/sprites/ship1/ship15.ppm -share/apps/kspaceduel/sprites/ship1/ship16.pbm -share/apps/kspaceduel/sprites/ship1/ship16.ppm -share/apps/kspaceduel/sprites/ship1/ship17.pbm -share/apps/kspaceduel/sprites/ship1/ship17.ppm -share/apps/kspaceduel/sprites/ship1/ship18.pbm -share/apps/kspaceduel/sprites/ship1/ship18.ppm -share/apps/kspaceduel/sprites/ship1/ship19.pbm -share/apps/kspaceduel/sprites/ship1/ship19.ppm -share/apps/kspaceduel/sprites/ship1/ship20.pbm -share/apps/kspaceduel/sprites/ship1/ship20.ppm -share/apps/kspaceduel/sprites/ship1/ship21.pbm -share/apps/kspaceduel/sprites/ship1/ship21.ppm -share/apps/kspaceduel/sprites/ship1/ship22.pbm -share/apps/kspaceduel/sprites/ship1/ship22.ppm -share/apps/kspaceduel/sprites/ship1/ship23.pbm -share/apps/kspaceduel/sprites/ship1/ship23.ppm -share/apps/kspaceduel/sprites/ship1/ship24.pbm -share/apps/kspaceduel/sprites/ship1/ship24.ppm -share/apps/kspaceduel/sprites/ship1/ship25.pbm -share/apps/kspaceduel/sprites/ship1/ship25.ppm -share/apps/kspaceduel/sprites/ship1/ship26.pbm -share/apps/kspaceduel/sprites/ship1/ship26.ppm -share/apps/kspaceduel/sprites/ship1/ship27.pbm -share/apps/kspaceduel/sprites/ship1/ship27.ppm -share/apps/kspaceduel/sprites/ship1/ship28.pbm -share/apps/kspaceduel/sprites/ship1/ship28.ppm -share/apps/kspaceduel/sprites/ship1/ship29.pbm -share/apps/kspaceduel/sprites/ship1/ship29.ppm -share/apps/kspaceduel/sprites/ship1/ship30.pbm -share/apps/kspaceduel/sprites/ship1/ship30.ppm -share/apps/kspaceduel/sprites/ship1/ship31.pbm -share/apps/kspaceduel/sprites/ship1/ship31.ppm -share/apps/kspaceduel/sprites/ship1/ship32.pbm -share/apps/kspaceduel/sprites/ship1/ship32.ppm -share/apps/kspaceduel/sprites/ship1/ship33.pbm -share/apps/kspaceduel/sprites/ship1/ship33.ppm -share/apps/kspaceduel/sprites/ship1/ship34.pbm -share/apps/kspaceduel/sprites/ship1/ship34.ppm -share/apps/kspaceduel/sprites/ship1/ship35.pbm -share/apps/kspaceduel/sprites/ship1/ship35.ppm -share/apps/kspaceduel/sprites/ship1/ship36.pbm -share/apps/kspaceduel/sprites/ship1/ship36.ppm -share/apps/kspaceduel/sprites/ship1/ship37.pbm -share/apps/kspaceduel/sprites/ship1/ship37.ppm -share/apps/kspaceduel/sprites/ship1/ship38.pbm -share/apps/kspaceduel/sprites/ship1/ship38.ppm -share/apps/kspaceduel/sprites/ship1/ship39.pbm -share/apps/kspaceduel/sprites/ship1/ship39.ppm -share/apps/kspaceduel/sprites/ship1/ship40.pbm -share/apps/kspaceduel/sprites/ship1/ship40.ppm -share/apps/kspaceduel/sprites/ship1/ship41.pbm -share/apps/kspaceduel/sprites/ship1/ship41.ppm -share/apps/kspaceduel/sprites/ship1/ship42.pbm -share/apps/kspaceduel/sprites/ship1/ship42.ppm -share/apps/kspaceduel/sprites/ship1/ship43.pbm -share/apps/kspaceduel/sprites/ship1/ship43.ppm -share/apps/kspaceduel/sprites/ship1/ship44.pbm -share/apps/kspaceduel/sprites/ship1/ship44.ppm -share/apps/kspaceduel/sprites/ship1/ship45.pbm -share/apps/kspaceduel/sprites/ship1/ship45.ppm -share/apps/kspaceduel/sprites/ship1/ship46.pbm -share/apps/kspaceduel/sprites/ship1/ship46.ppm -share/apps/kspaceduel/sprites/ship1/ship47.pbm -share/apps/kspaceduel/sprites/ship1/ship47.ppm -share/apps/kspaceduel/sprites/ship1/ship48.pbm -share/apps/kspaceduel/sprites/ship1/ship48.ppm -share/apps/kspaceduel/sprites/ship1/ship49.pbm -share/apps/kspaceduel/sprites/ship1/ship49.ppm -share/apps/kspaceduel/sprites/ship1/ship50.pbm -share/apps/kspaceduel/sprites/ship1/ship50.ppm -share/apps/kspaceduel/sprites/ship1/ship51.pbm -share/apps/kspaceduel/sprites/ship1/ship51.ppm -share/apps/kspaceduel/sprites/ship1/ship52.pbm -share/apps/kspaceduel/sprites/ship1/ship52.ppm -share/apps/kspaceduel/sprites/ship1/ship53.pbm -share/apps/kspaceduel/sprites/ship1/ship53.ppm -share/apps/kspaceduel/sprites/ship1/ship54.pbm -share/apps/kspaceduel/sprites/ship1/ship54.ppm -share/apps/kspaceduel/sprites/ship1/ship55.pbm -share/apps/kspaceduel/sprites/ship1/ship55.ppm -share/apps/kspaceduel/sprites/ship1/ship56.pbm -share/apps/kspaceduel/sprites/ship1/ship56.ppm -share/apps/kspaceduel/sprites/ship1/ship57.pbm -share/apps/kspaceduel/sprites/ship1/ship57.ppm -share/apps/kspaceduel/sprites/ship1/ship58.pbm -share/apps/kspaceduel/sprites/ship1/ship58.ppm -share/apps/kspaceduel/sprites/ship1/ship59.pbm -share/apps/kspaceduel/sprites/ship1/ship59.ppm -share/apps/kspaceduel/sprites/ship1/ship60.pbm -share/apps/kspaceduel/sprites/ship1/ship60.ppm -share/apps/kspaceduel/sprites/ship1/ship61.pbm -share/apps/kspaceduel/sprites/ship1/ship61.ppm -share/apps/kspaceduel/sprites/ship1/ship62.pbm -share/apps/kspaceduel/sprites/ship1/ship62.ppm -share/apps/kspaceduel/sprites/ship1/ship63.pbm -share/apps/kspaceduel/sprites/ship1/ship63.ppm -share/apps/kspaceduel/sprites/ship1/ship64.pbm -share/apps/kspaceduel/sprites/ship1/ship64.ppm -share/apps/kspaceduel/sprites/ship2/bullet.pbm -share/apps/kspaceduel/sprites/ship2/bullet.ppm -share/apps/kspaceduel/sprites/ship2/mine0.pbm -share/apps/kspaceduel/sprites/ship2/mine0.ppm -share/apps/kspaceduel/sprites/ship2/mine1.pbm -share/apps/kspaceduel/sprites/ship2/mine1.ppm -share/apps/kspaceduel/sprites/ship2/ship00.pbm -share/apps/kspaceduel/sprites/ship2/ship00.ppm -share/apps/kspaceduel/sprites/ship2/ship01.pbm -share/apps/kspaceduel/sprites/ship2/ship01.ppm -share/apps/kspaceduel/sprites/ship2/ship02.pbm -share/apps/kspaceduel/sprites/ship2/ship02.ppm -share/apps/kspaceduel/sprites/ship2/ship03.pbm -share/apps/kspaceduel/sprites/ship2/ship03.ppm -share/apps/kspaceduel/sprites/ship2/ship04.pbm -share/apps/kspaceduel/sprites/ship2/ship04.ppm -share/apps/kspaceduel/sprites/ship2/ship05.pbm -share/apps/kspaceduel/sprites/ship2/ship05.ppm -share/apps/kspaceduel/sprites/ship2/ship06.pbm -share/apps/kspaceduel/sprites/ship2/ship06.ppm -share/apps/kspaceduel/sprites/ship2/ship07.pbm -share/apps/kspaceduel/sprites/ship2/ship07.ppm -share/apps/kspaceduel/sprites/ship2/ship08.pbm -share/apps/kspaceduel/sprites/ship2/ship08.ppm -share/apps/kspaceduel/sprites/ship2/ship09.pbm -share/apps/kspaceduel/sprites/ship2/ship09.ppm -share/apps/kspaceduel/sprites/ship2/ship10.pbm -share/apps/kspaceduel/sprites/ship2/ship10.ppm -share/apps/kspaceduel/sprites/ship2/ship11.pbm -share/apps/kspaceduel/sprites/ship2/ship11.ppm -share/apps/kspaceduel/sprites/ship2/ship12.pbm -share/apps/kspaceduel/sprites/ship2/ship12.ppm -share/apps/kspaceduel/sprites/ship2/ship13.pbm -share/apps/kspaceduel/sprites/ship2/ship13.ppm -share/apps/kspaceduel/sprites/ship2/ship14.pbm -share/apps/kspaceduel/sprites/ship2/ship14.ppm -share/apps/kspaceduel/sprites/ship2/ship15.pbm -share/apps/kspaceduel/sprites/ship2/ship15.ppm -share/apps/kspaceduel/sprites/ship2/ship16.pbm -share/apps/kspaceduel/sprites/ship2/ship16.ppm -share/apps/kspaceduel/sprites/ship2/ship17.pbm -share/apps/kspaceduel/sprites/ship2/ship17.ppm -share/apps/kspaceduel/sprites/ship2/ship18.pbm -share/apps/kspaceduel/sprites/ship2/ship18.ppm -share/apps/kspaceduel/sprites/ship2/ship19.pbm -share/apps/kspaceduel/sprites/ship2/ship19.ppm -share/apps/kspaceduel/sprites/ship2/ship20.pbm -share/apps/kspaceduel/sprites/ship2/ship20.ppm -share/apps/kspaceduel/sprites/ship2/ship21.pbm -share/apps/kspaceduel/sprites/ship2/ship21.ppm -share/apps/kspaceduel/sprites/ship2/ship22.pbm -share/apps/kspaceduel/sprites/ship2/ship22.ppm -share/apps/kspaceduel/sprites/ship2/ship23.pbm -share/apps/kspaceduel/sprites/ship2/ship23.ppm -share/apps/kspaceduel/sprites/ship2/ship24.pbm -share/apps/kspaceduel/sprites/ship2/ship24.ppm -share/apps/kspaceduel/sprites/ship2/ship25.pbm -share/apps/kspaceduel/sprites/ship2/ship25.ppm -share/apps/kspaceduel/sprites/ship2/ship26.pbm -share/apps/kspaceduel/sprites/ship2/ship26.ppm -share/apps/kspaceduel/sprites/ship2/ship27.pbm -share/apps/kspaceduel/sprites/ship2/ship27.ppm -share/apps/kspaceduel/sprites/ship2/ship28.pbm -share/apps/kspaceduel/sprites/ship2/ship28.ppm -share/apps/kspaceduel/sprites/ship2/ship29.pbm -share/apps/kspaceduel/sprites/ship2/ship29.ppm -share/apps/kspaceduel/sprites/ship2/ship30.pbm -share/apps/kspaceduel/sprites/ship2/ship30.ppm -share/apps/kspaceduel/sprites/ship2/ship31.pbm -share/apps/kspaceduel/sprites/ship2/ship31.ppm -share/apps/kspaceduel/sprites/ship2/ship32.pbm -share/apps/kspaceduel/sprites/ship2/ship32.ppm -share/apps/kspaceduel/sprites/ship2/ship33.pbm -share/apps/kspaceduel/sprites/ship2/ship33.ppm -share/apps/kspaceduel/sprites/ship2/ship34.pbm -share/apps/kspaceduel/sprites/ship2/ship34.ppm -share/apps/kspaceduel/sprites/ship2/ship35.pbm -share/apps/kspaceduel/sprites/ship2/ship35.ppm -share/apps/kspaceduel/sprites/ship2/ship36.pbm -share/apps/kspaceduel/sprites/ship2/ship36.ppm -share/apps/kspaceduel/sprites/ship2/ship37.pbm -share/apps/kspaceduel/sprites/ship2/ship37.ppm -share/apps/kspaceduel/sprites/ship2/ship38.pbm -share/apps/kspaceduel/sprites/ship2/ship38.ppm -share/apps/kspaceduel/sprites/ship2/ship39.pbm -share/apps/kspaceduel/sprites/ship2/ship39.ppm -share/apps/kspaceduel/sprites/ship2/ship40.pbm -share/apps/kspaceduel/sprites/ship2/ship40.ppm -share/apps/kspaceduel/sprites/ship2/ship41.pbm -share/apps/kspaceduel/sprites/ship2/ship41.ppm -share/apps/kspaceduel/sprites/ship2/ship42.pbm -share/apps/kspaceduel/sprites/ship2/ship42.ppm -share/apps/kspaceduel/sprites/ship2/ship43.pbm -share/apps/kspaceduel/sprites/ship2/ship43.ppm -share/apps/kspaceduel/sprites/ship2/ship44.pbm -share/apps/kspaceduel/sprites/ship2/ship44.ppm -share/apps/kspaceduel/sprites/ship2/ship45.pbm -share/apps/kspaceduel/sprites/ship2/ship45.ppm -share/apps/kspaceduel/sprites/ship2/ship46.pbm -share/apps/kspaceduel/sprites/ship2/ship46.ppm -share/apps/kspaceduel/sprites/ship2/ship47.pbm -share/apps/kspaceduel/sprites/ship2/ship47.ppm -share/apps/kspaceduel/sprites/ship2/ship48.pbm -share/apps/kspaceduel/sprites/ship2/ship48.ppm -share/apps/kspaceduel/sprites/ship2/ship49.pbm -share/apps/kspaceduel/sprites/ship2/ship49.ppm -share/apps/kspaceduel/sprites/ship2/ship50.pbm -share/apps/kspaceduel/sprites/ship2/ship50.ppm -share/apps/kspaceduel/sprites/ship2/ship51.pbm -share/apps/kspaceduel/sprites/ship2/ship51.ppm -share/apps/kspaceduel/sprites/ship2/ship52.pbm -share/apps/kspaceduel/sprites/ship2/ship52.ppm -share/apps/kspaceduel/sprites/ship2/ship53.pbm -share/apps/kspaceduel/sprites/ship2/ship53.ppm -share/apps/kspaceduel/sprites/ship2/ship54.pbm -share/apps/kspaceduel/sprites/ship2/ship54.ppm -share/apps/kspaceduel/sprites/ship2/ship55.pbm -share/apps/kspaceduel/sprites/ship2/ship55.ppm -share/apps/kspaceduel/sprites/ship2/ship56.pbm -share/apps/kspaceduel/sprites/ship2/ship56.ppm -share/apps/kspaceduel/sprites/ship2/ship57.pbm -share/apps/kspaceduel/sprites/ship2/ship57.ppm -share/apps/kspaceduel/sprites/ship2/ship58.pbm -share/apps/kspaceduel/sprites/ship2/ship58.ppm -share/apps/kspaceduel/sprites/ship2/ship59.pbm -share/apps/kspaceduel/sprites/ship2/ship59.ppm -share/apps/kspaceduel/sprites/ship2/ship60.pbm -share/apps/kspaceduel/sprites/ship2/ship60.ppm -share/apps/kspaceduel/sprites/ship2/ship61.pbm -share/apps/kspaceduel/sprites/ship2/ship61.ppm -share/apps/kspaceduel/sprites/ship2/ship62.pbm -share/apps/kspaceduel/sprites/ship2/ship62.ppm -share/apps/kspaceduel/sprites/ship2/ship63.pbm -share/apps/kspaceduel/sprites/ship2/ship63.ppm -share/apps/kspaceduel/sprites/ship2/ship64.pbm -share/apps/kspaceduel/sprites/ship2/ship64.ppm -share/apps/kspaceduel/sprites/sun/sun.pbm -share/apps/kspaceduel/sprites/sun/sun.ppm -share/apps/ktron/ktronui.rc -share/apps/ktuberling/ktuberlingui.rc -share/apps/ktuberling/museum/cool.tuberling -share/apps/ktuberling/museum/dali.tuberling -share/apps/ktuberling/museum/einstein.tuberling -share/apps/ktuberling/museum/fly.tuberling -share/apps/ktuberling/museum/grandpa.tuberling -share/apps/ktuberling/museum/idiot.tuberling -share/apps/ktuberling/museum/miss.tuberling -share/apps/ktuberling/museum/picasso.tuberling -share/apps/ktuberling/museum/serious.tuberling -share/apps/ktuberling/pics/gameboard.xpm -share/apps/ktuberling/pics/layout.txt -share/apps/ktuberling/pics/masks.xpm -share/apps/ktuberling/sounds/en/badge.wav -share/apps/ktuberling/sounds/en/bow.wav -share/apps/ktuberling/sounds/en/cigar.wav -share/apps/ktuberling/sounds/en/ear.wav -share/apps/ktuberling/sounds/en/earring.wav -share/apps/ktuberling/sounds/en/eye.wav -share/apps/ktuberling/sounds/en/eyebrow.wav -share/apps/ktuberling/sounds/en/hat.wav -share/apps/ktuberling/sounds/en/moustache.wav -share/apps/ktuberling/sounds/en/mouth.wav -share/apps/ktuberling/sounds/en/nose.wav -share/apps/ktuberling/sounds/en/spectacles.wav -share/apps/ktuberling/sounds/en/sunglasses.wav -share/apps/ktuberling/sounds/en/tuberling.wav -share/apps/ktuberling/sounds/en/watch.wav -share/apps/kwin4/grafix/aboute.png -share/apps/kwin4/grafix/arrow.png -share/apps/kwin4/grafix/arrow_red.png -share/apps/kwin4/grafix/arrow_yellow.png -share/apps/kwin4/grafix/background.png -share/apps/kwin4/grafix/board.png -share/apps/kwin4/grafix/empty.png -share/apps/kwin4/grafix/hint.png -share/apps/kwin4/grafix/red.png -share/apps/kwin4/grafix/win4about.png -share/apps/kwin4/grafix/yellow.png -share/apps/kwin4/kwin4ui.rc -share/apps/lskat/grafix/400000.png -share/apps/lskat/grafix/400001.png -share/apps/lskat/grafix/400002.png -share/apps/lskat/grafix/400003.png -share/apps/lskat/grafix/400004.png -share/apps/lskat/grafix/400005.png -share/apps/lskat/grafix/400006.png -share/apps/lskat/grafix/400007.png -share/apps/lskat/grafix/400008.png -share/apps/lskat/grafix/400009.png -share/apps/lskat/grafix/400010.png -share/apps/lskat/grafix/400011.png -share/apps/lskat/grafix/400012.png -share/apps/lskat/grafix/400013.png -share/apps/lskat/grafix/400014.png -share/apps/lskat/grafix/400015.png -share/apps/lskat/grafix/400016.png -share/apps/lskat/grafix/400017.png -share/apps/lskat/grafix/400018.png -share/apps/lskat/grafix/400019.png -share/apps/lskat/grafix/400020.png -share/apps/lskat/grafix/400021.png -share/apps/lskat/grafix/400022.png -share/apps/lskat/grafix/400023.png -share/apps/lskat/grafix/400024.png -share/apps/lskat/grafix/background.png -share/apps/lskat/grafix/deck1.png -share/apps/lskat/grafix/deck2.png -share/apps/lskat/grafix/deck3.png -share/apps/lskat/grafix/deck4.png -share/apps/lskat/grafix/t1.png -share/apps/lskat/grafix/t2.png -share/apps/lskat/grafix/t3.png -share/apps/lskat/grafix/t4.png -share/apps/lskat/grafix/t5.png -share/apps/lskat/grafix/tback.png -share/apps/lskat/grafix/type1.png -share/apps/lskat/grafix/type2.png -share/apps/lskat/grafix/type3.png -share/apps/lskat/lskatui.rc -share/doc/HTML/en/kabalone/common -share/doc/HTML/en/kabalone/index.cache.bz2 -share/doc/HTML/en/kabalone/index.docbook -share/doc/HTML/en/kasteroids/common -share/doc/HTML/en/kasteroids/fuel.png -share/doc/HTML/en/kasteroids/index.cache.bz2 -share/doc/HTML/en/kasteroids/index.docbook -share/doc/HTML/en/katomic/common -share/doc/HTML/en/katomic/index.cache.bz2 -share/doc/HTML/en/katomic/index.docbook -share/doc/HTML/en/kbackgammon/board.png -share/doc/HTML/en/kbackgammon/common -share/doc/HTML/en/kbackgammon/index.cache.bz2 -share/doc/HTML/en/kbackgammon/index.docbook -share/doc/HTML/en/kbattleship/common -share/doc/HTML/en/kbattleship/index.cache.bz2 -share/doc/HTML/en/kbattleship/index.docbook -share/doc/HTML/en/kblackbox/common -share/doc/HTML/en/kblackbox/index.cache.bz2 -share/doc/HTML/en/kblackbox/index.docbook -share/doc/HTML/en/kblackbox/kblackboxtbar.png -share/doc/HTML/en/kfouleggs/common -share/doc/HTML/en/kfouleggs/index.cache.bz2 -share/doc/HTML/en/kfouleggs/index.docbook -share/doc/HTML/en/kjezz/common -share/doc/HTML/en/kjezz/index.cache.bz2 -share/doc/HTML/en/kjezz/index.docbook -share/doc/HTML/en/kjumpingcube/common -share/doc/HTML/en/kjumpingcube/index.cache.bz2 -share/doc/HTML/en/kjumpingcube/index.docbook -share/doc/HTML/en/klines/common -share/doc/HTML/en/klines/index.cache.bz2 -share/doc/HTML/en/klines/index.docbook -share/doc/HTML/en/kmines/common -share/doc/HTML/en/kmines/index.cache.bz2 -share/doc/HTML/en/kmines/index.docbook -share/doc/HTML/en/kmines/kmines1.png -share/doc/HTML/en/kmines/kmines2.png -share/doc/HTML/en/konquest/common -share/doc/HTML/en/konquest/index.cache.bz2 -share/doc/HTML/en/konquest/index.docbook -share/doc/HTML/en/kpat/clubs.png -share/doc/HTML/en/kpat/common -share/doc/HTML/en/kpat/diamonds.png -share/doc/HTML/en/kpat/hearts.png -share/doc/HTML/en/kpat/index.cache.bz2 -share/doc/HTML/en/kpat/index.docbook -share/doc/HTML/en/kpat/playfield.png -share/doc/HTML/en/kpat/spades.png -share/doc/HTML/en/kpoker/common -share/doc/HTML/en/kpoker/index.cache.bz2 -share/doc/HTML/en/kpoker/index.docbook -share/doc/HTML/en/kpoker/kpoker1.png -share/doc/HTML/en/kpoker/kpoker2.png -share/doc/HTML/en/kreversi/common -share/doc/HTML/en/kreversi/index.cache.bz2 -share/doc/HTML/en/kreversi/index.docbook -share/doc/HTML/en/kreversi/kreversi1.png -share/doc/HTML/en/ksame/common -share/doc/HTML/en/ksame/index.cache.bz2 -share/doc/HTML/en/ksame/index.docbook -share/doc/HTML/en/kshisen/common -share/doc/HTML/en/kshisen/index.cache.bz2 -share/doc/HTML/en/kshisen/index.docbook -share/doc/HTML/en/ksirtet/common -share/doc/HTML/en/ksirtet/index.cache.bz2 -share/doc/HTML/en/ksirtet/index.docbook -share/doc/HTML/en/ksnake/common -share/doc/HTML/en/ksnake/index.cache.bz2 -share/doc/HTML/en/ksnake/index.docbook -share/doc/HTML/en/ksokoban/common -share/doc/HTML/en/ksokoban/index.cache.bz2 -share/doc/HTML/en/ksokoban/index.docbook -share/doc/HTML/en/kspaceduel/common -share/doc/HTML/en/kspaceduel/index.cache.bz2 -share/doc/HTML/en/kspaceduel/index.docbook -share/doc/HTML/en/kspaceduel/kspaceduel1.png -share/doc/HTML/en/kspaceduel/kspaceduel2.png -share/doc/HTML/en/kspaceduel/kspaceduel3.png -share/doc/HTML/en/ktron/common -share/doc/HTML/en/ktron/index.cache.bz2 -share/doc/HTML/en/ktron/index.docbook -share/doc/HTML/en/ktuberling/button.new.png -share/doc/HTML/en/ktuberling/button.open.png -share/doc/HTML/en/ktuberling/button.print.png -share/doc/HTML/en/ktuberling/button.redo.png -share/doc/HTML/en/ktuberling/button.save.png -share/doc/HTML/en/ktuberling/button.undo.png -share/doc/HTML/en/ktuberling/common -share/doc/HTML/en/ktuberling/gameboard.png -share/doc/HTML/en/ktuberling/index.cache.bz2 -share/doc/HTML/en/ktuberling/index.docbook -share/doc/HTML/en/ktuberling/menu.edit.png -share/doc/HTML/en/ktuberling/menu.file.png -share/doc/HTML/en/ktuberling/menu.help.png -share/doc/HTML/en/ktuberling/menu.option.png -share/doc/HTML/en/ktuberling/menu.raw.png -share/doc/HTML/en/ktuberling/toolbar.png -share/doc/HTML/en/kwin4/common -share/doc/HTML/en/kwin4/index.cache.bz2 -share/doc/HTML/en/kwin4/index.docbook -share/doc/HTML/en/lskat/common -share/doc/HTML/en/lskat/index.cache.bz2 -share/doc/HTML/en/lskat/index.docbook -share/icons/hicolor/16x16/apps/kabalone.png -share/icons/hicolor/16x16/apps/kasteroids.png -share/icons/hicolor/16x16/apps/kbackgammon.png -share/icons/hicolor/16x16/apps/kbackgammon_engine.png -share/icons/hicolor/16x16/apps/kbattleship.png -share/icons/hicolor/16x16/apps/kblackbox.png -share/icons/hicolor/16x16/apps/kjezz.png -share/icons/hicolor/16x16/apps/kjumpingcube.png -share/icons/hicolor/16x16/apps/klines.png -share/icons/hicolor/16x16/apps/kmahjongg.png -share/icons/hicolor/16x16/apps/kmines.png -share/icons/hicolor/16x16/apps/konquest.png -share/icons/hicolor/16x16/apps/kpat.png -share/icons/hicolor/16x16/apps/kpoker.png -share/icons/hicolor/16x16/apps/kreversi.png -share/icons/hicolor/16x16/apps/ksame.png -share/icons/hicolor/16x16/apps/kshisen.png -share/icons/hicolor/16x16/apps/ksirtet.png -share/icons/hicolor/16x16/apps/ksmiletris.png -share/icons/hicolor/16x16/apps/ksnake.png -share/icons/hicolor/16x16/apps/ksokoban.png -share/icons/hicolor/16x16/apps/kspaceduel.png -share/icons/hicolor/16x16/apps/ktron.png -share/icons/hicolor/16x16/apps/kwin4.png -share/icons/hicolor/32x32/apps/kabalone.png -share/icons/hicolor/32x32/apps/kasteroids.png -share/icons/hicolor/32x32/apps/katomic.png -share/icons/hicolor/32x32/apps/kbackgammon.png -share/icons/hicolor/32x32/apps/kbackgammon_engine.png -share/icons/hicolor/32x32/apps/kbattleship.png -share/icons/hicolor/32x32/apps/kblackbox.png -share/icons/hicolor/32x32/apps/kjezz.png -share/icons/hicolor/32x32/apps/kjumpingcube.png -share/icons/hicolor/32x32/apps/klines.png -share/icons/hicolor/32x32/apps/kmahjongg.png -share/icons/hicolor/32x32/apps/kmines.png -share/icons/hicolor/32x32/apps/konquest.png -share/icons/hicolor/32x32/apps/kpat.png -share/icons/hicolor/32x32/apps/kpoker.png -share/icons/hicolor/32x32/apps/kreversi.png -share/icons/hicolor/32x32/apps/ksame.png -share/icons/hicolor/32x32/apps/kshisen.png -share/icons/hicolor/32x32/apps/ksirtet.png -share/icons/hicolor/32x32/apps/ksmiletris.png -share/icons/hicolor/32x32/apps/ksnake.png -share/icons/hicolor/32x32/apps/ksokoban.png -share/icons/hicolor/32x32/apps/kspaceduel.png -share/icons/hicolor/32x32/apps/ktron.png -share/icons/hicolor/32x32/apps/ktuberling.png -share/icons/hicolor/32x32/apps/kwin4.png -share/icons/hicolor/32x32/apps/lskat.png -share/icons/hicolor/48x48/apps/kabalone.png -share/icons/hicolor/48x48/apps/kasteroids.png -share/icons/hicolor/48x48/apps/kbackgammon.png -share/icons/hicolor/48x48/apps/kbackgammon_engine.png -share/icons/hicolor/48x48/apps/kblackbox.png -share/icons/hicolor/48x48/apps/kmahjongg.png -share/icons/hicolor/48x48/apps/kmines.png -share/icons/hicolor/48x48/apps/konquest.png -share/icons/hicolor/48x48/apps/kpat.png -share/icons/hicolor/48x48/apps/kpoker.png -share/icons/hicolor/48x48/apps/kreversi.png -share/icons/hicolor/48x48/apps/ksame.png -share/icons/hicolor/48x48/apps/kshisen.png -share/icons/hicolor/48x48/apps/ksirtet.png -share/icons/hicolor/48x48/apps/ksmiletris.png -share/icons/hicolor/48x48/apps/ksnake.png -share/icons/hicolor/48x48/apps/ksokoban.png -share/icons/hicolor/48x48/apps/kwin4.png -share/icons/hicolor/48x48/apps/lskat.png -share/icons/locolor/16x16/apps/kjezz.png -share/icons/locolor/16x16/apps/kspaceduel.png -share/icons/locolor/16x16/apps/lskat.png -share/icons/locolor/32x32/apps/kjezz.png -share/icons/locolor/32x32/apps/kspaceduel.png -share/icons/locolor/32x32/apps/lskat.png -@dirrm share/icons/locolor/32x32/apps -@dirrm share/icons/locolor/32x32 -@dirrm share/icons/locolor/16x16/apps -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor -@dirrm share/icons/hicolor/48x48/apps -@dirrm share/icons/hicolor/32x32/apps -@dirrm share/doc/HTML/en/lskat -@dirrm share/doc/HTML/en/kwin4 -@dirrm share/doc/HTML/en/ktuberling -@dirrm share/doc/HTML/en/ktron -@dirrm share/doc/HTML/en/kspaceduel -@dirrm share/doc/HTML/en/ksokoban -@dirrm share/doc/HTML/en/ksnake -@dirrm share/doc/HTML/en/ksirtet -@dirrm share/doc/HTML/en/kshisen -@dirrm share/doc/HTML/en/ksame -@dirrm share/doc/HTML/en/kreversi -@dirrm share/doc/HTML/en/kpoker -@dirrm share/doc/HTML/en/kpat -@dirrm share/doc/HTML/en/konquest -@dirrm share/doc/HTML/en/kmines -@dirrm share/doc/HTML/en/klines -@dirrm share/doc/HTML/en/kjumpingcube -@dirrm share/doc/HTML/en/kjezz -@dirrm share/doc/HTML/en/kfouleggs -@dirrm share/doc/HTML/en/kblackbox -@dirrm share/doc/HTML/en/kbattleship -@dirrm share/doc/HTML/en/kbackgammon -@dirrm share/doc/HTML/en/katomic -@dirrm share/doc/HTML/en/kasteroids -@dirrm share/doc/HTML/en/kabalone -@dirrm share/apps/lskat/grafix -@dirrm share/apps/lskat -@dirrm share/apps/kwin4/grafix -@dirrm share/apps/kwin4 -@dirrm share/apps/ktuberling/sounds/en -@dirrm share/apps/ktuberling/sounds -@dirrm share/apps/ktuberling/pics -@dirrm share/apps/ktuberling/museum -@dirrm share/apps/ktuberling -@dirrm share/apps/ktron -@dirrm share/apps/kspaceduel/sprites/sun -@dirrm share/apps/kspaceduel/sprites/ship2 -@dirrm share/apps/kspaceduel/sprites/ship1 -@dirrm share/apps/kspaceduel/sprites/powerups -@dirrm share/apps/kspaceduel/sprites/playerinfo -@dirrm share/apps/kspaceduel/sprites/explosion -@dirrm share/apps/kspaceduel/sprites -@dirrm share/apps/kspaceduel/icons/locolor/16x16/actions -@dirrm share/apps/kspaceduel/icons/locolor/16x16 -@dirrm share/apps/kspaceduel/icons/locolor -@dirrm share/apps/kspaceduel/icons/hicolor/32x32/actions -@dirrm share/apps/kspaceduel/icons/hicolor/32x32 -@dirrm share/apps/kspaceduel/icons/hicolor/22x22/actions -@dirrm share/apps/kspaceduel/icons/hicolor/22x22 -@dirrm share/apps/kspaceduel/icons/hicolor/16x16/actions -@dirrm share/apps/kspaceduel/icons/hicolor/16x16 -@dirrm share/apps/kspaceduel/icons/hicolor -@dirrm share/apps/kspaceduel/icons -@dirrm share/apps/kspaceduel -@dirrm share/apps/ksnake/pics -@dirrm share/apps/ksnake/levels -@dirrm share/apps/ksnake/backgrounds -@dirrm share/apps/ksnake -@dirrm share/apps/ksmiletris/sounds -@dirrm share/apps/ksmiletris/data -@dirrm share/apps/ksmiletris -@dirrm share/apps/ksirtet -@dirrm share/apps/kshisen -@dirrm share/apps/ksame -@dirrm share/apps/kreversi/sounds -@dirrm share/apps/kreversi/pics/background -@dirrm share/apps/kreversi/pics -@dirrm share/apps/kreversi -@dirrm share/apps/kpoker/sounds -@dirrm share/apps/kpoker -@dirrm share/apps/kpat -@dirrm share/apps/konquest/pics -@dirrm share/apps/konquest -@dirrm share/apps/kmines -@dirrm share/apps/kmahjongg/toolbar -@dirrm share/apps/kmahjongg/pics -@dirrm share/apps/kmahjongg -@dirrm share/apps/klines -@dirrm share/apps/kjumpingcube -@dirrm share/apps/kjezz/sounds -@dirrm share/apps/kjezz/pics -@dirrm share/apps/kjezz -@dirrm share/apps/kfouleggs -@dirrm share/apps/kdegames/pics -@dirrm share/apps/kdegames -@dirrm share/apps/kblackbox/pics -@dirrm share/apps/kblackbox -@dirrm share/apps/kbattleship/sounds -@dirrm share/apps/kbattleship/pictures -@dirrm share/apps/kbattleship -@dirrm share/apps/kbackgammon/sounds -@dirrm share/apps/kbackgammon/pics -@dirrm share/apps/kbackgammon -@dirrm share/apps/katomic/pics -@dirrm share/apps/katomic/levels/CVS -@dirrm share/apps/katomic/levels -@dirrm share/apps/katomic -@dirrm share/apps/kasteroids/sprites/ship -@dirrm share/apps/kasteroids/sprites/shield -@dirrm share/apps/kasteroids/sprites/rock3 -@dirrm share/apps/kasteroids/sprites/rock2 -@dirrm share/apps/kasteroids/sprites/rock1 -@dirrm share/apps/kasteroids/sprites/powerups -@dirrm share/apps/kasteroids/sprites/missile -@dirrm share/apps/kasteroids/sprites/exhaust -@dirrm share/apps/kasteroids/sprites/bits -@dirrm share/apps/kasteroids/sprites -@dirrm share/apps/kasteroids/sounds -@dirrm share/apps/kasteroids -@dirrm share/apps/kabalone/toolbar -@dirrm share/apps/kabalone -@dirrm share/apps/carddecks/decks -@dirrm share/apps/carddecks/cards-xskat-french -@dirrm share/apps/carddecks/cards-warwick -@dirrm share/apps/carddecks/cards-spaced -@dirrm share/apps/carddecks/cards-penguins -@dirrm share/apps/carddecks/cards-konqi-modern -@dirrm share/apps/carddecks/cards-hard-a-port -@dirrm share/apps/carddecks/cards-gdkcard-bonded -@dirrm share/apps/carddecks/cards-dondorf-whist-b -@dirrm share/apps/carddecks/cards-default -@dirrm share/apps/carddecks/cards-aisleriot -@dirrm share/apps/carddecks -@dirrm share/applnk/Toys -@dirrm share/applnk/Games/TacticStrategy -@dirrm share/applnk/Games/Card -@dirrm share/applnk/Games/Board -@dirrm share/applnk/Games/Arcade -@dirrm share/applnk/Games -@dirrm share/applnk diff --git a/games/linux-quake3-demo/Makefile b/games/linux-quake3-demo/Makefile deleted file mode 100644 index 222169c8310b..000000000000 --- a/games/linux-quake3-demo/Makefile +++ /dev/null @@ -1,318 +0,0 @@ -# New ports collection makefile for: linux-q3ademo -# Date created: 11 December 2000 -# Whom: Marc van Woerkom <3d@freebsd.org> -# -# - inspired by linux realplayer 7 port -# - special thanks to the Emacs key board macro -# -# $FreeBSD$ -# - -PORTNAME= linux-q3ademo -PORTVERSION= 1.11.6 -PORTREVISION= 1 -CATEGORIES= games graphics linux -# fetch manually -MASTER_SITES= -DISTNAME= linuxq3ademo-1.11-6.x86.gz.sh -# dont uncompress -EXTRACT_SUFX= - -MAINTAINER= 3d@freebsd.org - -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ - /compat/linux/lib/libGL.so:${PORTSDIR}/graphics/linux_glx - -USE_X_PREFIX= yes -USE_MESA= yes - -# Linux binary should not be stripped by INSTALL_PROGRAM as it uses /usr/bin/strip which then brands the binary as a FreeBSD ELF one. -STRIP= - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= may not be automatically fetched due to licensing\ - restrictions. You MUST manually fetch the Linux version from:\ - http://quake3.lokigames.com \ - - once ${DISTFILES} has been downloaded, move it to\ - ${DISTDIR} and then restart this build. -.endif - -ONLY_FOR_ARCHS= i386 -NO_CDROM= "Redistribution not allowed" -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/q3ademo -Q3ADIR= ${PREFIX}/share/q3ademo - -pre-extract: - @${MKDIR} ${WRKDIR} - @${MKDIR} ${WRKSRC} - -do-extract: - @${SH} ${FILESDIR}/peel ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} - -do-configure: - @${ECHO} "#!/bin/sh" > ${WRKSRC}/q3demo - @${ECHO} "cd "${Q3ADIR} >> ${WRKSRC}/q3demo - @${ECHO} "quake=\"./q3demo\"" >> ${WRKSRC}/q3demo - @${ECHO} "\""$$"quake\" "$$"*" >> ${WRKSRC}/q3demo - @${ECHO} "exit "$$"?" >> ${WRKSRC}/q3demo - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/q3demo ${PREFIX}/bin - @${MKDIR} ${Q3ADIR} - ${INSTALL_DATA} ${WRKSRC}/README ${Q3ADIR} - ${INSTALL_DATA} ${WRKSRC}/icon.bmp ${Q3ADIR} - ${INSTALL_DATA} ${WRKSRC}/icon.xpm ${Q3ADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.0/q3ded ${Q3ADIR} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.0/q3demo ${Q3ADIR} - @${MKDIR} ${Q3ADIR}/demoq3 - ${INSTALL_DATA} ${WRKSRC}/demoq3/pak0.pk3 ${Q3ADIR}/demoq3 - -.if !defined(NOPORTDOCS) - @${MKDIR} ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/BotCommands.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/DedicatedServer.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Index.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Q3A_EULA.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Q3A_EULA.txt ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Quake3World.html ${Q3ADIR}/Help - ${INSTALL_DATA} ${WRKSRC}/Help/Readme.html ${Q3ADIR}/Help - @${MKDIR} ${Q3ADIR}/Help/DocsArt - ${INSTALL_DATA} ${WRKSRC}/Help/DocsArt/Header.jpg ${Q3ADIR}/Help/DocsArt - ${INSTALL_DATA} ${WRKSRC}/Help/DocsArt/fast1.jpg ${Q3ADIR}/Help/DocsArt - ${INSTALL_DATA} ${WRKSRC}/Help/DocsArt/fast2.jpg ${Q3ADIR}/Help/DocsArt - @${MKDIR} ${Q3ADIR}/Help/Manual - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/index.html ${Q3ADIR}/Help/Manual - @${MKDIR} ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arena.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenaa.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenae.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenaf.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenag.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenah.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenam.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/arenaw.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/credits.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/customer.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/default.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/escmenu.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/installation.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/main.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/mainm.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/mains.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/navigate.html ${Q3ADIR}/Help/Manual/htmlpages - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/htmlpages/overview.html ${Q3ADIR}/Help/Manual/htmlpages - @${MKDIR} ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/cornerlogo.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/cover.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_01_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_01_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_02_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_02_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_03_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_03_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_04_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_04_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_05_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_05_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_06_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_06_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_07_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_07_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_08_dn.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/nav_08_up.gif ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/sidebar.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/sidebarb.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/sidebarg.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/space.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subcatline.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtfrag.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titlearena.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titlecred.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titlecust.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titledef.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titleesc.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titleinstall.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titleline.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titlemain.jpg ${Q3ADIR}/Help/Manual/navart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/titleover.jpg ${Q3ADIR}/Help/Manual/navart - @${MKDIR} ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Anarki.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Angel.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Biker.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Bitterman.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Bones.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Cadavre.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Crash.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Daemia.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Doom.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Gorre.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Grunt.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Hossman.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Hunter.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Keel.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Klesk.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Lucy.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Major.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Mynx.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Orbb.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Patriot.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Phobos.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Ranger.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Razor.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Sarge.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Slash.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Sorlag.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Stripe.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Tankjr.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Uriel.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Visor.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Wrack.jpg ${Q3ADIR}/Help/Manual/navart/charart - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/charart/Xaero.jpg ${Q3ADIR}/Help/Manual/navart/charart - @${MKDIR} ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/acceler_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/acceler_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/bounce_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/bounce_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/captureflag.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/controls.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/create.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/doors_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/doors_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/escmenu.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/fog_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/fog_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/fogdeath.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/freeforall.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/gameoptions.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/gates.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/graphics.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/lava_l.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/lava_r.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/lift.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/multiplayer.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/pendulum.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/platform.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/playerset.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/setup.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/singleplayer.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/skirmish.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/slime.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/teamdeath.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/teleport.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/tourney.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/trigger.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/voids.jpg ${Q3ADIR}/Help/Manual/navart/screens - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/screens/water.jpg ${Q3ADIR}/Help/Manual/navart/screens - @${MKDIR} ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subarena.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subarmor.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subcarri.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subchoose.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subcontr.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subcontrol.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subcopy.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subdemo.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subenviro.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subflags.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subgame.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subgamg.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subglad.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subgraph.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subheal.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subhost.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subinaust.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subinter.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subintheus.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subitems.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subjoin.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subleave.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/sublook.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/sublook02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submedal.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submisc.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submisc02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submove.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submove02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/submulti.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subnews.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subplayer.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subplayer02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subpower.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subquit.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subquit02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subreset.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subserve.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subsetup.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subshoot.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subshoot02.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subsing.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subsyst.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subteam.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subtstruct.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/subtitles/subweap.jpg ${Q3ADIR}/Help/Manual/navart/subtitles - @${MKDIR} ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/BFG-10K.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/Railg.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/armorcombat.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/armorheavy.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/armorshard.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/battles.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/bfg-10ka.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/bfg-10kh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/blue.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/flight.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/gauntlet.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/grenadea.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/grenadeh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/grenadel.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/haste.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/healthgld.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/healthgrn.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/healthyelo.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/invisib.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/lightinga.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/lightingg.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/lightningh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/machinea.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/machineg.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/machineh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medacc.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medexce.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medfrag.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medgua.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medimpr.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medkit.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/medperf.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/megaheal.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/plasmaa.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/plasmag.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/plasmah.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/quaddam.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/raila.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/railh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/red.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/regen.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/rocketa.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/rocketh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/rocketl.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/shotg.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/shotguna.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/shotgunh.jpg ${Q3ADIR}/Help/Manual/navart/weapons - ${INSTALL_DATA} ${WRKSRC}/Help/Manual/navart/weapons/teleport.jpg ${Q3ADIR}/Help/Manual/navart/weapons - @${MKDIR} ${Q3ADIR}/Help/Support - ${INSTALL_DATA} ${WRKSRC}/Help/Support/Index.html ${Q3ADIR}/Help/Support - @${MKDIR} ${Q3ADIR}/Help/Support/CustomerSupport - ${INSTALL_DATA} ${WRKSRC}/Help/Support/CustomerSupport/Customer_Support.htm ${Q3ADIR}/Help/Support/CustomerSupport - @${MKDIR} ${Q3ADIR}/Help/Support/Information - ${INSTALL_DATA} ${WRKSRC}/Help/Support/Information/Improving_Performance.htm ${Q3ADIR}/Help/Support/Information - ${INSTALL_DATA} ${WRKSRC}/Help/Support/Information/Minimum_System_Requirements.htm ${Q3ADIR}/Help/Support/Information -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/games/linux-quake3-demo/distinfo b/games/linux-quake3-demo/distinfo deleted file mode 100644 index 2fe28b8d1e4e..000000000000 --- a/games/linux-quake3-demo/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (linuxq3ademo-1.11-6.x86.gz.sh) = 484610c1ce34272223a52ec331c99d5d diff --git a/games/linux-quake3-demo/files/peel b/games/linux-quake3-demo/files/peel deleted file mode 100644 index 982b97d1d216..000000000000 --- a/games/linux-quake3-demo/files/peel +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -cd $2 -tail +165 $1 | tar xfoz - diff --git a/games/linux-quake3-demo/pkg-comment b/games/linux-quake3-demo/pkg-comment deleted file mode 100644 index 825399067aaf..000000000000 --- a/games/linux-quake3-demo/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux 3d shooter from id Software / Loki Software (demo version) diff --git a/games/linux-quake3-demo/pkg-descr b/games/linux-quake3-demo/pkg-descr deleted file mode 100644 index d90aabd44c53..000000000000 --- a/games/linux-quake3-demo/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -This is the Linux version the Quake III Arena demo -from id Software / Loki Software - -It features single and multi player gaming. - -Note that the graphics performance is typically bound by your -OpenGL driver. - -Tested with: -o FreeBSD5.0-CURRENT, AMD K7-700, GeForce DDR, XFree86 3.3.6, - Mesa 3.2.1, Utah glx 0.9 (the rather slow hw acc driver) - results in 21.5 fps (640x480x16) for time demo 'demo001'. - Sound worked fine (SB Live). - -IMPORTANT: -Due to license restrictions, this package must be manually downloaded -from the Loki web site: - -WWW: http://quake3.lokigames.com/ diff --git a/games/linux-quake3-demo/pkg-message b/games/linux-quake3-demo/pkg-message deleted file mode 100644 index c0bb713983c1..000000000000 --- a/games/linux-quake3-demo/pkg-message +++ /dev/null @@ -1,23 +0,0 @@ -************************************************************ -Please read these files - - $(X11)/share/q3ademo/Readme.html - $(X11)/share/q3ademo/Help/Q3A_EULA.html - -before you run the application. - -************************************************************ -Some FreeBSD information can be found at: - - http://people.freebsd.org/~3d - -************************************************************ -To discuss multimedia topics like 3d graphics and sound the - - freebsd-multimedia - -mailing list is always worth a try. - -************************************************************ - - diff --git a/games/linux-quake3-demo/pkg-plist b/games/linux-quake3-demo/pkg-plist deleted file mode 100644 index 872c95ee29a0..000000000000 --- a/games/linux-quake3-demo/pkg-plist +++ /dev/null @@ -1,247 +0,0 @@ -bin/q3demo -share/q3ademo/README -share/q3ademo/icon.bmp -share/q3ademo/icon.xpm -share/q3ademo/q3ded -share/q3ademo/q3demo -share/q3ademo/demoq3/pak0.pk3 -share/q3ademo/Help/BotCommands.html -share/q3ademo/Help/DedicatedServer.html -share/q3ademo/Help/Index.html -share/q3ademo/Help/Q3A_EULA.html -share/q3ademo/Help/Q3A_EULA.txt -share/q3ademo/Help/Quake3World.html -share/q3ademo/Help/Readme.html -share/q3ademo/Help/DocsArt/Header.jpg -share/q3ademo/Help/DocsArt/fast1.jpg -share/q3ademo/Help/DocsArt/fast2.jpg -share/q3ademo/Help/Manual/index.html -share/q3ademo/Help/Manual/htmlpages/arena.html -share/q3ademo/Help/Manual/htmlpages/arenaa.html -share/q3ademo/Help/Manual/htmlpages/arenae.html -share/q3ademo/Help/Manual/htmlpages/arenaf.html -share/q3ademo/Help/Manual/htmlpages/arenag.html -share/q3ademo/Help/Manual/htmlpages/arenah.html -share/q3ademo/Help/Manual/htmlpages/arenam.html -share/q3ademo/Help/Manual/htmlpages/arenaw.html -share/q3ademo/Help/Manual/htmlpages/credits.html -share/q3ademo/Help/Manual/htmlpages/customer.html -share/q3ademo/Help/Manual/htmlpages/default.html -share/q3ademo/Help/Manual/htmlpages/escmenu.html -share/q3ademo/Help/Manual/htmlpages/installation.html -share/q3ademo/Help/Manual/htmlpages/main.html -share/q3ademo/Help/Manual/htmlpages/mainm.html -share/q3ademo/Help/Manual/htmlpages/mains.html -share/q3ademo/Help/Manual/htmlpages/navigate.html -share/q3ademo/Help/Manual/htmlpages/overview.html -share/q3ademo/Help/Manual/navart/cornerlogo.jpg -share/q3ademo/Help/Manual/navart/cover.jpg -share/q3ademo/Help/Manual/navart/nav_01_dn.gif -share/q3ademo/Help/Manual/navart/nav_01_up.gif -share/q3ademo/Help/Manual/navart/nav_02_dn.gif -share/q3ademo/Help/Manual/navart/nav_02_up.gif -share/q3ademo/Help/Manual/navart/nav_03_dn.gif -share/q3ademo/Help/Manual/navart/nav_03_up.gif -share/q3ademo/Help/Manual/navart/nav_04_dn.gif -share/q3ademo/Help/Manual/navart/nav_04_up.gif -share/q3ademo/Help/Manual/navart/nav_05_dn.gif -share/q3ademo/Help/Manual/navart/nav_05_up.gif -share/q3ademo/Help/Manual/navart/nav_06_dn.gif -share/q3ademo/Help/Manual/navart/nav_06_up.gif -share/q3ademo/Help/Manual/navart/nav_07_dn.gif -share/q3ademo/Help/Manual/navart/nav_07_up.gif -share/q3ademo/Help/Manual/navart/nav_08_dn.gif -share/q3ademo/Help/Manual/navart/nav_08_up.gif -share/q3ademo/Help/Manual/navart/sidebar.jpg -share/q3ademo/Help/Manual/navart/sidebarb.jpg -share/q3ademo/Help/Manual/navart/sidebarg.jpg -share/q3ademo/Help/Manual/navart/space.jpg -share/q3ademo/Help/Manual/navart/subcatline.jpg -share/q3ademo/Help/Manual/navart/subtfrag.jpg -share/q3ademo/Help/Manual/navart/titlearena.jpg -share/q3ademo/Help/Manual/navart/titlecred.jpg -share/q3ademo/Help/Manual/navart/titlecust.jpg -share/q3ademo/Help/Manual/navart/titledef.jpg -share/q3ademo/Help/Manual/navart/titleesc.jpg -share/q3ademo/Help/Manual/navart/titleinstall.jpg -share/q3ademo/Help/Manual/navart/titleline.jpg -share/q3ademo/Help/Manual/navart/titlemain.jpg -share/q3ademo/Help/Manual/navart/titleover.jpg -share/q3ademo/Help/Manual/navart/charart/Anarki.jpg -share/q3ademo/Help/Manual/navart/charart/Angel.jpg -share/q3ademo/Help/Manual/navart/charart/Biker.jpg -share/q3ademo/Help/Manual/navart/charart/Bitterman.jpg -share/q3ademo/Help/Manual/navart/charart/Bones.jpg -share/q3ademo/Help/Manual/navart/charart/Cadavre.jpg -share/q3ademo/Help/Manual/navart/charart/Crash.jpg -share/q3ademo/Help/Manual/navart/charart/Daemia.jpg -share/q3ademo/Help/Manual/navart/charart/Doom.jpg -share/q3ademo/Help/Manual/navart/charart/Gorre.jpg -share/q3ademo/Help/Manual/navart/charart/Grunt.jpg -share/q3ademo/Help/Manual/navart/charart/Hossman.jpg -share/q3ademo/Help/Manual/navart/charart/Hunter.jpg -share/q3ademo/Help/Manual/navart/charart/Keel.jpg -share/q3ademo/Help/Manual/navart/charart/Klesk.jpg -share/q3ademo/Help/Manual/navart/charart/Lucy.jpg -share/q3ademo/Help/Manual/navart/charart/Major.jpg -share/q3ademo/Help/Manual/navart/charart/Mynx.jpg -share/q3ademo/Help/Manual/navart/charart/Orbb.jpg -share/q3ademo/Help/Manual/navart/charart/Patriot.jpg -share/q3ademo/Help/Manual/navart/charart/Phobos.jpg -share/q3ademo/Help/Manual/navart/charart/Ranger.jpg -share/q3ademo/Help/Manual/navart/charart/Razor.jpg -share/q3ademo/Help/Manual/navart/charart/Sarge.jpg -share/q3ademo/Help/Manual/navart/charart/Slash.jpg -share/q3ademo/Help/Manual/navart/charart/Sorlag.jpg -share/q3ademo/Help/Manual/navart/charart/Stripe.jpg -share/q3ademo/Help/Manual/navart/charart/Tankjr.jpg -share/q3ademo/Help/Manual/navart/charart/Uriel.jpg -share/q3ademo/Help/Manual/navart/charart/Visor.jpg -share/q3ademo/Help/Manual/navart/charart/Wrack.jpg -share/q3ademo/Help/Manual/navart/charart/Xaero.jpg -share/q3ademo/Help/Manual/navart/screens/acceler_l.jpg -share/q3ademo/Help/Manual/navart/screens/acceler_r.jpg -share/q3ademo/Help/Manual/navart/screens/bounce_l.jpg -share/q3ademo/Help/Manual/navart/screens/bounce_r.jpg -share/q3ademo/Help/Manual/navart/screens/captureflag.jpg -share/q3ademo/Help/Manual/navart/screens/controls.jpg -share/q3ademo/Help/Manual/navart/screens/create.jpg -share/q3ademo/Help/Manual/navart/screens/doors_l.jpg -share/q3ademo/Help/Manual/navart/screens/doors_r.jpg -share/q3ademo/Help/Manual/navart/screens/escmenu.jpg -share/q3ademo/Help/Manual/navart/screens/fog_l.jpg -share/q3ademo/Help/Manual/navart/screens/fog_r.jpg -share/q3ademo/Help/Manual/navart/screens/fogdeath.jpg -share/q3ademo/Help/Manual/navart/screens/freeforall.jpg -share/q3ademo/Help/Manual/navart/screens/gameoptions.jpg -share/q3ademo/Help/Manual/navart/screens/gates.jpg -share/q3ademo/Help/Manual/navart/screens/graphics.jpg -share/q3ademo/Help/Manual/navart/screens/lava_l.jpg -share/q3ademo/Help/Manual/navart/screens/lava_r.jpg -share/q3ademo/Help/Manual/navart/screens/lift.jpg -share/q3ademo/Help/Manual/navart/screens/multiplayer.jpg -share/q3ademo/Help/Manual/navart/screens/pendulum.jpg -share/q3ademo/Help/Manual/navart/screens/platform.jpg -share/q3ademo/Help/Manual/navart/screens/playerset.jpg -share/q3ademo/Help/Manual/navart/screens/setup.jpg -share/q3ademo/Help/Manual/navart/screens/singleplayer.jpg -share/q3ademo/Help/Manual/navart/screens/skirmish.jpg -share/q3ademo/Help/Manual/navart/screens/slime.jpg -share/q3ademo/Help/Manual/navart/screens/teamdeath.jpg -share/q3ademo/Help/Manual/navart/screens/teleport.jpg -share/q3ademo/Help/Manual/navart/screens/tourney.jpg -share/q3ademo/Help/Manual/navart/screens/trigger.jpg -share/q3ademo/Help/Manual/navart/screens/voids.jpg -share/q3ademo/Help/Manual/navart/screens/water.jpg -share/q3ademo/Help/Manual/navart/subtitles/subarena.jpg -share/q3ademo/Help/Manual/navart/subtitles/subarmor.jpg -share/q3ademo/Help/Manual/navart/subtitles/subcarri.jpg -share/q3ademo/Help/Manual/navart/subtitles/subchoose.jpg -share/q3ademo/Help/Manual/navart/subtitles/subcontr.jpg -share/q3ademo/Help/Manual/navart/subtitles/subcontrol.jpg -share/q3ademo/Help/Manual/navart/subtitles/subcopy.jpg -share/q3ademo/Help/Manual/navart/subtitles/subdemo.jpg -share/q3ademo/Help/Manual/navart/subtitles/subenviro.jpg -share/q3ademo/Help/Manual/navart/subtitles/subflags.jpg -share/q3ademo/Help/Manual/navart/subtitles/subgame.jpg -share/q3ademo/Help/Manual/navart/subtitles/subgamg.jpg -share/q3ademo/Help/Manual/navart/subtitles/subglad.jpg -share/q3ademo/Help/Manual/navart/subtitles/subgraph.jpg -share/q3ademo/Help/Manual/navart/subtitles/subheal.jpg -share/q3ademo/Help/Manual/navart/subtitles/subhost.jpg -share/q3ademo/Help/Manual/navart/subtitles/subinaust.jpg -share/q3ademo/Help/Manual/navart/subtitles/subinter.jpg -share/q3ademo/Help/Manual/navart/subtitles/subintheus.jpg -share/q3ademo/Help/Manual/navart/subtitles/subitems.jpg -share/q3ademo/Help/Manual/navart/subtitles/subjoin.jpg -share/q3ademo/Help/Manual/navart/subtitles/subleave.jpg -share/q3ademo/Help/Manual/navart/subtitles/sublook.jpg -share/q3ademo/Help/Manual/navart/subtitles/sublook02.jpg -share/q3ademo/Help/Manual/navart/subtitles/submedal.jpg -share/q3ademo/Help/Manual/navart/subtitles/submisc.jpg -share/q3ademo/Help/Manual/navart/subtitles/submisc02.jpg -share/q3ademo/Help/Manual/navart/subtitles/submove.jpg -share/q3ademo/Help/Manual/navart/subtitles/submove02.jpg -share/q3ademo/Help/Manual/navart/subtitles/submulti.jpg -share/q3ademo/Help/Manual/navart/subtitles/subnews.jpg -share/q3ademo/Help/Manual/navart/subtitles/subplayer.jpg -share/q3ademo/Help/Manual/navart/subtitles/subplayer02.jpg -share/q3ademo/Help/Manual/navart/subtitles/subpower.jpg -share/q3ademo/Help/Manual/navart/subtitles/subquit.jpg -share/q3ademo/Help/Manual/navart/subtitles/subquit02.jpg -share/q3ademo/Help/Manual/navart/subtitles/subreset.jpg -share/q3ademo/Help/Manual/navart/subtitles/subserve.jpg -share/q3ademo/Help/Manual/navart/subtitles/subsetup.jpg -share/q3ademo/Help/Manual/navart/subtitles/subshoot.jpg -share/q3ademo/Help/Manual/navart/subtitles/subshoot02.jpg -share/q3ademo/Help/Manual/navart/subtitles/subsing.jpg -share/q3ademo/Help/Manual/navart/subtitles/subsyst.jpg -share/q3ademo/Help/Manual/navart/subtitles/subteam.jpg -share/q3ademo/Help/Manual/navart/subtitles/subtstruct.jpg -share/q3ademo/Help/Manual/navart/subtitles/subweap.jpg -share/q3ademo/Help/Manual/navart/weapons/BFG-10K.jpg -share/q3ademo/Help/Manual/navart/weapons/Railg.jpg -share/q3ademo/Help/Manual/navart/weapons/armorcombat.jpg -share/q3ademo/Help/Manual/navart/weapons/armorheavy.jpg -share/q3ademo/Help/Manual/navart/weapons/armorshard.jpg -share/q3ademo/Help/Manual/navart/weapons/battles.jpg -share/q3ademo/Help/Manual/navart/weapons/bfg-10ka.jpg -share/q3ademo/Help/Manual/navart/weapons/bfg-10kh.jpg -share/q3ademo/Help/Manual/navart/weapons/blue.jpg -share/q3ademo/Help/Manual/navart/weapons/flight.jpg -share/q3ademo/Help/Manual/navart/weapons/gauntlet.jpg -share/q3ademo/Help/Manual/navart/weapons/grenadea.jpg -share/q3ademo/Help/Manual/navart/weapons/grenadeh.jpg -share/q3ademo/Help/Manual/navart/weapons/grenadel.jpg -share/q3ademo/Help/Manual/navart/weapons/haste.jpg -share/q3ademo/Help/Manual/navart/weapons/healthgld.jpg -share/q3ademo/Help/Manual/navart/weapons/healthgrn.jpg -share/q3ademo/Help/Manual/navart/weapons/healthyelo.jpg -share/q3ademo/Help/Manual/navart/weapons/invisib.jpg -share/q3ademo/Help/Manual/navart/weapons/lightinga.jpg -share/q3ademo/Help/Manual/navart/weapons/lightingg.jpg -share/q3ademo/Help/Manual/navart/weapons/lightningh.jpg -share/q3ademo/Help/Manual/navart/weapons/machinea.jpg -share/q3ademo/Help/Manual/navart/weapons/machineg.jpg -share/q3ademo/Help/Manual/navart/weapons/machineh.jpg -share/q3ademo/Help/Manual/navart/weapons/medacc.jpg -share/q3ademo/Help/Manual/navart/weapons/medexce.jpg -share/q3ademo/Help/Manual/navart/weapons/medfrag.jpg -share/q3ademo/Help/Manual/navart/weapons/medgua.jpg -share/q3ademo/Help/Manual/navart/weapons/medimpr.jpg -share/q3ademo/Help/Manual/navart/weapons/medkit.jpg -share/q3ademo/Help/Manual/navart/weapons/medperf.jpg -share/q3ademo/Help/Manual/navart/weapons/megaheal.jpg -share/q3ademo/Help/Manual/navart/weapons/plasmaa.jpg -share/q3ademo/Help/Manual/navart/weapons/plasmag.jpg -share/q3ademo/Help/Manual/navart/weapons/plasmah.jpg -share/q3ademo/Help/Manual/navart/weapons/quaddam.jpg -share/q3ademo/Help/Manual/navart/weapons/raila.jpg -share/q3ademo/Help/Manual/navart/weapons/railh.jpg -share/q3ademo/Help/Manual/navart/weapons/red.jpg -share/q3ademo/Help/Manual/navart/weapons/regen.jpg -share/q3ademo/Help/Manual/navart/weapons/rocketa.jpg -share/q3ademo/Help/Manual/navart/weapons/rocketh.jpg -share/q3ademo/Help/Manual/navart/weapons/rocketl.jpg -share/q3ademo/Help/Manual/navart/weapons/shotg.jpg -share/q3ademo/Help/Manual/navart/weapons/shotguna.jpg -share/q3ademo/Help/Manual/navart/weapons/shotgunh.jpg -share/q3ademo/Help/Manual/navart/weapons/teleport.jpg -share/q3ademo/Help/Support/Index.html -share/q3ademo/Help/Support/CustomerSupport/Customer_Support.htm -share/q3ademo/Help/Support/Information/Improving_Performance.htm -share/q3ademo/Help/Support/Information/Minimum_System_Requirements.htm -@dirrm share/q3ademo/Help/Support/Information -@dirrm share/q3ademo/Help/Support/CustomerSupport -@dirrm share/q3ademo/Help/Support -@dirrm share/q3ademo/Help/Manual/navart/weapons -@dirrm share/q3ademo/Help/Manual/navart/subtitles -@dirrm share/q3ademo/Help/Manual/navart/screens -@dirrm share/q3ademo/Help/Manual/navart/charart -@dirrm share/q3ademo/Help/Manual/navart -@dirrm share/q3ademo/Help/Manual/htmlpages -@dirrm share/q3ademo/Help/Manual -@dirrm share/q3ademo/Help/DocsArt -@dirrm share/q3ademo/Help -@dirrm share/q3ademo/demoq3 -@dirrm share/q3ademo diff --git a/games/linux-quake3/Makefile b/games/linux-quake3/Makefile deleted file mode 100644 index f88684f69e34..000000000000 --- a/games/linux-quake3/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: Quake 3 Arena Dedicated Server -# Date created: Sun Jun 3 00:52:38 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= q3ded -PORTVERSION= 1.31 -CATEGORIES= games linux -MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/quake3/official/ \ - ftp://ftp.idsoftware.com/idstuff/quake3/linux/ \ - ftp://ftp.bluesnews.com/idstuff/quake3/linux/ -DISTNAME= linuxq3apoint-${PORTVERSION}.x86 -EXTRACT_SUFX= .run - -MAINTAINER= pat@FreeBSD.org - -ONLY_FOR_ARCHS= i386 -USE_LINUX_PREFIX= yes -NO_CDROM= "Size; the data set is much too big" -NO_BUILD= yes -NO_WRKSUBDIR= yes -Q3DIR= usr/games/quake3/ -PLIST_SUB+= Q3DIR="${Q3DIR}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 - -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - @cd ${WRKDIR} && tail +175 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ - ${TAR} zxvf - >/dev/null - -pre-patch: -# remove trailing ^M - @find -E ${WRKSRC} -type f \ - -iregex ".*\.(bat|cfg|gam|htm|html|inf|ini|lst|sc|scr|txt|url)" \ - -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \; - -do-install: - @${INSTALL_DIR} ${PREFIX}/${Q3DIR} - @${INSTALL_DIR} ${PREFIX}/${Q3DIR}baseq3 - @${INSTALL_DIR} ${PREFIX}/${Q3DIR}missionpack -.for basepak in 1 2 3 4 5 6 7 - @${INSTALL_DATA} ${WRKSRC}/baseq3/pak${basepak}.pk3 \ - ${PREFIX}/${Q3DIR}baseq3 -.endfor -.for mpak in 1 2 - @${INSTALL_DATA} ${WRKSRC}/missionpack/pak${mpak}.pk3 \ - ${PREFIX}/${Q3DIR}missionpack -.endfor - @${INSTALL} -c -o nobody -g nogroup -m 500 ${WRKSRC}/bin/x86/q3ded ${PREFIX}/${Q3DIR} - @${INSTALL} -c -o nobody -g nogroup -m 500 ${WRKSRC}/bin/x86/quake3.x86 ${PREFIX}/${Q3DIR} - -post-install: -.ifndef(NOPORTDOCS) - @${INSTALL_DIR} ${PREFIX}/${Q3DIR}Help - @${INSTALL_DATA} ${WRKSRC}/Help/Q3A_FAQ.html ${PREFIX}/${Q3DIR}Help -.for docs in INSTALL Q3A_EULA.txt README-Id-7-26-01.html README-linux.txt - @${INSTALL_DATA} ${WRKSRC}/${docs} ${PREFIX}/${Q3DIR} -.endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/linux-quake3/distinfo b/games/linux-quake3/distinfo deleted file mode 100644 index ab14b69d422b..000000000000 --- a/games/linux-quake3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (linuxq3apoint-1.31.x86.run) = 2620b9eefb6d0775f766b6570870157a diff --git a/games/linux-quake3/pkg-comment b/games/linux-quake3/pkg-comment deleted file mode 100644 index b788736f92f7..000000000000 --- a/games/linux-quake3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Quake III Arena Dedicated Server for Linux diff --git a/games/linux-quake3/pkg-descr b/games/linux-quake3/pkg-descr deleted file mode 100644 index eec4214a0d09..000000000000 --- a/games/linux-quake3/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server under FreeBSD with Linux -emulation. To run server in non-demo mode, which is what you -want to do, copy pak0.pk3 from the retail CD to your baseq3 -directory. - -WWW: http://www.quake3arena.com/ - -- Patrick Li <pat@FreeBSD.org> diff --git a/games/linux-quake3/pkg-message b/games/linux-quake3/pkg-message deleted file mode 100644 index ebb51e779481..000000000000 --- a/games/linux-quake3/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -*WARNING* *WARNING* *WARNING* *WARNING* *WARNING* *WARNING* ------------------------------------------------------------- -There is a bug in Q3 server regarding server log placement. -Temporary workaround for this problem is to run Q3 server in -a non-root environment. You may create a separate account for -this or use an existing one as long as it does not have super- -user privileges and manually do a recursive change in ownership -to Q3 server and any mods you install accordingly. ------------------------------------------------------------- diff --git a/games/linux-quake3/pkg-plist b/games/linux-quake3/pkg-plist deleted file mode 100644 index 996479e2ddee..000000000000 --- a/games/linux-quake3/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%PORTDOCS%%%%Q3DIR%%Help/Q3A_FAQ.html -%%PORTDOCS%%%%Q3DIR%%INSTALL -%%PORTDOCS%%%%Q3DIR%%Q3A_EULA.txt -%%PORTDOCS%%%%Q3DIR%%README-Id-7-26-01.html -%%PORTDOCS%%%%Q3DIR%%README-linux.txt -%%Q3DIR%%baseq3/pak1.pk3 -%%Q3DIR%%baseq3/pak2.pk3 -%%Q3DIR%%baseq3/pak3.pk3 -%%Q3DIR%%baseq3/pak4.pk3 -%%Q3DIR%%baseq3/pak5.pk3 -%%Q3DIR%%baseq3/pak6.pk3 -%%Q3DIR%%baseq3/pak7.pk3 -%%Q3DIR%%missionpack/pak1.pk3 -%%Q3DIR%%missionpack/pak2.pk3 -%%Q3DIR%%q3ded -%%Q3DIR%%quake3.x86 -@dirrm %%Q3DIR%%missionpack -@dirrm %%Q3DIR%%baseq3 -%%PORTDOCS%%@dirrm %%Q3DIR%%Help -@unexec rmdir %D/%%Q3DIR%%baseq3 2>/dev/null || true -@unexec rmdir %D/%%Q3DIR%% 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%Q3DIR%%`` to remove any configuration files, *.pk3 files, and mods left." | fmt diff --git a/games/nethack32-gtk/Makefile b/games/nethack32-gtk/Makefile deleted file mode 100644 index e133242428da..000000000000 --- a/games/nethack32-gtk/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: nethack-gtk -# Date created: June 15, 2000 -# Whom: Kelly Yancey <kbyanc@posi.net> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 1.1.5 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sf -#MASTER_SITES= ftp://ftp.jnethack.org/pub/jnethack/ -PKGNAMESUFFIX= -gtk -DISTNAME= ${PORTNAME}-3.2.2.1 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GTK_PATCH} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -PATCH_SITES= ftp://ftp.jnethack.org/pub/nethack/ -PATCHFILES= nh-3.2.2-3.2.3.diff \ - nethack-gtk-1.1.5-nethack-3.2.3.patch.gz - -MAINTAINER= sf@FreeBSD.org - -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients -.endif - -USE_XPM= yes -USE_GTK= yes -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -WRKSRC= ${WRKDIR}/${PORTNAME}-3.2.2 - -pre-configure: - @ ${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @ ${ECHO} "!! You cannot install nethack and nethack-gtk in parallel !!" - @ ${ECHO} "!! But nethack-gtk might read your prior nethack scores !!" - @ ${ECHO} "!! Don't forget to backup your nethack libdir if it's !!" - @ ${ECHO} "!! important for you !!" - @ ${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @ cd ${WRKSRC}/sys/unix; ${SH} setup.sh - @ cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/src-Makefile.diff - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.post.mk> diff --git a/games/nethack32-gtk/distinfo b/games/nethack32-gtk/distinfo deleted file mode 100644 index cf9d2f87c633..000000000000 --- a/games/nethack32-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nethack-3.2.2.1.tar.gz) = 2571a63135b4d0aa910d52c386b669a6 -MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae -MD5 (nethack-gtk-1.1.5-nethack-3.2.3.patch.gz) = a9e75005f23a5eea2a4879237ac851d4 diff --git a/games/nethack32-gtk/files/patch-aa b/games/nethack32-gtk/files/patch-aa deleted file mode 100644 index d85abe12fea9..000000000000 --- a/games/nethack32-gtk/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- sys/unix/Makefile.top.orig Thu Jun 15 15:58:10 2000 -+++ sys/unix/Makefile.top Thu Jun 15 15:58:23 2000 -@@ -32,8 +32,8 @@ - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) --GAMEDIR = /usr/games/lib/$(GAME)dir --SHELLDIR = /usr/games -+GAMEDIR = ${PREFIX}/share/$(GAME) -+SHELLDIR = ${PREFIX}/bin - - # per discussion in Install.X11 - VARDATND = diff --git a/games/nethack32-gtk/files/patch-ab b/games/nethack32-gtk/files/patch-ab deleted file mode 100644 index e495662a5880..000000000000 --- a/games/nethack32-gtk/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- include/config.h.orig Wed Jun 14 22:54:31 2000 -+++ include/config.h Wed Jun 14 22:54:34 2000 -@@ -374,7 +374,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack32-gtk/files/patch-ac b/games/nethack32-gtk/files/patch-ac deleted file mode 100644 index c2a2ba246941..000000000000 --- a/games/nethack32-gtk/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- include/system.h.orig Wed Jun 14 23:00:05 2000 -+++ include/system.h Wed Jun 14 23:00:07 2000 -@@ -512,7 +512,7 @@ - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) - E time_t FDECL(time, (time_t *)); - # else --E long FDECL(time, (time_t *)); -+E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/nethack32-gtk/files/patch-ad b/games/nethack32-gtk/files/patch-ad deleted file mode 100644 index 75c84c235c88..000000000000 --- a/games/nethack32-gtk/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN ./sys/unix/Makefile.doc ../nethack-3.2.2/sys/unix/Makefile.doc ---- ./sys/unix/Makefile.doc Wed Dec 11 05:20:08 1996 -+++ ../nethack-3.2.2/sys/unix/Makefile.doc Sun Mar 21 17:25:02 1999 -@@ -31,7 +31,7 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems diff --git a/games/nethack32-gtk/files/patch-gtk b/games/nethack32-gtk/files/patch-gtk deleted file mode 100644 index c54127fa947d..000000000000 --- a/games/nethack32-gtk/files/patch-gtk +++ /dev/null @@ -1,10 +0,0 @@ ---- win/gtk/gtk.c.orig Thu Jun 14 23:10:35 2001 -+++ win/gtk/gtk.c Thu Jun 14 23:12:03 2001 -@@ -742,6 +742,7 @@ - gtk_set_locale(); - nh_rc(); - -+ setregid(getegid(), -1); - gtk_init(argc, &argv); - /* - creat credit widget and show diff --git a/games/nethack32-gtk/files/sample.nethackrc b/games/nethack32-gtk/files/sample.nethackrc deleted file mode 100644 index 33dbe47118fc..000000000000 --- a/games/nethack32-gtk/files/sample.nethackrc +++ /dev/null @@ -1,88 +0,0 @@ -OPTIONS=!silent -OPTIONS=!time -OPTIONS=catname:Ghisteslwchlohm -OPTIONS=color -OPTIONS=dogname:Dhairrhuwyth -OPTIONS=hilite_pet -OPTIONS=lit_corridor -OPTIONS=menustyle:partial -OPTIONS=msghistory:200 -OPTIONS=news -OPTIONS=noautopickup -OPTIONS=rest_on_space -OPTIONS=safe_pet -OPTIONS=showexp -OPTIONS=showscore -OPTIONS=sortpack -OPTIONS=time -OPTIONS=tombstone -OPTIONS=toptenwin -OPTIONS=verbose -SOUNDDIR=/usr/local/lib/nethackdir -SOUND=MESG "needs food, badly" "weak.au" 100 -SOUND=MESG "feel weak" "weak.au" 100 -SOUND=MESG "bear trap closes" "beartrap.au" 100 -SOUND=MESG "board beneath you squeaks" "squeek.au" 100 -SOUND=MESG "board beneath .....* squeaks" "squeek.au" 60 -SOUND=MESG "a distant squeak" "squeek.au" 25 -SOUND=MESG "mind releases itself from" "memories.au" 100 -SOUND=MESG "on itself, you forget" "memories.au" 100 -SOUND=MESG "Who was that Maud person" "memories.au" 100 -SOUND=MESG "Thinking of Maud you forget" "memories.au" 100 -SOUND=MESG "you forget everything" "memories.au" 100 -SOUND=MESG "smell marsh gas" "frogs.au" 100 -SOUND=MESG "must have been exercising" "tada.au" 100 -SOUND=MESG "must have been very obs" "tada.au" 100 -SOUND=MESG "must have been working on" "tada.au" 100 -SOUND=MESG "must be leading a healthy" "tada.au" 100 -SOUND=MESG "Keystone Kops appear!" "kops.au" 100 -SOUND=MESG "Keystone Kops are after you" "kops.au" 100 -SOUND=MESG "interesting topological ex" "mock.au" 100 -SOUND=MESG "Interesting\.\.\." "mock.au" 100 -SOUND=MESG "deathly sick\." "ohdear.au" 80 -SOUND=MESG "feel feverish" "ohdear.au" 80 -SOUND=MESG "brain is eaten" "minderode.au" 80 -SOUND=MESG "thought thou couldst kill" "yendor.au" 120 -SOUND=MESG "begin praying to" "latin_short.au" 70 -SOUND=MESG "sense of peace" "latin.au" 20 -SOUND=MESG "have a.* forbidding feeling" "latin.au" 20 -#SOUND=MESG "door opens\." "dooropen2.au" 100 -#SOUND=MESG "You drop " "drop.au" 10 -#SOUND=MESG "You destroy " "destroy2.au" 30 -#SOUND=MESG "You kill " "destroy2.au" 20 -#SOUND=MESG "is killed" "destroy2.au" 10 -#SOUND=MESG "You miss " "miss2.au" 20 -#SOUND=MESG "fiery blade burns" "hit2.au" 30 -#SOUND=MESG "ice-cold blade freezes" "hit2.au" 30 -#SOUND=MESG "You hit " "hit2.au" 20 -#SOUND=MESG "The spell hits" "hit2.au" 20 -SOUND=MESG "breathes" "breath.au" 100 -SOUND=MESG "a door open\." "dooropen2.au" 100 -SOUND=MESG "Klunk" "clunk.au" 100 -SOUND=MESG "guard on patrol" "coin.au" 50 -SOUND=MESG "quarterback calling" "coin.au" 50 -SOUND=MESG "someone counting" "coin.au" 50 -SOUND=MESG "Ebenezer Scrooge" "coin.au" 50 -SOUND=MESG "someone cursing shoplifters" "gong.au" 50 -SOUND=MESG "chime of a cash register" "gong.au" 50 -SOUND=MESG "Neiman and Marcus" "gong.au" 50 -SOUND=MESG "You die" "death.au" 100 -SOUND=MESG "sad feeling" "death.au" 50 -SOUND=MESG "door closes\." "doorclos.au" 100 -SOUND=MESG "cosmic" "hallu.au" 100 -SOUND=MESG "explosion" "landmine.au" 100 -SOUND=MESG "KABOOM" "landmine.au" 100 -#SOUND=MESG "KAABLAM" "landmine.au" 100 -SOUND=MESG "trigger.* a land *mine" "landmine.au" 100 -SOUND=MESG "elcome to experi" "level_up.au" 100 -SOUND=MESG "memorize" "memor.au" 100 -#SOUND=MESG "Ouch" "ouch2.au" 100 -#SOUND=MESG "XXXfall through\.\.\." "trapdoor.au" 100 -SOUND=MESG "vomit" "vomit.au" 100 -SOUND=MESG "whistling" "whistle2.au" 100 -SOUND=MESG "crashes open" "thump.au" 100 -SOUND=MESG "You break open the lock" "thump.au" 100 -#SOUND=MESG "THUD" "thump.au" 40 -#SOUND=MESG "WHAMM" "thump.au" 50 -SOUND=MESG "welcome to NetHack" "awaits.au" 100 -SOUND=MESG "strange vibration under" "forcefld.au" 100 diff --git a/games/nethack32-gtk/files/src-Makefile.diff b/games/nethack32-gtk/files/src-Makefile.diff deleted file mode 100644 index 3ce69c568c15..000000000000 --- a/games/nethack32-gtk/files/src-Makefile.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Makefile.orig Wed Jun 14 22:37:10 2000 -+++ src/Makefile Wed Jun 14 22:38:40 2000 -@@ -124,8 +124,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include -I/usr/X11R6/include `gtk-config --cflags` --LFLAGS = -O -L/usr/X11R6/lib `gtk-config --libs` -+CFLAGS += -I../include -I${X11BASE}/include `${GTK_CONFIG} --cflags` -+LFLAGS = -L${X11BASE}/lib `${GTK_CONFIG} --libs` - - # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired - # combination of windowing systems. Also set windowing systems in config.h. diff --git a/games/nethack32-gtk/pkg-comment b/games/nethack32-gtk/pkg-comment deleted file mode 100644 index 7fe1521970fa..000000000000 --- a/games/nethack32-gtk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Nethack 3.2.3 with GTK interface and graphics diff --git a/games/nethack32-gtk/pkg-descr b/games/nethack32-gtk/pkg-descr deleted file mode 100644 index 85e5baee60a0..000000000000 --- a/games/nethack32-gtk/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is the clasic hack'n'slash adventure game, nethack, revamped with a GTK -interface and graphics. - -WWW: http://www.jnethack.org/jnethack-e.html - - -Kelly - kbyanc@posi.net diff --git a/games/nethack32-gtk/pkg-plist b/games/nethack32-gtk/pkg-plist deleted file mode 100644 index 898f8012736e..000000000000 --- a/games/nethack32-gtk/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/x11tiles -share/nethack/W-start.lev -share/nethack/V-start.lev -share/nethack/T-start.lev -share/nethack/S-start.lev -share/nethack/R-start.lev -share/nethack/P-start.lev -share/nethack/K-start.lev -share/nethack/H-start.lev -share/nethack/E-start.lev -share/nethack/C-start.lev -share/nethack/B-start.lev -share/nethack/A-start.lev -share/nethack/W-locate.lev -share/nethack/V-locate.lev -share/nethack/T-locate.lev -share/nethack/S-locate.lev -share/nethack/R-locate.lev -share/nethack/P-locate.lev -share/nethack/K-locate.lev -share/nethack/H-locate.lev -share/nethack/E-locate.lev -share/nethack/C-locate.lev -share/nethack/B-locate.lev -share/nethack/A-locate.lev -share/nethack/W-fillb.lev -share/nethack/W-filla.lev -share/nethack/V-fillb.lev -share/nethack/V-filla.lev -share/nethack/T-fillb.lev -share/nethack/T-filla.lev -share/nethack/S-fillb.lev -share/nethack/S-filla.lev -share/nethack/R-fillb.lev -share/nethack/R-filla.lev -share/nethack/P-fillb.lev -share/nethack/P-filla.lev -share/nethack/K-fillb.lev -share/nethack/K-filla.lev -share/nethack/H-fillb.lev -share/nethack/H-filla.lev -share/nethack/E-fillb.lev -share/nethack/E-filla.lev -share/nethack/C-fillb.lev -share/nethack/C-filla.lev -share/nethack/B-fillb.lev -share/nethack/B-filla.lev -share/nethack/A-fillb.lev -share/nethack/A-filla.lev -share/nethack/W-goal.lev -share/nethack/V-goal.lev -share/nethack/T-goal.lev -share/nethack/S-goal.lev -share/nethack/R-goal.lev -share/nethack/P-goal.lev -share/nethack/K-goal.lev -share/nethack/H-goal.lev -share/nethack/E-goal.lev -share/nethack/C-goal.lev -share/nethack/B-goal.lev -share/nethack/A-goal.lev -share/nethack/floor.xpm -share/nethack/credit.xpm -share/nethack/t32-1024.xpm -share/nethack/rip.xpm -share/nethack/pet_mark.xbm -share/nethack/NetHack -share/nethack/gtkrc -share/nethack/nh10.pcf -share/nethack/fonts.dir -share/nethack/quest.dat -share/nethack/options -share/nethack/oracles -share/nethack/data -share/nethack/water.lev -share/nethack/fire.lev -share/nethack/earth.lev -share/nethack/air.lev -share/nethack/astral.lev -share/nethack/wizard3.lev -share/nethack/wizard2.lev -share/nethack/dungeon -share/nethack/wizard1.lev -share/nethack/valley.lev -share/nethack/tower3.lev -share/nethack/tower2.lev -share/nethack/tower1.lev -share/nethack/sanctum.lev -share/nethack/orcus.lev -share/nethack/oracle.lev -share/nethack/minetn-2.lev -share/nethack/minetn-1.lev -share/nethack/minefill.lev -share/nethack/minend-2.lev -share/nethack/minend-1.lev -share/nethack/medusa-2.lev -share/nethack/medusa-1.lev -share/nethack/knox.lev -share/nethack/juiblex.lev -share/nethack/fakewiz2.lev -share/nethack/fakewiz1.lev -share/nethack/castle.lev -share/nethack/bigrm-5.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-3.lev -share/nethack/wizhelp -share/nethack/bigrm-2.lev -share/nethack/bigrm-1.lev -share/nethack/baalz.lev -share/nethack/asmodeus.lev -share/nethack/opthelp -share/nethack/history -share/nethack/cmdhelp -share/nethack/hh -share/nethack/help -share/nethack/license -share/nethack/rumors -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile deleted file mode 100644 index aa68654804d2..000000000000 --- a/games/nethack32/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 27 March 1995 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 3.2.3 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \ - ftp://ftp.wtower.com/nethack/sources/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= nethack -DISTNAME= nethack-3.2.2 - -PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/nh323/src/ -PATCHFILES= nh-3.2.2-3.2.3.diff - -MAINTAINER= ports@FreeBSD.org - -NO_LATEST_LINK= yes - -USE_XPM= yes -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/nethack32/distinfo b/games/nethack32/distinfo deleted file mode 100644 index 052adcdf3017..000000000000 --- a/games/nethack32/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df -MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae diff --git a/games/nethack32/files/patch-ab b/games/nethack32/files/patch-ab deleted file mode 100644 index a22424c84079..000000000000 --- a/games/nethack32/files/patch-ab +++ /dev/null @@ -1,49 +0,0 @@ ---- sys/unix/Makefile.src.orig Wed Dec 11 05:20:09 1996 -+++ sys/unix/Makefile.src Sun Mar 21 17:50:08 1999 -@@ -124,8 +124,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${X11BASE}/include -+LFLAGS = -L${X11BASE}/lib - - - # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired -@@ -146,8 +146,8 @@ - winmisc.o winstat.o wintext.o winval.o tile.o - # - # --WINSRC = $(WINTTYSRC) --WINOBJ = $(WINTTYOBJ) -+WINSRC = $(WINTTYSRC) $(WINX11SRC) -+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -@@ -167,13 +167,13 @@ - # - # libraries for X11 - # If USE_XPM is defined in config.h, you will also need -lXpm here. --WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm - # WINX11LIB = -lXaw -lXmu -lXt -lX11 - # WINX11LIB = -lXaw -lXmu -lXext -lXt -lXpm -lX11 -lm - # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 - # - # --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINX11LIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) -@@ -197,7 +197,7 @@ - # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup - # LIBS = -lsun - # --LIBS = -+LIBS = -lSM -lICE - - # make NetHack - GAME = nethack diff --git a/games/nethack32/files/patch-ac b/games/nethack32/files/patch-ac deleted file mode 100644 index ee05125afe6c..000000000000 --- a/games/nethack32/files/patch-ac +++ /dev/null @@ -1,47 +0,0 @@ -diff -ruN ./include/config.h ../nethack-3.2.2/include/config.h ---- ./include/config.h Wed Dec 11 05:20:07 1996 -+++ ../nethack-3.2.2/include/config.h Sun Mar 21 17:25:02 1999 -@@ -211,7 +211,7 @@ - * Some combinations make no sense. See the installation document. - */ - #define TTY_GRAPHICS /* good old tty based graphics */ --/* #define X11_GRAPHICS /* X11 interface */ -+#define X11_GRAPHICS /* X11 interface */ - - /* - * Define the default window system. This should be one that is compiled -@@ -256,7 +256,7 @@ - * would allow: - * xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm - */ --/* # define USE_XPM /* Disable if you do not have the XPM library */ -+# define USE_XPM /* Disable if you do not have the XPM library */ - # ifdef USE_XPM - # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ - # endif -@@ -296,12 +296,12 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --# define COMPRESS "/usr/ucb/compress" /* Lempel-Ziv compression */ --# define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* # define COMPRESS "/usr/ucb/compress" /* Lempel-Ziv compression */ -+/* # define COMPRESS_EXTENSION ".Z" /* compress's extension */ - - /* An example of one alternative you might want to use: */ --/* # define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */ --/* # define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ -+# define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+# define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - #ifndef COMPRESS - # define INTERNAL_COMP /* control use of NetHack's compression routines */ -@@ -331,7 +331,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack32/files/patch-ad b/games/nethack32/files/patch-ad deleted file mode 100644 index 4ff9c983d5ca..000000000000 --- a/games/nethack32/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- include/system.h.orig Mon Nov 4 08:01:25 1996 -+++ include/system.h Sat Jun 19 16:18:02 1999 -@@ -80,7 +80,7 @@ - # if !defined(SUNOS4) || defined(RANDOM) - E void FDECL(srandom, (unsigned int)); - # else --# ifndef bsdi -+# if !defined(bsdi) && !defined(__FreeBSD__) - E int FDECL(srandom, (unsigned int)); - # endif - # endif -@@ -510,7 +510,7 @@ - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) - E time_t FDECL(time, (time_t *)); - # else --E long FDECL(time, (time_t *)); -+E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/nethack32/files/patch-ae b/games/nethack32/files/patch-ae deleted file mode 100644 index b5c24ee2719d..000000000000 --- a/games/nethack32/files/patch-ae +++ /dev/null @@ -1,37 +0,0 @@ -diff -ruN ./include/unixconf.h ../nethack-3.2.2/include/unixconf.h ---- ./include/unixconf.h Wed Dec 11 05:20:08 1996 -+++ ../nethack-3.2.2/include/unixconf.h Sun Mar 21 17:25:02 1999 -@@ -31,7 +31,7 @@ - - /* define any of the following that are appropriate */ - /* #define SVR4 /* use in addition to SYSV for System V Release 4 */ --#define NETWORK /* if running on a networked system */ -+/* #define NETWORK /* if running on a networked system */ - /* e.g. Suns sharing a playground through NFS */ - #define SUNOS4 /* SunOS 4.x */ - /* #define LINUX /* Another Unix clone */ -@@ -42,12 +42,12 @@ - /* #define AIX_31 /* In AIX 3.1 (IBM RS/6000) use BSD ioctl's to gain - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ --/* #define TEXTCOLOR /* Use System V r3.2 terminfo color support */ -+#define TEXTCOLOR /* Use System V r3.2 terminfo color support */ - /* and/or ANSI color support on termcap systems */ - /* and/or X11 color */ --/* #define POSIX_JOB_CONTROL /* use System V / POSIX job control -+#define POSIX_JOB_CONTROL /* use System V / POSIX job control - * (e.g., VSUSP) */ --/* #define POSIX_TYPES /* use POSIX types for system calls and termios */ -+#define POSIX_TYPES /* use POSIX types for system calls and termios */ - /* define for many recent OS releases, including - * those with specific defines (since types are - * changing toward the standard from earlier chaos). -@@ -125,7 +125,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack32/files/patch-af b/games/nethack32/files/patch-af deleted file mode 100644 index 75c84c235c88..000000000000 --- a/games/nethack32/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN ./sys/unix/Makefile.doc ../nethack-3.2.2/sys/unix/Makefile.doc ---- ./sys/unix/Makefile.doc Wed Dec 11 05:20:08 1996 -+++ ../nethack-3.2.2/sys/unix/Makefile.doc Sun Mar 21 17:25:02 1999 -@@ -31,7 +31,7 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems diff --git a/games/nethack32/files/patch-ag b/games/nethack32/files/patch-ag deleted file mode 100644 index 6fbe422824f3..000000000000 --- a/games/nethack32/files/patch-ag +++ /dev/null @@ -1,40 +0,0 @@ -diff -ruN ./sys/unix/Makefile.top ../nethack-3.2.2/sys/unix/Makefile.top ---- ./sys/unix/Makefile.top Wed Dec 11 05:20:10 1996 -+++ ../nethack-3.2.2/sys/unix/Makefile.top Sun Mar 21 17:29:27 1999 -@@ -16,14 +16,14 @@ - # make NetHack - GAME = nethack - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # -@@ -32,13 +32,13 @@ - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) --GAMEDIR = /usr/games/lib/$(GAME)dir --SHELLDIR = /usr/games -+GAMEDIR = ${PREFIX}/share/$(GAME) -+SHELLDIR = ${PREFIX}/bin - - # per discussion in Install.X11 --VARDATND = -+# VARDATND = - # VARDATND = x11tiles pet_mark.xbm --# VARDATND = x11tiles pet_mark.xbm rip.xpm -+VARDATND = x11tiles pet_mark.xbm rip.xpm - - VARDATD = data oracles options quest.dat rumors - VARDAT = $(VARDATD) $(VARDATND) diff --git a/games/nethack32/pkg-comment b/games/nethack32/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack32/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack32/pkg-descr b/games/nethack32/pkg-descr deleted file mode 100644 index 52e265b8886f..000000000000 --- a/games/nethack32/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is nethack. You and your puppy (or kitten) will explore the deep -dungeons to retrieve the long-lost magical item that causes so much -trouble to anyone. - -Take care, and try not to miss meals. - -WWW: http://www.win.tue.nl/games/roguelike/nethack/ - -- Satoshi -asami@cs.berkeley.edu - -P.S. There is a newsgroup "rec.games.roguelike.nethack" if you are - truly interested. diff --git a/games/nethack32/pkg-plist b/games/nethack32/pkg-plist deleted file mode 100644 index 7dfddb3cb28d..000000000000 --- a/games/nethack32/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -%%PORTDOCS%%share/doc/nethack/Guidebook.txt -share/nethack/pet_mark.xbm -share/nethack/rip.xpm -share/nethack/x11tiles -share/nethack/A-filla.lev -share/nethack/A-fillb.lev -share/nethack/A-goal.lev -share/nethack/A-locate.lev -share/nethack/A-start.lev -share/nethack/B-filla.lev -share/nethack/B-fillb.lev -share/nethack/B-goal.lev -share/nethack/B-locate.lev -share/nethack/B-start.lev -share/nethack/C-filla.lev -share/nethack/C-fillb.lev -share/nethack/C-goal.lev -share/nethack/C-locate.lev -share/nethack/C-start.lev -share/nethack/E-filla.lev -share/nethack/E-fillb.lev -share/nethack/E-goal.lev -share/nethack/E-locate.lev -share/nethack/E-start.lev -share/nethack/H-filla.lev -share/nethack/H-fillb.lev -share/nethack/H-goal.lev -share/nethack/H-locate.lev -share/nethack/H-start.lev -share/nethack/K-filla.lev -share/nethack/K-fillb.lev -share/nethack/K-goal.lev -share/nethack/K-locate.lev -share/nethack/K-start.lev -share/nethack/P-filla.lev -share/nethack/P-fillb.lev -share/nethack/P-goal.lev -share/nethack/P-locate.lev -share/nethack/P-start.lev -share/nethack/R-filla.lev -share/nethack/R-fillb.lev -share/nethack/R-goal.lev -share/nethack/R-locate.lev -share/nethack/R-start.lev -share/nethack/S-filla.lev -share/nethack/S-fillb.lev -share/nethack/S-goal.lev -share/nethack/S-locate.lev -share/nethack/S-start.lev -share/nethack/T-filla.lev -share/nethack/T-fillb.lev -share/nethack/T-goal.lev -share/nethack/T-locate.lev -share/nethack/T-start.lev -share/nethack/V-filla.lev -share/nethack/V-fillb.lev -share/nethack/V-goal.lev -share/nethack/V-locate.lev -share/nethack/V-start.lev -share/nethack/W-filla.lev -share/nethack/W-fillb.lev -share/nethack/W-goal.lev -share/nethack/W-locate.lev -share/nethack/W-start.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -%%PORTDOCS%%@dirrm share/doc/nethack diff --git a/games/nethack33-gnome/Makefile b/games/nethack33-gnome/Makefile deleted file mode 100644 index c7ac2b699509..000000000000 --- a/games/nethack33-gnome/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 09 December 2000 -# Whom: Jan Stocker <Jan.Stocker@t-online.de> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 3.3.1 -CATEGORIES= games gnome -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -gnome -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= Jan.Stocker@t-online.de - -USE_GNOME= yes -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack33-gnome/distinfo b/games/nethack33-gnome/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack33-gnome/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack33-gnome/files/patch-include::config.h b/games/nethack33-gnome/files/patch-include::config.h deleted file mode 100644 index bf63b68aaa57..000000000000 --- a/games/nethack33-gnome/files/patch-include::config.h +++ /dev/null @@ -1,61 +0,0 @@ -*** include/config.h.orig Sat Jul 22 03:13:51 2000 ---- include/config.h Sat Dec 9 13:31:34 2000 -*************** -*** 45,51 **** - #define TTY_GRAPHICS /* good old tty based graphics */ - /* #define X11_GRAPHICS */ /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ -! /* #define GNOME_GRAPHICS */ /* Gnome interface */ - - /* - * Define the default window system. This should be one that is compiled ---- 45,51 ---- - #define TTY_GRAPHICS /* good old tty based graphics */ - /* #define X11_GRAPHICS */ /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ -! #define GNOME_GRAPHICS /* Gnome interface */ - - /* - * Define the default window system. This should be one that is compiled -*************** -*** 151,161 **** - - #ifdef UNIX - /* path and file name extension for compression program */ -! #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ -! #define COMPRESS_EXTENSION ".Z" /* compress's extension */ - /* An example of one alternative you might want to use: */ -! /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ -! /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ - #endif - - #ifndef COMPRESS ---- 151,161 ---- - - #ifdef UNIX - /* path and file name extension for compression program */ -! /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ -! /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ -! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -*************** -*** 186,192 **** - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ - # endif - - /* ---- 186,192 ---- - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack33-gnome/files/patch-include::system.h b/games/nethack33-gnome/files/patch-include::system.h deleted file mode 100644 index fa0a14fb6988..000000000000 --- a/games/nethack33-gnome/files/patch-include::system.h +++ /dev/null @@ -1,19 +0,0 @@ -*** include/system.h.orig Thu Jan 6 11:20:08 2000 ---- include/system.h Sat Sep 23 01:08:09 2000 -*************** -*** 516,522 **** - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) - E time_t FDECL(time, (time_t *)); - # else -! E long FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS ---- 516,522 ---- - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) - E time_t FDECL(time, (time_t *)); - # else -! E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/nethack33-gnome/files/patch-include::unixconf.h b/games/nethack33-gnome/files/patch-include::unixconf.h deleted file mode 100644 index 8268fa5fd83f..000000000000 --- a/games/nethack33-gnome/files/patch-include::unixconf.h +++ /dev/null @@ -1,36 +0,0 @@ -*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 ---- include/unixconf.h Sat Sep 23 01:09:25 2000 -*************** -*** 47,53 **** - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! #define TERMINFO /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC ---- 47,53 ---- - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! /* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -*************** -*** 143,149 **** - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox ---- 143,149 ---- - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! /* #define MAIL */ /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack33-gnome/files/patch-sys::unix::Makefile.doc b/games/nethack33-gnome/files/patch-sys::unix::Makefile.doc deleted file mode 100644 index 89653b31a76f..000000000000 --- a/games/nethack33-gnome/files/patch-sys::unix::Makefile.doc +++ /dev/null @@ -1,44 +0,0 @@ -*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 ---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 -*************** -*** 34,40 **** - - - GAME = nethack -! MANDIR = /usr/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems ---- 34,40 ---- - - - GAME = nethack -! MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -*************** -*** 51,61 **** - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt ---- 51,61 ---- - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack33-gnome/files/patch-sys::unix::Makefile.src b/games/nethack33-gnome/files/patch-sys::unix::Makefile.src deleted file mode 100644 index 8e54460116a0..000000000000 --- a/games/nethack33-gnome/files/patch-sys::unix::Makefile.src +++ /dev/null @@ -1,72 +0,0 @@ -*** sys/unix/Makefile.src.orig Sat Aug 5 12:52:57 2000 ---- sys/unix/Makefile.src Sat Dec 9 13:09:44 2000 -*************** -*** 139,145 **** - # directories. The ones given below is the usual spot for linux systems. - # The paths are for glibconfig.h and gnomesupport.h respectively. - # -! GNOMEINC=-I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome - - # flags for debugging: - # CFLAGS = -g -I../include ---- 139,145 ---- - # directories. The ones given below is the usual spot for linux systems. - # The paths are for glibconfig.h and gnomesupport.h respectively. - # -! GNOMEINC=-I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include/kpathsea -I../win/gnome - - # flags for debugging: - # CFLAGS = -g -I../include -*************** -*** 203,210 **** - - # - # -! WINSRC = $(WINTTYSRC) -! WINOBJ = $(WINTTYOBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead ---- 203,210 ---- - - # - # -! WINSRC = $(WINTTYSRC) $(WINGNOMESRC) -! WINOBJ = $(WINTTYOBJ) $(WINGNOMEOBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -*************** -*** 236,242 **** - WINKDELIB = -lkdecore -lkdeui -lXext - # - # libraries for Gnome -! WINGNOMELIB = -lgnomeui -lgnome -lart_lgpl -lgtk -lgdk -lpopt - # - # libraries for Gem port - WINGEMLIB = -le_gem -lgem ---- 236,242 ---- - WINKDELIB = -lkdecore -lkdeui -lXext - # - # libraries for Gnome -! WINGNOMELIB = -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui -lgnome -lart_lgpl -lgtk12 -lgdk12 -lglib12 -lpopt -lkpathsea - # - # libraries for Gem port - WINGEMLIB = -le_gem -lgem -*************** -*** 244,250 **** - # libraries for BeOS - WINBELIB = -lbe - -! WINLIB = $(WINTTYLIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) ---- 244,250 ---- - # libraries for BeOS - WINBELIB = -lbe - -! WINLIB = $(WINTTYLIB) $(WINGNOMELIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) diff --git a/games/nethack33-gnome/files/patch-sys::unix::Makefile.top b/games/nethack33-gnome/files/patch-sys::unix::Makefile.top deleted file mode 100644 index 573201864474..000000000000 --- a/games/nethack33-gnome/files/patch-sys::unix::Makefile.top +++ /dev/null @@ -1,125 +0,0 @@ -*** sys/unix/Makefile.top.orig Tue Jul 4 02:42:05 2000 ---- sys/unix/Makefile.top Wed Dec 26 13:46:52 2001 -*************** -*** 14,31 **** - # MAKE = make - - # make NetHack -- PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = bin - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 04755 -! FILEPERM = 0644 -! EXEPERM = 0755 -! DIRPERM = 0755 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR ---- 14,30 ---- - # MAKE = make - - # make NetHack - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 0755 -! FILEPERM = 0664 -! EXEPERM = 02755 -! DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -*************** -*** 35,43 **** - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) -! GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/games - - # per discussion in Install.X11 and Install.Qt - VARDATND = ---- 34,42 ---- - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) -! GAMEDIR = $(PREFIX)/share/$(GAME) - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = -*************** -*** 48,54 **** - # for BeOS - # VARDATND = beostiles - # for Gnome -! # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm - - VARDATD = data oracles options quest.dat rumors - VARDAT = $(VARDATD) $(VARDATND) ---- 47,53 ---- - # for BeOS - # VARDATND = beostiles - # for Gnome -! VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm - - VARDATD = data oracles options quest.dat rumors - VARDAT = $(VARDATD) $(VARDATND) -*************** -*** 170,182 **** - sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ - -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ - < sys/unix/nethack.sh \ -! > $(SHELLDIR)/$(GAME) - # set up their permissions - -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ - $(CHGRP) $(GAMEGRP) $(GAME) ) - chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) - -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) - $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) - chmod $(EXEPERM) $(SHELLDIR)/$(GAME) - - dofiles-dlb: check-dlb ---- 169,189 ---- - sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ - -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ - < sys/unix/nethack.sh \ -! > $(GAMEDIR)/$(GAME)-start.sh -! @echo "#include <unistd.h>" > nethack-wrapper.c -! @echo "int main(int argc, char *argv[]) {" >> nethack-wrapper.c -! @echo " execv(\"$(GAMEDIR)/$(GAME)-start.sh\", argv);}" >> nethack-wrapper.c -! $(CC) $(CFLAGS) -o nethack-wrapper nethack-wrapper.c -! cp nethack-wrapper $(SHELLDIR)/$(GAME) - # set up their permissions - -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ - $(CHGRP) $(GAMEGRP) $(GAME) ) - chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) - -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) - $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) -+ chmod $(GAMEPERM) $(GAMEDIR)/$(GAME)-start.sh -+ -$(CHOWN) $(GAMEUID) $(GAMEDIR)/$(GAME)-start.sh -+ $(CHGRP) $(GAMEGRP) $(GAMEDIR)/$(GAME)-start.sh - chmod $(EXEPERM) $(SHELLDIR)/$(GAME) - - dofiles-dlb: check-dlb -*************** -*** 236,241 **** ---- 243,249 ---- - clean: - ( cd src ; $(MAKE) clean ) - ( cd util ; $(MAKE) clean ) -+ rm -f nethack-wrapper.c nethack-wrapper - - # 'make spotless' returns the source tree to near-distribution condition. - # it removes .o files, executables, and compiled data files diff --git a/games/nethack33-gnome/pkg-comment b/games/nethack33-gnome/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack33-gnome/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack33-gnome/pkg-descr b/games/nethack33-gnome/pkg-descr deleted file mode 100644 index 77686840b6a4..000000000000 --- a/games/nethack33-gnome/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is version 3.3.1 of nethack, a clasic ASCII-based adventure game -with graphics support for Gnome. -You and your faithful pet are on a quest to retrieve the lost Amulet -of Yendor. - -WWW: http://www.nethack.org/ - -Jan.Stocker@t-online.de diff --git a/games/nethack33-gnome/pkg-plist b/games/nethack33-gnome/pkg-plist deleted file mode 100644 index 5d57f2a6dcc1..000000000000 --- a/games/nethack33-gnome/pkg-plist +++ /dev/null @@ -1,143 +0,0 @@ -bin/nethack -@exec chmod 2755 %D/bin/nethack -@exec chown games:games %D/bin/nethack -share/nethack/nethack -share/nethack/nethack-start.sh -@exec mkdir %D/share/nethack/save -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 755 %D/share/nethack/nethack -@exec chmod 755 %D/share/nethack/nethack-start.sh -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/mapbg.xpm -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/pet_mark.xbm -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -share/nethack/rip.xpm -share/nethack/x11tiles -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile deleted file mode 100644 index 181bd64e3fc6..000000000000 --- a/games/nethack33-nox11/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 23 September 2000 -# Whom: Jeremy Chadwick <yoshi@parodius.com> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PKGNAMESUFFIX= -tty -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= nethack -DISTFILES= ${PORTNAME}-331.${EXTRACT_SUFIX} - -MAINTAINER= yoshi@parodius.com - -EXTRACT_SUFIX= tgz -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack33-nox11/distinfo b/games/nethack33-nox11/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack33-nox11/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack33-nox11/files/patch-aa b/games/nethack33-nox11/files/patch-aa deleted file mode 100644 index f57ae58fdb6a..000000000000 --- a/games/nethack33-nox11/files/patch-aa +++ /dev/null @@ -1,44 +0,0 @@ -*** include/config.h.orig Fri Jul 21 18:13:51 2000 ---- include/config.h Sat Sep 23 01:03:48 2000 -*************** -*** 151,161 **** - - #ifdef UNIX - /* path and file name extension for compression program */ -! #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ -! #define COMPRESS_EXTENSION ".Z" /* compress's extension */ - /* An example of one alternative you might want to use: */ -! /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ -! /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ - #endif - - #ifndef COMPRESS ---- 151,161 ---- - - #ifdef UNIX - /* path and file name extension for compression program */ -! /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ -! /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ -! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -*************** -*** 186,192 **** - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ - # endif - - /* ---- 186,192 ---- - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack33-nox11/files/patch-ab b/games/nethack33-nox11/files/patch-ab deleted file mode 100644 index fa0a14fb6988..000000000000 --- a/games/nethack33-nox11/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** include/system.h.orig Thu Jan 6 11:20:08 2000 ---- include/system.h Sat Sep 23 01:08:09 2000 -*************** -*** 516,522 **** - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) - E time_t FDECL(time, (time_t *)); - # else -! E long FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS ---- 516,522 ---- - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) - E time_t FDECL(time, (time_t *)); - # else -! E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/nethack33-nox11/files/patch-ac b/games/nethack33-nox11/files/patch-ac deleted file mode 100644 index 8268fa5fd83f..000000000000 --- a/games/nethack33-nox11/files/patch-ac +++ /dev/null @@ -1,36 +0,0 @@ -*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 ---- include/unixconf.h Sat Sep 23 01:09:25 2000 -*************** -*** 47,53 **** - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! #define TERMINFO /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC ---- 47,53 ---- - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! /* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -*************** -*** 143,149 **** - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox ---- 143,149 ---- - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! /* #define MAIL */ /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack33-nox11/files/patch-ad b/games/nethack33-nox11/files/patch-ad deleted file mode 100644 index 3eb00f18986c..000000000000 --- a/games/nethack33-nox11/files/patch-ad +++ /dev/null @@ -1,61 +0,0 @@ -*** sys/unix/Makefile.top.orig Mon Jul 3 17:42:05 2000 ---- sys/unix/Makefile.top Sat Sep 23 01:14:48 2000 -*************** -*** 14,31 **** - # MAKE = make - - # make NetHack -- PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = bin - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 04755 -! FILEPERM = 0644 - EXEPERM = 0755 -! DIRPERM = 0755 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR ---- 14,30 ---- - # MAKE = make - - # make NetHack - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 02755 -! FILEPERM = 0664 - EXEPERM = 0755 -! DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -*************** -*** 35,43 **** - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) -! GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/games - - # per discussion in Install.X11 and Install.Qt - VARDATND = ---- 34,42 ---- - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) -! GAMEDIR = $(PREFIX)/share/$(GAME) - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = diff --git a/games/nethack33-nox11/files/patch-ae b/games/nethack33-nox11/files/patch-ae deleted file mode 100644 index 89653b31a76f..000000000000 --- a/games/nethack33-nox11/files/patch-ae +++ /dev/null @@ -1,44 +0,0 @@ -*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 ---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 -*************** -*** 34,40 **** - - - GAME = nethack -! MANDIR = /usr/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems ---- 34,40 ---- - - - GAME = nethack -! MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -*************** -*** 51,61 **** - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt ---- 51,61 ---- - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack33-nox11/pkg-comment b/games/nethack33-nox11/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack33-nox11/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack33-nox11/pkg-descr b/games/nethack33-nox11/pkg-descr deleted file mode 100644 index 4a45d7df171a..000000000000 --- a/games/nethack33-nox11/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is version 3.3.1 of nethack, a clasic ASCII-based adventure game. -You and your faithful pet are on a quest to retrieve the lost Amulet -of Yendor. - -WWW: http://www.nethack.org/ - -yoshi@parodius.com diff --git a/games/nethack33-nox11/pkg-plist b/games/nethack33-nox11/pkg-plist deleted file mode 100644 index f5efba70be15..000000000000 --- a/games/nethack33-nox11/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile deleted file mode 100644 index e1c1b27dee70..000000000000 --- a/games/nethack33-qt/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: nethack-qt -# Date created: So 6 Apr 1997 04:25:57 MET DST -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PKGNAMESUFFIX= -qt -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_QT_VER= 2 -USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" MOC="${MOC}" LIBQT="-l${QTNAME}" \ - QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-everything:: - @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!" - @${ECHO} "!! But nethack-qt might read your prior nethack scores !!" - @${ECHO} "!! Don't forget to backup your nethack libdir if it's !!" - @${ECHO} "!! important for you !!" - @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - -post-patch: - @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/nethack33-qt/distinfo b/games/nethack33-qt/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack33-qt/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack33-qt/files/patch-include:config.h b/games/nethack33-qt/files/patch-include:config.h deleted file mode 100644 index bfb4a2c47a67..000000000000 --- a/games/nethack33-qt/files/patch-include:config.h +++ /dev/null @@ -1,36 +0,0 @@ ---- include/config.h.orig Sat Jul 22 10:13:51 2000 -+++ include/config.h Sat Aug 11 10:09:12 2001 -@@ -44,7 +44,7 @@ - */ - #define TTY_GRAPHICS /* good old tty based graphics */ - /* #define X11_GRAPHICS */ /* X11 interface */ --/* #define QT_GRAPHICS */ /* Qt interface */ -+#define QT_GRAPHICS /* Qt interface */ - /* #define GNOME_GRAPHICS */ /* Gnome interface */ - - /* -@@ -151,11 +151,11 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --#define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ -+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ --/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -@@ -186,7 +186,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "%%PREFIX%%/lib/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack33-qt/files/patch-include:unixconf.h b/games/nethack33-qt/files/patch-include:unixconf.h deleted file mode 100644 index d43f9d82b7dd..000000000000 --- a/games/nethack33-qt/files/patch-include:unixconf.h +++ /dev/null @@ -1,20 +0,0 @@ ---- include/unixconf.h.orig Mon Jul 17 11:03:51 2000 -+++ include/unixconf.h Fri Oct 13 10:06:57 2000 -@@ -47,7 +47,7 @@ - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - --#define TERMINFO /* uses terminfo rather than termcap */ -+/* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -@@ -143,7 +143,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack33-qt/files/patch-sys:unix:Makefile.doc b/games/nethack33-qt/files/patch-sys:unix:Makefile.doc deleted file mode 100644 index 2527c7b4128e..000000000000 --- a/games/nethack33-qt/files/patch-sys:unix:Makefile.doc +++ /dev/null @@ -1,41 +0,0 @@ ---- sys/unix/Makefile.doc.orig Sat Jan 15 05:49:48 2000 -+++ sys/unix/Makefile.doc Sat Aug 11 11:08:33 2001 -@@ -34,15 +34,15 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems --GAMEMANCREATE = cp nethack.6 --LEVMANCREATE = cp lev_comp.6 --DGNMANCREATE = cp dgn_comp.6 --RCVRMANCREATE = cp recover.6 --DLBMANCREATE = cp dlb.6 -+GAMEMANCREATE = ${BSD_INSTALL_MAN} nethack.6 -+LEVMANCREATE = ${BSD_INSTALL_MAN} lev_comp.6 -+DGNMANCREATE = ${BSD_INSTALL_MAN} dgn_comp.6 -+RCVRMANCREATE = ${BSD_INSTALL_MAN} recover.6 -+DLBMANCREATE = ${BSD_INSTALL_MAN} dlb.6 - # manual installation for most SYSV-style systems - # GAMEMANCREATE = nroff -man nethack.6 > - # LEVMANCREATE = nroff -man lev_comp.6 > -@@ -51,11 +51,11 @@ - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack33-qt/files/patch-sys:unix:Makefile.src b/games/nethack33-qt/files/patch-sys:unix:Makefile.src deleted file mode 100644 index 1a58379ae1ad..000000000000 --- a/games/nethack33-qt/files/patch-sys:unix:Makefile.src +++ /dev/null @@ -1,62 +0,0 @@ ---- sys/unix/Makefile.src.orig Sat Aug 5 19:52:57 2000 -+++ sys/unix/Makefile.src Sat Aug 11 09:53:08 2001 -@@ -144,14 +144,14 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include -+CFLAGS += -I../include - LFLAGS = - - # The Qt and Be window systems are written in C++, while the rest of - # NetHack is standard C. If using Qt, uncomment the LD line here to get - # the C++ libraries linked in. --CXXFLAGS = $(CFLAGS) -I. -I$(QTDIR)/include --CXX=g++ -+CXXFLAGS += -I. -I../include ${QTCPPFLAGS} -+#CXX=g++ - #LD=g++ - - # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired -@@ -203,8 +203,8 @@ - - # - # --WINSRC = $(WINTTYSRC) --WINOBJ = $(WINTTYOBJ) -+WINSRC = $(WINTTYSRC) $(WINQTSRC) -+WINOBJ = $(WINTTYOBJ) $(WINQTOBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -@@ -230,7 +230,7 @@ - # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 - # - # libraries for Qt --WINQTLIB = -L$(QTDIR)/lib -lqt -+WINQTLIB = ${QTCFGLIBS} ${LIBQT} - # - # libraries for KDE (with Qt) - WINKDELIB = -lkdecore -lkdeui -lXext -@@ -244,7 +244,7 @@ - # libraries for BeOS - WINBELIB = -lbe - --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINQTLIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) -@@ -445,10 +445,10 @@ - - # Qt windowport meta-object-compiler output - qt_kde0.moc: ../include/qt_kde0.h -- $(QTDIR)/bin/moc ../include/qt_kde0.h > qt_kde0.moc -+ ${MOC} ../include/qt_kde0.h > qt_kde0.moc - - qt_win.moc: ../include/qt_win.h -- $(QTDIR)/bin/moc ../include/qt_win.h > qt_win.moc -+ ${MOC} ../include/qt_win.h > qt_win.moc - - $(MAKEDEFS): ../util/makedefs.c $(CONFIG_H) ../include/permonst.h \ - ../include/objclass.h ../include/monsym.h \ diff --git a/games/nethack33-qt/files/patch-sys:unix:Makefile.top b/games/nethack33-qt/files/patch-sys:unix:Makefile.top deleted file mode 100644 index fb4a9021dd90..000000000000 --- a/games/nethack33-qt/files/patch-sys:unix:Makefile.top +++ /dev/null @@ -1,44 +0,0 @@ ---- sys/unix/Makefile.top.orig Tue Jul 4 09:42:05 2000 -+++ sys/unix/Makefile.top Sat Aug 11 11:21:15 2001 -@@ -14,18 +14,17 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -@@ -35,14 +34,14 @@ - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) --GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir -+GAMEDIR = $(PREFIX)/lib/$(GAME) - VARDIR = $(GAMEDIR) --SHELLDIR = $(PREFIX)/games -+SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt --VARDATND = -+# VARDATND = - # VARDATND = x11tiles pet_mark.xbm --# VARDATND = x11tiles pet_mark.xbm rip.xpm -+VARDATND = x11tiles pet_mark.xbm rip.xpm - # for Atari/Gem - # VARDATND = nh16.img title.img GEM_RSC.RSC - # for BeOS diff --git a/games/nethack33-qt/pkg-comment b/games/nethack33-qt/pkg-comment deleted file mode 100644 index 2a563dc5bfe5..000000000000 --- a/games/nethack33-qt/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game with graphic and sound diff --git a/games/nethack33-qt/pkg-descr b/games/nethack33-qt/pkg-descr deleted file mode 100644 index c80764a5e38c..000000000000 --- a/games/nethack33-qt/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -NetHack is a Free graphical one-player roleplaying game with a -highly modular window system interface supporting TTY, VGA, Mac, -Amiga, and other displays. Qt is a graphical user interface toolkit. -So, "NetHack with Qt interface" is a version of NetHack which has -a user interface module written using the Qt toolkit. - -The Qt interface has these extra features: - -o Tiles (graphics) in the inventory and other item-menu windows. -o The player cursor changes colour as your relative hit-points drop. -o The message window greys-out older message. -o The item menus allow a count (click to left of icon - hidden feature). -o Icons for the major attributes and player states. -o Menus (only needed by newbie dungeon fodder). -o Variable size fonts and tiles. -o More space for the map as messages and status are side-by-side. -o You rarely need to put the mouse in a pop-up to interact with it. -o Macros - hidden feature - F1=multi-rest F2=multi-search F3=try-it -o It is much easier to code, so new feature-requests are more easily done. -o Sound support. - -WWW: http://trolls.troll.no/warwick/nethack/ diff --git a/games/nethack33-qt/pkg-plist b/games/nethack33-qt/pkg-plist deleted file mode 100644 index 95e4f2cc5823..000000000000 --- a/games/nethack33-qt/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/nethack -%%PORTDOCS%%share/doc/nethack/Guidebook.txt -lib/nethack/nethack -@exec mkdir %D/lib/nethack/save -@exec chmod -R 775 %D/lib/nethack -@exec chmod 2755 %D/lib/nethack/nethack -@exec chown games:games %D/lib/nethack/save -@unexec rm -rf %D/lib/nethack/save -lib/nethack/Arc-fila.lev -lib/nethack/Arc-filb.lev -lib/nethack/Arc-goal.lev -lib/nethack/Arc-loca.lev -lib/nethack/Arc-strt.lev -lib/nethack/Bar-fila.lev -lib/nethack/Bar-filb.lev -lib/nethack/Bar-goal.lev -lib/nethack/Bar-loca.lev -lib/nethack/Bar-strt.lev -lib/nethack/Cav-fila.lev -lib/nethack/Cav-filb.lev -lib/nethack/Cav-goal.lev -lib/nethack/Cav-loca.lev -lib/nethack/Cav-strt.lev -lib/nethack/Hea-fila.lev -lib/nethack/Hea-filb.lev -lib/nethack/Hea-goal.lev -lib/nethack/Hea-loca.lev -lib/nethack/Hea-strt.lev -lib/nethack/Kni-fila.lev -lib/nethack/Kni-filb.lev -lib/nethack/Kni-goal.lev -lib/nethack/Kni-loca.lev -lib/nethack/Kni-strt.lev -lib/nethack/Mon-fila.lev -lib/nethack/Mon-filb.lev -lib/nethack/Mon-goal.lev -lib/nethack/Mon-loca.lev -lib/nethack/Mon-strt.lev -lib/nethack/Pri-fila.lev -lib/nethack/Pri-filb.lev -lib/nethack/Pri-goal.lev -lib/nethack/Pri-loca.lev -lib/nethack/Pri-strt.lev -lib/nethack/Ran-fila.lev -lib/nethack/Ran-filb.lev -lib/nethack/Ran-goal.lev -lib/nethack/Ran-loca.lev -lib/nethack/Ran-strt.lev -lib/nethack/Rog-fila.lev -lib/nethack/Rog-filb.lev -lib/nethack/Rog-goal.lev -lib/nethack/Rog-loca.lev -lib/nethack/Rog-strt.lev -lib/nethack/Sam-fila.lev -lib/nethack/Sam-filb.lev -lib/nethack/Sam-goal.lev -lib/nethack/Sam-loca.lev -lib/nethack/Sam-strt.lev -lib/nethack/Tou-fila.lev -lib/nethack/Tou-filb.lev -lib/nethack/Tou-goal.lev -lib/nethack/Tou-loca.lev -lib/nethack/Tou-strt.lev -lib/nethack/Val-fila.lev -lib/nethack/Val-filb.lev -lib/nethack/Val-goal.lev -lib/nethack/Val-loca.lev -lib/nethack/Val-strt.lev -lib/nethack/Wiz-fila.lev -lib/nethack/Wiz-filb.lev -lib/nethack/Wiz-goal.lev -lib/nethack/Wiz-loca.lev -lib/nethack/Wiz-strt.lev -lib/nethack/air.lev -lib/nethack/asmodeus.lev -lib/nethack/astral.lev -lib/nethack/baalz.lev -lib/nethack/bigrm-1.lev -lib/nethack/bigrm-2.lev -lib/nethack/bigrm-3.lev -lib/nethack/bigrm-4.lev -lib/nethack/bigrm-5.lev -lib/nethack/castle.lev -lib/nethack/cmdhelp -lib/nethack/data -lib/nethack/dungeon -lib/nethack/earth.lev -lib/nethack/fakewiz1.lev -lib/nethack/fakewiz2.lev -lib/nethack/fire.lev -lib/nethack/help -lib/nethack/hh -lib/nethack/history -lib/nethack/juiblex.lev -lib/nethack/knox.lev -lib/nethack/license -lib/nethack/medusa-1.lev -lib/nethack/medusa-2.lev -lib/nethack/minefill.lev -lib/nethack/minend-1.lev -lib/nethack/minend-2.lev -lib/nethack/minetn-1.lev -lib/nethack/minetn-2.lev -lib/nethack/opthelp -lib/nethack/options -lib/nethack/oracle.lev -lib/nethack/oracles -lib/nethack/orcus.lev -lib/nethack/pet_mark.xbm -lib/nethack/quest.dat -lib/nethack/rip.xpm -lib/nethack/rumors -lib/nethack/sanctum.lev -lib/nethack/soko1-1.lev -lib/nethack/soko1-2.lev -lib/nethack/soko2-1.lev -lib/nethack/soko2-2.lev -lib/nethack/soko3-1.lev -lib/nethack/soko3-2.lev -lib/nethack/soko4-1.lev -lib/nethack/soko4-2.lev -lib/nethack/tower1.lev -lib/nethack/tower2.lev -lib/nethack/tower3.lev -lib/nethack/valley.lev -lib/nethack/water.lev -lib/nethack/wizard1.lev -lib/nethack/wizard2.lev -lib/nethack/wizard3.lev -lib/nethack/wizhelp -lib/nethack/x11tiles -@mode 664 -lib/nethack/logfile -lib/nethack/record -lib/nethack/perm -@dirrm lib/nethack -%%PORTDOCS%%@dirrm share/doc/nethack diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile deleted file mode 100644 index ea19b7314b8f..000000000000 --- a/games/nethack33/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 27 March 1995 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ -MASTER_SITE_SUBDIR= nethack -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= dscheidt@enteract.com - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_XPM= yes -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack33/distinfo b/games/nethack33/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack33/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack33/files/patch-aa b/games/nethack33/files/patch-aa deleted file mode 100644 index 00fdb88cfdef..000000000000 --- a/games/nethack33/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- ./include/config.h.orig Sat Jul 22 11:13:51 2000 -+++ ./include/config.h Fri Oct 13 09:31:24 2000 -@@ -43,7 +43,7 @@ - * Some combinations make no sense. See the installation document. - */ - #define TTY_GRAPHICS /* good old tty based graphics */ --/* #define X11_GRAPHICS */ /* X11 interface */ -+#define X11_GRAPHICS /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ - /* #define GNOME_GRAPHICS */ /* Gnome interface */ - -@@ -110,7 +110,7 @@ - * would allow: - * xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm - */ --/* # define USE_XPM */ /* Disable if you do not have the XPM library */ -+# define USE_XPM /* Disable if you do not have the XPM library */ - # ifdef USE_XPM - # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ - # endif -@@ -151,11 +151,11 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --#define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ -+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ --/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -@@ -186,7 +186,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack33/files/patch-ac b/games/nethack33/files/patch-ac deleted file mode 100644 index 69afffdc04f2..000000000000 --- a/games/nethack33/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- ./include/unixconf.h.orig Mon Jul 17 11:03:51 2000 -+++ ./include/unixconf.h Fri Oct 13 10:06:57 2000 -@@ -47,7 +47,7 @@ - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - --#define TERMINFO /* uses terminfo rather than termcap */ -+/* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -@@ -143,7 +143,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack33/files/patch-ad b/games/nethack33/files/patch-ad deleted file mode 100644 index 55ac0004fdf5..000000000000 --- a/games/nethack33/files/patch-ad +++ /dev/null @@ -1,51 +0,0 @@ ---- ./sys/unix/Makefile.src.orig Sat Aug 5 20:52:57 2000 -+++ ./sys/unix/Makefile.src Fri Oct 13 10:10:21 2000 -@@ -144,8 +144,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${X11BASE}/include -+LFLAGS = -L${X11BASE}/lib - - # The Qt and Be window systems are written in C++, while the rest of - # NetHack is standard C. If using Qt, uncomment the LD line here to get -@@ -203,8 +203,8 @@ - - # - # --WINSRC = $(WINTTYSRC) --WINOBJ = $(WINTTYOBJ) -+WINSRC = $(WINTTYSRC) $(WINX11SRC) -+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -@@ -224,7 +224,7 @@ - # - # libraries for X11 - # If USE_XPM is defined in config.h, you will also need -lXpm here. --WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm - # WINX11LIB = -lXaw -lXmu -lXt -lX11 - # WINX11LIB = -lXaw -lXmu -lXext -lXt -lXpm -lX11 -lm - # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 -@@ -244,7 +244,7 @@ - # libraries for BeOS - WINBELIB = -lbe - --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINX11LIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) -@@ -271,7 +271,7 @@ - # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup - # LIBS = -lsun - # --LIBS = -+LIBS = -lSM -lICE - - # make NetHack - GAME = nethack diff --git a/games/nethack33/files/patch-ae b/games/nethack33/files/patch-ae deleted file mode 100644 index e655d0e9ff0b..000000000000 --- a/games/nethack33/files/patch-ae +++ /dev/null @@ -1,37 +0,0 @@ ---- ./sys/unix/Makefile.top.orig Tue Jul 4 10:42:05 2000 -+++ ./sys/unix/Makefile.top Fri Oct 13 10:13:50 2000 -@@ -14,18 +14,17 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -@@ -35,9 +34,9 @@ - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) --GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir -+GAMEDIR = $(PREFIX)/share/$(GAME) - VARDIR = $(GAMEDIR) --SHELLDIR = $(PREFIX)/games -+SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = diff --git a/games/nethack33/files/patch-af b/games/nethack33/files/patch-af deleted file mode 100644 index 3a01201d6ae6..000000000000 --- a/games/nethack33/files/patch-af +++ /dev/null @@ -1,28 +0,0 @@ ---- ./sys/unix/Makefile.doc.orig Mon Dec 13 14:49:15 1999 -+++ ./sys/unix/Makefile.doc Mon Dec 13 14:44:53 1999 -@@ -31,7 +31,7 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -@@ -48,11 +48,11 @@ - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack33/pkg-comment b/games/nethack33/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack33/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack33/pkg-descr b/games/nethack33/pkg-descr deleted file mode 100644 index 4579f0f864dc..000000000000 --- a/games/nethack33/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is version 3.3.1 of nethack, a clasic hack'n'slash adventure game. -You and your faithful feline (or commited canine) are on a quest to retrieve -the lost Amulet of Yendor. Good luck! - -WWW: http://www.nethack.org/ - -- David -dscheidt@enteract.com diff --git a/games/nethack33/pkg-plist b/games/nethack33/pkg-plist deleted file mode 100644 index f5efba70be15..000000000000 --- a/games/nethack33/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack34-gnome/Makefile b/games/nethack34-gnome/Makefile deleted file mode 100644 index c7ac2b699509..000000000000 --- a/games/nethack34-gnome/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 09 December 2000 -# Whom: Jan Stocker <Jan.Stocker@t-online.de> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 3.3.1 -CATEGORIES= games gnome -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -gnome -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= Jan.Stocker@t-online.de - -USE_GNOME= yes -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack34-gnome/distinfo b/games/nethack34-gnome/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack34-gnome/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack34-gnome/files/patch-include::config.h b/games/nethack34-gnome/files/patch-include::config.h deleted file mode 100644 index bf63b68aaa57..000000000000 --- a/games/nethack34-gnome/files/patch-include::config.h +++ /dev/null @@ -1,61 +0,0 @@ -*** include/config.h.orig Sat Jul 22 03:13:51 2000 ---- include/config.h Sat Dec 9 13:31:34 2000 -*************** -*** 45,51 **** - #define TTY_GRAPHICS /* good old tty based graphics */ - /* #define X11_GRAPHICS */ /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ -! /* #define GNOME_GRAPHICS */ /* Gnome interface */ - - /* - * Define the default window system. This should be one that is compiled ---- 45,51 ---- - #define TTY_GRAPHICS /* good old tty based graphics */ - /* #define X11_GRAPHICS */ /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ -! #define GNOME_GRAPHICS /* Gnome interface */ - - /* - * Define the default window system. This should be one that is compiled -*************** -*** 151,161 **** - - #ifdef UNIX - /* path and file name extension for compression program */ -! #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ -! #define COMPRESS_EXTENSION ".Z" /* compress's extension */ - /* An example of one alternative you might want to use: */ -! /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ -! /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ - #endif - - #ifndef COMPRESS ---- 151,161 ---- - - #ifdef UNIX - /* path and file name extension for compression program */ -! /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ -! /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ -! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -*************** -*** 186,192 **** - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ - # endif - - /* ---- 186,192 ---- - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack34-gnome/files/patch-include::system.h b/games/nethack34-gnome/files/patch-include::system.h deleted file mode 100644 index fa0a14fb6988..000000000000 --- a/games/nethack34-gnome/files/patch-include::system.h +++ /dev/null @@ -1,19 +0,0 @@ -*** include/system.h.orig Thu Jan 6 11:20:08 2000 ---- include/system.h Sat Sep 23 01:08:09 2000 -*************** -*** 516,522 **** - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) - E time_t FDECL(time, (time_t *)); - # else -! E long FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS ---- 516,522 ---- - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) - E time_t FDECL(time, (time_t *)); - # else -! E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/nethack34-gnome/files/patch-include::unixconf.h b/games/nethack34-gnome/files/patch-include::unixconf.h deleted file mode 100644 index 8268fa5fd83f..000000000000 --- a/games/nethack34-gnome/files/patch-include::unixconf.h +++ /dev/null @@ -1,36 +0,0 @@ -*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 ---- include/unixconf.h Sat Sep 23 01:09:25 2000 -*************** -*** 47,53 **** - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! #define TERMINFO /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC ---- 47,53 ---- - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! /* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -*************** -*** 143,149 **** - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox ---- 143,149 ---- - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! /* #define MAIL */ /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack34-gnome/files/patch-sys::unix::Makefile.doc b/games/nethack34-gnome/files/patch-sys::unix::Makefile.doc deleted file mode 100644 index 89653b31a76f..000000000000 --- a/games/nethack34-gnome/files/patch-sys::unix::Makefile.doc +++ /dev/null @@ -1,44 +0,0 @@ -*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 ---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 -*************** -*** 34,40 **** - - - GAME = nethack -! MANDIR = /usr/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems ---- 34,40 ---- - - - GAME = nethack -! MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -*************** -*** 51,61 **** - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt ---- 51,61 ---- - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack34-gnome/files/patch-sys::unix::Makefile.src b/games/nethack34-gnome/files/patch-sys::unix::Makefile.src deleted file mode 100644 index 8e54460116a0..000000000000 --- a/games/nethack34-gnome/files/patch-sys::unix::Makefile.src +++ /dev/null @@ -1,72 +0,0 @@ -*** sys/unix/Makefile.src.orig Sat Aug 5 12:52:57 2000 ---- sys/unix/Makefile.src Sat Dec 9 13:09:44 2000 -*************** -*** 139,145 **** - # directories. The ones given below is the usual spot for linux systems. - # The paths are for glibconfig.h and gnomesupport.h respectively. - # -! GNOMEINC=-I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome - - # flags for debugging: - # CFLAGS = -g -I../include ---- 139,145 ---- - # directories. The ones given below is the usual spot for linux systems. - # The paths are for glibconfig.h and gnomesupport.h respectively. - # -! GNOMEINC=-I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include/kpathsea -I../win/gnome - - # flags for debugging: - # CFLAGS = -g -I../include -*************** -*** 203,210 **** - - # - # -! WINSRC = $(WINTTYSRC) -! WINOBJ = $(WINTTYOBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead ---- 203,210 ---- - - # - # -! WINSRC = $(WINTTYSRC) $(WINGNOMESRC) -! WINOBJ = $(WINTTYOBJ) $(WINGNOMEOBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -*************** -*** 236,242 **** - WINKDELIB = -lkdecore -lkdeui -lXext - # - # libraries for Gnome -! WINGNOMELIB = -lgnomeui -lgnome -lart_lgpl -lgtk -lgdk -lpopt - # - # libraries for Gem port - WINGEMLIB = -le_gem -lgem ---- 236,242 ---- - WINKDELIB = -lkdecore -lkdeui -lXext - # - # libraries for Gnome -! WINGNOMELIB = -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui -lgnome -lart_lgpl -lgtk12 -lgdk12 -lglib12 -lpopt -lkpathsea - # - # libraries for Gem port - WINGEMLIB = -le_gem -lgem -*************** -*** 244,250 **** - # libraries for BeOS - WINBELIB = -lbe - -! WINLIB = $(WINTTYLIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) ---- 244,250 ---- - # libraries for BeOS - WINBELIB = -lbe - -! WINLIB = $(WINTTYLIB) $(WINGNOMELIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) diff --git a/games/nethack34-gnome/files/patch-sys::unix::Makefile.top b/games/nethack34-gnome/files/patch-sys::unix::Makefile.top deleted file mode 100644 index 573201864474..000000000000 --- a/games/nethack34-gnome/files/patch-sys::unix::Makefile.top +++ /dev/null @@ -1,125 +0,0 @@ -*** sys/unix/Makefile.top.orig Tue Jul 4 02:42:05 2000 ---- sys/unix/Makefile.top Wed Dec 26 13:46:52 2001 -*************** -*** 14,31 **** - # MAKE = make - - # make NetHack -- PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = bin - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 04755 -! FILEPERM = 0644 -! EXEPERM = 0755 -! DIRPERM = 0755 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR ---- 14,30 ---- - # MAKE = make - - # make NetHack - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 0755 -! FILEPERM = 0664 -! EXEPERM = 02755 -! DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -*************** -*** 35,43 **** - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) -! GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/games - - # per discussion in Install.X11 and Install.Qt - VARDATND = ---- 34,42 ---- - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) -! GAMEDIR = $(PREFIX)/share/$(GAME) - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = -*************** -*** 48,54 **** - # for BeOS - # VARDATND = beostiles - # for Gnome -! # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm - - VARDATD = data oracles options quest.dat rumors - VARDAT = $(VARDATD) $(VARDATND) ---- 47,53 ---- - # for BeOS - # VARDATND = beostiles - # for Gnome -! VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm - - VARDATD = data oracles options quest.dat rumors - VARDAT = $(VARDATD) $(VARDATND) -*************** -*** 170,182 **** - sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ - -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ - < sys/unix/nethack.sh \ -! > $(SHELLDIR)/$(GAME) - # set up their permissions - -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ - $(CHGRP) $(GAMEGRP) $(GAME) ) - chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) - -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) - $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) - chmod $(EXEPERM) $(SHELLDIR)/$(GAME) - - dofiles-dlb: check-dlb ---- 169,189 ---- - sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ - -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ - < sys/unix/nethack.sh \ -! > $(GAMEDIR)/$(GAME)-start.sh -! @echo "#include <unistd.h>" > nethack-wrapper.c -! @echo "int main(int argc, char *argv[]) {" >> nethack-wrapper.c -! @echo " execv(\"$(GAMEDIR)/$(GAME)-start.sh\", argv);}" >> nethack-wrapper.c -! $(CC) $(CFLAGS) -o nethack-wrapper nethack-wrapper.c -! cp nethack-wrapper $(SHELLDIR)/$(GAME) - # set up their permissions - -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ - $(CHGRP) $(GAMEGRP) $(GAME) ) - chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) - -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) - $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) -+ chmod $(GAMEPERM) $(GAMEDIR)/$(GAME)-start.sh -+ -$(CHOWN) $(GAMEUID) $(GAMEDIR)/$(GAME)-start.sh -+ $(CHGRP) $(GAMEGRP) $(GAMEDIR)/$(GAME)-start.sh - chmod $(EXEPERM) $(SHELLDIR)/$(GAME) - - dofiles-dlb: check-dlb -*************** -*** 236,241 **** ---- 243,249 ---- - clean: - ( cd src ; $(MAKE) clean ) - ( cd util ; $(MAKE) clean ) -+ rm -f nethack-wrapper.c nethack-wrapper - - # 'make spotless' returns the source tree to near-distribution condition. - # it removes .o files, executables, and compiled data files diff --git a/games/nethack34-gnome/pkg-comment b/games/nethack34-gnome/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack34-gnome/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack34-gnome/pkg-descr b/games/nethack34-gnome/pkg-descr deleted file mode 100644 index 77686840b6a4..000000000000 --- a/games/nethack34-gnome/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is version 3.3.1 of nethack, a clasic ASCII-based adventure game -with graphics support for Gnome. -You and your faithful pet are on a quest to retrieve the lost Amulet -of Yendor. - -WWW: http://www.nethack.org/ - -Jan.Stocker@t-online.de diff --git a/games/nethack34-gnome/pkg-plist b/games/nethack34-gnome/pkg-plist deleted file mode 100644 index 5d57f2a6dcc1..000000000000 --- a/games/nethack34-gnome/pkg-plist +++ /dev/null @@ -1,143 +0,0 @@ -bin/nethack -@exec chmod 2755 %D/bin/nethack -@exec chown games:games %D/bin/nethack -share/nethack/nethack -share/nethack/nethack-start.sh -@exec mkdir %D/share/nethack/save -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 755 %D/share/nethack/nethack -@exec chmod 755 %D/share/nethack/nethack-start.sh -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/mapbg.xpm -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/pet_mark.xbm -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -share/nethack/rip.xpm -share/nethack/x11tiles -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile deleted file mode 100644 index 181bd64e3fc6..000000000000 --- a/games/nethack34-nox11/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 23 September 2000 -# Whom: Jeremy Chadwick <yoshi@parodius.com> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PKGNAMESUFFIX= -tty -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= nethack -DISTFILES= ${PORTNAME}-331.${EXTRACT_SUFIX} - -MAINTAINER= yoshi@parodius.com - -EXTRACT_SUFIX= tgz -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack34-nox11/distinfo b/games/nethack34-nox11/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack34-nox11/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack34-nox11/files/patch-aa b/games/nethack34-nox11/files/patch-aa deleted file mode 100644 index f57ae58fdb6a..000000000000 --- a/games/nethack34-nox11/files/patch-aa +++ /dev/null @@ -1,44 +0,0 @@ -*** include/config.h.orig Fri Jul 21 18:13:51 2000 ---- include/config.h Sat Sep 23 01:03:48 2000 -*************** -*** 151,161 **** - - #ifdef UNIX - /* path and file name extension for compression program */ -! #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ -! #define COMPRESS_EXTENSION ".Z" /* compress's extension */ - /* An example of one alternative you might want to use: */ -! /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ -! /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ - #endif - - #ifndef COMPRESS ---- 151,161 ---- - - #ifdef UNIX - /* path and file name extension for compression program */ -! /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ -! /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ -! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -*************** -*** 186,192 **** - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ - # endif - - /* ---- 186,192 ---- - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack34-nox11/files/patch-ab b/games/nethack34-nox11/files/patch-ab deleted file mode 100644 index fa0a14fb6988..000000000000 --- a/games/nethack34-nox11/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** include/system.h.orig Thu Jan 6 11:20:08 2000 ---- include/system.h Sat Sep 23 01:08:09 2000 -*************** -*** 516,522 **** - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) - E time_t FDECL(time, (time_t *)); - # else -! E long FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS ---- 516,522 ---- - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) - E time_t FDECL(time, (time_t *)); - # else -! E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/nethack34-nox11/files/patch-ac b/games/nethack34-nox11/files/patch-ac deleted file mode 100644 index 8268fa5fd83f..000000000000 --- a/games/nethack34-nox11/files/patch-ac +++ /dev/null @@ -1,36 +0,0 @@ -*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 ---- include/unixconf.h Sat Sep 23 01:09:25 2000 -*************** -*** 47,53 **** - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! #define TERMINFO /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC ---- 47,53 ---- - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! /* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -*************** -*** 143,149 **** - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox ---- 143,149 ---- - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! /* #define MAIL */ /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack34-nox11/files/patch-ad b/games/nethack34-nox11/files/patch-ad deleted file mode 100644 index 3eb00f18986c..000000000000 --- a/games/nethack34-nox11/files/patch-ad +++ /dev/null @@ -1,61 +0,0 @@ -*** sys/unix/Makefile.top.orig Mon Jul 3 17:42:05 2000 ---- sys/unix/Makefile.top Sat Sep 23 01:14:48 2000 -*************** -*** 14,31 **** - # MAKE = make - - # make NetHack -- PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = bin - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 04755 -! FILEPERM = 0644 - EXEPERM = 0755 -! DIRPERM = 0755 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR ---- 14,30 ---- - # MAKE = make - - # make NetHack - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 02755 -! FILEPERM = 0664 - EXEPERM = 0755 -! DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -*************** -*** 35,43 **** - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) -! GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/games - - # per discussion in Install.X11 and Install.Qt - VARDATND = ---- 34,42 ---- - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) -! GAMEDIR = $(PREFIX)/share/$(GAME) - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = diff --git a/games/nethack34-nox11/files/patch-ae b/games/nethack34-nox11/files/patch-ae deleted file mode 100644 index 89653b31a76f..000000000000 --- a/games/nethack34-nox11/files/patch-ae +++ /dev/null @@ -1,44 +0,0 @@ -*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 ---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 -*************** -*** 34,40 **** - - - GAME = nethack -! MANDIR = /usr/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems ---- 34,40 ---- - - - GAME = nethack -! MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -*************** -*** 51,61 **** - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt ---- 51,61 ---- - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack34-nox11/pkg-comment b/games/nethack34-nox11/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack34-nox11/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack34-nox11/pkg-descr b/games/nethack34-nox11/pkg-descr deleted file mode 100644 index 4a45d7df171a..000000000000 --- a/games/nethack34-nox11/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is version 3.3.1 of nethack, a clasic ASCII-based adventure game. -You and your faithful pet are on a quest to retrieve the lost Amulet -of Yendor. - -WWW: http://www.nethack.org/ - -yoshi@parodius.com diff --git a/games/nethack34-nox11/pkg-plist b/games/nethack34-nox11/pkg-plist deleted file mode 100644 index f5efba70be15..000000000000 --- a/games/nethack34-nox11/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile deleted file mode 100644 index e1c1b27dee70..000000000000 --- a/games/nethack34-qt/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: nethack-qt -# Date created: So 6 Apr 1997 04:25:57 MET DST -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PKGNAMESUFFIX= -qt -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_QT_VER= 2 -USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" MOC="${MOC}" LIBQT="-l${QTNAME}" \ - QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-everything:: - @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!" - @${ECHO} "!! But nethack-qt might read your prior nethack scores !!" - @${ECHO} "!! Don't forget to backup your nethack libdir if it's !!" - @${ECHO} "!! important for you !!" - @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - -post-patch: - @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/nethack34-qt/distinfo b/games/nethack34-qt/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack34-qt/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack34-qt/files/patch-include:config.h b/games/nethack34-qt/files/patch-include:config.h deleted file mode 100644 index bfb4a2c47a67..000000000000 --- a/games/nethack34-qt/files/patch-include:config.h +++ /dev/null @@ -1,36 +0,0 @@ ---- include/config.h.orig Sat Jul 22 10:13:51 2000 -+++ include/config.h Sat Aug 11 10:09:12 2001 -@@ -44,7 +44,7 @@ - */ - #define TTY_GRAPHICS /* good old tty based graphics */ - /* #define X11_GRAPHICS */ /* X11 interface */ --/* #define QT_GRAPHICS */ /* Qt interface */ -+#define QT_GRAPHICS /* Qt interface */ - /* #define GNOME_GRAPHICS */ /* Gnome interface */ - - /* -@@ -151,11 +151,11 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --#define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ -+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ --/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -@@ -186,7 +186,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "%%PREFIX%%/lib/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack34-qt/files/patch-include:unixconf.h b/games/nethack34-qt/files/patch-include:unixconf.h deleted file mode 100644 index d43f9d82b7dd..000000000000 --- a/games/nethack34-qt/files/patch-include:unixconf.h +++ /dev/null @@ -1,20 +0,0 @@ ---- include/unixconf.h.orig Mon Jul 17 11:03:51 2000 -+++ include/unixconf.h Fri Oct 13 10:06:57 2000 -@@ -47,7 +47,7 @@ - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - --#define TERMINFO /* uses terminfo rather than termcap */ -+/* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -@@ -143,7 +143,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack34-qt/files/patch-sys:unix:Makefile.doc b/games/nethack34-qt/files/patch-sys:unix:Makefile.doc deleted file mode 100644 index 2527c7b4128e..000000000000 --- a/games/nethack34-qt/files/patch-sys:unix:Makefile.doc +++ /dev/null @@ -1,41 +0,0 @@ ---- sys/unix/Makefile.doc.orig Sat Jan 15 05:49:48 2000 -+++ sys/unix/Makefile.doc Sat Aug 11 11:08:33 2001 -@@ -34,15 +34,15 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems --GAMEMANCREATE = cp nethack.6 --LEVMANCREATE = cp lev_comp.6 --DGNMANCREATE = cp dgn_comp.6 --RCVRMANCREATE = cp recover.6 --DLBMANCREATE = cp dlb.6 -+GAMEMANCREATE = ${BSD_INSTALL_MAN} nethack.6 -+LEVMANCREATE = ${BSD_INSTALL_MAN} lev_comp.6 -+DGNMANCREATE = ${BSD_INSTALL_MAN} dgn_comp.6 -+RCVRMANCREATE = ${BSD_INSTALL_MAN} recover.6 -+DLBMANCREATE = ${BSD_INSTALL_MAN} dlb.6 - # manual installation for most SYSV-style systems - # GAMEMANCREATE = nroff -man nethack.6 > - # LEVMANCREATE = nroff -man lev_comp.6 > -@@ -51,11 +51,11 @@ - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack34-qt/files/patch-sys:unix:Makefile.src b/games/nethack34-qt/files/patch-sys:unix:Makefile.src deleted file mode 100644 index 1a58379ae1ad..000000000000 --- a/games/nethack34-qt/files/patch-sys:unix:Makefile.src +++ /dev/null @@ -1,62 +0,0 @@ ---- sys/unix/Makefile.src.orig Sat Aug 5 19:52:57 2000 -+++ sys/unix/Makefile.src Sat Aug 11 09:53:08 2001 -@@ -144,14 +144,14 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include -+CFLAGS += -I../include - LFLAGS = - - # The Qt and Be window systems are written in C++, while the rest of - # NetHack is standard C. If using Qt, uncomment the LD line here to get - # the C++ libraries linked in. --CXXFLAGS = $(CFLAGS) -I. -I$(QTDIR)/include --CXX=g++ -+CXXFLAGS += -I. -I../include ${QTCPPFLAGS} -+#CXX=g++ - #LD=g++ - - # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired -@@ -203,8 +203,8 @@ - - # - # --WINSRC = $(WINTTYSRC) --WINOBJ = $(WINTTYOBJ) -+WINSRC = $(WINTTYSRC) $(WINQTSRC) -+WINOBJ = $(WINTTYOBJ) $(WINQTOBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -@@ -230,7 +230,7 @@ - # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 - # - # libraries for Qt --WINQTLIB = -L$(QTDIR)/lib -lqt -+WINQTLIB = ${QTCFGLIBS} ${LIBQT} - # - # libraries for KDE (with Qt) - WINKDELIB = -lkdecore -lkdeui -lXext -@@ -244,7 +244,7 @@ - # libraries for BeOS - WINBELIB = -lbe - --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINQTLIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) -@@ -445,10 +445,10 @@ - - # Qt windowport meta-object-compiler output - qt_kde0.moc: ../include/qt_kde0.h -- $(QTDIR)/bin/moc ../include/qt_kde0.h > qt_kde0.moc -+ ${MOC} ../include/qt_kde0.h > qt_kde0.moc - - qt_win.moc: ../include/qt_win.h -- $(QTDIR)/bin/moc ../include/qt_win.h > qt_win.moc -+ ${MOC} ../include/qt_win.h > qt_win.moc - - $(MAKEDEFS): ../util/makedefs.c $(CONFIG_H) ../include/permonst.h \ - ../include/objclass.h ../include/monsym.h \ diff --git a/games/nethack34-qt/files/patch-sys:unix:Makefile.top b/games/nethack34-qt/files/patch-sys:unix:Makefile.top deleted file mode 100644 index fb4a9021dd90..000000000000 --- a/games/nethack34-qt/files/patch-sys:unix:Makefile.top +++ /dev/null @@ -1,44 +0,0 @@ ---- sys/unix/Makefile.top.orig Tue Jul 4 09:42:05 2000 -+++ sys/unix/Makefile.top Sat Aug 11 11:21:15 2001 -@@ -14,18 +14,17 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -@@ -35,14 +34,14 @@ - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) --GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir -+GAMEDIR = $(PREFIX)/lib/$(GAME) - VARDIR = $(GAMEDIR) --SHELLDIR = $(PREFIX)/games -+SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt --VARDATND = -+# VARDATND = - # VARDATND = x11tiles pet_mark.xbm --# VARDATND = x11tiles pet_mark.xbm rip.xpm -+VARDATND = x11tiles pet_mark.xbm rip.xpm - # for Atari/Gem - # VARDATND = nh16.img title.img GEM_RSC.RSC - # for BeOS diff --git a/games/nethack34-qt/pkg-comment b/games/nethack34-qt/pkg-comment deleted file mode 100644 index 2a563dc5bfe5..000000000000 --- a/games/nethack34-qt/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game with graphic and sound diff --git a/games/nethack34-qt/pkg-descr b/games/nethack34-qt/pkg-descr deleted file mode 100644 index c80764a5e38c..000000000000 --- a/games/nethack34-qt/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -NetHack is a Free graphical one-player roleplaying game with a -highly modular window system interface supporting TTY, VGA, Mac, -Amiga, and other displays. Qt is a graphical user interface toolkit. -So, "NetHack with Qt interface" is a version of NetHack which has -a user interface module written using the Qt toolkit. - -The Qt interface has these extra features: - -o Tiles (graphics) in the inventory and other item-menu windows. -o The player cursor changes colour as your relative hit-points drop. -o The message window greys-out older message. -o The item menus allow a count (click to left of icon - hidden feature). -o Icons for the major attributes and player states. -o Menus (only needed by newbie dungeon fodder). -o Variable size fonts and tiles. -o More space for the map as messages and status are side-by-side. -o You rarely need to put the mouse in a pop-up to interact with it. -o Macros - hidden feature - F1=multi-rest F2=multi-search F3=try-it -o It is much easier to code, so new feature-requests are more easily done. -o Sound support. - -WWW: http://trolls.troll.no/warwick/nethack/ diff --git a/games/nethack34-qt/pkg-plist b/games/nethack34-qt/pkg-plist deleted file mode 100644 index 95e4f2cc5823..000000000000 --- a/games/nethack34-qt/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/nethack -%%PORTDOCS%%share/doc/nethack/Guidebook.txt -lib/nethack/nethack -@exec mkdir %D/lib/nethack/save -@exec chmod -R 775 %D/lib/nethack -@exec chmod 2755 %D/lib/nethack/nethack -@exec chown games:games %D/lib/nethack/save -@unexec rm -rf %D/lib/nethack/save -lib/nethack/Arc-fila.lev -lib/nethack/Arc-filb.lev -lib/nethack/Arc-goal.lev -lib/nethack/Arc-loca.lev -lib/nethack/Arc-strt.lev -lib/nethack/Bar-fila.lev -lib/nethack/Bar-filb.lev -lib/nethack/Bar-goal.lev -lib/nethack/Bar-loca.lev -lib/nethack/Bar-strt.lev -lib/nethack/Cav-fila.lev -lib/nethack/Cav-filb.lev -lib/nethack/Cav-goal.lev -lib/nethack/Cav-loca.lev -lib/nethack/Cav-strt.lev -lib/nethack/Hea-fila.lev -lib/nethack/Hea-filb.lev -lib/nethack/Hea-goal.lev -lib/nethack/Hea-loca.lev -lib/nethack/Hea-strt.lev -lib/nethack/Kni-fila.lev -lib/nethack/Kni-filb.lev -lib/nethack/Kni-goal.lev -lib/nethack/Kni-loca.lev -lib/nethack/Kni-strt.lev -lib/nethack/Mon-fila.lev -lib/nethack/Mon-filb.lev -lib/nethack/Mon-goal.lev -lib/nethack/Mon-loca.lev -lib/nethack/Mon-strt.lev -lib/nethack/Pri-fila.lev -lib/nethack/Pri-filb.lev -lib/nethack/Pri-goal.lev -lib/nethack/Pri-loca.lev -lib/nethack/Pri-strt.lev -lib/nethack/Ran-fila.lev -lib/nethack/Ran-filb.lev -lib/nethack/Ran-goal.lev -lib/nethack/Ran-loca.lev -lib/nethack/Ran-strt.lev -lib/nethack/Rog-fila.lev -lib/nethack/Rog-filb.lev -lib/nethack/Rog-goal.lev -lib/nethack/Rog-loca.lev -lib/nethack/Rog-strt.lev -lib/nethack/Sam-fila.lev -lib/nethack/Sam-filb.lev -lib/nethack/Sam-goal.lev -lib/nethack/Sam-loca.lev -lib/nethack/Sam-strt.lev -lib/nethack/Tou-fila.lev -lib/nethack/Tou-filb.lev -lib/nethack/Tou-goal.lev -lib/nethack/Tou-loca.lev -lib/nethack/Tou-strt.lev -lib/nethack/Val-fila.lev -lib/nethack/Val-filb.lev -lib/nethack/Val-goal.lev -lib/nethack/Val-loca.lev -lib/nethack/Val-strt.lev -lib/nethack/Wiz-fila.lev -lib/nethack/Wiz-filb.lev -lib/nethack/Wiz-goal.lev -lib/nethack/Wiz-loca.lev -lib/nethack/Wiz-strt.lev -lib/nethack/air.lev -lib/nethack/asmodeus.lev -lib/nethack/astral.lev -lib/nethack/baalz.lev -lib/nethack/bigrm-1.lev -lib/nethack/bigrm-2.lev -lib/nethack/bigrm-3.lev -lib/nethack/bigrm-4.lev -lib/nethack/bigrm-5.lev -lib/nethack/castle.lev -lib/nethack/cmdhelp -lib/nethack/data -lib/nethack/dungeon -lib/nethack/earth.lev -lib/nethack/fakewiz1.lev -lib/nethack/fakewiz2.lev -lib/nethack/fire.lev -lib/nethack/help -lib/nethack/hh -lib/nethack/history -lib/nethack/juiblex.lev -lib/nethack/knox.lev -lib/nethack/license -lib/nethack/medusa-1.lev -lib/nethack/medusa-2.lev -lib/nethack/minefill.lev -lib/nethack/minend-1.lev -lib/nethack/minend-2.lev -lib/nethack/minetn-1.lev -lib/nethack/minetn-2.lev -lib/nethack/opthelp -lib/nethack/options -lib/nethack/oracle.lev -lib/nethack/oracles -lib/nethack/orcus.lev -lib/nethack/pet_mark.xbm -lib/nethack/quest.dat -lib/nethack/rip.xpm -lib/nethack/rumors -lib/nethack/sanctum.lev -lib/nethack/soko1-1.lev -lib/nethack/soko1-2.lev -lib/nethack/soko2-1.lev -lib/nethack/soko2-2.lev -lib/nethack/soko3-1.lev -lib/nethack/soko3-2.lev -lib/nethack/soko4-1.lev -lib/nethack/soko4-2.lev -lib/nethack/tower1.lev -lib/nethack/tower2.lev -lib/nethack/tower3.lev -lib/nethack/valley.lev -lib/nethack/water.lev -lib/nethack/wizard1.lev -lib/nethack/wizard2.lev -lib/nethack/wizard3.lev -lib/nethack/wizhelp -lib/nethack/x11tiles -@mode 664 -lib/nethack/logfile -lib/nethack/record -lib/nethack/perm -@dirrm lib/nethack -%%PORTDOCS%%@dirrm share/doc/nethack diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile deleted file mode 100644 index ea19b7314b8f..000000000000 --- a/games/nethack34/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 27 March 1995 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ -MASTER_SITE_SUBDIR= nethack -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= dscheidt@enteract.com - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_XPM= yes -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack34/distinfo b/games/nethack34/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack34/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack34/files/patch-aa b/games/nethack34/files/patch-aa deleted file mode 100644 index 00fdb88cfdef..000000000000 --- a/games/nethack34/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- ./include/config.h.orig Sat Jul 22 11:13:51 2000 -+++ ./include/config.h Fri Oct 13 09:31:24 2000 -@@ -43,7 +43,7 @@ - * Some combinations make no sense. See the installation document. - */ - #define TTY_GRAPHICS /* good old tty based graphics */ --/* #define X11_GRAPHICS */ /* X11 interface */ -+#define X11_GRAPHICS /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ - /* #define GNOME_GRAPHICS */ /* Gnome interface */ - -@@ -110,7 +110,7 @@ - * would allow: - * xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm - */ --/* # define USE_XPM */ /* Disable if you do not have the XPM library */ -+# define USE_XPM /* Disable if you do not have the XPM library */ - # ifdef USE_XPM - # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ - # endif -@@ -151,11 +151,11 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --#define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ -+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ --/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -@@ -186,7 +186,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack34/files/patch-ac b/games/nethack34/files/patch-ac deleted file mode 100644 index 69afffdc04f2..000000000000 --- a/games/nethack34/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- ./include/unixconf.h.orig Mon Jul 17 11:03:51 2000 -+++ ./include/unixconf.h Fri Oct 13 10:06:57 2000 -@@ -47,7 +47,7 @@ - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - --#define TERMINFO /* uses terminfo rather than termcap */ -+/* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -@@ -143,7 +143,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack34/files/patch-ad b/games/nethack34/files/patch-ad deleted file mode 100644 index 55ac0004fdf5..000000000000 --- a/games/nethack34/files/patch-ad +++ /dev/null @@ -1,51 +0,0 @@ ---- ./sys/unix/Makefile.src.orig Sat Aug 5 20:52:57 2000 -+++ ./sys/unix/Makefile.src Fri Oct 13 10:10:21 2000 -@@ -144,8 +144,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${X11BASE}/include -+LFLAGS = -L${X11BASE}/lib - - # The Qt and Be window systems are written in C++, while the rest of - # NetHack is standard C. If using Qt, uncomment the LD line here to get -@@ -203,8 +203,8 @@ - - # - # --WINSRC = $(WINTTYSRC) --WINOBJ = $(WINTTYOBJ) -+WINSRC = $(WINTTYSRC) $(WINX11SRC) -+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -@@ -224,7 +224,7 @@ - # - # libraries for X11 - # If USE_XPM is defined in config.h, you will also need -lXpm here. --WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm - # WINX11LIB = -lXaw -lXmu -lXt -lX11 - # WINX11LIB = -lXaw -lXmu -lXext -lXt -lXpm -lX11 -lm - # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 -@@ -244,7 +244,7 @@ - # libraries for BeOS - WINBELIB = -lbe - --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINX11LIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) -@@ -271,7 +271,7 @@ - # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup - # LIBS = -lsun - # --LIBS = -+LIBS = -lSM -lICE - - # make NetHack - GAME = nethack diff --git a/games/nethack34/files/patch-ae b/games/nethack34/files/patch-ae deleted file mode 100644 index e655d0e9ff0b..000000000000 --- a/games/nethack34/files/patch-ae +++ /dev/null @@ -1,37 +0,0 @@ ---- ./sys/unix/Makefile.top.orig Tue Jul 4 10:42:05 2000 -+++ ./sys/unix/Makefile.top Fri Oct 13 10:13:50 2000 -@@ -14,18 +14,17 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -@@ -35,9 +34,9 @@ - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) --GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir -+GAMEDIR = $(PREFIX)/share/$(GAME) - VARDIR = $(GAMEDIR) --SHELLDIR = $(PREFIX)/games -+SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = diff --git a/games/nethack34/files/patch-af b/games/nethack34/files/patch-af deleted file mode 100644 index 3a01201d6ae6..000000000000 --- a/games/nethack34/files/patch-af +++ /dev/null @@ -1,28 +0,0 @@ ---- ./sys/unix/Makefile.doc.orig Mon Dec 13 14:49:15 1999 -+++ ./sys/unix/Makefile.doc Mon Dec 13 14:44:53 1999 -@@ -31,7 +31,7 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -@@ -48,11 +48,11 @@ - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack34/pkg-comment b/games/nethack34/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack34/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack34/pkg-descr b/games/nethack34/pkg-descr deleted file mode 100644 index 4579f0f864dc..000000000000 --- a/games/nethack34/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is version 3.3.1 of nethack, a clasic hack'n'slash adventure game. -You and your faithful feline (or commited canine) are on a quest to retrieve -the lost Amulet of Yendor. Good luck! - -WWW: http://www.nethack.org/ - -- David -dscheidt@enteract.com diff --git a/games/nethack34/pkg-plist b/games/nethack34/pkg-plist deleted file mode 100644 index f5efba70be15..000000000000 --- a/games/nethack34/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile deleted file mode 100644 index 3a6e759c510d..000000000000 --- a/games/pioneers/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnocotan -# Date created: 22nd July 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnocatan -PORTVERSION= 0.6.1 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= yes -USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - -.include <bsd.port.mk> diff --git a/games/pioneers/distinfo b/games/pioneers/distinfo deleted file mode 100644 index cc2169edd073..000000000000 --- a/games/pioneers/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnocatan-0.6.1.tar.gz) = a156f3fe3a50fbf91e9857a9d012e588 diff --git a/games/pioneers/files/patch-aa b/games/pioneers/files/patch-aa deleted file mode 100644 index ac13f43362bb..000000000000 --- a/games/pioneers/files/patch-aa +++ /dev/null @@ -1,7 +0,0 @@ ---- client/Makefile.in.orig Sun Jun 18 19:05:24 2000 -+++ client/Makefile.in Fri Sep 1 11:57:51 2000 -@@ -105,3 +105,3 @@ - --SUBDIRS = help -+SUBDIRS = # help - diff --git a/games/pioneers/pkg-comment b/games/pioneers/pkg-comment deleted file mode 100644 index 5f09020f5302..000000000000 --- a/games/pioneers/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An Internet playable version of the Settlers of Catan for GNOME/GTK diff --git a/games/pioneers/pkg-descr b/games/pioneers/pkg-descr deleted file mode 100644 index bb98e722fa77..000000000000 --- a/games/pioneers/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gnocatan is an Internet playable implementation of the Settlers of -Catan board game. The aim is to remain as faithful to the board game -as is possible. - -WWW: http://gnocatan.sourceforge.net/ diff --git a/games/pioneers/pkg-plist b/games/pioneers/pkg-plist deleted file mode 100644 index 13e90097b744..000000000000 --- a/games/pioneers/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/gnocatan -bin/gnocatan-meta-server -bin/gnocatan-server-console -bin/gnocatan-server-gtk -share/gnome/apps/Games/gnocatan.desktop -share/gnome/gnocatan/5-6-player.game -share/gnome/gnocatan/default.game -share/gnome/gnocatan/four-islands.game -share/gnome/gnocatan/seafarers.game -share/gnome/gnocatan/small.game -share/gnome/pixmaps/gnocatan/board.png -share/gnome/pixmaps/gnocatan/bridge.png -share/gnome/pixmaps/gnocatan/city.png -share/gnome/pixmaps/gnocatan/cross.png -share/gnome/pixmaps/gnocatan/desert.png -share/gnome/pixmaps/gnocatan/develop.png -share/gnome/pixmaps/gnocatan/dice.png -share/gnome/pixmaps/gnocatan/field.png -share/gnome/pixmaps/gnocatan/finish.png -share/gnome/pixmaps/gnocatan/forest.png -share/gnome/pixmaps/gnocatan/hill.png -share/gnome/pixmaps/gnocatan/mountain.png -share/gnome/pixmaps/gnocatan/pasture.png -share/gnome/pixmaps/gnocatan/plain.png -share/gnome/pixmaps/gnocatan/road.png -share/gnome/pixmaps/gnocatan/sea.png -share/gnome/pixmaps/gnocatan/settlement.png -share/gnome/pixmaps/gnocatan/ship.png -share/gnome/pixmaps/gnocatan/tick.png -share/gnome/pixmaps/gnocatan/trade.png -share/gnome/pixmaps/gnome-gnocatan.png -@dirrm share/gnome/pixmaps/gnocatan -@dirrm share/gnome/gnocatan diff --git a/games/quake3-excessive/Makefile b/games/quake3-excessive/Makefile deleted file mode 100644 index 9fc8f51d4311..000000000000 --- a/games/quake3-excessive/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Excessive -# Date created: Sat Jun 23 23:40:21 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= excessive -PORTVERSION= 003 -MASTER_SITES= ftp://ftp.gigabell.net/pub/exp/q3/mod/excessive/ \ - ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/q3/mod/excessive/ -DISTNAME= ${PORTNAME}_q3_server_${PORTVERSION} - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-excessive/distinfo b/games/quake3-excessive/distinfo deleted file mode 100644 index e758fbde2ae5..000000000000 --- a/games/quake3-excessive/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (excessive_q3_server_003.zip) = fe9994605fd32cc6980ee6d3d4c34672 diff --git a/games/quake3-excessive/pkg-comment b/games/quake3-excessive/pkg-comment deleted file mode 100644 index 9a652eee5305..000000000000 --- a/games/quake3-excessive/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Quake III Arena Excessive Mod for Linux diff --git a/games/quake3-excessive/pkg-descr b/games/quake3-excessive/pkg-descr deleted file mode 100644 index a90135d78aa8..000000000000 --- a/games/quake3-excessive/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Excessive mod under -FreeBSD with Linux emulation. - -WWW: http://www.planetquake.com/excessive/ - -- Patrick Li <pat@databits.net> diff --git a/games/quake3-excessive/pkg-plist b/games/quake3-excessive/pkg-plist deleted file mode 100644 index 88f642fc5b29..000000000000 --- a/games/quake3-excessive/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -%%Q3DIR%%description.pk3 -%%Q3DIR%%maplist.cfg -%%Q3DIR%%motd.cfg -%%Q3DIR%%readme.txt -%%Q3DIR%%vm/qagame.qvm -@dirrm %%Q3DIR%%vm -@dirrm %%Q3DIR%% diff --git a/games/quake3-freezetag/Makefile b/games/quake3-freezetag/Makefile deleted file mode 100644 index 279625ff42aa..000000000000 --- a/games/quake3-freezetag/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Freeze Tag -# Date created: Sun Jun 24 00:08:58 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= freezetag -PORTVERSION= 1.50 -MASTER_SITES= http://www.demohq.com/ \ - ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/q3/mod/freeztag/ -DISTNAME= q3freeze15 - -WRKSRC= ${WRKDIR}/freeze - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-freezetag/distinfo b/games/quake3-freezetag/distinfo deleted file mode 100644 index f9cf25941d3b..000000000000 --- a/games/quake3-freezetag/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (q3freeze15.zip) = 624413d8129e8173fb971634a5131401 diff --git a/games/quake3-freezetag/pkg-comment b/games/quake3-freezetag/pkg-comment deleted file mode 100644 index 90283d15249d..000000000000 --- a/games/quake3-freezetag/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Quake III Arena Mod: Freeze Tag for Linux diff --git a/games/quake3-freezetag/pkg-descr b/games/quake3-freezetag/pkg-descr deleted file mode 100644 index 49e4e1dbcf49..000000000000 --- a/games/quake3-freezetag/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Freeze Tag mod under -FreeBSD with Linux emulation. - -WWW: http://www.planetquake.com/freeze/ - -- Patrick Li -pat@databits.net diff --git a/games/quake3-freezetag/pkg-plist b/games/quake3-freezetag/pkg-plist deleted file mode 100644 index fa45e2f86f85..000000000000 --- a/games/quake3-freezetag/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -%%PORTDOCS%%%%Q3DIR%%Freeze Tag.lnk -%%PORTDOCS%%%%Q3DIR%%description.txt -%%Q3DIR%%freeze.cfg -%%Q3DIR%%freeze0.pk3 -%%Q3DIR%%freeze1.pk3 -%%Q3DIR%%ft.config -%%Q3DIR%%missionpack/Freeze Tag.lnk -%%Q3DIR%%missionpack/freeze_ta0.pk3 -%%PORTDOCS%%%%Q3DIR%%readme.txt -@dirrm %%Q3DIR%%/missionpack -@dirrm %%Q3DIR%% diff --git a/games/quake3-osp/Makefile b/games/quake3-osp/Makefile deleted file mode 100644 index 41bc91cc99f8..000000000000 --- a/games/quake3-osp/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: Q3 Mod: OSP Tourney DM/CA/CTF -# Date created: Mon Jun 4 16:20:32 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= osp -PORTVERSION= 1.0 -MASTER_SITES= http://mollusk.speakeasy.net/osp/ \ - ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/q3/mod/osp/ \ - http://ftp.gigabell.net/pub/exp/q3/mod/osp/ \ - http://aoh-www.hhhr.ision.net/files/osp/ \ - ftp://www.fragland.net/quake3/mods/ \ - http://www.fleckz.com/files/ -DISTNAME= ${PORTNAME}-q3-FULL - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-osp/distinfo b/games/quake3-osp/distinfo deleted file mode 100644 index 1c77de73c9fe..000000000000 --- a/games/quake3-osp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (osp-q3-FULL.zip) = ac02dbb971190e77b979908a86b52303 diff --git a/games/quake3-osp/pkg-comment b/games/quake3-osp/pkg-comment deleted file mode 100644 index eef5f6d4258e..000000000000 --- a/games/quake3-osp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Quake III Arena Mod: OSP Tourney DM/CA/CTF for Linux diff --git a/games/quake3-osp/pkg-descr b/games/quake3-osp/pkg-descr deleted file mode 100644 index a8aa168167f3..000000000000 --- a/games/quake3-osp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with OSP Tourney DM/CA/CTF -mod under FreeBSD with Linux emulation. - -WWW: http://www.orangesmoothie.org/ - -- Patrick Li -pat@databits.net diff --git a/games/quake3-osp/pkg-plist b/games/quake3-osp/pkg-plist deleted file mode 100644 index 61765b5e58f9..000000000000 --- a/games/quake3-osp/pkg-plist +++ /dev/null @@ -1,274 +0,0 @@ -%%Q3DIR%%1v1.cfg -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/INSTALL.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/OSP_Match_QuickStart.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/README.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/_CHINESE_TRANSLATIONS_ -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-ClientReadme.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-Commands.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-DecalEditing.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-Logging.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-MapConfigInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-ModeInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-PlayerFilters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-ServerGfx.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-Variables.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CHN/osp-q3-Viewcam.txt -%%PORTDOCS%%%%Q3DIR%%Docs/CPM-info.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/INSTALL.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/OSP Match Quick Start.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/README.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/_SPANISH_TRANSLATIONS_ -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/filters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-ClientReadme.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-Commands.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-ModeInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-PlayerFilters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-ServerGfx.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-Variables.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-Viewcam.txt -%%PORTDOCS%%%%Q3DIR%%Docs/ESP/osp-q3-mapConfigInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/INSTALL.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/OSP Match Quick Start.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/README.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/_RUSSIAN_TRANSLATIONS_ -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-ClientReadme.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-Commands.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-PlayerFilters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-ServerGfx.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-Variables.txt -%%PORTDOCS%%%%Q3DIR%%Docs/RUS/osp-q3-Viewcam.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-ClientReadme.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-Commands.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-DecalEditing.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-History.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-Logging.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-MapConfigInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-ModeInfo.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-PlayerFilters.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-ServerGfx.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-Variables.txt -%%PORTDOCS%%%%Q3DIR%%Docs/osp-q3-Viewcam.txt -%%PORTDOCS%%%%Q3DIR%%INSTALL.txt -%%Q3DIR%%OSP Config Generator.exe -%%Q3DIR%%OSP Match Quick Start.txt -%%PORTDOCS%%%%Q3DIR%%README.txt -%%Q3DIR%%VoodooStats-ReadME.txt -%%Q3DIR%%cfg-DefaultModeReference/1v1.cfg -%%Q3DIR%%cfg-DefaultModeReference/clanarena.cfg -%%Q3DIR%%cfg-DefaultModeReference/ctf.cfg -%%Q3DIR%%cfg-DefaultModeReference/ffa.cfg -%%Q3DIR%%cfg-DefaultModeReference/qil.cfg -%%Q3DIR%%cfg-DefaultModeReference/settings.txt -%%Q3DIR%%cfg-DefaultModeReference/team.cfg -%%Q3DIR%%cfg-GfxExample/gfxdef.cfg -%%Q3DIR%%cfg-GfxExample/z-osp-misc.pk3 -%%Q3DIR%%cfg-maps/1v1maps.txt -%%Q3DIR%%cfg-maps/clanarenamaps.txt -%%Q3DIR%%cfg-maps/ctfmaps.txt -%%Q3DIR%%cfg-maps/ffamaps.txt -%%Q3DIR%%cfg-maps/qilmaps.txt -%%Q3DIR%%cfg-maps/teammaps.txt -%%Q3DIR%%clanarena.cfg -%%Q3DIR%%ctf-public.cfg -%%Q3DIR%%ctf.cfg -%%Q3DIR%%description.txt -%%Q3DIR%%ffa.cfg -%%Q3DIR%%filters.txt -%%Q3DIR%%instagib.cfg -%%Q3DIR%%locs/pro-q3dm6.cfg -%%Q3DIR%%locs/q3dm6.cfg -%%Q3DIR%%spectool.cfg -%%Q3DIR%%team.cfg -%%Q3DIR%%vm/qagame.qvm -%%Q3DIR%%voodoo/VoodooStats-ReadME.txt -%%Q3DIR%%voodoo/c-default.cfg -%%Q3DIR%%voodoo/c-footer.html -%%Q3DIR%%voodoo/c-header.html -%%Q3DIR%%voodoo/html/c-avalanche.css -%%Q3DIR%%voodoo/html/c-esports.css -%%Q3DIR%%voodoo/html/c-osp.css -%%Q3DIR%%voodoo/html/c-voodoo.css -%%Q3DIR%%voodoo/html/images/awards/1.jpg -%%Q3DIR%%voodoo/html/images/awards/2.jpg -%%Q3DIR%%voodoo/html/images/awards/3.jpg -%%Q3DIR%%voodoo/html/images/awards/4.jpg -%%Q3DIR%%voodoo/html/images/awards/5.jpg -%%Q3DIR%%voodoo/html/images/awards/6.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_bfg.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_gauntlet.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_grenade.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_lightning.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_machine.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_nail.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_plasma.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_rail.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_rocket.jpg -%%Q3DIR%%voodoo/html/images/awards/accuracy_shot.jpg -%%Q3DIR%%voodoo/html/images/awards/blank.gif -%%Q3DIR%%voodoo/html/images/awards/carnage_bfg.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_gauntlet.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_grapple.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_grenade.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_lightning.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_machine.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_nail.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_plasma.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_rail.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_rocket.jpg -%%Q3DIR%%voodoo/html/images/awards/carnage_shot.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_assists.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_caps.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_chaser.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_defense.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_escort.jpg -%%Q3DIR%%voodoo/html/images/awards/ctf_holder.jpg -%%Q3DIR%%voodoo/html/images/awards/item_haste.jpg -%%Q3DIR%%voodoo/html/images/awards/item_mega.jpg -%%Q3DIR%%voodoo/html/images/awards/item_quad.jpg -%%Q3DIR%%voodoo/html/images/awards/item_ra.jpg -%%Q3DIR%%voodoo/html/images/awards/item_regen.jpg -%%Q3DIR%%voodoo/html/images/awards/item_ya.jpg -%%Q3DIR%%voodoo/html/images/awards/player_accuracy.jpg -%%Q3DIR%%voodoo/html/images/awards/player_bloodlust.jpg -%%Q3DIR%%voodoo/html/images/awards/player_combat.jpg -%%Q3DIR%%voodoo/html/images/awards/player_damage.jpg -%%Q3DIR%%voodoo/html/images/awards/player_kills.jpg -%%Q3DIR%%voodoo/html/images/awards/player_voodoo.jpg -%%Q3DIR%%voodoo/html/images/bg_blue.jpg -%%Q3DIR%%voodoo/html/images/bg_blued.jpg -%%Q3DIR%%voodoo/html/images/bg_neutral.jpg -%%Q3DIR%%voodoo/html/images/bg_neutrald.jpg -%%Q3DIR%%voodoo/html/images/bg_neutraldd.jpg -%%Q3DIR%%voodoo/html/images/bg_red.jpg -%%Q3DIR%%voodoo/html/images/bg_redd.jpg -%%Q3DIR%%voodoo/html/images/break.gif -%%Q3DIR%%voodoo/html/images/flag_cctf_blue.jpg -%%Q3DIR%%voodoo/html/images/flag_cctf_red.jpg -%%Q3DIR%%voodoo/html/images/flag_ctf_blue.jpg -%%Q3DIR%%voodoo/html/images/flag_ctf_red.jpg -%%Q3DIR%%voodoo/html/images/flag_ffa.gif -%%Q3DIR%%voodoo/html/images/flag_tdm_blue.gif -%%Q3DIR%%voodoo/html/images/flag_tdm_red.gif -%%Q3DIR%%voodoo/html/images/logo-avl.gif -%%Q3DIR%%voodoo/html/images/logo-osp.gif -%%Q3DIR%%voodoo/html/images/logo-vp.gif -%%Q3DIR%%voodoo/html/images/maps/dboxctf2a.jpg -%%Q3DIR%%voodoo/html/images/maps/default.gif -%%Q3DIR%%voodoo/html/images/maps/default.jpg -%%Q3DIR%%voodoo/html/images/maps/ospca1.jpg -%%Q3DIR%%voodoo/html/images/maps/ospctf1.jpg -%%Q3DIR%%voodoo/html/images/maps/ospctf2.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm1.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm10.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm11.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm12.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm2.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm3.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm4.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm5.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm6.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm7.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm8.jpg -%%Q3DIR%%voodoo/html/images/maps/ospdm9.jpg -%%Q3DIR%%voodoo/html/images/maps/pro-q3dm13.jpg -%%Q3DIR%%voodoo/html/images/maps/pro-q3dm6.jpg -%%Q3DIR%%voodoo/html/images/maps/pro-q3tourney2.jpg -%%Q3DIR%%voodoo/html/images/maps/pro-q3tourney4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3ctf1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3ctf2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3ctf3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3ctf4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm0.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm10.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm11.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm12.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm13.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm14.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm15.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm16.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm17.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm18.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm19.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm7.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm8.jpg -%%Q3DIR%%voodoo/html/images/maps/q3dm9.jpg -%%Q3DIR%%voodoo/html/images/maps/q3start.jpg -%%Q3DIR%%voodoo/html/images/maps/q3start08.jpg -%%Q3DIR%%voodoo/html/images/maps/q3start16.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3tourney6_ctf.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w7.jpg -%%Q3DIR%%voodoo/html/images/maps/q3w8.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc7.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wc8.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp10.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp11.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp12.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp13.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp14.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp15.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp16.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp4.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp5.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp6.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp7.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp8.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wcp9.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wctf1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wctf2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wctf3.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wxs1.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wxs2.jpg -%%Q3DIR%%voodoo/html/images/maps/q3wxs3.jpg -%%Q3DIR%%voodoo/html/images/maps/wnoise.jpg -%%Q3DIR%%voodoo/log-backup/log-backup -%%Q3DIR%%voodoo/server/voodoostats40-linux-OSP.zip -%%Q3DIR%%voodoo/server/voodoostats40-win32-OSP.zip -%%Q3DIR%%voodoo/voodoostats40-c.bat -%%Q3DIR%%voodoo/voodoostats40-c.exe -%%Q3DIR%%voodoo/vs-preparse.exe -%%Q3DIR%%zz-osp-pak0.pk3 -%%Q3DIR%%zz-osp-server0.pk3 -@dirrm %%Q3DIR%%voodoo/server -@dirrm %%Q3DIR%%voodoo/log-backup -@dirrm %%Q3DIR%%voodoo/html/images/maps -@dirrm %%Q3DIR%%voodoo/html/images/awards -@dirrm %%Q3DIR%%voodoo/html/images -@dirrm %%Q3DIR%%voodoo/html -@dirrm %%Q3DIR%%voodoo -@dirrm %%Q3DIR%%vm -@dirrm %%Q3DIR%%locs -@dirrm %%Q3DIR%%cfg-maps -@dirrm %%Q3DIR%%cfg-GfxExample -@dirrm %%Q3DIR%%cfg-DefaultModeReference -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/RUS -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/ESP -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs/CHN -%%PORTDOCS%%@dirrm %%Q3DIR%%Docs -@unexec rmdir %D/%%Q3DIR%% 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%Q3DIR%%`` to remove any configuration files left" | fmt diff --git a/games/quake3-ra3/Makefile b/games/quake3-ra3/Makefile deleted file mode 100644 index 8cf83b2b6717..000000000000 --- a/games/quake3-ra3/Makefile +++ /dev/null @@ -1,102 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Rocket Arena 3 -# Date created: Sun Jun 3 00:53:00 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME?= ra3 -PORTVERSION?= 1.5 -CATEGORIES= games linux -MASTER_SITES?= http://www.quakeshit.com/files/ \ - ftp://ftp.gigabell.net/pub/exp/q3/mod/ra3/ \ - ftp://ftp.telekabel.at/pub/games/quake3/ra3/ \ - ftp://ftp.online.no/pub/online.no/spill/servers/quake/quake3/ra3/ -PKGNAMEPREFIX= q3server- -.ifndef(DISTNAME) -DISTFILES?= ${PORTNAME}${PORTVERSION:S/.//}cl_linuxmac.zip \ - ${PORTNAME}${PORTVERSION:S/.//}sv.zip -.endif - -MAINTAINER?= pat@FreeBSD.org - -RUN_DEPENDS= ${LINUXBASE}/usr/games/quake3/q3ded:${Q3SERVER_PORT} - -ONLY_FOR_ARCHS= i386 -USE_LINUX_PREFIX= yes -NO_CDROM= "Size; the data set is much too big" -NO_BUILD= yes -.if (${PORTNAME}==ra3) -WRKSRC= ${WRKDIR}/arena -HAS_WIERDPATCHES= yes -.endif -.ifndef(DONT_USE_ZIP) -USE_ZIP= yes -.endif -.if defined(HAS_WIERDPATCHES) -EXTRACT_ONLY?= ${PORTNAME}${PORTVERSION:S/.//}cl_linuxmac.zip -.endif -.ifndef(NO_WRKSUBDIR) -Q3SUBDIR?= ${WRKSRC:T} -WRKSRC?= ${WRKDIR}/${PORTNAME} -.else -Q3SUBDIR?= ${PORTNAME} -.endif - -Q3DIR= usr/games/quake3/${Q3SUBDIR}/ - -PLIST_SUB+= Q3DIR="${Q3DIR}" -INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 -SORT?= /usr/bin/sort - -Q3SERVER_PORT= ${.CURDIR}/../q3server -PKGMESSAGE!= cd ${Q3SERVER_PORT} && ${MAKE} -V PKGMESSAGE - -.if defined(HAS_WIERDPATCHES) && defined(DISTFILES) -post-extract: -.for files in ${DISTFILES:S/${EXTRACT_ONLY}//} - @cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${DIST_SUBDIR}/${files} -.endfor -.endif - -pre-patch: -# remove trailing ^M - @find -E ${WRKSRC} -type f \ - -iregex ".*\.(bat|cfg|gam|htm|html|inf|ini|lst|sc|scr|txt|url)" \ - -exec ${PERL} -pi -ne 's!\r\n!\n!' {} 1>/dev/null 2>&1 \; - -# Parses PLIST -# Contributed by <lioux@FreeBSD.org> -do-install: install-parse-plist install-scripts - -install-parse-plist: generate-plist - @${PERL} -e 'open(FHANDLER,"${TMPPLIST}");' \ - -e 'open(FDIR,">${WRKDIR}/dirs.sh.tmp");' \ - -e 'open(FFILES,">${WRKDIR}/files.sh");' \ - -e 'while (!eof(FHANDLER)) {' \ - -e 'chop($$file = <FHANDLER>);' \ - -e '$$dir = $$file_partial = $$file;' \ - -e '$$file_partial =~ s!^${Q3DIR}!!;' \ - -e 'print FDIR "${INSTALL_DIR}", \ - " ", "\"${PREFIX}/$$dir\"", \ - "\n" if $$dir =~ s!(^\@dirrm\s+)!!;' \ - -e 'print FFILES "${INSTALL_DATA}", \ - " ", "\"${WRKSRC}/$$file_partial\"", \ - " ", "\"${PREFIX}/$$file\"", \ - "\n" if ($$file !~ m!^\@!);' \ - -e '}' \ - -e 'close(FFILES);' \ - -e 'close(FDIR);' \ - -e 'close(FHANDLER);' - -install-scripts: - @${INSTALL_DIR} ${PREFIX}/${Q3DIR} - @${SORT} ${WRKDIR}/dirs.sh.tmp > ${WRKDIR}/dirs.sh - @${SH} ${WRKDIR}/dirs.sh - @${SH} ${WRKDIR}/files.sh - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/quake3-ra3/distinfo b/games/quake3-ra3/distinfo deleted file mode 100644 index 996dd75e9589..000000000000 --- a/games/quake3-ra3/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ra315cl_linuxmac.zip) = 109323ade1b58680f19c4946c1011b5d -MD5 (ra315sv.zip) = d66136b5b554545368bb4c5d730fd866 diff --git a/games/quake3-ra3/pkg-comment b/games/quake3-ra3/pkg-comment deleted file mode 100644 index 39c84ab29766..000000000000 --- a/games/quake3-ra3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Quake III Arena Mod: Rocket Arena 3 for Linux diff --git a/games/quake3-ra3/pkg-descr b/games/quake3-ra3/pkg-descr deleted file mode 100644 index 137c33a0263b..000000000000 --- a/games/quake3-ra3/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Rocket Arena 3 mod -under FreeBSD with Linux emulation. - -WWW: http://www.planetquake.com/arena/ - -- Patrick Li -pat@FreeBSD.org diff --git a/games/quake3-ra3/pkg-plist b/games/quake3-ra3/pkg-plist deleted file mode 100644 index ce2f685dd64c..000000000000 --- a/games/quake3-ra3/pkg-plist +++ /dev/null @@ -1,38 +0,0 @@ -%%PORTDOCS%%%%Q3DIR%%Rocket Arena 3.qst -%%Q3DIR%%arena.cfg -%%Q3DIR%%browser.pk3 -%%Q3DIR%%cgamei386.so -%%Q3DIR%%cgamex86.dll -%%Q3DIR%%chatrpcserver.exe -%%Q3DIR%%gfx.pk3 -%%Q3DIR%%icons.pk3 -%%Q3DIR%%menu.pk3 -%%Q3DIR%%q3127fix.cfg -%%Q3DIR%%qagamei386.so -%%Q3DIR%%qagamex86.dll -%%Q3DIR%%ra3.apk -%%Q3DIR%%ra3map1.pk3 -%%Q3DIR%%ra3map10.pk3 -%%Q3DIR%%ra3map11.pk3 -%%Q3DIR%%ra3map12.pk3 -%%Q3DIR%%ra3map13.pk3 -%%Q3DIR%%ra3map2.pk3 -%%Q3DIR%%ra3map3.pk3 -%%Q3DIR%%ra3map4.pk3 -%%Q3DIR%%ra3map5.pk3 -%%Q3DIR%%ra3map6.pk3 -%%Q3DIR%%ra3map7.pk3 -%%Q3DIR%%ra3map8.pk3 -%%Q3DIR%%ra3map9.pk3 -%%Q3DIR%%ra3server -%%Q3DIR%%ra3server.bat -%%PORTDOCS%%%%Q3DIR%%readme.txt -%%PORTDOCS%%%%Q3DIR%%readsrv.txt -%%Q3DIR%%scripts.pk3 -%%Q3DIR%%server.cfg -%%Q3DIR%%sounds.pk3 -%%Q3DIR%%textures.pk3 -%%Q3DIR%%uii386.so -%%Q3DIR%%uix86.dll -%%Q3DIR%%vm.pk3 -@unexec rmdir %D/%%Q3DIR%% 2>/dev/null || echo "If you are permanently removing this port, you should do a ``rm -Rf ${PKG_PREFIX}/%%Q3DIR%%`` to remove any configuration files left" | fmt diff --git a/games/quake3-ut/Makefile b/games/quake3-ut/Makefile deleted file mode 100644 index c070f28cad81..000000000000 --- a/games/quake3-ut/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Urban Terror -# Date created: Sun Jun 3 11:49:27 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= ut -PORTVERSION= b2.3 -MASTER_SITES= http://files.ausgamers.com:81/quake3/mods/urbanterror/ \ - http://www.clandvs.com/downloads/ \ - ftp://www.gamechannel.de/gcpro/ \ - http://62.180.57.56/files/ -DISTFILES= q3${PORTNAME}2.zip \ - q3${PORTNAME}2_patch20to23.zip - -WRKSRC= ${WRKDIR}/q3ut2 -EXTRACT_BEFORE_ARGS= -o -qq -HAS_WIERDPATCHES= yes -EXTRACT_ONLY= q3${PORTNAME}2.zip - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-ut/distinfo b/games/quake3-ut/distinfo deleted file mode 100644 index 0d49438385df..000000000000 --- a/games/quake3-ut/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (q3ut2.zip) = e9337527a7e7cba71708352055ba9bd7 -MD5 (q3ut2_patch20to23.zip) = f1da028508b724d136c0b18a1d3d45c3 diff --git a/games/quake3-ut/pkg-comment b/games/quake3-ut/pkg-comment deleted file mode 100644 index 0aa47aa0bb70..000000000000 --- a/games/quake3-ut/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Quake III Arena Mod: Urban Terror for Linux diff --git a/games/quake3-ut/pkg-descr b/games/quake3-ut/pkg-descr deleted file mode 100644 index 94bdb87f0f9f..000000000000 --- a/games/quake3-ut/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Urban Terror mod under -FreeBSD with Linux emulation. - -WWW: http://www.urbanterror.net/ - -- Patrick Li -pat@databits.net diff --git a/games/quake3-ut/pkg-plist b/games/quake3-ut/pkg-plist deleted file mode 100644 index 65c1acc29d63..000000000000 --- a/games/quake3-ut/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -%%PORTDOCS%%%%Q3DIR%%Homepage.URL -%%PORTDOCS%%%%Q3DIR%%Manual.URL -%%PORTDOCS%%%%Q3DIR%%Readme.URL -%%PORTDOCS%%%%Q3DIR%%description.txt -%%PORTDOCS%%%%Q3DIR%%links.txt -%%Q3DIR%%mapcycle.txt -%%Q3DIR%%pak0.pk3 -%%Q3DIR%%pak1.pk3 -%%Q3DIR%%pak2.pk3 -%%Q3DIR%%pak3.pk3 -%%PORTDOCS%%%%Q3DIR%%readme.txt -@dirrm %%Q3DIR%% diff --git a/games/quake3-wfa/Makefile b/games/quake3-wfa/Makefile deleted file mode 100644 index f9fccbe268df..000000000000 --- a/games/quake3-wfa/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: Q3 Mod: Weapons Factory Arena -# Date created: Sun Jun 3 15:03:11 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= wfa -PORTVERSION= 3.3 -MASTER_SITES= ftp://flanders.worldogl.com/wfa/ \ - ftp://urgentfury.org/pub/quake3/ \ - http://www.thunderdome.ws/files/quake3/mods/wfa_33/linux-mac/ -DISTFILES= WFA_Media_v33.zip WFA_MapPack1_v33.zip \ - WFA_MapPack2_v33.zip - -EXTRACT_BEFORE_ARGS= -o -qq -NO_WRKSUBDIR= yes - -Q3_MOD_MASTER= ${.CURDIR}/../q3server-ra3 - -.include "${Q3_MOD_MASTER}/Makefile" diff --git a/games/quake3-wfa/distinfo b/games/quake3-wfa/distinfo deleted file mode 100644 index 25b87e82c2e0..000000000000 --- a/games/quake3-wfa/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (WFA_Media_v33.zip) = dee5b4d968754e7f0c96473227948406 -MD5 (WFA_MapPack1_v33.zip) = 26f67ec4bc5bcc52cca264b6d0d04839 -MD5 (WFA_MapPack2_v33.zip) = 06b605ce4ab8b42da60895a32274490c diff --git a/games/quake3-wfa/pkg-comment b/games/quake3-wfa/pkg-comment deleted file mode 100644 index 50a23a04abed..000000000000 --- a/games/quake3-wfa/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Quake III Arena Mod: Weapons Factory Arena for Linux diff --git a/games/quake3-wfa/pkg-descr b/games/quake3-wfa/pkg-descr deleted file mode 100644 index e1cc1dbde95b..000000000000 --- a/games/quake3-wfa/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This package contains all of the items you'll need to run a -Quake III Arena dedicated server with Weapons Factory Arena -mod under FreeBSD with Linux emulation. - -WWW: http://www.captured.com/weaponsfactory/quake3/ - -- Patrick Li -pat@databits.net diff --git a/games/quake3-wfa/pkg-plist b/games/quake3-wfa/pkg-plist deleted file mode 100644 index 733015992345..000000000000 --- a/games/quake3-wfa/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -%%PORTDOCS%%%%Q3DIR%%Changes for WFA v3.3.txt -%%PORTDOCS%%%%Q3DIR%%Description.txt -%%Q3DIR%%WFA-Media-!English-Radio.pk3 -%%PORTDOCS%%%%Q3DIR%%help/!English-Radio-readme.txt -%%PORTDOCS%%%%Q3DIR%%help/Example-Configs-!English-Radio.zip -%%PORTDOCS%%%%Q3DIR%%help/Linux_known_issues.htm -%%PORTDOCS%%%%Q3DIR%%help/WFA-Class-Binds.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Client-Binds.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Client-Cmds.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Community.url -%%PORTDOCS%%%%Q3DIR%%help/WFA-FAQ-Version-33.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Linux-Server-Docs.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Server-Cmds.html -%%PORTDOCS%%%%Q3DIR%%help/WFA-Website.url -%%PORTDOCS%%%%Q3DIR%%help/WFA-Win32-Server-Docs.html -%%PORTDOCS%%%%Q3DIR%%help/WFA.qst -%%PORTDOCS%%%%Q3DIR%%help/maplist.cfg -%%PORTDOCS%%%%Q3DIR%%help/question.ico -%%PORTDOCS%%%%Q3DIR%%help/servercfg.cfg -%%PORTDOCS%%%%Q3DIR%%help/wfa-client.cfg -%%PORTDOCS%%%%Q3DIR%%help/wfa-server.cfg -%%PORTDOCS%%%%Q3DIR%%help/wfa.ico -%%Q3DIR%%map-0fear-wfa.pk3 -%%Q3DIR%%map-2fort2001-wfa.pk3 -%%Q3DIR%%map-2weak-wfa.pk3 -%%Q3DIR%%map-3level1-wfa.pk3 -%%Q3DIR%%map-cancer2-wfa.pk3 -%%Q3DIR%%map-cbases-wfa.pk3 -%%Q3DIR%%map-courts-wfa.pk3 -%%Q3DIR%%map-cruel3-wfa.pk3 -%%Q3DIR%%map-denali-wfa.pk3 -%%Q3DIR%%map-element-wfa.pk3 -%%Q3DIR%%map-elevate2-wfa.pk3 -%%Q3DIR%%map-entropy-wfa.pk3 -%%Q3DIR%%map-fallout3-wfa.pk3 -%%Q3DIR%%map-ravfort-wfa.pk3 -%%Q3DIR%%map-sat2-wfa.pk3 -%%Q3DIR%%map-sky-wfa.pk3 -%%Q3DIR%%map-spbite-wfa.pk3 -%%Q3DIR%%map-tcf-wfa.pk3 -%%Q3DIR%%map-theslab-wfa.pk3 -%%Q3DIR%%map-torrent-wfa.pk3 -%%Q3DIR%%map-zardoz-wfa.pk3 -%%Q3DIR%%maplist.cfg -%%Q3DIR%%pak33.pk3 -%%PORTDOCS%%%%Q3DIR%%readme-client.html -%%PORTDOCS%%%%Q3DIR%%readme-server.html -%%Q3DIR%%servercfg.cfg -%%Q3DIR%%wfa-client.cfg -%%Q3DIR%%wfa-server.cfg -%%PORTDOCS%%@dirrm %%Q3DIR%%help -@dirrm %%Q3DIR%% diff --git a/games/tuxracer-commercial/Makefile b/games/tuxracer-commercial/Makefile deleted file mode 100644 index 4a83c8e8cd96..000000000000 --- a/games/tuxracer-commercial/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: tuxracer -# Date created: 8 August 2000 -# Whom: Eric Anholt -# -# $FreeBSD$ -# - -PORTNAME= tuxracer -PORTVERSION= 0.61 -#PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=tuxracer -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ - ${PORTNAME}-data-${PORTVERSION}.tar.gz - -MAINTAINER= anholt@teleport.com - -LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ - tcl83.1:${PORTSDIR}/lang/tcl83 - -USE_MESA= yes -USE_GMAKE= yes -SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config -GNU_CONFIGURE= yes -CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ - THREAD_LIB="${PTHREAD_LIB}" -CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.3" \ - --with-tcl-libs="${LOCALBASE}/lib" \ - --with-gl-libs="${X11BASE}/lib" \ - --with-gl-inc="${X11BASE}/include" \ - --with-data-dir=${PREFIX}/share/tuxracer - -WORKDATA= ${WRKDIR}/${PORTNAME}-data-${PORTVERSION} -COURSEDIRS= 1 2 3 4 5 6 7 8 9 10 11 - -post-install: - ${MKDIR} ${DATADIR} - (cd ${WORKDATA} && ${TAR} -c -f - *) | \ - (cd ${DATADIR} && ${TAR} -x -f - ) - -.include <bsd.port.mk> diff --git a/games/tuxracer-commercial/distinfo b/games/tuxracer-commercial/distinfo deleted file mode 100644 index cea7f120a642..000000000000 --- a/games/tuxracer-commercial/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (tuxracer-0.61.tar.gz) = 206e8197ceaf0f00b25d4e2b4156e563 -MD5 (tuxracer-data-0.61.tar.gz) = aef877fee9e1a56483ff01fbdfb1e4b3 diff --git a/games/tuxracer-commercial/files/patch-configure.in b/games/tuxracer-commercial/files/patch-configure.in deleted file mode 100644 index d55ba9935293..000000000000 --- a/games/tuxracer-commercial/files/patch-configure.in +++ /dev/null @@ -1,32 +0,0 @@ ---- configure.in.orig Mon Apr 30 16:23:53 2001 -+++ configure.in Mon Apr 30 16:39:21 2001 -@@ -303,6 +303,10 @@ - - saved_LIBS="$LIBS" - -+if test "x$THREAD_LIB" = "x" ; then -+ THREAD_LIB="-lpthread" -+fi -+ - AC_DEFUN( CHECK_FOR_GL_LIB, [ - AC_MSG_CHECKING([for $GL_LIB_NAME library]) - LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" -@@ -313,15 +317,15 @@ - TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME" - - else -- dnl Try with -lpthread -+ dnl Try with pthreads - - AC_MSG_CHECKING([for $GL_LIB_NAME library (with pthreads)]) -- LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" -+ LIBS="$saved_LIBS $TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" - AC_TRY_LINK( , , have_GL=yes, have_GL=no) - AC_MSG_RESULT([$have_GL]) - - if test "x$have_GL" = "xyes" ; then -- TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME -lpthread" -+ TR_LIBS="$TR_LIBS $GL_LDOPTS -l$GL_LIB_NAME $THREAD_LIB" - fi - fi - ]) diff --git a/games/tuxracer-commercial/pkg-comment b/games/tuxracer-commercial/pkg-comment deleted file mode 100644 index 3aae59168873..000000000000 --- a/games/tuxracer-commercial/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A 3d penguin racing game using OpenGL diff --git a/games/tuxracer-commercial/pkg-descr b/games/tuxracer-commercial/pkg-descr deleted file mode 100644 index bb420f28fe1b..000000000000 --- a/games/tuxracer-commercial/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Tux Racer is a 3d penguin racing game. The object is to guide Tux down -an icy slope while avoiding trees and rocks. - -WWW: http://www.tuxracer.com/ - -- Eric Anholt -anholt@teleport.com diff --git a/games/tuxracer-commercial/pkg-plist b/games/tuxracer-commercial/pkg-plist deleted file mode 100644 index 67029916d5f7..000000000000 --- a/games/tuxracer-commercial/pkg-plist +++ /dev/null @@ -1,173 +0,0 @@ -bin/tuxracer -share/tuxracer/courses/bumpy_ride/course.tcl -share/tuxracer/courses/bumpy_ride/elev.rgb -share/tuxracer/courses/bumpy_ride/preview.rgb -share/tuxracer/courses/bumpy_ride/terrain.rgb -share/tuxracer/courses/bumpy_ride/trees.rgb -@dirrm share/tuxracer/courses/bumpy_ride -share/tuxracer/courses/course_idx.tcl -share/tuxracer/courses/bunny_hill/course.tcl -share/tuxracer/courses/bunny_hill/elev.rgb -share/tuxracer/courses/bunny_hill/preview.rgb -share/tuxracer/courses/bunny_hill/terrain.rgb -share/tuxracer/courses/bunny_hill/trees.rgb -@dirrm share/tuxracer/courses/bunny_hill -share/tuxracer/courses/common/buttprint.rgb -share/tuxracer/courses/common/buttstart.rgb -share/tuxracer/courses/common/buttstop.rgb -share/tuxracer/courses/common/cloudyback.rgb -share/tuxracer/courses/common/cloudybottom.rgb -share/tuxracer/courses/common/cloudyfront.rgb -share/tuxracer/courses/common/cloudyleft.rgb -share/tuxracer/courses/common/cloudyright.rgb -share/tuxracer/courses/common/cloudytop.rgb -share/tuxracer/courses/common/courseinit.tcl -share/tuxracer/courses/common/cupicon.rgb -share/tuxracer/courses/common/envmap.rgb -share/tuxracer/courses/common/finish.rgb -share/tuxracer/courses/common/flag.rgb -share/tuxracer/courses/common/foggy_light.tcl -share/tuxracer/courses/common/herring_standard.rgb -share/tuxracer/courses/common/herringrunicon.rgb -share/tuxracer/courses/common/ice.rgb -share/tuxracer/courses/common/night_light.tcl -share/tuxracer/courses/common/nightback.rgb -share/tuxracer/courses/common/nightbottom.rgb -share/tuxracer/courses/common/nightenv.rgb -share/tuxracer/courses/common/nightfront.rgb -share/tuxracer/courses/common/nightleft.rgb -share/tuxracer/courses/common/nightright.rgb -share/tuxracer/courses/common/nighttop.rgb -share/tuxracer/courses/common/nopreview.rgb -share/tuxracer/courses/common/rock.rgb -share/tuxracer/courses/common/shrub.rgb -share/tuxracer/courses/common/snow.rgb -share/tuxracer/courses/common/snowparticles.rgb -share/tuxracer/courses/common/start.rgb -share/tuxracer/courses/common/sunny_light.tcl -share/tuxracer/courses/common/sunnyback.rgb -share/tuxracer/courses/common/sunnybottom.rgb -share/tuxracer/courses/common/sunnyfront.rgb -share/tuxracer/courses/common/sunnyleft.rgb -share/tuxracer/courses/common/sunnyright.rgb -share/tuxracer/courses/common/sunnytop.rgb -share/tuxracer/courses/common/tree.rgb -share/tuxracer/courses/common/tree_barren.rgb -share/tuxracer/courses/common/tux_walk.tcl -share/tuxracer/courses/common/tree_polyhedron.tcl -share/tuxracer/courses/common/tux_moonwalk.tcl -@dirrm share/tuxracer/courses/common -share/tuxracer/courses/contrib/downhill_fear/course.tcl -share/tuxracer/courses/contrib/downhill_fear/elev.rgb -share/tuxracer/courses/contrib/downhill_fear/preview.rgb -share/tuxracer/courses/contrib/downhill_fear/terrain.rgb -share/tuxracer/courses/contrib/downhill_fear/trees.rgb -@dirrm share/tuxracer/courses/contrib/downhill_fear -share/tuxracer/courses/contrib/ice_canyon/course.tcl -share/tuxracer/courses/contrib/ice_canyon/elev.rgb -share/tuxracer/courses/contrib/ice_canyon/preview.rgb -share/tuxracer/courses/contrib/ice_canyon/terrain.rgb -share/tuxracer/courses/contrib/ice_canyon/trees.rgb -@dirrm share/tuxracer/courses/contrib/ice_canyon -share/tuxracer/courses/contrib/ingos_speedway/course.tcl -share/tuxracer/courses/contrib/ingos_speedway/elev.rgb -share/tuxracer/courses/contrib/ingos_speedway/preview.rgb -share/tuxracer/courses/contrib/ingos_speedway/terrain.rgb -share/tuxracer/courses/contrib/ingos_speedway/trees.rgb -@dirrm share/tuxracer/courses/contrib/ingos_speedway -share/tuxracer/courses/contrib/jools_big_mountain/course.tcl -share/tuxracer/courses/contrib/jools_big_mountain/elev.rgb -share/tuxracer/courses/contrib/jools_big_mountain/preview.rgb -share/tuxracer/courses/contrib/jools_big_mountain/terrain.rgb -share/tuxracer/courses/contrib/jools_big_mountain/trees.rgb -@dirrm share/tuxracer/courses/contrib/jools_big_mountain -share/tuxracer/courses/contrib/nebula/course.tcl -share/tuxracer/courses/contrib/nebula/elev.rgb -share/tuxracer/courses/contrib/nebula/preview.rgb -share/tuxracer/courses/contrib/nebula/terrain.rgb -share/tuxracer/courses/contrib/nebula/trees.rgb -@dirrm share/tuxracer/courses/contrib/nebula -share/tuxracer/courses/contrib/penguins_cant_fly/course.tcl -share/tuxracer/courses/contrib/penguins_cant_fly/elev.rgb -share/tuxracer/courses/contrib/penguins_cant_fly/preview.rgb -share/tuxracer/courses/contrib/penguins_cant_fly/terrain.rgb -share/tuxracer/courses/contrib/penguins_cant_fly/trees.rgb -@dirrm share/tuxracer/courses/contrib/penguins_cant_fly -share/tuxracer/courses/contrib/sentinel_towers/course.tcl -share/tuxracer/courses/contrib/sentinel_towers/elev.rgb -share/tuxracer/courses/contrib/sentinel_towers/preview.rgb -share/tuxracer/courses/contrib/sentinel_towers/terrain.rgb -share/tuxracer/courses/contrib/sentinel_towers/trees.rgb -@dirrm share/tuxracer/courses/contrib/sentinel_towers -share/tuxracer/courses/contrib/twin_paths/course.tcl -share/tuxracer/courses/contrib/twin_paths/elev.rgb -share/tuxracer/courses/contrib/twin_paths/preview.rgb -share/tuxracer/courses/contrib/twin_paths/terrain.rgb -share/tuxracer/courses/contrib/twin_paths/trees.rgb -@dirrm share/tuxracer/courses/contrib/twin_paths -@dirrm share/tuxracer/courses/contrib -share/tuxracer/courses/frozen_river/course.tcl -share/tuxracer/courses/frozen_river/elev.rgb -share/tuxracer/courses/frozen_river/preview.rgb -share/tuxracer/courses/frozen_river/terrain.rgb -share/tuxracer/courses/frozen_river/trees.rgb -@dirrm share/tuxracer/courses/frozen_river -share/tuxracer/courses/path_of_daggers/course.tcl -share/tuxracer/courses/path_of_daggers/elev.rgb -share/tuxracer/courses/path_of_daggers/preview.rgb -share/tuxracer/courses/path_of_daggers/terrain.rgb -share/tuxracer/courses/path_of_daggers/trees.rgb -@dirrm share/tuxracer/courses/path_of_daggers -share/tuxracer/courses/twisty_slope/course.tcl -share/tuxracer/courses/twisty_slope/elev.rgb -share/tuxracer/courses/twisty_slope/preview.rgb -share/tuxracer/courses/twisty_slope/terrain.rgb -share/tuxracer/courses/twisty_slope/trees.rgb -@dirrm share/tuxracer/courses/twisty_slope -@dirrm share/tuxracer/courses -share/tuxracer/README -share/tuxracer/fonts/trebuchet.tfm -share/tuxracer/fonts/trebuchet_white.rgb -share/tuxracer/fonts/trebuchet_yel_blk.rgb -@dirrm share/tuxracer/fonts -share/tuxracer/music/options1-jt.it -share/tuxracer/music/race1-jt.it -share/tuxracer/music/race2-jt.it -share/tuxracer/music/readme -share/tuxracer/music/start1-jt.it -share/tuxracer/music/wonrace1-jt.it -@dirrm share/tuxracer/music -share/tuxracer/sounds/tux_hit_tree1.wav -share/tuxracer/sounds/tux_on_ice1.wav -share/tuxracer/sounds/tux_on_rock1.wav -share/tuxracer/sounds/tux_on_snow1.wav -share/tuxracer/sounds/fish_pickup1.wav -share/tuxracer/sounds/fish_pickup2.wav -share/tuxracer/sounds/fish_pickup3.wav -@dirrm share/tuxracer/sounds -share/tuxracer/textures/checkmark.rgb -share/tuxracer/textures/conditions_button.rgb -share/tuxracer/textures/gaugeenergymask.rgb -share/tuxracer/textures/gaugeoutline.rgb -share/tuxracer/textures/gaugespeedmask.rgb -share/tuxracer/textures/herringicon.rgb -share/tuxracer/textures/listbox_arrows.rgb -share/tuxracer/textures/menu_bottom_left.rgb -share/tuxracer/textures/menu_bottom_right.rgb -share/tuxracer/textures/menu_title.rgb -share/tuxracer/textures/menu_top_left.rgb -share/tuxracer/textures/menu_top_right.rgb -share/tuxracer/textures/mirror_button.rgb -share/tuxracer/textures/mouse_cursor.rgb -share/tuxracer/textures/noicon.rgb -share/tuxracer/textures/snow_button.rgb -share/tuxracer/textures/splash_bl.rgb -share/tuxracer/textures/splash_br.rgb -share/tuxracer/textures/splash_tl.rgb -share/tuxracer/textures/splash_tr.rgb -share/tuxracer/textures/tuxlife.rgb -share/tuxracer/textures/wind_button.rgb -@dirrm share/tuxracer/textures -share/tuxracer/tux.tcl -share/tuxracer/tuxracer_init.tcl -@dirrm share/tuxracer diff --git a/games/unnethack/Makefile b/games/unnethack/Makefile deleted file mode 100644 index 4193193c6373..000000000000 --- a/games/unnethack/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: Slash'Em (tty interface) -# Date created: 15th April 2001 -# Whom: Adam Kranzel (adam@alameda.edu) -# -# $FreeBSD$ -# - -PORTNAME= slashem -PORTVERSION= 0.0.6E.4F.6 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -tty -DISTNAME= se${PORTVERSION:S/.//g:L} - -MAINTAINER= adam@blacktabby.org - -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 slashem-tty.6 recover.6 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([A-Z])./\1/g} - -post-patch: - ${PERL} -pi -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/include/config.h - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cp ${WRKSRC}/doc/slashem.6 ${WRKSRC}/doc/slashem${PKGNAMESUFFIX}.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} - ${INSTALL_MAN} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR}${PKGNAMESUFFIX} - ${INSTALL_MAN} ${WRKSRC}/slamfaq.txt ${DOCSDIR}${PKGNAMESUFFIX} - ${INSTALL_MAN} ${FILESDIR}/sample.slashemrc ${DOCSDIR}${PKGNAMESUFFIX} -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/unnethack/distinfo b/games/unnethack/distinfo deleted file mode 100644 index 1e8ea9aff11e..000000000000 --- a/games/unnethack/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (se006e4f6.tar.gz) = 43e20163d08b0c7e5f24fe3f2da715ea diff --git a/games/unnethack/files/patch-config.h b/games/unnethack/files/patch-config.h deleted file mode 100644 index a14697939199..000000000000 --- a/games/unnethack/files/patch-config.h +++ /dev/null @@ -1,37 +0,0 @@ ---- include/config.h.good Wed Nov 22 23:18:52 2000 -+++ include/config.h Wed Nov 22 23:29:22 2000 -@@ -176,12 +176,12 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --# define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --# define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* # define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ -+/* # define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - - /* An example of one alternative you might want to use: */ --/* # define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* # define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+# define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+# define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - - /* # define COMPRESS "/usr/bin/bzip2" *//* bzip2 compression */ - /* # define COMPRESS_EXTENSION ".bz2" *//* bzip2 extension */ -@@ -195,7 +195,7 @@ - * a tar-like file, thus making a neater installation. See *conf.h - * for detailed configuration. - */ --/* #define DLB */ /* not supported on all platforms */ -+#define DLB /* not supported on all platforms */ - - /* - * Defining INSURANCE slows down level changes, but allows games that -@@ -214,7 +214,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "." /* nethack directory */ -+# define HACKDIR "/usr/local/share/slashem-tty" /* nethack directory */ - # endif - - /* diff --git a/games/unnethack/files/patch-makefile.doc b/games/unnethack/files/patch-makefile.doc deleted file mode 100644 index 654b31c284b8..000000000000 --- a/games/unnethack/files/patch-makefile.doc +++ /dev/null @@ -1,33 +0,0 @@ ---- sys/unix/Makefile.doc.good Thu Nov 23 01:01:16 2000 -+++ sys/unix/Makefile.doc Thu Nov 23 01:04:09 2000 -@@ -52,10 +52,10 @@ - # Guidebook.dvi: Guidebook.mn - # tbl tmac.n Guidebook.mn | groff -Wall -Tdvi > Guidebook.dvi - --GAME = slashem -+GAME = slashem-tty - #GAME = nethack --MANDIR = /games/slash/doc --MANEXT = 1n -+MANDIR = ${PREFIX}/man/man -+MANEXT = 6 - - # manual installation for most BSD-style systems - GAMEMANCREATE = cp $(GAME).6 -@@ -72,11 +72,11 @@ - # DLBMANCREATE = groff -Wall -mtty-char -Tascii -man dlb.6 > - - manpages: -- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -+ -$(GAMEMANCREATE) $(MANDIR)${MANEXT}/$(GAME).$(MANEXT) -+ -$(LEVMANCREATE) $(MANDIR)${MANEXT}/lev_comp.$(MANEXT) -+ -$(DGNMANCREATE) $(MANDIR)${MANEXT}/dgn_comp.$(MANEXT) -+ -$(RCVRMANCREATE) $(MANDIR)${MANEXT}/recover.$(MANEXT) -+ -$(DLBMANCREATE) $(MANDIR)${MANEXT}/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt $(GAME).txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/unnethack/files/patch-makefile.src b/games/unnethack/files/patch-makefile.src deleted file mode 100644 index b9045b58a06f..000000000000 --- a/games/unnethack/files/patch-makefile.src +++ /dev/null @@ -1,22 +0,0 @@ ---- sys/unix/Makefile.src.good Thu Nov 23 00:24:58 2000 -+++ sys/unix/Makefile.src Thu Nov 23 00:26:13 2000 -@@ -144,8 +144,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${PREFIX}/include -+LFLAGS = -L${PREFIX}/lib - - # QT windowing system - # SuSE 6.1 -@@ -322,7 +322,7 @@ - LIBS = - - # make NetHack --GAME = slashem -+GAME = slashem-tty - # GAME = slashem.prg - - # if you defined RANDOM in unixconf.h/tosconf.h since your system did not come diff --git a/games/unnethack/files/patch-makefile.top b/games/unnethack/files/patch-makefile.top deleted file mode 100644 index cc166876940f..000000000000 --- a/games/unnethack/files/patch-makefile.top +++ /dev/null @@ -1,53 +0,0 @@ ---- sys/unix/Makefile.top.good Wed Nov 22 23:48:33 2000 -+++ sys/unix/Makefile.top Wed Nov 22 23:54:33 2000 -@@ -14,18 +14,17 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr --GAME = slashem -+GAME = slashem-tty - # GAME = slashem.prg - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -@@ -38,7 +37,7 @@ - # These must agree with the definitions in unixconf.h - - # Defs. for non file areas support. --GAMEDIR = $(PREFIX)/local/slashemdir -+GAMEDIR = $(PREFIX)/share/${GAME} - VARDIR = $(GAMEDIR) - FILE_AREA_VAR = $(VARDIR) - FILE_AREA_SAVE = $(VARDIR)/save -@@ -47,7 +46,7 @@ - FILE_AREA_DOC = $(GAMEDIR) - FILE_AREA_BONES = $(FILE_AREA_VAR) - FILE_AREA_LEVL = $(FILE_AREA_VAR) --SHELLDIR = $(PREFIX)/local/bin -+SHELLDIR = $(PREFIX)/bin - - # Defs. compatible with Linux's FSSTND 1.2 - # FILE_AREA_VAR = /var/lib/games/slashem -@@ -239,7 +238,7 @@ - -e '$$s/.*/nodlb/p' < dat/options` ; \ - $(MAKE) dofiles-$${target-nodlb} - cp src/$(GAME) $(FILE_AREA_UNSHARE) -- cp license doc/Guidebook.txt $(FILE_AREA_DOC) -+ cp license $(FILE_AREA_DOC) - # cp win/Qt/KDE/kslashem.kdelnk $(KDEDIR)/share/applnk/Games - -rm -f $(SHELLDIR)/$(GAME) - sed -e 's;/usr/games/lib/nethackdir;$(FILE_AREA_UNSHARE);' \ diff --git a/games/unnethack/files/patch-makefile.utl b/games/unnethack/files/patch-makefile.utl deleted file mode 100644 index 70a7cb39f66f..000000000000 --- a/games/unnethack/files/patch-makefile.utl +++ /dev/null @@ -1,13 +0,0 @@ ---- sys/unix/Makefile.utl.good Thu Nov 23 13:55:38 2000 -+++ sys/unix/Makefile.utl Thu Nov 23 13:56:54 2000 -@@ -89,8 +89,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${PREFIX}/include -+LFLAGS = -L${PREFIX}/lib - - LIBS = - diff --git a/games/unnethack/files/patch-system.h b/games/unnethack/files/patch-system.h deleted file mode 100644 index d68b538e8c2d..000000000000 --- a/games/unnethack/files/patch-system.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/system.h.good Wed Nov 22 23:38:44 2000 -+++ include/system.h Wed Nov 22 23:41:03 2000 -@@ -522,7 +522,7 @@ - E time_t FDECL(time, (time_t *)); - # endif - # else --E long FDECL(time, (time_t *)); -+E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/unnethack/files/patch-tshirt b/games/unnethack/files/patch-tshirt deleted file mode 100644 index b90d1c550016..000000000000 --- a/games/unnethack/files/patch-tshirt +++ /dev/null @@ -1,42 +0,0 @@ ---- src/read.c.orig Sat Jul 22 18:04:06 2000 -+++ src/read.c Thu Jan 25 18:46:03 2001 -@@ -62,6 +62,24 @@ - return(1); - #ifdef TOURIST - } else if (scroll->otyp == T_SHIRT) { -+ static const char *shirt_msgs[] = { -+ "I explored the Dungeons of Doom and all I got was this lousy T-shirt!", -+ "Is that Mjollnir in your pocket or are you just happy to see me?", -+ "It's not the size of your sword, it's how #enhance'd you are with it.", -+ "Madame Elvira's House O' Succubi Lifetime Customer", -+ "Madame Elvira's House O' Succubi Employee of the Month", -+ "Ludios Vault Guards Do It In Small, Dark Rooms", -+ "Yendor Military Soldiers Do It In Large Groups", -+ "I survived Yendor Military Boot Camp", -+ "Ludios Accounting School Intra-Mural Lacrosse Team", -+ "Oracle(TM) Fountains 10th Annual Wet T-Shirt Contest", -+ "Hey, black dragon! Disintegrate THIS!", -+ "I'm With Stupid -->", -+ "Don't blame me, I voted for Izchak!", -+ "Don't Panic", // HHGTTG -+ "Furinkan High School Athletic Dept.", // Ranma 1/2 -+ "Hel-LOOO, Nurse!", // Animaniacs" -+ }; - char buf[BUFSZ]; - int erosion; - -@@ -72,13 +90,7 @@ - u.uconduct.literate++; - if(flags.verbose) - pline("It reads:"); -- Sprintf(buf, "I explored the Dungeons of Doom, %s.", -- Hallucination ? -- (scroll == uarmu ? -- /* (force these two to have identical length) */ -- "and never did any laundry..." : -- "and couldn't find my way out") : -- "but all I got was this lousy T-shirt"); -+ strcpy(buf, shirt_msgs[scroll->o_id % SIZE(shirt_msgs)]); - erosion = greatest_erosion(scroll); - if (erosion) - wipeout_text(buf, diff --git a/games/unnethack/files/patch-unixconf.h b/games/unnethack/files/patch-unixconf.h deleted file mode 100644 index 9a2902055729..000000000000 --- a/games/unnethack/files/patch-unixconf.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/unixconf.h.good Wed Nov 22 23:42:39 2000 -+++ include/unixconf.h Wed Nov 22 23:43:42 2000 -@@ -206,7 +206,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL */ /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/unnethack/files/sample.slashemrc b/games/unnethack/files/sample.slashemrc deleted file mode 100644 index 7bad046d0e30..000000000000 --- a/games/unnethack/files/sample.slashemrc +++ /dev/null @@ -1,47 +0,0 @@ -# Sample .slashemrc file -# - -# Window systems -# Options are tty, x11. qt, gtk -# but not all of these are necessarily compiled in -OPTIONS=windowtype:tty - -# names for pets -OPTIONS=catname:Fuzzy -OPTIONS=dogname:Rover -OPTIONS=horsename:Trigger - -# Autopickup options -# Autopickup all the things you would pick up anyway -# In order: money, potions, spellbooks, rings, amulets, -# scrolls, and wands -OPTIONS=autopickup -OPTIONS=pickup_types:$!+="?/ - -# Favorite fruit -OPTIONS=fruit:Strawberry - -# Turn on numberpad movement -# Be sure to turn on numlock or this won't work -OPTIONS=number_pad - -# Show experience on the status line -OPTIONS=showexp - -# Fix inventory letters -# If you aquire an item, drop it, then pick it up again -# it will retain the same inventory letter -# Sort your pack contents by type when viewing your inventory -OPTIONS=fixinv -OPTIONS=sortpack - -# Makes pets more visible -# Don't allow attacking your pet -OPTIONS=hilite_pet -OPTIONS=safe_pet - -# verbose messages in the game -OPTIONS=verbose - -# Ask for confirmation before attacking peaceful creatures -OPTIONS=confirm diff --git a/games/unnethack/pkg-comment b/games/unnethack/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/unnethack/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/unnethack/pkg-descr b/games/unnethack/pkg-descr deleted file mode 100644 index feab9753a101..000000000000 --- a/games/unnethack/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is Slash'Em (super lotsa added stuff hack - extended magic), -the only actively maintained variant of NetHack (based on NetHack v 3.3.1). -A good old-fashioned dungeon-crawl with big nasties in the way, treasure -galore, and immortality if you succeed. - -WWW: http://slashem.sourceforge.net/ - -- Adam - adam@blacktabby.org diff --git a/games/unnethack/pkg-message b/games/unnethack/pkg-message deleted file mode 100644 index 853c1924ed92..000000000000 --- a/games/unnethack/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -==================================================== -A sample .slashemrc file has been copied to -${PREFIX}/share/doc/slashem-tty as sample.slashemrc. -Copy it to your home directory as .slashemrc and -edit it to taste. -The options for it are described in -${PREFIX}/share/doc/slashem-tty/Guidebook.txt. -==================================================== diff --git a/games/unnethack/pkg-plist b/games/unnethack/pkg-plist deleted file mode 100644 index a6c94e2e755c..000000000000 --- a/games/unnethack/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/slashem-tty -share/slashem-tty/slashem-tty -@exec mkdir %D/share/slashem-tty/save -@exec chmod -R 775 %D/share/slashem-tty -@exec chmod 2755 %D/share/slashem-tty/save -@exec chown games:games %D/share/slashem-tty/save -@unexec rm -rf %D/share/slashem-tty/save -%%PORTDOCS%%share/doc/slashem-tty/Guidebook.txt -%%PORTDOCS%%share/doc/slashem-tty/slamfaq.txt -%%PORTDOCS%%share/doc/slashem-tty/sample.slashemrc -share/slashem-tty/license -share/slashem-tty/nhshare -share/slashem-tty/nhushare -@mode 664 -share/slashem-tty/logfile -share/slashem-tty/record -share/slashem-tty/perm -@dirrm share/slashem-tty -%%PORTDOCS%%@dirrm share/doc/slashem-tty |