aboutsummaryrefslogtreecommitdiff
path: root/games/teg
Commit message (Collapse)AuthorAgeFilesLines
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-223/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* - Update to 0.11.2Martin Wilke2007-05-274-117/+85
| | | | | | | | PR: 113005 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=191985
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149325
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-011-1/+1
| | | | Notes: svn path=/head/; revision=136637
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Use new GCONF_SCHEMAS.Jeremy Messenger2004-11-232-3/+2
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=122241
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-1/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 orJeremy Messenger2004-07-071-4/+2
| | | | | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team Notes: svn path=/head/; revision=113150
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* - Fix package buildKirill Ponomarev2004-02-192-10/+1
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=101418
* - Update to version 0.11.1Kirill Ponomarev2004-02-184-24/+18
| | | | | | | | PR: ports/63006 Submitted by: Ports Fury Notes: svn path=/head/; revision=101338
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-2/+2
| | | | Notes: svn path=/head/; revision=93890
* - Fix build converting port to use bsd.gnome.mkAlexander Nedotsukov2003-09-211-5/+2
| | | | | | | | | - Add explicit USE_REINPLACE Reported by: kris Notes: svn path=/head/; revision=89086
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79332
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* This port uses gnome2 libs, not gnome1 ones.Maxim Sobolev2003-02-231-1/+3
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=76273
* Add patch that I've forgot in the previous commit.Maxim Sobolev2003-02-201-0/+13
| | | | Notes: svn path=/head/; revision=75989
* Update to 0.11.0.Maxim Sobolev2003-02-203-75/+164
| | | | Notes: svn path=/head/; revision=75950
* Add patch missed in the previous commit.Maxim Sobolev2002-08-281-0/+14
| | | | Notes: svn path=/head/; revision=65157
* Update to 0.9.4.Maxim Sobolev2002-08-284-50/+33
| | | | Notes: svn path=/head/; revision=65156
* Update 0.9.0 -> 0.9.2 and unbreak.Jacques Vidrine2001-12-293-4/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=52375
* Mark as B0RKEN - this version contains remotely exploitable buffer overrun,Maxim Sobolev2001-12-291-0/+2
| | | | | | | | new version is available that fixes this problem, but I don't have a time to do the update right now. Notes: svn path=/head/; revision=52374
* Update to 0.9.0.Maxim Sobolev2001-12-103-66/+140
| | | | Notes: svn path=/head/; revision=51309
* Update to 0.6.11.Maxim Sobolev2001-06-272-2/+2
| | | | Notes: svn path=/head/; revision=44496
* Update to 0.6.3.Maxim Sobolev2001-04-124-2/+17
| | | | Notes: svn path=/head/; revision=41312
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* Update to 0.5.11.Maxim Sobolev2001-02-282-2/+2
| | | | Notes: svn path=/head/; revision=38878
* More spaces -> tabs for the games category.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37979
* Update to 0.5.2.Maxim Sobolev2000-11-203-2/+3
| | | | Notes: svn path=/head/; revision=35277
* Add Tenes Emapandas Graciela (TEG) - a turn-based strategy game for GNOME.Maxim Sobolev2000-10-315-0/+145
Notes: svn path=/head/; revision=34479