[Lunar-commits] <moonbase> xboard: version bumped to 4.4.3.
Florin Braescu
florin at lunar-linux.org
Tue Apr 6 20:01:29 CEST 2010
commit 5a126b589a8ab263c9f063135ce368db487c9daf
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Apr 6 21:01:29 2010 +0300
xboard: version bumped to 4.4.3.
Changes:
* Add variant Makruk
* Implement castling for variant CRC
* Extensive bugfix of -autoKibitz
* Accept <Enter> for changing chat partner
* Change opening array -variant fairy
* Send continuation lines to chat box they belong to
* Use -keepAlive option to determine connection health
* Bugfixes.
---
games/xboard/BUILD | 2 +-
games/xboard/DETAILS | 20 ++++++++++----------
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/games/xboard/BUILD b/games/xboard/BUILD
index 2762e28..ff9172a 100644
--- a/games/xboard/BUILD
+++ b/games/xboard/BUILD
@@ -5,7 +5,7 @@
--sysconfdir=/etc \
--localstatedir=/var \
--bindir=/usr/games \
- --mandir=/usr/share/man &&
+ --mandir=/usr/share/man &&
default_make
diff --git a/games/xboard/DETAILS b/games/xboard/DETAILS
index c322976..a1dc284 100644
--- a/games/xboard/DETAILS
+++ b/games/xboard/DETAILS
@@ -1,25 +1,25 @@
MODULE=xboard
- VERSION=4.4.2
+ VERSION=4.4.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$GNU_URL/$MODULE
- SOURCE_VFY=sha1:a0303a55313ce5cc846d159e8694be47a4f4aa18
+ SOURCE_VFY=sha1:bcc7ce76475ac70d306e89ee8cf87496f6e7cd26
WEB_SITE=http://www.tim-mann.org/xboard.html
ENTERED=20020428
- UPDATED=20091209
+ UPDATED=20100406
SHORT="A graphical user interface for chess"
cat << EOF
-XBoard is a graphical user interfaces for chess. They display a
+XBoard is a graphical user interfaces for chess. They display a
chessboard on the screen, accept moves made with the mouse, and loads
-and saves games in Portable Game Notation (PGN). It serves as a
+and saves games in Portable Game Notation (PGN). It serves as a
front-end for many different chess services, including:
* Chess engines that will run on your machine and play a game against
you or help you analyze, such as GNU Chess and Crafty.
- * Chess servers on the Internet, where you can connect to play chess
- with people from all over the world, watch other users play, or
+ * Chess servers on the Internet, where you can connect to play chess
+ with people from all over the world, watch other users play, or
just hang out and chat.
- * Correspondence chess played by electronic mail. The CMail program
- automates the tasks of parsing email from your opponent, playing
- his moves out on your board, and mailing your reply move after
+ * Correspondence chess played by electronic mail. The CMail program
+ automates the tasks of parsing email from your opponent, playing
+ his moves out on your board, and mailing your reply move after
you've chosen it.
EOF
More information about the Lunar-commits
mailing list