From owner-cvs-ports@FreeBSD.ORG Sat Apr 21 03:09:07 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 182E316A400; Sat, 21 Apr 2007 03:09:07 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 05E4D13C458; Sat, 21 Apr 2007 03:09:07 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3L396s5008281; Sat, 21 Apr 2007 03:09:06 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3L396Ho008280; Sat, 21 Apr 2007 03:09:06 GMT (envelope-from alepulver) Message-Id: <200704210309.l3L396Ho008280@repoman.freebsd.org> From: Alejandro Pulver Date: Sat, 21 Apr 2007 03:09:06 +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/evq3 Makefile distinfo pkg-plist ports/games/evq3/files patch-SConscript_cgame patch-SConscript_evq3 patch-SConscript_game patch-SConscript_quake3 patch-SConscript_quake3-server patch-SConscript_ui patch-SConstruct patch-engine__client__cl_curl.c ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Apr 2007 03:09:07 -0000 alepulver 2007-04-21 03:09:06 UTC FreeBSD ports repository Modified files: games/evq3 Makefile distinfo pkg-plist games/evq3/files patch-SConstruct patch-engine__unix__linux_joystick.c patch-engine__unix__unix_main.c patch-engine__unix__unix_shared.c Added files: games/evq3/files patch-SConscript_cgame patch-SConscript_game patch-SConscript_quake3 patch-SConscript_quake3-server patch-SConscript_ui patch-engine__client__cl_curl.c patch-engine__client__qal.c patch-engine__qcommon__common.c patch-engine__qcommon__files.c patch-engine__qcommon__q_math.c patch-engine__qcommon__vm_x86.c patch-engine__renderer__qgl.h patch-engine__renderer__tr_init.c patch-engine__renderer__tr_local.h patch-engine__renderer__tr_shade_calc.c patch-engine__splines__q_shared.h patch-engine__splines__q_shared.hpp patch-engine__unix__linux_glimp.c patch-engine__unix__linux_qgl.c patch-engine__unix__linux_snd.c patch-engine__unix__unix_glw.h Removed files: games/evq3/files patch-SConscript_evq3 patch-engine__common__fs.c patch-engine__common__shared.h pkg-message.in Log: - Update to version 1.0a. Revision Changes Path 1.2 +38 -47 ports/games/evq3/Makefile 1.2 +6 -3 ports/games/evq3/distinfo 1.1 +15 -0 ports/games/evq3/files/patch-SConscript_cgame (new) 1.2 +0 -41 ports/games/evq3/files/patch-SConscript_evq3 (dead) 1.1 +23 -0 ports/games/evq3/files/patch-SConscript_game (new) 1.1 +51 -0 ports/games/evq3/files/patch-SConscript_quake3 (new) 1.1 +58 -0 ports/games/evq3/files/patch-SConscript_quake3-server (new) 1.1 +23 -0 ports/games/evq3/files/patch-SConscript_ui (new) 1.2 +96 -25 ports/games/evq3/files/patch-SConstruct 1.1 +20 -0 ports/games/evq3/files/patch-engine__client__cl_curl.c (new) 1.1 +20 -0 ports/games/evq3/files/patch-engine__client__qal.c (new) 1.2 +0 -34 ports/games/evq3/files/patch-engine__common__fs.c (dead) 1.2 +0 -40 ports/games/evq3/files/patch-engine__common__shared.h (dead) 1.1 +10 -0 ports/games/evq3/files/patch-engine__qcommon__common.c (new) 1.1 +34 -0 ports/games/evq3/files/patch-engine__qcommon__files.c (new) 1.1 +20 -0 ports/games/evq3/files/patch-engine__qcommon__q_math.c (new) 1.1 +12 -0 ports/games/evq3/files/patch-engine__qcommon__vm_x86.c (new) 1.1 +40 -0 ports/games/evq3/files/patch-engine__renderer__qgl.h (new) 1.1 +11 -0 ports/games/evq3/files/patch-engine__renderer__tr_init.c (new) 1.1 +11 -0 ports/games/evq3/files/patch-engine__renderer__tr_local.h (new) 1.1 +11 -0 ports/games/evq3/files/patch-engine__renderer__tr_shade_calc.c (new) 1.1 +11 -0 ports/games/evq3/files/patch-engine__splines__q_shared.h (new) 1.1 +11 -0 ports/games/evq3/files/patch-engine__splines__q_shared.hpp (new) 1.1 +11 -0 ports/games/evq3/files/patch-engine__unix__linux_glimp.c (new) 1.2 +44 -65 ports/games/evq3/files/patch-engine__unix__linux_joystick.c 1.1 +13 -0 ports/games/evq3/files/patch-engine__unix__linux_qgl.c (new) 1.1 +14 -0 ports/games/evq3/files/patch-engine__unix__linux_snd.c (new) 1.1 +11 -0 ports/games/evq3/files/patch-engine__unix__unix_glw.h (new) 1.2 +29 -88 ports/games/evq3/files/patch-engine__unix__unix_main.c 1.2 +9 -18 ports/games/evq3/files/patch-engine__unix__unix_shared.c 1.2 +0 -10 ports/games/evq3/files/pkg-message.in (dead) 1.2 +6 -1 ports/games/evq3/pkg-plist