From 37637e483f1bf6574e9306aebbd013bb63d888d6 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:47:39 +0000 Subject: Move pkg/ files into package's toplevel directory --- games/exchess/DESCR | 11 +++++++++++ games/exchess/PLIST | 6 ++++++ games/exchess/pkg/DESCR | 11 ----------- games/exchess/pkg/PLIST | 6 ------ 4 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 games/exchess/DESCR create mode 100644 games/exchess/PLIST delete mode 100644 games/exchess/pkg/DESCR delete mode 100644 games/exchess/pkg/PLIST (limited to 'games/exchess') diff --git a/games/exchess/DESCR b/games/exchess/DESCR new file mode 100644 index 00000000000..c20d628394e --- /dev/null +++ b/games/exchess/DESCR @@ -0,0 +1,11 @@ +EXchess is an experimental chess engine supporting the following features: + + * Support for Tim Mann's XBoard. + * Analysis features of XBoard. + * Brute force searches to 60 ply (1 ply = a move by one side). + * Hash tables for storing positions already visited in the search. + * Pondering. (Thinking on the opponent's time.) + * Recursive null move pruning. + * Quiescent capture search. + * Adjustable hash table size. + * Adjustable search and evaluation parameters. diff --git a/games/exchess/PLIST b/games/exchess/PLIST new file mode 100644 index 00000000000..a8ad74bf3d6 --- /dev/null +++ b/games/exchess/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:52:03 zuntum Exp $ +bin/exchess +lib/exchess/search.par +share/doc/exchess/readme.txt +@dirrm share/doc/exchess +@dirrm lib/exchess diff --git a/games/exchess/pkg/DESCR b/games/exchess/pkg/DESCR deleted file mode 100644 index c20d628394e..00000000000 --- a/games/exchess/pkg/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -EXchess is an experimental chess engine supporting the following features: - - * Support for Tim Mann's XBoard. - * Analysis features of XBoard. - * Brute force searches to 60 ply (1 ply = a move by one side). - * Hash tables for storing positions already visited in the search. - * Pondering. (Thinking on the opponent's time.) - * Recursive null move pruning. - * Quiescent capture search. - * Adjustable hash table size. - * Adjustable search and evaluation parameters. diff --git a/games/exchess/pkg/PLIST b/games/exchess/pkg/PLIST deleted file mode 100644 index 0e1785ba3aa..00000000000 --- a/games/exchess/pkg/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/25 08:40:00 jlam Exp $ -bin/exchess -lib/exchess/search.par -share/doc/exchess/readme.txt -@dirrm share/doc/exchess -@dirrm lib/exchess -- cgit v1.2.3