summaryrefslogtreecommitdiff
path: root/games/crafty
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for games categoryagc1-1/+2
Problems found locating distfiles: Package blokus: missing distfile blokus-1.1.tar.gz Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz Package dungeon: missing distfile dungeon-gdt-glk.tar.gz Package gate88: missing distfile Gate88_Mar19_05.tar.gz Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip Package rollemup: missing distfile Rollemup.tar.gz Package tscp: missing distfile tscp181.zip Package xbat: missing distfile xev111.tar.gz Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz Package xrick: missing distfile xrick-021212.tgz Package xskat: missing distfile xskat-cards.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-04-17remove dead mirror.zafer1-3/+2
2009-08-03Don't segfault on failing shmget because the print routine tries tojoerg3-8/+34
access the shared memory segment. Bump revision.
2008-08-17Fix some 64-bit issues and a y2038 bug I noticed in passing.dholland5-2/+118
Also, round size of shmget() requests to be page-aligned; at least on amd64 -current this seems to be required to run at all. PKGREVISION++.
2008-05-25Update to crafty 22.1. Always use the NetBSD rules, we can fixup issuesjoerg6-174/+27
if they happen. Don't install the ECO classification as opening book, it is essentially useful. No detailed ChangeLog, but this fixes some crashes with invalid games, brings SMP support and increases to the strength of crafty.
2008-03-04Mechanical changes to add DESTDIR support to packages that installjlam1-6/+8
their files via a custom do-install target.
2006-05-19Needs C++.rillig1-1/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-12-19Use FreeBSD target for DragonFly as well. Honor CC and CXX forjoerg3-5/+16
FreeBSD target, gcc is not enough to link on DragonFly. XXX Is the override necessary at all? XXX Other platforms should do this as well.
2005-12-18Fixed quoting of CFLAGS.rillig1-3/+3
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-06-16Create directories before installing files into them.jlam1-1/+2
2005-06-06Set BUILD_TARGET correctly on Linux. This fixes PR pkg/29379.minskim1-1/+7
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-13Back out previous, irrelevant quoting fix.uebayasi1-3/+3
2005-03-07Fix quoting.uebayasi1-3/+3
2005-02-23Add RMD160 digests.agc1-1/+5
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-7/+7
Suggested by Roland Illig, ok'd by various.
2004-09-16Change DIST_SUBDIR to avoid breakage for people who have the oldwiz2-11/+11
distfiles (see previous commit).
2004-09-16Apparently, the crafty tar file has been repackaged with crafty-18.15/he2-10/+9
inserted at the top, and the read.me file has also been modified. Track that by updating checksums and adjusting Makefile to fit.
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-04-11Convert to buildlink3.snj1-2/+2
2004-01-28gcc3 fix - we compile one of the object files with g++, so link theagc2-1/+15
executable with g++ as well.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-09-25lower optimization level on sparc. With -O2, crafty segfaults immediately,dmcmahill1-1/+3
with -O1 it compiles and seems to run ok. This is on NetBSD-1.6/sparc, gcc-2.95.3.
2002-09-11Update games/crafty to 18.15. Changes from version 18.13 include:jlam4-106/+43
18.14 Minor bug in ResignOrDraw() code caused Crafty to not offer draws although it would accept them when appropriate. Rook vs Minor is now evaluated as "neither side can win" an oversight in the EvaluateWinner() code. minor bug in ResignOrDraw() would fail to offer draws due to the +0.01/-0.01 draw scores returned by the EGTB probe code. 18.15 change in endgame draw recognition to handle the case where one side appears to be in a lost ending but is stalemated. the code now evaluates such positions as "DrawScore()" instead. the code to accept/decline draws has been modified. when a draw offer is received, a global variable "draw_offer_pending" is set to 1. when the search for a move for crafty terminates, crafty then uses this value to decide whether to accept or decline the draw. this means that the accept/decline won't happen until _after_ the search has a chance to see if something good is happening that should cause the draw to be declined, closing a timing hole that used to exist that let a few "suspects" get away with draws that should not have happened (ie crafty has - scores for a long time, the opponent suddenly fails low and sees he is losing and offers a draw quickly. Crafty would accept before doing a search and noticing that it was suddenly winning.) minor evaluation change to notice that K+B+right RP vs K+B is not necessarily won if the weaker side has a bishop of the right color.
2002-04-04Provide a FirstOne and LastOne implemention for archs without hand craftedjmc2-1/+69
assembly substitutes.
2002-01-12Update games/crafty to 18.13. Changes from version 18.12 include:jlam3-13/+13
* Deep Blue extension limit removed and restored to one ply of extension per ply of search. * pruning in q-search fixed so that a capture will be considered if it takes the total material on the board down to a bishop or less for the opponent, as that can greatly influence the evaluation with the EvaluateWinner() code. * as the 50 move rule draws near, the hash table scores are marked as invalid every 5 moves so that hashing can't hide potential 50-move-rule draws. * lazy evaluation code modified to be more conservative, since in endgames the positional score can be a large change. * EvaluatePassedPawnRaces() fixed so that if one side has two pawns that are far enough apart, it will recognize that even though the king is "in the square" of either, it can't always stay in the square of one if it has to capture the other. * pawn hash signature restored to 64 bits after testing proved that 32 was producing an unacceptable number of collisions. * search node counter is now 64 bits as well to avoid overflows. * in the outside passed pawn code fixed (bad mask).
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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-07Fetch it again from the main ftp site and not from the MASTER_SITE_BACKUP.veego1-3/+2
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-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-06-01make sure this compiles on sparc by using .S instead of .s for thedmcmahill1-1/+2
assembly file so that the preprocessor gets run first. tried a short game, seems to work even.
2001-04-21Move to sha1 digests, and/or add distfile sizes.wiz1-1/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-29Update crafty to 18.9. Changes to version 18.8:jlam2-7/+7
18.9 Book() modified to increase the responsiveness of book learning. the new code, plus the default weights for the book parameters now make Crafty learn very aggressively and repeat good opening lines and avoid bad ones.
2001-03-28Update crafty to 18.8. Changes from version 18.7:jlam2-7/+7
18.8 recapture extension turned back on for a while. changes to the evaluation code, particularly EvaluatePawns() to make it more efficient and accurate. IE it was possible for an isolated pawn to be penalized for being isolated, weak, and blocked, which made little sense.
2001-03-21Update crafty to 18.7. Changes from version 18.6:jlam2-7/+7
18.7 BOOK_CLUSTER_SIZE increased to 2000 to handle making really large books. a book made without this change could produce clusters that would cause memory overwrites.
2001-03-16Update crafty to 18.6. Changes from version 18.5:jlam2-7/+7
18.6 "new" no longer produces a new log.nnn/game.nnn file if no moves have actually been played. minor change to rook scoring gives a penalty when a rook has no horizontal (rank) mobility, to avoid moves like Ra2 protecting the pawn on b2, etc. glitch in the code that initializes is_outside[][] and is_outside_c[][] could cause missed outside pawn cases to happen. this has been there a long time.
2001-03-12Update crafty to 18.5. Changes from version 18.4:jlam2-7/+7
18.5 minor change to RootMove() to use Quiesce() rather than the more complicated way it was ordering with Evaluate()/EnPrise(). this is no faster, but it is simpler and eliminated the need for the EnPrise() function totally, making the code a bit smaller. bug in EvaluateDraws() would let it think that the bishop+wrong rook pawn endings were winnable if both kings were very close to the queening square, even with the wrong bishop.
2001-03-09Update crafty to 18.4. Changes from version 18.3:jlam5-14/+30
18.4 recapture extension was left in SearchSMP() erroneously. this has now been protected by a #ifdef just like it was in Search(). bug in RepetitionCheck() was causing problems in SMP versions. The entire repetition list code was modified to clean this up. the problem was most noticable on things like fine #70. bug in LearnImportBook() confused the learn value sign, due to the other changes to make +=white all the time. opposite bishop scoring has been beefed up a bit to avoid these drawish endings.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13Update crafty to 18.3. This is a bugfix release over version 18.2. Changesjlam2-7/+7
include: 18.3 minor bug in "avoid_null_move" test used R=2 for the test rather than testing R=2/3 as the real null-move search uses. the kibitz for "Hello from Crafty Vx.xx" has been moved so that it works with the new xboard/winboard 4.2.2 versions. book learning was badly broken in the previous version and has been fixed/tested.
2001-02-08Update crafty to 18.2. Changes from version 18.1 include:jlam4-16/+20
The main feature is that it fixes the winboard hang problem when crafty plays black on a chess server. It also has much more aggressive book learning (code has been significantly changed). A minor bug was fixed in analyze mode that would break the "h" command when black was on move, and show one less move for either side that had actually been played in the game. Another fixed bug reversed the sign of a score whispered in analysis mode. Pkgsrc changes include fixing the build target on Solaris (untested).