4 changed files with 0 additions and 138 deletions
@ -1,28 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
||||||
#
|
|
||||||
# Filename: package/.../gnuchess/gcc4.patch
|
|
||||||
# Copyright (C) 2006 The T2 SDE Project
|
|
||||||
#
|
|
||||||
# More information can be found in the files COPYING and README.
|
|
||||||
#
|
|
||||||
# This patch file is dual-licensed. It is available under the license the
|
|
||||||
# patched project is licensed under, as long as it is an OpenSource license
|
|
||||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
|
||||||
# of the GNU General Public License as published by the Free Software
|
|
||||||
# Foundation; either version 2 of the License, or (at your option) any later
|
|
||||||
# version.
|
|
||||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
|
||||||
|
|
||||||
diff -Nur gnuchess-5.07-orig/src/input.c gnuchess-5.07/src/input.c
|
|
||||||
--- gnuchess-5.07-orig/src/input.c 2003-07-01 17:06:43.000000000 +0000
|
|
||||||
+++ gnuchess-5.07/src/input.c 2006-01-25 19:47:32.683779750 +0000
|
|
||||||
@@ -92,7 +92,7 @@
|
|
||||||
fgets(inputstr, MAXSTR, stdin);
|
|
||||||
}
|
|
||||||
|
|
||||||
-static pthread_t input_thread;
|
|
||||||
+pthread_t input_thread;
|
|
||||||
|
|
||||||
/* Mutex and condition variable for thread communication */
|
|
||||||
|
|
@ -1,28 +0,0 @@ |
|||||||
|
|
||||||
[TIMESTAMP] 1133748381 Mon Dec 5 03:06:21 2005 |
|
||||||
[BUILDTIME] 10 (5) ERROR |
|
||||||
[SIZE] 0.01 MB, 8 files |
|
||||||
|
|
||||||
[DEP] 00-dirtree |
|
||||||
[DEP] bash |
|
||||||
[DEP] binutils |
|
||||||
[DEP] bzip2 |
|
||||||
[DEP] coreutils |
|
||||||
[DEP] diffutils |
|
||||||
[DEP] findutils |
|
||||||
[DEP] flex |
|
||||||
[DEP] gawk |
|
||||||
[DEP] gcc |
|
||||||
[DEP] glibc |
|
||||||
[DEP] grep |
|
||||||
[DEP] linux-header |
|
||||||
[DEP] m4 |
|
||||||
[DEP] make |
|
||||||
[DEP] mktemp |
|
||||||
[DEP] ncurses |
|
||||||
[DEP] net-tools |
|
||||||
[DEP] readline |
|
||||||
[DEP] sed |
|
||||||
[DEP] sysfiles |
|
||||||
[DEP] tar |
|
||||||
[DEP] util-linux |
|
@ -1,30 +0,0 @@ |
|||||||
|
|
||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# Filename: package/.../gnuchess/gnuchess.conf |
|
||||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||||
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
||||||
# |
|
||||||
# More information can be found in the files COPYING and README. |
|
||||||
# |
|
||||||
# This program is free software; you can redistribute it and/or modify |
|
||||||
# it under the terms of the GNU General Public License as published by |
|
||||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||||
# GNU General Public License can be found in the file COPYING. |
|
||||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||||
|
|
||||||
bindir=$root/$SDECFG_PKG_GAMES_BINDIR |
|
||||||
datadir=$root/$SDECFG_PKG_GAMES_DATADIR |
|
||||||
|
|
||||||
create_gnuchessx(){ |
|
||||||
# create an executable shell script that allows |
|
||||||
# xboard to run gnuchess in server mode |
|
||||||
|
|
||||||
prog=$bindir/gnuchessx |
|
||||||
echo -e "#! /bin/sh\nexec gnuchess -x" > $prog |
|
||||||
chmod a+x $prog |
|
||||||
} |
|
||||||
|
|
||||||
hook_add postinstall 3 "create_gnuchessx" |
|
||||||
|
|
@ -1,52 +0,0 @@ |
|||||||
|
|
||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# Filename: package/.../gnuchess/gnuchess.desc |
|
||||||
# Copyright (C) 2006 The OpenSDE Project |
|
||||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||||
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
||||||
# |
|
||||||
# More information can be found in the files COPYING and README. |
|
||||||
# |
|
||||||
# This program is free software; you can redistribute it and/or modify |
|
||||||
# it under the terms of the GNU General Public License as published by |
|
||||||
# the Free Software Foundation; version 2 of the License. A copy of the |
|
||||||
# GNU General Public License can be found in the file COPYING. |
|
||||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||||
|
|
||||||
[I] GNU chess |
|
||||||
|
|
||||||
[T] GNU Chess lets most modern computers play a full game of chess. It |
|
||||||
[T] has a plain terminal interface but supports visual interfaces such |
|
||||||
[T] as X-Windows "xboard". |
|
||||||
[T] |
|
||||||
[T] Version 5.06 is the current release. Version 5 shares no code with |
|
||||||
[T] versions 1.x through 4.x. This release features simplified chess code |
|
||||||
[T] and modern data structures, which make it more pedantically accessible, |
|
||||||
[T] easier to modify, and more understandable for skilled chess experts |
|
||||||
[T] who are not necessarily programmers. |
|
||||||
[T] |
|
||||||
[T] Chua Kong-Sian is the primary author of GNU Chess 5's precursor |
|
||||||
[T] program (Cobalt, which maintains a separate but cooperative parallel |
|
||||||
[T] development path.) Several features have been integrated or written |
|
||||||
[T] by Stuart Cracraft (opening book code, documentation, ability to play |
|
||||||
[T] on Free Internet Chess Server etc.) |
|
||||||
|
|
||||||
[U] http://www.fsf.org/software/chess/chess.html |
|
||||||
|
|
||||||
[A] Stuart Cracraft <[email protected]> |
|
||||||
[A] Lukas Geyer <[email protected]> |
|
||||||
[A] Simon Waters <[email protected]> |
|
||||||
[M] The OpenSDE Community <[email protected]> |
|
||||||
|
|
||||||
[C] extra/game |
|
||||||
#[C] extra/game/board |
|
||||||
|
|
||||||
[L] GPL |
|
||||||
[S] Stable |
|
||||||
[V] 5.07 |
|
||||||
[P] X -----5---9 214.100 |
|
||||||
|
|
||||||
[D] 2393523789 gnuchess-5.07.tar.gz http://ftp.gnu.org/pub/gnu/chess/ |
|
||||||
|
|
Loading…
Reference in new issue