summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
1999-07-24Update patches checksumdante1-2/+2
1999-07-24add dependencieshubertf1-1/+4
1999-07-24Remove inclusion of "bool.h" and "std.h";dante1-7/+7
Include <stdlib.h>
1999-07-24add & enable kothhubertf1-1/+2
1999-07-24The classic "shoot the other tank" artillery game, networkedhubertf5-0/+27
1999-07-22Use smaller ".tar.bz2" distribution file.tron2-3/+4
1999-07-22Change maintainer to "packages@netbsd.org".tron1-2/+2
1999-07-22Fix path in patch.hubertf2-5/+5
1999-07-22Update freeciv to 1.8.1. Work done by Jon Buller with some fixes andgarbled5-53/+43
minor hacks by myself.
1999-07-22Oops.. s/ClanLib/clanlib. Noticed by dolecek@ics.muni.czgarbled1-2/+2
1999-07-21Add pacman and clanlibgarbled1-1/+2
1999-07-21Pacman-1.0.0. The test application for clanlib. A pretty good versiongarbled9-0/+77
of the game too. Known to work on 1.4/alpha Pacman, a small demonstration game for ClanLib.
1999-07-20New systems don't have old libg++-headers bool.h and std.h any more,hubertf2-1/+14
adjust this. Reported in PR 7970 by Thilo.Manske@HEH.Uni-Oldenburg.DE
1999-07-09Add package patch-sum filesagc55-0/+297
1999-07-06Update ncurses dependency.jlam1-2/+2
1999-07-05Add code so libXpm is found on ELF systems.hubertf1-2/+2
Noted in PR 7915 by Michael G. Schabert <mikeride@prez.org>
1999-07-01Enable dopewarsgarbled1-1/+2
1999-07-01New pkg for dopewars-1.4.3garbled7-0/+68
(I used to love this game on the PC) Make a fortune dealing drugs on the streets of New York
1999-07-01fix PKGNAMEhubertf1-1/+2
1999-07-01add and enable xroadshubertf1-1/+2
1999-07-01XRoads is a game for the X Windows system that attempts to be likehubertf7-0/+92
the game Crossroads (and it's sequel, Pandemonium) for the Commodore 64. Basically, it is a 2-dimensional, overhead view maze game in which you fight against a gang of monsters. Sounds simple? Guess again! There are (or at least, there will be) tons of different twists in the game which make it fun.
1999-06-26Add and enable zombies.simonb1-1/+2
1999-06-26zombies - a simple robots-like game I wrote years ago the Luke convincedsimonb6-0/+43
me to make a package of.
1999-06-14Enable xboard.simonb1-2/+2
1999-06-14XBoard - an X11 chess frontend.simonb6-0/+51
1999-06-12Add xconq.kleink1-1/+2
1999-06-12Initial import of pkg for xconq-7.2.2, an X11-based strategy game environment.kleink15-0/+361
1999-06-05Update "kdegames" package to version 1.1.1.tron5-639/+666
1999-06-04change dependencies to updated qt-1.44drochner1-2/+2
1999-06-04Update dependence to "kdebase" package to version 1.1.1.tron1-2/+2
XXX I didn't test a mixture of kde 1.1 and 1.1.1. Use it on your own risk!
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-13/+13
pattern match format. Minor pkglint along the way.
1999-05-20Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",tron1-6/+2
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-02Update to baduki-0.2.7.bad2-4/+4
1999-05-02Update to GNUgo 2.0.bad3-31/+13
1999-04-26add USE_X11=yesgarbled4-4/+8
1999-04-24pkglint: "MASTER_SITES" must come before "DISTFILES".tron1-3/+3
1999-04-24Fix run time library search path.tron1-2/+2
1999-04-23Get rid of old-style chown usage.kleink1-2/+2
1999-04-16nethack-x11 _really_ wants to depend on nethack-lib and xpm.abs1-3/+3
Found by ahorn@anim.dreamworks.com
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron8-24/+16
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-04-05Rename package to nethack-all-3.2.2 to avoid any conflicts with the otherhubertf1-2/+2
nethack package.
1999-04-05More EXTRACT_CMD fallout.mycroft2-5/+8
NOTE: These are not tested!
1999-04-05Use ${GTAR} rather than /usr/bin/tar, even though this is not what bsd.pkg.mkmycroft1-2/+2
does.
1999-04-05Oops; GZCAT, not GUNZIP_CMD.mycroft1-2/+2
1999-04-05EXTRACT_CMD doesn't work the same any more...mycroft1-2/+3
1999-04-05We need a ${DISTDIR} here to make the extract work.mycroft1-2/+2
1999-04-02run mkfontdir also on "make install" timehubertf1-1/+4
1999-04-01Rewrite the extraction commands to be more intuitive.agc2-7/+4
In the vast majority of cases, nothing has changed (i.e. .tgz, .tar.gz, and .tar.bz2). EXTRACT_USING_PAX can be set as before. For custom extractions, instead of using EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS and EXTRACT_CMD, simply set EXTRACT_CMD to be the command needed to decompress and extract the lements from the archive. ${DOWNLOADED_DISTFILE} can be used to reference the distfile(s). e.g. for compressed shars, where previously there was: EXTRACT_CMD= ${GZCAT} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= |sh now use: EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH}
1999-04-01Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fixagc1-3/+3
release.