Date: Wed, 10 May 2006 18:35:20 +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/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 ... Message-ID: <200605101835.k4AIZKKS060609@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605101835.k4AIZKKS060609>