From owner-cvs-all@FreeBSD.ORG Wed May 10 18:35:21 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D0CA16A61D; Wed, 10 May 2006 18:35:21 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB7A643D66; Wed, 10 May 2006 18:35:20 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k4AIZKqE060610; Wed, 10 May 2006 18:35:20 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4AIZKKS060609; Wed, 10 May 2006 18:35:20 GMT (envelope-from alepulver) Message-Id: <200605101835.k4AIZKKS060609@repoman.freebsd.org> From: Alejandro Pulver Date: Wed, 10 May 2006 18:35:20 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 18:35:22 -0000 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 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)