aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* - Add WITH_ESOUND option (enables game sound)Simon Barner2005-06-133-1/+33
| | | | | | | | | | | | - The PR implemented the sound option as a new moon-buggy-esound port, which I converted to the WITH_ESOUND option (that sets PKGNAMESUFFIX) [1] Submitted by: Ralf Becker <ralf@akk.org> (maintainer) Approved by: maintainer timeout (12 days) [1] PR: ports/81667 Notes: svn path=/head/; revision=137397
* - Update to 3.4.4.Florent Thoumie2005-06-132-4/+4
| | | | | | | | PR: ports/82192 Submitted by: maintainer Notes: svn path=/head/; revision=137396
* Update to 1.4Jean-Yves Lefort2005-06-123-18/+22
| | | | Notes: svn path=/head/; revision=137337
* Upgrade to version 1.1.1Edwin Groothuis2005-06-123-1/+150
| | | | | | | | | | 01/12/2001 There was a bug on XRally 1.1, that made the game use lots of CPU. If you were having this problem, just download this patch and apply it to the source. Notes: svn path=/head/; revision=137300
* Fix building on 5.4. Thanks to oliver@ for lending a 5.4 jail.Edwin Groothuis2005-06-121-7/+2
| | | | Notes: svn path=/head/; revision=137299
* BROKEN: Does not compileKris Kennaway2005-06-111-0/+2
| | | | Notes: svn path=/head/; revision=137295
* BROKEN on sparc64, does not compileSam Lawrance2005-06-101-1/+7
| | | | | | | | PR: ports/82112 Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer) Notes: svn path=/head/; revision=137182
* - Update or add WWW: linesMichael Johnson2005-06-102-2/+2
| | | | Notes: svn path=/head/; revision=137139
* Update to 0.9.2, see ChangeLog for detail:Jeremy Messenger2005-06-0812-116/+548
| | | | | | | http://changelog.wesnoth.org/ Notes: svn path=/head/; revision=137025
* Update to 1.32Simon Barner2005-06-083-36/+61
| | | | | | | | Submitted by: Lars Engels <lars.engels@0x20.net> (maintainer) PR: ports/81772 Notes: svn path=/head/; revision=137020
* Fix plistPatrick Li2005-06-071-24/+26
| | | | | | | | | | Make %%DOCSDIR%% safe PR: ports/80171 Submitted by: Toni Viemero <toni.viemero@iki.fi> Notes: svn path=/head/; revision=136969
* - Update to 1.1.0Sergey Matveychuk2005-06-056-30/+80
| | | | | | | | PR: ports/81860 Submitted by: Ports Fury Notes: svn path=/head/; revision=136824
* - Update to 0.9.11Sergey Matveychuk2005-06-053-3/+13
| | | | | | | | PR: ports/81858 Submitted by: Ports Fury Notes: svn path=/head/; revision=136820
* - Update to 1.12.1Sergey Matveychuk2005-06-052-4/+3
| | | | | | | | PR: ports/81859 Submitted by: Ports Fury Notes: svn path=/head/; revision=136819
* Remove useless line.Alexey Dokuchaev2005-06-032-2/+0
| | | | Notes: svn path=/head/; revision=136716
* Add Nexuiz, a fast-paced, chaotic, and intense multiplayer first personAlexey Dokuchaev2005-06-037-0/+213
| | | | | | | | | shooter. WWW: http://www.nexuiz.com/ Notes: svn path=/head/; revision=136714
* Add p5-Games-Dice.Jean-Yves Lefort2005-06-025-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions are exported by default. The number and type of dice to roll is given in a style which should be familiar to players of popular role-playing games: adb[+-*/b]c. a is optional and defaults to 1; it gives the number of dice to roll. b indicates the number of sides to each die. % can be used instead of 100 for b; hence, rolling 2d% and 2d100 is equivalent. roll simulates a rolls of b-sided dice and adds together the results. The optional end, consisting of one of +-*/b and a number c, can modify the sum of the individual dice. +-*/ are similar in that they take the sum of the rolls and add or subtract c, or multiply or divide the sum by c. (x can also be used instead of *.) Using b in this slot is a little different: it's short for "best" and indicates "roll a number of dice, but add together only the best few". For example, 5d6b3 rolls five six- sided dice and adds together the three best rolls. Author: Philip Newton <pne@cpan.org> WWW: http://search.cpan.org/dist/Games-Dice/ PR: ports/81612 Submitted by: Aaron Dalton <aaron@daltons.ca> Notes: svn path=/head/; revision=136673
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-018-13/+17
| | | | Notes: svn path=/head/; revision=136637
* Add a dependency on libpng.Adam Weinberger2005-06-011-1/+3
| | | | Notes: svn path=/head/; revision=136631
* Update to 0.7.1Volker Stolz2005-06-012-6/+10
| | | | | | | | PR: ports/81743 Submitted by: maintainer Notes: svn path=/head/; revision=136590
* - Fix compilation with vanilla gcc on ${OSVERSION} > 502126.Florent Thoumie2005-05-314-5/+40
| | | | | | | | | | - Rename local patch. PR: ports/81733 Submitted by: maintainer Notes: svn path=/head/; revision=136558
* Mark these ports DEPRECATED due to being unmaintained and one or moreSam Lawrance2005-05-3116-0/+50
| | | | | | | | | | | of stale, obsolete, unused, irrelevant and unloved. 60 days grace in which I will gladly accept fix requests. PR: ports/79666 Submitted by: me Notes: svn path=/head/; revision=136519
* - Update to 1.0 [1]Simon Barner2005-05-304-14/+12
| | | | | | | | | | | - Changed to PLIST_FILES - Use INFO macro (fix plist w.r.t. info/dir) Submitted by: Ralf Becker <ralf@akk.org> (maintainer) [1] PR: ports/81667 [1] Notes: svn path=/head/; revision=136445
* - Update to 3.4.3 [1]Jean-Yves Lefort2005-05-302-9/+4
| | | | | | | | | | - Polish the Makefile PR: ports/81592 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=136442
* Add ppracer, which is pretty much the next generation ofAdam Weinberger2005-05-285-0/+382
| | | | | | | | | | | | | | | | | | | | | TuxRacer. Note that it has some rendering issues. It plays fine but it looks wonky on some cards. PlanetPenguin Racer is an OpenGL racing game featuring Tux, the Linux mascot. The goal of the game is to slide down a snow- and ice-covered mountain as quickly as possible. It is based on the GPL version of TuxRacer. Differences from TuxRacer include: * Course progress bar * Themes * New terrain types (lava, etc.) * Actively developed! WWW: http://projects.planetpenguin.de/racer/ Notes: svn path=/head/; revision=136323
* Employ PLIST_FILES/PORTDOCS and kill pkg-plist.Alexey Dokuchaev2005-05-272-3/+6
| | | | Notes: svn path=/head/; revision=136235
* - Fix: Due to changes in configure script, games/pvpgn-1.7.7 won't compile withPav Lucistnik2005-05-261-2/+2
| | | | | | | | | | *SQL support if chosen. PR: ports/81528 Submitted by: Max E. Kuznecov <mek@mek.uz.ua> (maintainer) Notes: svn path=/head/; revision=136218
* - Update to 0.0.11Pav Lucistnik2005-05-263-4/+6
| | | | | | | | PR: ports/81507 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=136215
* - Update to 0.0.11Pav Lucistnik2005-05-263-6/+13
| | | | | | | | PR: ports/81506 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=136214
* - Update to 0.0.11Pav Lucistnik2005-05-263-13/+3
| | | | | | | | PR: ports/81508 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=136213
* Update to 0.4.0.1, a bugfix release.Alexey Dokuchaev2005-05-262-4/+4
| | | | | | | | PR: ports/81503 Submitted by: Vsevolod Stakhov <vsevolod(at)highsecure.ru> Notes: svn path=/head/; revision=136176
* They don't seem to be releasing new versions of this app anymore.Adam Weinberger2005-05-231-1/+3
| | | | | | | Define HAS_MONKEYS so it doesn't get lonely. Notes: svn path=/head/; revision=135990
* - Update to 1.7.7 [1]Simon Barner2005-05-235-102/+97
| | | | | | | | | | | | | - Convert to OPTIONS [1] - Use %%DATADIR%% [2] - Add a hint to UPDATING because of changed config file semantics. [1] Submitted by: maintainer [1], barner [2] PR: ports/81375 Notes: svn path=/head/; revision=135974
* BROKEN on 5.x: Does not compileKris Kennaway2005-05-211-1/+7
| | | | Notes: svn path=/head/; revision=135797
* Apply nasty -fPIC hack to ia64 as well to attempt to "fix" buildKris Kennaway2005-05-211-1/+1
| | | | Notes: svn path=/head/; revision=135792
* - Add WITH_STATIC_PLUGINS, requested by Jurij Ivliev <yury@black.cat.kazan.su>Pav Lucistnik2005-05-202-78/+67
| | | | | | | | | | - Remove WITHOUT_TOOLS and WITHOUT_SERVERS PR: ports/80940 Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer) Notes: svn path=/head/; revision=135705
* Add hattrickorganizer 1.31,Kirill Ponomarev2005-05-207-0/+747
| | | | | | | | | | | Hattrick Organizer is a management tool for the online football manager game at Hattrick.org. PR: ports/77042 Submitted by: Lars Engels <lars.engels@0x20.net> Notes: svn path=/head/; revision=135695
* - Upgrade to 1.26 and unbreak;Thierry Thomas2005-05-194-59/+251
| | | | | | | - Add pkg-plist. Notes: svn path=/head/; revision=135652
* update to 4.2.2Oliver Lehmann2005-05-193-3/+10
| | | | Notes: svn path=/head/; revision=135636
* - Fix fallout from yesterday patch: in original login, files were copiedPav Lucistnik2005-05-181-0/+18
| | | | | | | | | | | from lib to blib first, then variables were replaced in lib. Swap the order. No idea how this could work before. Reported by: Nicholas Kirby <nkirby@dagr.net> Notes: svn path=/head/; revision=135537
* Update to 0.3.5Jean-Yves Lefort2005-05-172-4/+6
| | | | | | | | PR: ports/81121 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=135519
* - UnbreakPav Lucistnik2005-05-172-2/+11
| | | | Notes: svn path=/head/; revision=135518
* - Update to 1.1.14Pav Lucistnik2005-05-174-154/+163
| | | | | | | | PR: ports/81144 Submitted by: Nicholas Kirby <nkirby@dagr.net> Notes: svn path=/head/; revision=135449
* - Update to 0.15.0Pav Lucistnik2005-05-165-15/+38
| | | | | | | | | | | | - Fix gettext detection in configure script - Fix FreeBSD 4.X build by requiring gcc-3.4 - Convert .omf files handling to new infrastructure PR: ports/81028 Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer) Notes: svn path=/head/; revision=135407
* Upgrade to 0.8.15.Thierry Thomas2005-05-162-3/+3
| | | | | | | Changelog at <http://epfl.ysagoon.com/~glob2/data/release-notes-0.8.15.txt>. Notes: svn path=/head/; revision=135399
* Update to 3.6.Roman Bogorodskiy2005-05-162-4/+4
| | | | | | | | | PR: 80729 Submitted by: shuhei <sa264@cam.ac.uk> Approved by: Steve Coltrin (maintainer) Notes: svn path=/head/; revision=135384
* Update to 0.4.0.Sergey A. Osokin2005-05-164-51/+8
| | | | | | | | | | Add new language-files to package list, remove needless patch for Makefile. Approved by: danfe (maintainer) Notes: svn path=/head/; revision=135363
* Update to 2.6betaJean-Yves Lefort2005-05-163-3/+19
| | | | | | | | PR: ports/81071 Submitted by: maintainer Notes: svn path=/head/; revision=135344
* Change my email address.Jean-Yves Lefort2005-05-153-3/+3
| | | | Notes: svn path=/head/; revision=135274
* - Split into -client and -serverJean-Yves Lefort2005-05-1513-314/+150
| | | | | | | | | | - Update to 4.7.1 PR: ports/66762 Submitted by: myself Notes: svn path=/head/; revision=135267