cvs commit: ports/games Makefile ports/games/gtkradiant Makefile distinfo pkg-descr pkg-plist ports/games/gtkradiant/files extra-patch-libs__bytestreamutils.h extra-patch-libs__math__vector.h gtkradiant.in patch-SConstruct patch-contrib__bobtoolz__misc.cpp patch-install.py ...

Alejandro Pulver alepulver at FreeBSD.org
Wed May 10 18:35:22 UTC 2006


alepulver    2006-05-10 18:35:20 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/gtkradiant     Makefile distinfo pkg-descr pkg-plist 
    games/gtkradiant/files extra-patch-libs__bytestreamutils.h 
                           extra-patch-libs__math__vector.h 
                           gtkradiant.in patch-SConstruct 
                           patch-contrib__bobtoolz__misc.cpp 
                           patch-install.py 
                           patch-libs__l_net__l_net.c 
                           patch-makeversion.py 
                           patch-radiant__commands.cpp 
                           patch-radiant__mainframe.cpp 
                           patch-radiant__qe3.cpp 
                           patch-radiant__qgl.cpp 
                           patch-radiant__url.cpp 
                           patch-radiant__watchbsp.cpp 
                           patch-tools__quake2__common__threads.c 
                           patch-tools__quake2__qdata_heretic2__common__threads.c 
                           patch-tools__quake3__common__threads.c 
  Log:
  GtkRadiant is a level design program developed by id Software and Loki
  Software. It is used to create maps for a number of computer games.
  
  GtkRadiant originated as Q3Radiant, the Quake III Arena level design tool,
  which was a Windows-only application. Two major things are different in
  GtkRadiant: it is based on the GTK+ toolkit, so it also works in Linux and Mac
  OS X, and it's also game engine-independent, with functionality for new games
  added as game packs.
  
  GtkRadiant is an Open Source application. Source code is publicly available
  from id Software's Subversion repository and new additions to the code are
  covered under open source licenses. The core Q3Radiant code, however, was
  originally under id Software's proprietary license. The license for both the
  editor and toolset (notably Q3Map2, the BSP compiler) was changed in February
  2006, and publicly released under the GPL on February 17.
  
  WWW: http://www.qeradiant.com/
  
  PR:             ports/93668
  Submitted by:   Alejandro Pulver <alejandro at varnet.biz>
  Approved by:    garga (mentor)
  
  Revision  Changes    Path
  1.962     +1 -0      ports/games/Makefile
  1.1       +62 -0     ports/games/gtkradiant/Makefile (new)
  1.1       +6 -0      ports/games/gtkradiant/distinfo (new)
  1.1       +11 -0     ports/games/gtkradiant/files/extra-patch-libs__bytestreamutils.h (new)
  1.1       +11 -0     ports/games/gtkradiant/files/extra-patch-libs__math__vector.h (new)
  1.1       +5 -0      ports/games/gtkradiant/files/gtkradiant.in (new)
  1.1       +66 -0     ports/games/gtkradiant/files/patch-SConstruct (new)
  1.1       +11 -0     ports/games/gtkradiant/files/patch-contrib__bobtoolz__misc.cpp (new)
  1.1       +11 -0     ports/games/gtkradiant/files/patch-install.py (new)
  1.1       +12 -0     ports/games/gtkradiant/files/patch-libs__l_net__l_net.c (new)
  1.1       +11 -0     ports/games/gtkradiant/files/patch-makeversion.py (new)
  1.1       +11 -0     ports/games/gtkradiant/files/patch-radiant__commands.cpp (new)
  1.1       +20 -0     ports/games/gtkradiant/files/patch-radiant__mainframe.cpp (new)
  1.1       +11 -0     ports/games/gtkradiant/files/patch-radiant__qe3.cpp (new)
  1.1       +11 -0     ports/games/gtkradiant/files/patch-radiant__qgl.cpp (new)
  1.1       +11 -0     ports/games/gtkradiant/files/patch-radiant__url.cpp (new)
  1.1       +11 -0     ports/games/gtkradiant/files/patch-radiant__watchbsp.cpp (new)
  1.1       +15 -0     ports/games/gtkradiant/files/patch-tools__quake2__common__threads.c (new)
  1.1       +24 -0     ports/games/gtkradiant/files/patch-tools__quake2__qdata_heretic2__common__threads.c (new)
  1.1       +24 -0     ports/games/gtkradiant/files/patch-tools__quake3__common__threads.c (new)
  1.1       +17 -0     ports/games/gtkradiant/pkg-descr (new)
  1.1       +219 -0    ports/games/gtkradiant/pkg-plist (new)


More information about the cvs-ports mailing list