cvs commit: ports/games Makefile ports/games/r1q2 Makefile
 distinfo pkg-descr pkg-plist ports/games/r1q2/files patch-Makefile
 patch-client__cl_main.c patch-client__menu.c patch-client__qal.h
 patch-client__snd_openal.h patch-game__q_shared.c patch-game__q_shared.h ...
    Alejandro Pulver 
    alepulver at FreeBSD.org
       
    Sun May 21 14:35:59 PDT 2006
    
    
  
alepulver    2006-05-21 21:35:19 UTC
  FreeBSD ports repository
  Modified files:
    games                Makefile 
  Added files:
    games/r1q2           Makefile distinfo pkg-descr pkg-plist 
    games/r1q2/files     patch-Makefile patch-client__cl_main.c 
                         patch-client__menu.c patch-client__qal.h 
                         patch-client__snd_openal.h 
                         patch-game__q_shared.c 
                         patch-game__q_shared.h 
                         patch-linux__al_linux.h 
                         patch-linux__cd_linux.c 
                         patch-linux__q_shlinux.c 
                         patch-linux__snd_linux.c 
                         patch-linux__sys_linux.c 
                         patch-linux__vid_so.c 
                         patch-qcommon__common.c 
                         patch-qcommon__files.c 
                         patch-qcommon__qcommon.h 
                         patch-ref_gl__gl_local.h 
                         patch-ref_gl__qgl.h 
  Log:
  R1Q2 is an enhanced client/server for Quake II. Based on the id Software 3.21
  source, rather than concentrate on fancy graphics, embedded MP3 players and
  other "gimmick" features, R1Q2 is focused on providing stability, security and
  speed whilst remaining fully compatible with existing mods and other clients.
  
  WWW: http://www.r1ch.net/stuff/r1q2/
  
  Approved by:    garga (mentor)
  
  Revision  Changes    Path
  1.978     +1 -0      ports/games/Makefile
  1.1       +110 -0    ports/games/r1q2/Makefile (new)
  1.1       +6 -0      ports/games/r1q2/distinfo (new)
  1.1       +101 -0    ports/games/r1q2/files/patch-Makefile (new)
  1.1       +29 -0     ports/games/r1q2/files/patch-client__cl_main.c (new)
  1.1       +10 -0     ports/games/r1q2/files/patch-client__menu.c (new)
  1.1       +13 -0     ports/games/r1q2/files/patch-client__qal.h (new)
  1.1       +28 -0     ports/games/r1q2/files/patch-client__snd_openal.h (new)
  1.1       +11 -0     ports/games/r1q2/files/patch-game__q_shared.c (new)
  1.1       +11 -0     ports/games/r1q2/files/patch-game__q_shared.h (new)
  1.1       +11 -0     ports/games/r1q2/files/patch-linux__al_linux.h (new)
  1.1       +319 -0    ports/games/r1q2/files/patch-linux__cd_linux.c (new)
  1.1       +65 -0     ports/games/r1q2/files/patch-linux__q_shlinux.c (new)
  1.1       +12 -0     ports/games/r1q2/files/patch-linux__snd_linux.c (new)
  1.1       +52 -0     ports/games/r1q2/files/patch-linux__sys_linux.c (new)
  1.1       +29 -0     ports/games/r1q2/files/patch-linux__vid_so.c (new)
  1.1       +20 -0     ports/games/r1q2/files/patch-qcommon__common.c (new)
  1.1       +63 -0     ports/games/r1q2/files/patch-qcommon__files.c (new)
  1.1       +10 -0     ports/games/r1q2/files/patch-qcommon__qcommon.h (new)
  1.1       +11 -0     ports/games/r1q2/files/patch-ref_gl__gl_local.h (new)
  1.1       +11 -0     ports/games/r1q2/files/patch-ref_gl__qgl.h (new)
  1.1       +6 -0      ports/games/r1q2/pkg-descr (new)
  1.1       +10 -0     ports/games/r1q2/pkg-plist (new)
    
    
More information about the cvs-all
mailing list