From owner-cvs-all@FreeBSD.ORG Tue Dec 26 04:36:36 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2741416A403; Tue, 26 Dec 2006 04:36:36 +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 15D2013C474; Tue, 26 Dec 2006 04:36:36 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBQ4aZdp085879; Tue, 26 Dec 2006 04:36:35 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBQ4aZ6Z085875; Tue, 26 Dec 2006 04:36:35 GMT (envelope-from alepulver) Message-Id: <200612260436.kBQ4aZ6Z085875@repoman.freebsd.org> From: Alejandro Pulver Date: Tue, 26 Dec 2006 04:36:35 +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/q2pro Makefile distinfo pkg-descr pkg-plist ports/games/q2pro/files patch-build__client.mk patch-build__detect.mk patch-build__pre.mk patch-build__server.mk patch-include__net.h patch-include__q_shared.h ... 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: Tue, 26 Dec 2006 04:36:36 -0000 alepulver 2006-12-26 04:36:35 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/q2pro Makefile distinfo pkg-descr pkg-plist games/q2pro/files patch-build__client.mk patch-build__detect.mk patch-build__pre.mk patch-build__server.mk patch-include__net.h patch-include__q_shared.h patch-include__qgl_api.h patch-include__qgl_local.h patch-ref_shared__qgl.c patch-source__cd_linux.c patch-source__cl_main.c patch-source__files.c patch-source__in_linux.c patch-source__snd_dma.c patch-source__snd_linux.c patch-source__sys_unix.c Log: Q2PRO is a Quake2 engine modification. Client and server sides are both compatible with original Quake2 v3.20 network architecture, as well as with modern R1Q2 network architecture. Q2PRO is designed to be secure, fast and doesn't provide any graphical enhancements that are contrary to the classic Quake2 look and feel. It provides some features yet unique to Quake2, notably server side Multi View Demos. Q2PRO has it's own software and OpenGL refresh libraries and runs under Win32 and GNU/Linux natively. Q2PRO supports the following network protocols: - 34, original Quake2 protocol. - 35, enhanced R1Q2 protocol. - 36, enhanced Q2PRO protocol, extension of R1Q2 protocol. - 37, special broadband MVD protocol. WWW: http://q2pro.sourceforge.net/ Revision Changes Path 1.1073 +1 -0 ports/games/Makefile 1.1 +119 -0 ports/games/q2pro/Makefile (new) 1.1 +3 -0 ports/games/q2pro/distinfo (new) 1.1 +11 -0 ports/games/q2pro/files/patch-build__client.mk (new) 1.1 +11 -0 ports/games/q2pro/files/patch-build__detect.mk (new) 1.1 +49 -0 ports/games/q2pro/files/patch-build__pre.mk (new) 1.1 +11 -0 ports/games/q2pro/files/patch-build__server.mk (new) 1.1 +11 -0 ports/games/q2pro/files/patch-include__net.h (new) 1.1 +23 -0 ports/games/q2pro/files/patch-include__q_shared.h (new) 1.1 +11 -0 ports/games/q2pro/files/patch-include__qgl_api.h (new) 1.1 +11 -0 ports/games/q2pro/files/patch-include__qgl_local.h (new) 1.1 +11 -0 ports/games/q2pro/files/patch-ref_shared__qgl.c (new) 1.1 +253 -0 ports/games/q2pro/files/patch-source__cd_linux.c (new) 1.1 +11 -0 ports/games/q2pro/files/patch-source__cl_main.c (new) 1.1 +96 -0 ports/games/q2pro/files/patch-source__files.c (new) 1.1 +32 -0 ports/games/q2pro/files/patch-source__in_linux.c (new) 1.1 +20 -0 ports/games/q2pro/files/patch-source__snd_dma.c (new) 1.1 +11 -0 ports/games/q2pro/files/patch-source__snd_linux.c (new) 1.1 +70 -0 ports/games/q2pro/files/patch-source__sys_unix.c (new) 1.1 +15 -0 ports/games/q2pro/pkg-descr (new) 1.1 +9 -0 ports/games/q2pro/pkg-plist (new)