summaryrefslogtreecommitdiff
path: root/phalanx
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /phalanx
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'phalanx')
-rw-r--r--phalanx/phalanx/capabilities18
-rw-r--r--phalanx/phalanx/description10
-rw-r--r--phalanx/phalanx/gcc3.patch73
-rw-r--r--phalanx/phalanx_22.bb0
4 files changed, 0 insertions, 101 deletions
diff --git a/phalanx/phalanx/capabilities b/phalanx/phalanx/capabilities
deleted file mode 100644
index 703cf84f3c..0000000000
--- a/phalanx/phalanx/capabilities
+++ /dev/null
@@ -1,18 +0,0 @@
-[GENERAL]
-NAME=Phalanx
-VERSION=0.1.2
-exec=phalanx
-cmd=-l- -P /opt/QtPalmtop/chess/engines/Phalanx -S /opt/QtPalmtop/chess/engines/Phalanx
-
-[CAPABILITIES]
-UNDO=1
-EDIT=1
-BOOK=1
-
-[DIFFICULTY]
-level_very_easy_cmd=-e 100
-level_easy_cmd=-e 75
-level_moderate_cmd=-e 42
-level_hard_cmd=-e 15
-level_very_hard_cmd=-e 0
-
diff --git a/phalanx/phalanx/description b/phalanx/phalanx/description
deleted file mode 100644
index 945d103565..0000000000
--- a/phalanx/phalanx/description
+++ /dev/null
@@ -1,10 +0,0 @@
-<qt>
-<b>Phalanx</b>
-<hr>
-Phalanx chess engine was written by Dusan Dobes and it is one of the youngest of the
-free chess programs.
-Despite this fact it has managed to become quite strong approaching the level of some
-modern commercial chess software.
-<br>
-This engine supports differing difficulty levels
-</qt>
diff --git a/phalanx/phalanx/gcc3.patch b/phalanx/phalanx/gcc3.patch
deleted file mode 100644
index 3502a691d0..0000000000
--- a/phalanx/phalanx/gcc3.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- Phalanx-XXII/phalanx.c~gcc3.patch
-+++ Phalanx-XXII/phalanx.c
-@@ -11,30 +11,30 @@
-
- void badoptions(void)
- {
--printf("\
--Usage: phalanx [options] [<moves> <minutes> [<increment in seconds>]]
-- phalanx [options] [<seconds per move>]
-- phalanx bench
-- phalanx bcreate [options]
--Options: -t <transposition table size in kilobytes>
-- -f <fixed search time in seconds>
-- -x <+/-> xboard mode on/off default: on
-- -p <+/-> permanent brain on/off default: off
-- -s <+/-> show thinking on/off default: off
-- -c <+/-> cpu time default: off
-- -o <+/-> polling input default: on
-- -b <+/-> opening book default: on
-- -r <resign value in centipawns> default: 0 (no resigning)
-- -e <easy level 0...100> default: 0 (best play)
-- -l <+/-> learning on/off default: on
-- -v print version and exit
-- -P <primary book directory>
-- -S <secondary book directory>
-- -L <learning file directory>
-- -g <log file name>
--Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000
-- xboard -fcp \"phalanx -l+ -r800\"
--");
-+printf("\n"
-+"Usage: phalanx [options] [<moves> <minutes> [<increment in seconds>]]\n"
-+" phalanx [options] [<seconds per move>]\n"
-+" phalanx bench\n"
-+" phalanx bcreate [options]\n"
-+"Options: -t <transposition table size in kilobytes>\n"
-+" -f <fixed search time in seconds>\n"
-+" -x <+/-> xboard mode on/off default: on\n"
-+" -p <+/-> permanent brain on/off default: off\n"
-+" -s <+/-> show thinking on/off default: off\n"
-+" -c <+/-> cpu time default: off\n"
-+" -o <+/-> polling input default: on\n"
-+" -b <+/-> opening book default: on\n"
-+" -r <resign value in centipawns> default: 0 (no resigning)\n"
-+" -e <easy level 0...100> default: 0 (best play)\n"
-+" -l <+/-> learning on/off default: on\n"
-+" -v print version and exit\n"
-+" -P <primary book directory>\n"
-+" -S <secondary book directory>\n"
-+" -L <learning file directory>\n"
-+" -g <log file name>\n"
-+"Examples: phalanx -c+ -s+ -o - -x- -f 60 -t4000\n"
-+" xboard -fcp \"phalanx -l+ -r800\n"
-+"");
- exit(0);
- }
-
---- Phalanx-XXII/io.c~gcc3.patch
-+++ Phalanx-XXII/io.c
-@@ -894,7 +894,7 @@
- { case 0: puts("off"); break;
- case 1: puts("on"); break;
- case 2: puts("on (pondering)"); break;
-- default:
-+ default:;
- }
-
- printf(" Transposition table ... ");
diff --git a/phalanx/phalanx_22.bb b/phalanx/phalanx_22.bb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/phalanx/phalanx_22.bb
+++ /dev/null