Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 2006 04:36:35 +0000 (UTC)
From:      Alejandro Pulver <alepulver@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
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 ...
Message-ID:  <200612260436.kBQ4aZ6Z085875@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612260436.kBQ4aZ6Z085875>