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 ...

Alejandro Pulver alepulver at FreeBSD.org
Fri May 5 17:42:10 UTC 2006


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)


More information about the cvs-ports mailing list