aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Link with ${CXX} instead of ${CC} since this contains C++ code.Kris Kennaway2002-09-081-7/+18
| | | | Notes: svn path=/head/; revision=65801
* upgrade to 0.6.8Ying-Chieh Liao2002-09-072-2/+2
| | | | | | | | PR: 42488 Submitted by: Ports Fury Notes: svn path=/head/; revision=65763
* Use posix syntax for chownKris Kennaway2002-09-071-2/+2
| | | | Notes: svn path=/head/; revision=65756
* Update to 2.6.2. Minor changes only.Christian Weisgerber2002-09-066-94/+3
| | | | Notes: svn path=/head/; revision=65703
* Respect CFLAGS.Dmitry Sivachenko2002-09-051-0/+14
| | | | | | | MAINTAINER timeout. Notes: svn path=/head/; revision=65702
* add lm-solve 0.6.0Ying-Chieh Liao2002-09-056-0/+47
| | | | | | | A Computerized Solver for Logic Mazes Notes: svn path=/head/; revision=65678
* Update to version 0.2.4Kevin Lo2002-09-023-3/+4
| | | | | | | | PR: 42240 Submitted by: Ports Fury Notes: svn path=/head/; revision=65467
* Deploy USE_GNOMENG infrastructureMario Sergio Fujikawa Ferreira2002-09-0223-32/+56
| | | | | | | | PR: 42301 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65456
* Respect CFLAGSKris Kennaway2002-09-011-101/+93
| | | | Notes: svn path=/head/; revision=65454
* ${PERL} -> ${REINPLACE_CMD}David W. Chapman Jr.2002-09-014-8/+12
| | | | | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net Notes: svn path=/head/; revision=65426
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-317-7/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65347
* Add criticalmass 0.97, an SDL/OpenGL space shoot'em up game.Neil Blakey-Milner2002-08-306-0/+42
| | | | Notes: svn path=/head/; revision=65324
* Initial import of groundhog 1.4.Kevin Lo2002-08-307-0/+44
| | | | | | | | | | Groundhog is a small logic game. PR: 40128 Submitted by: Edwin Groothuis <edwin@mavetju.org> Notes: svn path=/head/; revision=65279
* o Depend on sdl12 port instead of sdl10 oneMario Sergio Fujikawa Ferreira2002-08-302-5/+7
| | | | | | | | | | | | o This fixes an outstanding full screen mode bug o PORTREVISION bump since port builded but did not work PR: 41604 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer Notes: svn path=/head/; revision=65272
* Update to 2.0.4.Joe Marcus Clarke2002-08-298-42/+40
| | | | Notes: svn path=/head/; revision=65221
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-281-5/+3
| | | | | | | | PR: 42114 Submitted by: maintainer Notes: svn path=/head/; revision=65164
* 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 to version 0.6.5Kevin Lo2002-08-283-15/+30
| | | | | | | | PR: 42036 Submitted by: MAINTAINER Notes: svn path=/head/; revision=65149
* Update to version 0.16Kevin Lo2002-08-285-57/+135
| | | | | | | | PR: 42035 Submitted by: Ports Fury Notes: svn path=/head/; revision=65132
* Upgrade to 1.0.7.Oliver Braun2002-08-263-10/+13
| | | | | | | | | | | Pass maintainership to submitter. PR: ports/42017 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: dwcjr (mentor) Notes: svn path=/head/; revision=65042
* Add wmpuzzle 0.1.1, a dockable puzzle game for WindowMaker andPete Fritchman2002-08-269-0/+158
| | | | | | | | | | AfterStep. PR: 38110 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Notes: svn path=/head/; revision=65010
* Turn Miguel Mendez' ports over to Adam Weinberger.Trevor Johnson2002-08-264-8/+2
| | | | | | | PR: 42012 Notes: svn path=/head/; revision=65004
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted toWill Andrews2002-08-254-32/+2
| | | | | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1] Notes: svn path=/head/; revision=64972
* upgrade to 2.6.3Ying-Chieh Liao2002-08-242-2/+2
| | | | Notes: svn path=/head/; revision=64960
* - update to 1.5.7Pete Fritchman2002-08-243-6/+8
| | | | | | | - USE_REINPLACE Notes: svn path=/head/; revision=64930
* Don't guess prototypes for functions in system headers.Kris Kennaway2002-08-231-0/+19
| | | | Notes: svn path=/head/; revision=64928
* Update to 0.6.2.Pete Fritchman2002-08-234-5/+18
| | | | | | | Submitted by: "Brian K. White" <brian@aljex.com> Notes: svn path=/head/; revision=64914
* Grab all the qt2/kde2 ports with no maintainer and put them under kde@Alan Eldridge2002-08-233-3/+3
| | | | | | | maintainership. Notes: svn path=/head/; revision=64863
* <malloc.h> -> <stdlib.h> to fix build on currentKris Kennaway2002-08-231-0/+11
| | | | Notes: svn path=/head/; revision=64861
* Respect CXX and CXXFLAGS, and link with CXX, not gcc.Kris Kennaway2002-08-231-0/+17
| | | | Notes: svn path=/head/; revision=64860
* Use POSIX syntax for chown to fix install on 5.xKris Kennaway2002-08-231-1/+1
| | | | Notes: svn path=/head/; revision=64857
* Use USE_GNOMENG.Joe Marcus Clarke2002-08-221-1/+2
| | | | | | | | PR: 41876 Submitted by: maintainer Notes: svn path=/head/; revision=64802
* Update MASTER_SITES and WWW: lineKevin Lo2002-08-212-18/+19
| | | | | | | | PR: 41796 Submitted by: Ports Fury Notes: svn path=/head/; revision=64734
* Add enigma 0.50, enigma is a reimplementation of Oxyd, a puzzle game.Eric Anholt2002-08-178-0/+669
| | | | | | | | PR: 40967 Submitted by: Edwin Groothuis Notes: svn path=/head/; revision=64616
* Update to 0.4pre8.Mark Pulford2002-08-142-2/+2
| | | | | | | | | PR: 41624 Submitted by: Andreas Heck <aheck@gmx.de> Approved by: maintainer Notes: svn path=/head/; revision=64499
* Fix startup-scripts for -current /bin/sh issues.Anders Nordby2002-08-142-5/+10
| | | | Notes: svn path=/head/; revision=64482
* Remove <> from MAINTAINER=; it's a pure email address.Bill Fenner2002-08-131-1/+1
| | | | Notes: svn path=/head/; revision=64472
* Update to 2.0.3.Joe Marcus Clarke2002-08-124-4/+6
| | | | Notes: svn path=/head/; revision=64455
* Add a note that HACKNAME, HACKDIR and HACKDOCSDIR are configurable.Akinori MUSHA2002-08-121-0/+1
| | | | Notes: svn path=/head/; revision=64454
* - Define USE_REINPLACE and use REINPLACE_CMD instead of perl.Akinori MUSHA2002-08-125-156/+178
| | | | | | | | | | | | - Make the install directory and the program name configurable. We'll change the defaults in future so one can install multiple versions of nethack at a time. - Do not mercilessly remove non-empty logfile and record on deinstallation. Notes: svn path=/head/; revision=64449
* Don't pretend we are SysV. We are BSD.Akinori MUSHA2002-08-122-2/+40
| | | | Notes: svn path=/head/; revision=64448
* add crossword 0.8.1Ying-Chieh Liao2002-08-126-0/+39
| | | | | | | Crossword Generator Notes: svn path=/head/; revision=64398
* Forgot to remove USE_REINPLACE in last commitPatrick Li2002-08-101-1/+0
| | | | Notes: svn path=/head/; revision=64353
* Update to 1.5.0Patrick Li2002-08-103-19/+10
| | | | | | | | PR: ports/41369 Submitted by: maintainer Notes: svn path=/head/; revision=64352
* Changed the installation directory of the Sun JDK 1.3.x for Linux toErnst de Haan2002-08-101-1/+1
| | | | | | | | | linux-sun-jdk1.3.1. PR: 41424 Notes: svn path=/head/; revision=64324
* Update to 2.5.bPatrick Li2002-08-092-2/+2
| | | | Notes: svn path=/head/; revision=64290
* Update MASTER_SITES.Trevor Johnson2002-08-081-1/+1
| | | | | | | nods to: fenner's survey, www.alltheweb.com Notes: svn path=/head/; revision=64213
* add gl-117 0.6Ying-Chieh Liao2002-08-086-0/+134
| | | | | | | An OpenGL & SDL action flight simulator Notes: svn path=/head/; revision=64198
* Update to 2.5.aPatrick Li2002-08-083-4/+2
| | | | Notes: svn path=/head/; revision=64191