CVS log for pkgsrc/games/tscp/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / games / tscp
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jan 14 17:34:01 2018 UTC (6 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -6
lines
games/*: fix alignment of variable values
pkglint -Wall -r --autofix --only aligned
After running the above command, three packages had to be adjusted
manually:
In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.
In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.
In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Mar 14 17:53:55 2015 UTC (9 years, 9 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
update master site
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Oct 6 11:54:57 2012 UTC (12 years, 2 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -2
lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jun 18 04:45:47 2012 UTC (12 years, 5 months ago) by dholland
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +5 -5
lines
Fix time handling; avoids need to use -lcompat and should fix the Linux
build. While here, tidy a couple bits of pkglint. PKGREVISION -> 3.
Set LICENSE to generic-nonlicense as that appears to describe the situation.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue May 3 12:17:50 2011 UTC (13 years, 7 months ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -4
lines
Updated URLs.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Apr 7 18:16:45 2008 UTC (16 years, 8 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Fix installation.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Mar 4 06:59:06 2008 UTC (16 years, 9 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -5
lines
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Mar 26 06:15:27 2007 UTC (17 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Fix typo in RESTRICTED.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:09:23 2006 UTC (18 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1
lines
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 16 06:57:56 2005 UTC (19 years, 6 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -1
lines
Create directories before installing files into them.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:57 2005 UTC (19 years, 8 months ago) by tv
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2
lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Apr 1 18:52:11 2004 UTC (20 years, 8 months ago) by snj
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -1
lines
USE_BUILDLINK3.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Apr 1 14:38:32 2004 UTC (20 years, 8 months ago) by abs
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5
lines
Updated tscp to 1.81:
Changes since 1.73:
Version 1.81, 2/5/03
* fflush() wasn't being called after print_results() in xboard().
* hply was being set to 0 when xboard() received "black." This broke the
opening book code when playing black with WinBoard.
* set_hash() wasn't being called in bench().
Version 1.8, 1/30/03
* Added opening book code (book.c) and a small opening book (book.txt).
* Added hash keys; replaced the old repetition detection code with code that
compares hash keys.
* Changed bench to report a "Score" to avoid confusion/comparisons with the
previous version's "MIPS" (with score, 1.000 = my Athlon XP 2000+).
* Moved move parsing into its own function (parse_move in main.c).
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:39:26 2003 UTC (21 years, 5 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
s/netbsd.org/NetBSD.org/
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Oct 28 13:28:07 2002 UTC (22 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-6-1-base,
netbsd-1-6-1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
Fix HOMEPAGE and MASTER_SITES. From Robert Elz in PR 18824.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 20 01:34:41 2001 UTC (22 years, 11 months ago) by simonb
Branches: MAIN
CVS tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Update for new homepage/distribution site.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 16 15:10:59 2001 UTC (23 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Feb 12 15:56:47 2001 UTC (23 years, 10 months ago) by abs
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Update to 1.73.
patch incorporated into main tree
Version 1.73, 2/11/01
* Added code to handle EOFs from stdin.
Version 1.72, 2/1/01
* Added code to stop searching if a mate is found.
* Changed max_time/max_depth assignments in main.c.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 4 11:32:34 2001 UTC (23 years, 10 months ago) by abs
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
Handle EOF as 'exit', rather than infinitely repeat last command.
Update to 1.71nb2
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 31 10:07:02 2001 UTC (23 years, 10 months ago) by abs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Increase benchmark timeout by factor of ten (to allow it to be run on slower
machines such as vax and hp300).
Update version to tscp-1.71nb1
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Jan 26 18:24:53 2001 UTC (23 years, 10 months ago) by abs
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Import Tom Kerrigan's Simple Chess Program 1.71
TSCP is intended for people who want to learn about chess programming. Its
source code is designed to be very easy to understand.
The TSCP "package" includes this README file, the TSCP source code, and a copy
of TSCP for Windows 95/98/NT. The executable was made with Visual C++ 6.0
(optimizations set to Maximize Speed).
To use TSCP, run the executable and type "help" at the prompt. It's very
straightforward.
There is a page for TSCP benchmarks: http://ucsu.colorado.edu/~kerrigat/bench/
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 26 18:24:53 2001 UTC (23 years, 10 months ago) by abs
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>