aboutsummaryrefslogtreecommitdiffstats
path: root/games/gtkradiant
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5ohauer2011-07-031-2/+0
|
* Clean up, add LICENSE, take maintainership.danfe2011-01-071-4/+6
|
* - Drop maintainership.alepulver2011-01-071-1/+1
|
* - fix build for png-1.4.1dinoex2010-03-301-0/+3
|
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Bump PORTREVISION due to subversion upgrade.lev2008-06-301-1/+1
|
* (1) Upgrade subversion to version 1.5.0.lev2008-06-301-1/+1
| | | | | | | | (2) Make binding ports to be real ports, which installs only bindings and depend on subversion. (3) Rename bindings ports to reflect perl5/python/ruby modules naming scheme. (4) Re-base subversion-freebsd to `devel/subversion'. (5) Fix all ports, which depends on subversion bindings.
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-3/+3
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-8/+1
|
* - Fix building with GCC 4.x.alepulver2007-07-231-0/+11
| | | | Reported by: pav
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix building with GCC 4.x.alepulver2006-12-181-0/+11
| | | | Reported by: pointyhat
* - Integrate with bsd.scons.mk.alepulver2006-07-151-7/+5
|
* - Fix wrapper script (wrong file name).alepulver2006-07-122-2/+2
| | | | - Increment PORTREVISION.
* - Change library version of x11-toolkits/gtkglext in LIB_DEPENDS.alepulver2006-07-081-1/+2
| | | | - Bump PORTREVISION.
* - Fix building on non-i386 architectures.alepulver2006-05-313-37/+55
| | | | - Avoid hacking the SConstruct file, pass information through the environment.
* GtkRadiant is a level design program developed by id Software and Lokialepulver2006-05-1121-0/+580
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)