Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (e34dd1d833a4c3bdb619f1e361dde95a61ba43da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Pol Vinogradov (e34dd1d833a4c3bdb619f1e361dde95a61ba43da)
  • Date: Mon, 12 Mar 2007 05:37:41 -0500

GIT changes to master games grimoire by Pol Vinogradov <vin.public AT gmail.com>:

games-board/crafty/BUILD | 13 +++++++++----
games-board/crafty/DEPENDS | 1 +
games-board/crafty/DETAILS | 4 ++--
games-board/crafty/FINAL | 5 +++++
games-board/crafty/HISTORY | 7 +++++++
games-board/crafty/INSTALL | 5 ++---
6 files changed, 26 insertions(+), 9 deletions(-)

New commits:
commit e34dd1d833a4c3bdb619f1e361dde95a61ba43da
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

games-board/crafty:

BUILD: unset our CFLAGS, added more sedits
DEPENDS: added as it needs g++
DETAILS: removed UPDATED, added GATHER_DOCS=off, fixed SOURCE_URL[0]
INSTALL: install_rootifying, added installation of crafty.hlp
FINAL: added to inform user about books and tablespaces

diff --git a/games-board/crafty/BUILD b/games-board/crafty/BUILD
index 10fa06e..e78f7c8 100755
--- a/games-board/crafty/BUILD
+++ b/games-board/crafty/BUILD
@@ -1,5 +1,10 @@
-true &&
-# cd $SOURCE_DIRECTORY &&
-sedit "s/\CXFLAGS=\$(CFLAGS) \\\/CXFLAGS='\$(CFLAGS)' \\\/g" Makefile
-sedit "s/-lpthread/-lpthread -lstdc++/g" Makefile
+#sedit "s/\CXFLAGS=\$(CFLAGS) \\\/CXFLAGS='\$(CFLAGS)' \\\/g" Makefile &&
+unset CFLAGS &&
+sedit '/-o crafty/s/CC/CXX/g' Makefile &&
+sedit
"s:\"crafty.hlp\":\"${TRACK_ROOT}/usr/share/games/${SPELL}/crafty.hlp\":"
option.c &&
+sedit "s/-lpthread/-lpthread -lstdc++/g" Makefile &&
+sedit "s/-lstdc++/-lpthread -lstdc++/g" Makefile &&
+sedit "s/-fno-gcse//g" Makefile &&
+sedit "s/-fforce-mem//g" Makefile &&
+sedit "s/-g//g" Makefile &&
make linux
diff --git a/games-board/crafty/DEPENDS b/games-board/crafty/DEPENDS
new file mode 100755
index 0000000..bcd1eeb
--- /dev/null
+++ b/games-board/crafty/DEPENDS
@@ -0,0 +1 @@
+depends g++
diff --git a/games-board/crafty/DETAILS b/games-board/crafty/DETAILS
index 3cfb5aa..15ffd82 100755
--- a/games-board/crafty/DETAILS
+++ b/games-board/crafty/DETAILS
@@ -2,12 +2,12 @@
VERSION=20.1
SOURCE=$SPELL-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=ftp://ftp.cis.uab.edu/pub/hyatt/src/$SOURCE
+ SOURCE_URL[0]=ftp://ftp.cis.uab.edu/pub/hyatt/source/$SOURCE
WEB_SITE=http://www.cis.uab.edu/hyatt/hyatt.html

SOURCE_HASH=sha512:6437eb48b843d27d9105800f3bb7016c4e1d0f36609bca314ed313fbae60707cc05720fb579568c249bf4b16f5e79eb723c48278989612d5545489352af3163a
LICENSE[0]="Seems to be open source"
ENTERED=20030412
- UPDATED=20030412
+ GATHER_DOCS=off
SHORT="Crafty is a computer chess program."
cat << EOF
Crafty is a state-of-the-art computer chess program, and
diff --git a/games-board/crafty/FINAL b/games-board/crafty/FINAL
new file mode 100755
index 0000000..7a31dd8
--- /dev/null
+++ b/games-board/crafty/FINAL
@@ -0,0 +1,5 @@
+message "\n${MESSAGE_COLOR}Note: No books or tablebases have been installed.
If you want them, just\n" \
+ "download them from ${WEB_SITE}.\n" \
+ "You will find documentation there too. In most cases you take
now\n" \
+ "your xboard compatible application, (xboard, eboard, knights)
and\n" \
+ "just play chess against computer opponent. Have fun.\n\n"
diff --git a/games-board/crafty/HISTORY b/games-board/crafty/HISTORY
index ea7e70c..7b8d640 100644
--- a/games-board/crafty/HISTORY
+++ b/games-board/crafty/HISTORY
@@ -1,3 +1,10 @@
+2007-03-12 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: unset our CFLAGS, added more sedits
+ * DEPENDS: added as it needs g++
+ * DETAILS: removed UPDATED, added GATHER_DOCS=off, fixed SOURCE_URL[0]
+ * INSTALL: install_rootifying, added installation of crafty.hlp
+ * FINAL: added to inform user about books and tablespaces
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/games-board/crafty/INSTALL b/games-board/crafty/INSTALL
index 90778c3..20a681c 100755
--- a/games-board/crafty/INSTALL
+++ b/games-board/crafty/INSTALL
@@ -1,3 +1,2 @@
-true &&
-cd $SOURCE_DIRECTORY &&
-cp crafty /usr/games
+cp crafty ${INSTALL_ROOT}/usr/games &&
+cp crafty.hlp ${INSTALL_ROOT}/usr/share/games/${SPELL}




Archive powered by MHonArc 2.6.24.

Top of Page