summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2001-10-02Add and enable dipmap.wiz1-1/+2
2001-10-02Initial import of dipmap-1.16, a tool to draw postscript diplomacy mapswiz7-0/+173
from judge output. Based on a package by Nate Johnston on netbsd-users, heavily modified by me.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam26-52/+52
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-14Update to 18.10, as requested in pkg/13795.wiz2-11/+11
Changes since 18.9: minor bug in book.c would let crafty play lines that were very rarely played even though there were others that had been played far more times and were more reliable. king safety scores ramped up a bit and made more "responsive".
2001-09-14Try fetch first from ${MASTER_SITE_BACKUP}. Partially fixes problem notedjlam1-2/+3
in pkg/13795 by John Klos <john@sixgirls.org>.
2001-09-14Fix problems with xpkgwedge and score file installation noted by Johnjlam6-10/+149
Darrow <John.P.Darrow@wheaton.edu> in pkg/13264. Changes noted in the PR were applied with some small changes to use FILES_SUBST/FILES_SUBST_SED to unify the various substitution patterns for the *INSTALL files, and to use ${CMP} instead of diff in the DEINSTALL file.
2001-09-10fix PKGNAME... one of these days i'll gonna add a PKGREVISION variable. :/hubertf1-2/+3
2001-09-10forgot to commit these fileshubertf2-0/+48
2001-09-09Back down the autoconf version.mycroft1-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc20-40/+40
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-09-08Add sounds support.hubertf4-17/+31
Patches submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw> in PR 13893
2001-09-07change dependencies to kdexxx>=2.1 instead of strict matchesdrochner2-4/+4
to ease updates
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam24-54/+51
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-28Fix auto configure files to work with version 2.52 of the "autoconf"tron3-3/+22
package.
2001-08-27Use wildcard dependence on "autoconf" package.tron4-8/+8
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll3-6/+6
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-23Paths are supposed to be relative to X11PREFIX, not X11BASE.jlam1-3/+3
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam2-9/+6
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam1-2/+1
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-17Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} injlam1-3/+1
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-15Converted to use buildlink.mk files, it simplified Makefile and patch-abzuntum3-15/+11
a lot.
2001-08-15Update freeciv-share, freeciv-server, freeciv-client, and freeciv-client-gtkjlam7-25/+56
to 1.12.0. Major changes from version 1.11.4 include: - Big fixes, of course. - Better compatibility with Civilization II. - Better internationalization. - Prettier graphics/tiles. - More maps. - Players can agree to give shared vision, which means that you automatically see everything the other player sees.
2001-08-15Update lbreakout to 010315 (this update was provided in private mail byrh6-27/+29
Scott Barron <sb125499@oak.cats.ohiou.edu>). Changes are bugfixes, additional gadgets and levels.
2001-08-13Update gnome-games to 1.4.0.2. Changes are bugfixes only.rh4-397/+181
2001-08-01Update to 0.5.2, fixing pkg/13582 in the process.wiz4-66/+93
Changes since 0.4: Fixed a nasty next level bug, changed the block pixmaps. Fixed a couple more focus issues, added a couple of usability patches, repaired minor scores permissions, rewrote the pause code. Bounce entropy, improvements to pause/focus code, new powerups, new block types, and customisable levelfiles.
2001-08-01Add USE_XAW, and add -lXpm to configure check so that it is found correctly.wiz3-2/+17
Fixes recent bulk build problem.
2001-07-27Work with xpkgwedgeabs3-7/+8
2001-07-26add & enable ketmzuntum1-1/+2
2001-07-26Initial import of ketm-0.0.4 -- old-school 2d-scrolling shooterzuntum5-0/+127
ketm is (or will be someday) an old-school 2d-scrolling shooter. Because it is based on SDL, it is no problem to port it to different plattforms. For the moment it runs on Linux (i386/PPC), FreeBSD, Win32 and BeOS.
2001-07-26add & enable prboom and xscorchzuntum1-1/+3
2001-07-26Initial import of xscorch-0.1.13a - Multiplayer tank shoot-em-upzuntum4-0/+47
XScorch is a clone of the olden-days DOS game "Scorch". It is an extremely addictive war game where any mixture of humans an computer AIs control separate tanks (teams are possible) and attempt to blow up or arrange to blow up the other tanks on the field (which can vary from rugged, mountainous terrain to flat plains). The last tank on the field is the winner.
2001-07-26Initial import of prboom-2.2.1zuntum7-0/+89
Prboom is a modified version of the ID Software's classic game Doom. It runs on several platforms (include Win32 and Unixes) and features many additions to the original game. It also supports multiplayer games. Note: this package lacks audio support for now, because we don't have SDL_mixer yet. I hope to enable it in the future.
2001-07-19Update this pkg to 1.0.0, the current version of crossfire. No changeloggarbled5-40/+276
available.
2001-07-19Update this pkg to 1.0.0. Couldn't find a changelog, but the keybindingsgarbled4-18/+18
actually seem to work now.
2001-07-09Update pysol to 4.72 and cardset to 4.40.sakamoto2-8/+9
suggested by Gary Duzan <gary@duzan.org>. This version should work with any Python version.
2001-07-09update homepage urlhubertf1-2/+2
2001-07-05Update mirrormagic to version 2.0.0kristerw9-108/+367
Changes since version 1.3: - complete code redesign (based on new Rocks'n'Diamonds game engine) - contains now 60 levels from the classic game "Deflektor" - can be compiled with SDL library to build native Windows version - can be compiled with Allegro library to build native DOS version - DOS and Windows versions can be compiled with gcc cross-compiler - changed levels 43 and 45 due to changed (faster) pac man behaviour
2001-07-05Update rocksndiamonds to version 2.0.0kristerw9-66/+112
Changes since version 1.4.0: - major code redesign to maintain generic game functions in a separate library and make it easier to port the game to new targets like SDL - can be compiled with SDL library to build native Windows version - DOS and Windows versions can be compiled with gcc cross-compiler - trying to open already busy audio device does not block the game - fixed network playing bug (patch from web site) - SDL version can load and play music modules - fixed element description in level editor for EM doors and keys
2001-07-04Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-19/+15
2001-07-02Update abuse to 2.0nb1:abs8-84/+118
Avoid gets() usage and add __sparc__ to alignment needing CPUs, allowing it to run on my ss5.
2001-06-30Converted to use buildlink.mkzuntum1-2/+3
2001-06-30Converted to use buildlink.mkzuntum1-4/+3
2001-06-30Converted to use buildlink.mk fileszuntum3-9/+10
2001-06-30Set USE_BUILDLINK_ONLYzuntum1-1/+2
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam6-15/+7
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28o convert to use buildlink.mk, set USE_BUILDLINK_ONLYzuntum1-7/+5
2001-06-28o use buildlink.mk to get x11/gtk and devel/gettext-lib dependencieszuntum1-12/+8
o set USE_BUILDLINK_ONLY
2001-06-26Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-7/+9
2001-06-26Mark as USE_BUILDLINK_ONLY.jlam1-1/+2