diff options
Diffstat (limited to 'games/fteqw')
-rw-r--r-- | games/fteqw/Makefile | 78 | ||||
-rw-r--r-- | games/fteqw/distinfo | 2 | ||||
-rw-r--r-- | games/fteqw/files/patch-Makefile | 98 | ||||
-rw-r--r-- | games/fteqw/files/patch-client__cl_main.c | 17 | ||||
-rw-r--r-- | games/fteqw/files/patch-client__image.c | 82 | ||||
-rw-r--r-- | games/fteqw/files/patch-client__snd_linux.c | 80 | ||||
-rw-r--r-- | games/fteqw/files/patch-client__sys_linux.c | 11 | ||||
-rw-r--r-- | games/fteqw/files/patch-common__fs.c | 24 | ||||
-rw-r--r-- | games/fteqw/files/patch-common__net_wins.c | 11 | ||||
-rw-r--r-- | games/fteqw/files/patch-gl__gl_vidlinuxglx.c | 11 | ||||
-rw-r--r-- | games/fteqw/files/patch-server__sv_sys_unix.c | 23 | ||||
-rw-r--r-- | games/fteqw/files/pkg-message.in | 15 | ||||
-rw-r--r-- | games/fteqw/pkg-descr | 10 |
13 files changed, 0 insertions, 462 deletions
diff --git a/games/fteqw/Makefile b/games/fteqw/Makefile deleted file mode 100644 index dffb11230c63..000000000000 --- a/games/fteqw/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# Created by: Alejandro Pulver <alepulver@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= fteqw -PORTVERSION= 3343 -PORTREVISION= 13 -CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/Source/${PORTVERSION} -DISTNAME= ftesrc${PORTVERSION}-all - -MAINTAINER= ports@FreeBSD.org -COMMENT= QuakeWorld client with cool features, but still compatible - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -USES= gmake dos2unix -USE_CSTD= gnu89 -NO_WRKSUBDIR= yes -MAKE_ARGS+= FTE_TARGET=bsd - -SUB_FILES= pkg-message - -OPTIONS_DEFINE= OPTIMIZED_CFLAGS -OPTIONS_MULTI= FLAVOR -OPTIONS_MULTI_FLAVOR= GLCLIENT SDLCLIENT SERVER -OPTIONS_DEFAULT= GLCLIENT SDLCLIENT SERVER OPTIMIZED_CFLAGS - -FLAVOR_DESC= Clients and servers -GLCLIENT_DESC= Build OpenGL client -SDLCLIENT_DESC= Build SDL client -SERVER_DESC= Build dedicated server - -.include "${.CURDIR}/../quake-data/Makefile.include" -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MSERVER} -ALL_TARGET+= sv-rel -PLIST_FILES+= bin/fteqw-sv -.endif - -.if ${PORT_OPTIONS:MGLCLIENT} || !empty(PORT_OPTIONS:MSDLCLIENT) -LIB_DEPENDS+= libpng.so:graphics/png \ - libvorbis.so:audio/libvorbis -USES+= jpeg -.endif - -.if ${PORT_OPTIONS:MGLCLIENT} -USE_GL= gl -ALL_TARGET+= gl-rel -PLIST_FILES+= bin/fteqw-gl -.endif - -# SDL is used instead of the native X11 software version as it reports a -# memory allocation error at startup. It also fails with USEASM=true. -.if ${PORT_OPTIONS:MSDLCLIENT} -USE_SDL= sdl -ALL_TARGET+= sw-rel -PLIST_FILES+= bin/fteqw-sdl -.endif - -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -MAKE_ENV+= OPTIMIZED_CFLAGS=true -.endif - -post-patch: - @${REINPLACE_CMD} -e 's/alloca\.h/stdlib.h/' \ - ${WRKSRC}/gl/gl_alias.c ${WRKSRC}/common/com_mesh.c - @${REINPLACE_CMD} -e 's/__linux__/__unix__/' \ - ${WRKSRC}/common/plugin.c ${WRKSRC}/server/svq3_game.c - -do-install: -.for f in ${PLIST_FILES:T} - ${INSTALL_PROGRAM} ${WRKSRC}/release/${f:S/-/./} ${STAGEDIR}${PREFIX}/bin/${f} -.endfor - -.include <bsd.port.mk> diff --git a/games/fteqw/distinfo b/games/fteqw/distinfo deleted file mode 100644 index fff67a9f0b30..000000000000 --- a/games/fteqw/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ftesrc3343-all.tar.gz) = e0ced694415d8bf3727848d0522d65879e539e352a3e3caf14c75f4fe05747b9 -SIZE (ftesrc3343-all.tar.gz) = 3257106 diff --git a/games/fteqw/files/patch-Makefile b/games/fteqw/files/patch-Makefile deleted file mode 100644 index c47d7a84c73c..000000000000 --- a/games/fteqw/files/patch-Makefile +++ /dev/null @@ -1,98 +0,0 @@ ---- Makefile.orig 2014-02-05 16:57:36.000000000 -0500 -+++ Makefile -@@ -1,6 +1,6 @@ --CC=gcc -+CC?=gcc - WINDRES=windres --STRIP=strip -+STRIP?=strip - - STRIPFLAGS=--strip-unneeded --remove-section=.comment - -@@ -179,9 +179,9 @@ else - endif - - #BASELDFLAGS=-lm -lz --GLXLDFLAGS=-L/usr/X11R6/lib -lX11 -lXext $(IMAGELDFLAGS) --GLSLDFLAGS=-L/usr/X11R6/lib -lMesaGL -lglide -lvga --XLDFLAGS=-L/usr/X11R6/lib -lX11 -lXext $(IMAGELDFLAGS) -+GLXLDFLAGS=-L$(LOCALBASE)/lib -lX11 -lXext $(IMAGELDFLAGS) -+GLSLDFLAGS=-L$(LOCALBASE)/lib -lMesaGL -lglide -lvga -+XLDFLAGS=-L$(LOCALBASE)/lib -lX11 -lXext $(IMAGELDFLAGS) - SLDFLAGS=-lvga - - ifeq ($(USEASM),true) -@@ -212,18 +212,20 @@ else - BASE_ASM_CFLAGS = -DNOASM - endif - --BASE_CFLAGS=$(BASE_ASM_CFLAGS) -Wall -Dstrnicmp=strncasecmp -Dstricmp=strcasecmp -I$(CLIENT_DIR) -I$(SERVER_DIR) -I$(COMMON_DIR) -I$(SW_DIR) -I$(GL_DIR) -I$(D3D9_DIR) -I$(D3D7_DIR) -I$(PROGS_DIR) -I$(LIBS_DIR) -I$(LIBS_DIR)/dxsdk7/include -I$(LIBS_DIR)/sdl/include -I$(LIBS_DIR)/sdl/include/SDL -D_vsnprintf=vsnprintf -D_snprintf=snprintf -+BASE_CFLAGS=$(BASE_ASM_CFLAGS) -Dstrnicmp=strncasecmp -Dstricmp=strcasecmp -I$(CLIENT_DIR) -I$(SERVER_DIR) -I$(COMMON_DIR) -I$(SW_DIR) -I$(GL_DIR) -I$(D3D9_DIR) -I$(D3D7_DIR) -I$(PROGS_DIR) -I$(LIBS_DIR) -I$(LIBS_DIR)/dxsdk7/include -I$(LIBS_DIR)/sdl/include -I$(LIBS_DIR)/sdl/include/SDL -D_vsnprintf=vsnprintf -D_snprintf=snprintf - CLIENT_ONLY_CFLAGS=-DCLIENTONLY - SERVER_ONLY_CFLAGS=-DSERVERONLY - JOINT_CFLAGS= - DEBUG_CFLAGS=-ggdb -g - -+ifeq ($(OPTIMIZED_CFLAGS),true) - ifeq ($(FTE_TARGET),win32) - RELEASE_CFLAGS=-fno-strict-aliasing -ffast-math -fexpensive-optimizations $(CPUOPTIMIZATIONS) - else - RELEASE_CFLAGS=-O2 -fno-strict-aliasing $(CPUOPTIMIZATIONS) - #RELEASE_CFLAGS=-O6 -fno-strict-aliasing -ffast-math -funroll-loops -fexpensive-optimizations $(CPUOPTIMIZATIONS) - endif -+endif - - GLCFLAGS=-DGLQUAKE - SWCFLAGS=-DSWQUAKE -@@ -469,7 +471,7 @@ ifdef windir - SW_LDFLAGS=$(SWLDFLAGS) -lmingw32 -lwsock32 -lSDLmain -lSDL - else - #pthread is needed because of SDL. --SW_LDFLAGS=$(SWLDFLAGS) `sdl-config --libs` $(IMAGELDFLAGS) -+SW_LDFLAGS=$(SWLDFLAGS) `sdl-config --libs` $(IMAGELDFLAGS) -lz - endif - SW_CFLAGS=$(SWCFLAGS) `sdl-config --cflags` - SWB_DIR=sw_sdl$(BITS) -@@ -550,7 +552,7 @@ ifeq ($(FTE_TARGET),bsd) - #oss, X, etc. - - SV_DIR=sv_linux -- SV_LDFLAGS=-lz -ldl -+ SV_LDFLAGS=-lz - - ifeq ($(USEASM),true) - GLCL_OBJS=$(GL_OBJS) $(GLQUAKE_OBJS) gl_vidlinuxglx.o snd_linux.o cd_null.o sys_linux.o sys_dosa.o -@@ -559,20 +561,13 @@ else - endif - GL_EXE_NAME=../fteqw.gl - GLCL_EXE_NAME=../fteqwcl.gl -- GL_LDFLAGS= -L/usr/local/lib $(GLLDFLAGS) $(GLXLDFLAGS) -lXxf86vm -lpthread -- GL_CFLAGS=$(GLCFLAGS) -I/usr/local/include -I/usr/X11R6/include -+ GL_LDFLAGS= -L/usr/local/lib $(GLLDFLAGS) $(GLXLDFLAGS) -lXxf86vm -lpthread -lz -+ GL_CFLAGS=$(GLCFLAGS) -I$(LOCALBASE)/include - GLB_DIR=gl_bsd - GLCL_DIR=glcl_bsd - --ifeq ($(USEASM),true) -- SWCL_OBJS=$(SOFTWARE_OBJS) vid_x.o snd_linux.o cd_null.o sys_linux.o sys_dosa.o --else -- SWCL_OBJS=$(SOFTWARE_OBJS) vid_x.o snd_linux.o cd_null.o sys_linux.o --endif -- SW_EXE_NAME=../fteqw.sw -- SWCL_EXE_NAME=../fteqwcl.sw -- SW_LDFLAGS=-L/usr/local/lib $(SWLDFLAGS) $(XLDFLAGS) -lXxf86vm -lpthread -- SW_CFLAGS=$(SWCFLAGS) -I/usr/local/include -I/usr/X11R6/include -+ SW_EXE_NAME=../fteqw.sdl -+ SWCL_EXE_NAME=../fteqwcl.sdl - SWB_DIR=sw_bsd - SWCL_DIR=swcl_bsd - -@@ -584,7 +579,7 @@ endif - M_EXE_NAME=../fteqw - MCL_EXE_NAME=../fteqwcl - M_LDFLAGS=$(GLLDFLAGS) $(GLXLDFLAGS) -lXxf86vm -lpthread -- M_CFLAGS=$(SWCFLAGS) $(GLCFLAGS) -I/usr/X11R6/include -+ M_CFLAGS=$(SWCFLAGS) $(GLCFLAGS) -I$(LOCALBASE)/include - MB_DIR=m_bsd - MCL_DIR=mcl_bsd - diff --git a/games/fteqw/files/patch-client__cl_main.c b/games/fteqw/files/patch-client__cl_main.c deleted file mode 100644 index c688f240cbd5..000000000000 --- a/games/fteqw/files/patch-client__cl_main.c +++ /dev/null @@ -1,17 +0,0 @@ ---- ./client/cl_main.c.orig Tue Jul 18 00:34:50 2006 -+++ ./client/cl_main.c Sat Sep 2 19:03:55 2006 -@@ -2873,11 +2873,13 @@ - - if (host_initialized && cfg_save_name.string && *cfg_save_name.string) - { -- if (strchr(cfg_save_name.string, '.')) -+#if 0 -+ if (strstr(cfg_save_name.string, "..")) - { - Con_TPrintf (TLC_CONFIGCFG_WRITEFAILED); - return; - } -+#endif - - f = FS_OpenVFS(va("%s.cfg",cfg_save_name.string), "wb", FS_GAMEONLY); - if (!f) diff --git a/games/fteqw/files/patch-client__image.c b/games/fteqw/files/patch-client__image.c deleted file mode 100644 index eafe1844ad4f..000000000000 --- a/games/fteqw/files/patch-client__image.c +++ /dev/null @@ -1,82 +0,0 @@ ---- client/image.c.orig 2014-12-25 11:05:11 UTC -+++ client/image.c -@@ -551,6 +551,7 @@ return NULL; - #pragma comment(lib, "../libs/libpng.lib") - #else - #include <png.h> -+ #include <zlib.h> - #endif - #endif - -@@ -573,7 +574,7 @@ void PNGAPI png_default_read_data(png_st - - void VARGS readpngdata(png_structp png_ptr,png_bytep data,png_size_t len) - { -- pngreadinfo_t *ri = (pngreadinfo_t*)png_ptr->io_ptr; -+ pngreadinfo_t *ri = (pngreadinfo_t*)png_get_io_ptr(png_ptr); - if (ri->readposition+len > ri->filelen) - { - png_error(png_ptr, "unexpected eof"); -@@ -610,7 +611,7 @@ qbyte *ReadPNGFile(qbyte *buf, int lengt - return (png_rgba = NULL); - } - -- if (setjmp(png->jmpbuf)) -+ if (setjmp(png_jmpbuf(png))) - { - error: - if (data) -@@ -636,7 +637,7 @@ error: - } - - if (colortype == PNG_COLOR_TYPE_GRAY && bitdepth < 8) -- png_set_gray_1_2_4_to_8(png); -+ png_set_expand_gray_1_2_4_to_8(png); - - if (png_get_valid( png, pnginfo, PNG_INFO_tRNS )) - png_set_tRNS_to_alpha(png); -@@ -712,7 +713,7 @@ int Image_WritePNG (char *filename, int - return false; - } - -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - png_destroy_write_struct(&png_ptr, &info_ptr); - fclose(fp); - return false; -@@ -879,7 +880,7 @@ term_source (j_decompress_ptr cinfo) - #define GLOBAL(x) x - - GLOBAL(void) --jpeg_mem_src (j_decompress_ptr cinfo, qbyte * infile, int maxlen) -+local_jpeg_mem_src (j_decompress_ptr cinfo, qbyte * infile, int maxlen) - { - my_source_mgr *src; - -@@ -945,7 +946,7 @@ badjpeg: - } - jpeg_create_decompress(&cinfo); - -- jpeg_mem_src(&cinfo, infile, length); -+ local_jpeg_mem_src(&cinfo, infile, length); - - (void) jpeg_read_header(&cinfo, TRUE); - -@@ -1041,7 +1042,7 @@ METHODDEF(void) term_destination (j_comp - dest->pub.free_in_buffer = OUTPUT_BUF_SIZE; - } - --void jpeg_mem_dest (j_compress_ptr cinfo, vfsfile_t *vfs) -+void local_jpeg_mem_dest (j_compress_ptr cinfo, vfsfile_t *vfs) - { - my_destination_mgr *dest; - -@@ -1101,7 +1102,7 @@ void screenshotJPEG(char *filename, int - - buffer = screendata; - -- jpeg_mem_dest(&cinfo, outfile); -+ local_jpeg_mem_dest(&cinfo, outfile); - cinfo.image_width = screenwidth; - cinfo.image_height = screenheight; - cinfo.input_components = 3; diff --git a/games/fteqw/files/patch-client__snd_linux.c b/games/fteqw/files/patch-client__snd_linux.c deleted file mode 100644 index 287ded7d9863..000000000000 --- a/games/fteqw/files/patch-client__snd_linux.c +++ /dev/null @@ -1,80 +0,0 @@ ---- ./client/snd_linux.c.orig 2008-02-15 14:04:33.000000000 -0300 -+++ ./client/snd_linux.c 2008-02-15 14:09:16.000000000 -0300 -@@ -114,14 +114,6 @@ - return 0; - } - -- if (ioctl(sc->audio_fd, SNDCTL_DSP_GETOSPACE, &info)==-1) -- { -- perror("GETOSPACE"); -- Con_Printf(CON_ERROR "OSS: Um, can't do GETOSPACE?\n"); -- OSS_Shutdown(sc); -- return 0; -- } -- - // set sample bits & speed - - ioctl(sc->audio_fd, SNDCTL_DSP_GETFMTS, &fmt); -@@ -149,26 +141,6 @@ - sc->sn.speed = tryrates[i]; - } - -- if (sc->sn.samples > (info.fragstotal * info.fragsize * 4)) -- { -- Con_Printf(CON_NOTICE "OSS: Enabling bigfoot's mmap hack! Hope you know what you're doing!\n"); -- sc->sn.samples = info.fragstotal * info.fragsize * 4; -- } -- sc->sn.samples = info.fragstotal * info.fragsize; -- --// memory map the dma buffer -- -- sc->sn.buffer = (unsigned char *) mmap(NULL, sc->sn.samples, PROT_WRITE, MAP_FILE|MAP_SHARED, sc->audio_fd, 0); -- if (!sc->sn.buffer) -- { -- perror(snddev); -- Con_Printf(CON_ERROR "OSS: Could not mmap %s\n", snddev); -- OSS_Shutdown(sc); -- return 0; -- } -- -- sc->sn.samples /= (sc->sn.samplebits/8); -- - tmp = 0; - if (sc->sn.numchannels == 2) - tmp = 1; -@@ -226,6 +198,35 @@ - return 0; - } - -+ if (ioctl(sc->audio_fd, SNDCTL_DSP_GETOSPACE, &info)==-1) -+ { -+ perror("GETOSPACE"); -+ Con_Printf(CON_ERROR "OSS: Um, can't do GETOSPACE?\n"); -+ OSS_Shutdown(sc); -+ return 0; -+ } -+ -+ sc->sn.samples = info.fragstotal * info.fragsize; -+ -+// memory map the dma buffer -+ -+ sc->sn.buffer = (unsigned char *) mmap(NULL, sc->sn.samples, PROT_WRITE, MAP_FILE|MAP_SHARED, sc->audio_fd, 0); -+ if (!sc->sn.buffer) -+ { -+ perror(snddev); -+ Con_Printf(CON_ERROR "OSS: Could not mmap %s\n", snddev); -+ OSS_Shutdown(sc); -+ return 0; -+ } -+ -+ sc->sn.samples /= (sc->sn.samplebits/8); -+ -+ if (sc->sn.samples > (info.fragstotal * info.fragsize * 4)) -+ { -+ Con_Printf(CON_NOTICE "OSS: Enabling bigfoot's mmap hack! Hope you know what you're doing!\n"); -+ sc->sn.samples = info.fragstotal * info.fragsize * 4; -+ } -+ - // toggle the trigger & start her up - - tmp = 0; diff --git a/games/fteqw/files/patch-client__sys_linux.c b/games/fteqw/files/patch-client__sys_linux.c deleted file mode 100644 index c13dee5c327b..000000000000 --- a/games/fteqw/files/patch-client__sys_linux.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./client/sys_linux.c.orig 2008-02-15 11:45:36.000000000 -0300 -+++ ./client/sys_linux.c 2008-02-15 11:45:37.000000000 -0300 -@@ -371,7 +371,7 @@ - char name[MAX_OSPATH]; - char curpath[MAX_OSPATH]; - char *searchpath; -- const char *gamename = "gamei386.so"; -+ const char *gamename = "game.so"; - - void *ret; - diff --git a/games/fteqw/files/patch-common__fs.c b/games/fteqw/files/patch-common__fs.c deleted file mode 100644 index 65c7b7fd4631..000000000000 --- a/games/fteqw/files/patch-common__fs.c +++ /dev/null @@ -1,24 +0,0 @@ ---- common/fs.c.orig 2008-02-15 14:55:07.000000000 -0300 -+++ common/fs.c 2008-02-15 14:55:19.000000000 -0300 -@@ -2120,8 +2120,10 @@ - } - - //if we're meant to be writing, best write to it. -- if (strchr(mode , 'w') || strchr(mode , 'a')) -+ if (strchr(mode , 'w') || strchr(mode , 'a')) { -+ COM_CreatePath(fullname); - return VFSOS_Open(fullname, mode); -+ } - return NULL; - } - -@@ -3144,9 +3146,6 @@ - *com_homedir = '\0'; - #endif - -- if (!COM_CheckParm("-usehome")) -- *com_homedir = '\0'; -- - if (COM_CheckParm("-nohome")) - *com_homedir = '\0'; - diff --git a/games/fteqw/files/patch-common__net_wins.c b/games/fteqw/files/patch-common__net_wins.c deleted file mode 100644 index 05bfae78dfc3..000000000000 --- a/games/fteqw/files/patch-common__net_wins.c +++ /dev/null @@ -1,11 +0,0 @@ ---- common/net_wins.c.orig Sun Sep 3 00:25:08 2006 -+++ common/net_wins.c Sun Sep 3 00:26:44 2006 -@@ -23,6 +23,8 @@ - #include "quakedef.h" - #include "netinc.h" - -+#include <sys/time.h> -+ - netadr_t net_local_cl_ipadr; - netadr_t net_local_cl_ip6adr; - netadr_t net_local_cl_ipxadr; diff --git a/games/fteqw/files/patch-gl__gl_vidlinuxglx.c b/games/fteqw/files/patch-gl__gl_vidlinuxglx.c deleted file mode 100644 index 0a80aa0eccf7..000000000000 --- a/games/fteqw/files/patch-gl__gl_vidlinuxglx.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gl/gl_vidlinuxglx.c.orig Tue Jul 18 00:34:46 2006 -+++ ./gl/gl_vidlinuxglx.c Sat Sep 2 18:40:11 2006 -@@ -41,7 +41,7 @@ - #include <X11/extensions/xf86dga.h> - #endif - --#ifdef __linux__ -+#ifdef __unix__ - #define WITH_VMODE //undefine this if the following include fails. - #endif - #ifdef WITH_VMODE diff --git a/games/fteqw/files/patch-server__sv_sys_unix.c b/games/fteqw/files/patch-server__sv_sys_unix.c deleted file mode 100644 index e4f61f4ce5da..000000000000 --- a/games/fteqw/files/patch-server__sv_sys_unix.c +++ /dev/null @@ -1,23 +0,0 @@ ---- ./server/sv_sys_unix.c.orig Tue Jul 18 00:34:46 2006 -+++ ./server/sv_sys_unix.c Sat Sep 2 18:41:11 2006 -@@ -807,18 +807,15 @@ - void *(*GetGameAPI)(void *); - - char name[MAX_OSPATH]; -- char curpath[MAX_OSPATH]; - char *searchpath; -- const char *gamename = "gamei386.so"; -+ const char *gamename = "game.so"; - - void *ret; - -- getcwd(curpath, sizeof(curpath)); -- - searchpath = 0; - while((searchpath = COM_NextPath(searchpath))) - { -- sprintf (name, "%s/%s/%s", curpath, searchpath, gamename); -+ sprintf (name, "%s/%s", searchpath, gamename); - game_library = dlopen (name, RTLD_LAZY ); - if (game_library) - { diff --git a/games/fteqw/files/pkg-message.in b/games/fteqw/files/pkg-message.in deleted file mode 100644 index faff1dafabdb..000000000000 --- a/games/fteqw/files/pkg-message.in +++ /dev/null @@ -1,15 +0,0 @@ -[ -{ type: install - message: <<EOM -FTE QuakeWorld has been installed. - -By default it saves configuration to ~/.fte, to avoid run with "-nohome". - -To select the game you want to play use "-basedir <dir>". For example, to play -Quake use "-basedir %%Q1DIR%%". - -For a complete list of supported games see: -http://www.fteqw.com/wiki/index.php?title=SupportedGames -EOM -} -] diff --git a/games/fteqw/pkg-descr b/games/fteqw/pkg-descr deleted file mode 100644 index 45a6380a0991..000000000000 --- a/games/fteqw/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The intentions to the FTE QuakeWorld mod are to add some cool features to -QuakeWorld, without loosing any (backwards) compatibility. - -All QuakeWorld clients should be able to connect to an FTE server, and all -FTE clients should connect to any other QW server. - -The FTE client supports Quake, NetQuake, QuakeWorld, Quake II, Quake III -Arena, Hexen 2, Nexuiz, and others. - -WWW: http://fteqw.com/ |