summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf7-14/+18
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-28BUildlinkify. Also clean up this package, but using the proper variablesjlam2-11/+13
to tweak the install, and a few other cosmetic changes. Lastly, sort the PLIST.
2001-11-28Buildlinkify, and use REPLACE_PERL instead of hard-coding perl path asjlam7-54/+20
"/usr/pkg/bin/perl".
2001-11-19Use the general INSTALL/DEINSTALL scripts instead of the homegrown ones.jlam3-133/+5
2001-11-19Use general INSTALL/DEINSTALL scripts instead of homegrown ones.jlam3-51/+11
2001-11-16Change MASTER_SITES and HOMEPAGE as suggested in pkg/14607 by Davidjlam1-3/+6
Griffith <dgriffi@cs.csubak.edu>.
2001-11-14Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with aagc1-5/+3
single instance of ${PAX}.
2001-11-13Note addition of games/knights.jlam1-1/+2
2001-11-13games/knights - chess interface for KDEjlam5-0/+77
Knights is a graphical chess interface to various chess engines and is designed to work with KDE2. It has features geared toward novice players, such as "previews": when you right click on a piece, Knights will show you where that piece can move, and where it can attack. Future releases of Knights will include tutorials which teach everything from piece movement to advanced endgame strategy.
2001-11-13* Strongly buildlinkify.jlam2-13/+19
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
2001-11-11Apply a patch from Tim Mann's chess site that fixes the following problem:jlam4-16/+26
The "edit" function is not implemented in GNU Chess 5.00. This means that XBoard's "Edit Position" feature will not work with it. Loading a position from a file, loading a PGN game that starts from a nonstandard position, or playing an ICS wild game in Zippy mode, etc., will also not work. Also fix the gnuchessx script to accept options and to pass them through to the gnuchess binary. Bump package version number to 5.00nb2.
2001-11-11Adjust format a bit:hubertf1-0/+5
* 75 * '=' * RCS ID * blank line * message text * optional blank line * 75 * '='
2001-11-01Move pkg/ files into package's toplevel directoryzuntum31-30/+22
2001-11-01Move pkg/ files into package's toplevel directoryzuntum318-209/+217
2001-10-28Note addition of bridge-hands-2.0 in games/bridge-hands.jlam1-1/+2
2001-10-28games/bridge-hands:jlam4-0/+36
generate hands for duplicate bridge Hands is a program to generate bridge hands for a duplicate game. The program writes output to the terminal ("Standard out") which may be redirected to a file or a printer. The output is suitable for printing on 8 1/2 x 11 inch pages using any fixed-pitch font at 12 characters per inch, such as 10-point Courier, or for redirection to any Postcript printer or compatible interpreter.
2001-10-26It would appear that this package has a silent dependency on theagc3-2/+19
dmalloc package, so add a dependency on the same, and add build glue so that the random_maps and common directories get built properly.
2001-10-26The post-patch script did the same job, at the same time, as the neweragc2-16/+9
REPLACE_PERL definition does, so convert this package to use REPLACE_PERL. Remove now unnecessary post-patch script.
2001-10-26The post-patch script was doing the same job that the REPLACE_PERLagc2-15/+3
definition does, so use REPLACE_PERL instead of a custom script.
2001-10-25Use the definitive homepage.jlam1-2/+2
2001-10-25Note addition of games/sjeng.jlam1-1/+2
2001-10-25games/sjeng - engine for chess variations (bughouse, suicide, etc.)jlam8-0/+213
Sjeng is an attempt to create a bughouse- and crazyhouse-playing program that can attain a level comparable to what the best human players are capable of. Sjeng also can play standard, suicide, giveaway and losers chess.
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam16-32/+32
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24add xpm's buildlink.mk. fixes problem in recent bulk build. fixdmcmahill1-1/+2
suggested by zuntum.
2001-10-23Strongly buildlinkify.jlam4-9/+10
2001-10-23Some cosmetic changes, use ${MAKE_PROGRAM} instead of ${GMAKE} to refer tojlam1-7/+6
the make program used in building xconq, and remove the unnecessary tcl/buildlink.mk file as it's pulled in by tk/buildlink.mk.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam15-30/+30
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-23Update crafty to 18.12 and strongly-buildlinkify. Relevant changes fromjlam2-11/+13
version 18.10 include: - the pawn ram code is now disabled when playing a computer, although the normal 'blocked pawn' code is always active. - bug in the code that penalizes a rook with no horizontal mobility was fixed. if the first rook scored had horizontal mobility, the second rook appeared to have this mobility as well, which was wrong. - pawn hash statistics were wrong on longer searches due to an int overflow on a multiply and divide calculation. this has been re-ordered to avoid the overflow. - for unknown reasons, epd support was disabled. it is now enabled as it should be. - bug in EvaluateDraws() fixed to not call KBB vs KN a draw if the correct tablebase is not available. - bishop pair scores now vary depending on how many pawns are left on the board. a pair is not worth a lot if there are 7-8 pawns left as most diagonals will be blocked by pawns. - a new way of handling the search extensions is in place. with the old approach, one ply could not extend more than one full ply. with the new approach, borrowed from Deep Blue, two consecutive plies can not extend more than two plies total. It averages out to be the same, of course, but the effect is a bit different. Now it is possible for a check and recapture to be applied at the same ply, where they could not before (since a check was already a full one-ply extension). whether this is better or not is not clear yet, but it is worth careful analysis.
2001-10-23Strongly-buildlinkify.jlam1-10/+9
2001-10-22Update to xpilot 4.4.2.mycroft4-18/+79
2001-10-21use "sdl-config --libs" instead of hardcoding libs.hubertf2-4/+4
Makes this pkg build in bulk builds.
2001-10-21Removing BUILD_USES_GETTEXT_M4 from net/ORBit broke this package.mycroft1-1/+2
2001-10-20Another change for the keymap editing, per PR 14294hubertf1-3/+4
2001-10-18Change keymap for isometric view - per PR 14287hubertf1-3/+3
2001-10-18Avoid some compiler warnings which seem to be fatal on my sparc64 boxabs4-5/+48
2001-10-17add & enable iso-pernangbandhubertf1-1/+2
2001-10-17Iso-Angband is an isometric (pseudo 3D) view for PernAngbandhubertf5-0/+329
Submitted by collver@linuxfreemail.com in PR 14273
2001-10-15Update to KDE 2.2.1skrll8-495/+433
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-14Readd "post-install" target mistakenly removed by last commit.tron1-1/+4
2001-10-14Fix installation problem on system where "xpkgwedge" is installed.tron4-15/+11
2001-10-13This packages doesn't need gnome-core. gnome-libs is enough, so useveego1-3/+2
the buildlink.mk from gnome-libs.
2001-10-07Update gnome-games to 1.4.0.3. Changes are bugfixes only.rh3-41/+10
2001-10-07Make this work with external programs.rh2-1/+28
2001-10-07Update gnome-chess to 0.3.3 and while at it, buildlinkify. Changes include:rh3-8/+58
Version 0.3.3 "Kramnik", 2001-08-23 ---------------------------------- - PGN dialog - Allow per server connection programs - Fix Crafy promotions - Fix sorting of PGN games - Fix loading PGN Games with PGN escapes - Handle server user names with ()*. - Get docs built and installed properly Version 0.3.2 "Euwe", 2001-06-01 ---------------------------------- - Bug fix for connecting to servers Version 0.3.1 "Petrosian", 2001-05-31 ---------------------------------- - Non drag & drop piece movement (click on from/to squares) - Sorting and auto sizing of the pgn games list - Support for timeseal when the server address is not an IP address - Player names/times now reflect board orientation - Get analysis for crafty working again - Get beep on move working again - Handle aborted server games more gracefully - Numerous architecture cleanups and bug fixes - Experimental auto flag support (not relying on the server) - Experimental terminal size code for chess servers Version 0.3.0 "Tal", 2001-05-06 ---------------------------------- - Multiple boards - Resizable boards - Typing history for chess servers - Support for multiple piece sets - Support for coloring squares differently - Improved preferences - Store chess programs - Auto queen
2001-10-07Fetch it again from the main ftp site and not from the MASTER_SITE_BACKUP.veego1-3/+2
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>.