Skip to Content.
Sympa Menu

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

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 (edfd37a8ff2c51bd3c890f4480417905354478c4)
  • Date: Fri, 18 Feb 2011 19:04:35 -0600

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

games-board/gnugo/DEPENDS | 9 +++++++++
games-board/gnugo/DETAILS | 21 ++++++++++-----------
games-board/gnugo/HISTORY | 5 +++++
3 files changed, 24 insertions(+), 11 deletions(-)

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

gnugo: => 3.8

diff --git a/games-board/gnugo/DEPENDS b/games-board/gnugo/DEPENDS
new file mode 100755
index 0000000..a6f87d0
--- /dev/null
+++ b/games-board/gnugo/DEPENDS
@@ -0,0 +1,9 @@
+optional_depends readline \
+ "--with-readline" \
+ "--without-readline" \
+ "for command reading support" &&
+
+optional_depends ncurses \
+ "--with-curses" \
+ "--without-curses" \
+ "for colored debugging output support"
diff --git a/games-board/gnugo/DETAILS b/games-board/gnugo/DETAILS
index 5391322..28d176f 100755
--- a/games-board/gnugo/DETAILS
+++ b/games-board/gnugo/DETAILS
@@ -1,18 +1,17 @@
SPELL=gnugo
- VERSION=3.6
+ VERSION=3.8
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
- SOURCE_URL[1]=ftp://sporadic.stanford.edu/pub/$SOURCE
- WEB_SITE=http://www.gnu.org/software/gnugo/gnugo.html
+ WEB_SITE=http://www.gnu.org/software/gnugo/
LICENSE[0]=GPL
-
SOURCE_HASH=sha512:0ef07d97d307ba5763efd166ef5bf7740697a7005ef1dd3099e003a929d0b2f80d9caac1f282d0b111a3cc443c8a1c37b4d2da8cfef068233e3ea96bd32cb627
+
SOURCE_HASH=sha512:c17c01e317fa18882225cfa46838b55bb52a73ed36aa720f0cdfb6d2048fa69039832ca0544c3e98f831e92fe4478d991fc4f57e1cee7dadf243d2316fac9e67
ENTERED=20020219
- UPDATED=20031009
- SHORT="gnugo is the game of Go."
+ SHORT="free program that plays the game of Go"
cat << EOF
-This sofware is a program that plays the game of Go. GNU Go has played
-thousands of games on the NNGS Go Server. GNU Go is now also
-playing regulary on the Legend Go Server in Taiwan and the WING server
-in Japan.
+GNU Go has played thousands of games on the NNGS Go server. GNU Go is now
also
+playing regularly on the Legend Go Server in Taiwan, on the WING server in
+Japan, and many volunteers run GNU Go clients on KGS. GNU Go has established
+itself as the leading non-commercial go program in the recent tournaments
that
+it has taken part in.
EOF
diff --git a/games-board/gnugo/HISTORY b/games-board/gnugo/HISTORY
index f770a7b..fde025e 100644
--- a/games-board/gnugo/HISTORY
+++ b/games-board/gnugo/HISTORY
@@ -1,3 +1,8 @@
+2011-02-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.8; removed UPDATED; quoting paths;
+ renewed descriptions; removed dead source url
+ * DEPENDS: added, to use optional dependencies
+
2006-09-21 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: [automated] Removed BUILD_API=2.




  • [SM-Commit] GIT changes to master games grimoire by Vlad Glagolev (edfd37a8ff2c51bd3c890f4480417905354478c4), Vlad Glagolev, 02/18/2011

Archive powered by MHonArc 2.6.24.

Top of Page