Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (bc48efa2124d1218d1527bc2ad2a80bb28885fb8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (bc48efa2124d1218d1527bc2ad2a80bb28885fb8)
  • Date: Sun, 3 Oct 2010 14:06:40 -0500

GIT changes to master games grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 1 +
games-board/gshogi/BUILD | 1 +
games-board/gshogi/DEPENDS | 2 ++
games-board/gshogi/DETAILS | 22 ++++++++++++++++++++++
games-board/gshogi/HISTORY | 2 ++
games-board/gshogi/INSTALL | 3 +++
6 files changed, 31 insertions(+)

New commits:
commit bc48efa2124d1218d1527bc2ad2a80bb28885fb8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gshogi: new spell, open source Shogi game

diff --git a/ChangeLog b/ChangeLog
index 08b6796..5331036 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2010-10-03 Vlad Glagolev <stealth AT sourcemage.org>
* games-board/dreamchess: new spell, open source chess game
+ * games-board/gshogi: new spell, open source Shogi game

2010-04-26 Eric Sandall <sandalle AT sourcemage.org>
* games-utils/gtkevemon: Added an EVE-Online skill monitoring tool
diff --git a/games-board/gshogi/BUILD b/games-board/gshogi/BUILD
new file mode 100755
index 0000000..a05d2aa
--- /dev/null
+++ b/games-board/gshogi/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/games-board/gshogi/DEPENDS b/games-board/gshogi/DEPENDS
new file mode 100755
index 0000000..3e3ce83
--- /dev/null
+++ b/games-board/gshogi/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends pygtk2
diff --git a/games-board/gshogi/DETAILS b/games-board/gshogi/DETAILS
new file mode 100755
index 0000000..b8fdf22
--- /dev/null
+++ b/games-board/gshogi/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=gshogi
+ VERSION=0.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.johncheetham.com/projects/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:a4f4dd6e7696135251a2eeb56b2ee5f41aa6e1b3fad7431d62b0b4589566df286a981c73bce5b7783752909c6a229f7cda72a61aacee5f466a7ee1b703e159d6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.johncheetham.com/projects/gshogi/
+ LICENSE[0]=GPL
+ SHORT="open source Shogi game"
+cat << EOF
+gShogi is an open source Shogi (Japanese chess) game written in
Python/PyGTK/C.
+
+Features:
+ * Load / Save Games
+ * Set level of play
+ * Retract Moves
+ * Choose eastern or western pieces
+ * Opening Book
+ * Resizable Board
+ * USI support - you can play against USI engines
+ * Play human vs engine, engine vs engine or human vs human
+EOF
diff --git a/games-board/gshogi/HISTORY b/games-board/gshogi/HISTORY
new file mode 100644
index 0000000..ec049fb
--- /dev/null
+++ b/games-board/gshogi/HISTORY
@@ -0,0 +1,2 @@
+2010-10-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created spell
diff --git a/games-board/gshogi/INSTALL b/games-board/gshogi/INSTALL
new file mode 100755
index 0000000..9e15057
--- /dev/null
+++ b/games-board/gshogi/INSTALL
@@ -0,0 +1,3 @@
+default_install_python &&
+
+ln -vsf "$TRACK_ROOT/usr/bin/gshogi" "$INSTALL_ROOT/usr/games/gshogi"



  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (bc48efa2124d1218d1527bc2ad2a80bb28885fb8), Vlad Glagolev, 10/03/2010

Archive powered by MHonArc 2.6.24.

Top of Page