From owner-cvs-all@FreeBSD.ORG Fri May 5 17:42:10 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0609B16A403; Fri, 5 May 2006 17:42:10 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6312E43D48; Fri, 5 May 2006 17:42:09 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k45Hg99i090651; Fri, 5 May 2006 17:42:09 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k45Hg9gB090647; Fri, 5 May 2006 17:42:09 GMT (envelope-from alepulver) Message-Id: <200605051742.k45Hg9gB090647@repoman.freebsd.org> From: Alejandro Pulver Date: Fri, 5 May 2006 17:42:09 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games Makefile ports/games/sdlquake2 Makefile distinfo pkg-descr pkg-message pkg-plist ports/games/sdlquake2/files patch-Makefile patch-cl_main.c patch-files.c patch-gl_image.c patch-gl_local.h patch-gl_rmain.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 17:42:10 -0000 alepulver 2006-05-05 17:42:08 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/sdlquake2 Makefile distinfo pkg-descr pkg-message pkg-plist games/sdlquake2/files patch-Makefile patch-cl_main.c patch-files.c patch-gl_image.c patch-gl_local.h patch-gl_rmain.c patch-menu.c patch-q_shared.h patch-q_shlinux.c patch-qgl.h patch-snd_mix.c patch-snd_openal.h patch-sv_ccmds.c patch-sv_user.c patch-sys_linux.c patch-vid_so.c Log: - Add games/sdlquake2. Basically this is a combination of R1Q2 and R1GL with SDL code from Quake2Forge. Meaning it's R1Q2 protocol 35 compatible Linux client. Tested on Debian Sarge. Both client and dedicated server. WWW: http://koti.mbnet.fi/~turol/sdlquake2/ Revision Changes Path 1.957 +1 -0 ports/games/Makefile 1.1 +45 -0 ports/games/sdlquake2/Makefile (new) 1.1 +3 -0 ports/games/sdlquake2/distinfo (new) 1.1 +42 -0 ports/games/sdlquake2/files/patch-Makefile (new) 1.1 +11 -0 ports/games/sdlquake2/files/patch-cl_main.c (new) 1.1 +60 -0 ports/games/sdlquake2/files/patch-files.c (new) 1.1 +32 -0 ports/games/sdlquake2/files/patch-gl_image.c (new) 1.1 +11 -0 ports/games/sdlquake2/files/patch-gl_local.h (new) 1.1 +11 -0 ports/games/sdlquake2/files/patch-gl_rmain.c (new) 1.1 +10 -0 ports/games/sdlquake2/files/patch-menu.c (new) 1.1 +19 -0 ports/games/sdlquake2/files/patch-q_shared.h (new) 1.1 +48 -0 ports/games/sdlquake2/files/patch-q_shlinux.c (new) 1.1 +20 -0 ports/games/sdlquake2/files/patch-qgl.h (new) 1.1 +22 -0 ports/games/sdlquake2/files/patch-snd_mix.c (new) 1.1 +23 -0 ports/games/sdlquake2/files/patch-snd_openal.h (new) 1.1 +12 -0 ports/games/sdlquake2/files/patch-sv_ccmds.c (new) 1.1 +11 -0 ports/games/sdlquake2/files/patch-sv_user.c (new) 1.1 +29 -0 ports/games/sdlquake2/files/patch-sys_linux.c (new) 1.1 +11 -0 ports/games/sdlquake2/files/patch-vid_so.c (new) 1.1 +5 -0 ports/games/sdlquake2/pkg-descr (new) 1.1 +13 -0 ports/games/sdlquake2/pkg-message (new) 1.1 +6 -0 ports/games/sdlquake2/pkg-plist (new)