Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by John Harding (a8f4ba234b53f19c0c6d2d0825cb9f70acddcae6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: John Harding <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by John Harding (a8f4ba234b53f19c0c6d2d0825cb9f70acddcae6)
  • Date: Sat, 8 Jul 2006 09:14:52 -0500

GIT changes to master z-rejected grimoire by John Harding
<johnh AT kuberaconsulting.com>:

ChangeLog | 3 +++
z-games/cgoban2/BUILD | 1 +
z-games/cgoban2/DEPENDS | 1 +
z-games/cgoban2/DETAILS | 22 ++++++++++++++++++++++
z-games/cgoban2/HISTORY | 8 ++++++++
z-games/cgoban2/INSTALL | 6 ++++++
6 files changed, 41 insertions(+)

New commits:
commit a8f4ba234b53f19c0c6d2d0825cb9f70acddcae6
Author: John Harding <johnh AT kuberaconsulting.com>
Commit: John Harding <johnh AT kuberaconsulting.com>

added cgoban2 binary-only java-based go game

commit f428f9089410b95983d976aae1a9f73e0cfdc6e8
Author: John Harding <johnh AT kuberaconsulting.com>
Commit: John Harding <johnh AT kuberaconsulting.com>

New game CGoban 2 a java based go game

diff --git a/ChangeLog b/ChangeLog
index 4705745..5b69ac1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-07-08 John Harding <johnh AT kuberaconsulting.com>
+ * z-games/cgoban2: added new java-based binary-only game
+
2006-07-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* nvidia-settings: moved from test, requires the closed driver

diff --git a/z-games/cgoban2/BUILD b/z-games/cgoban2/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-games/cgoban2/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-games/cgoban2/DEPENDS b/z-games/cgoban2/DEPENDS
new file mode 100755
index 0000000..7d1059e
--- /dev/null
+++ b/z-games/cgoban2/DEPENDS
@@ -0,0 +1 @@
+depends JAVA
diff --git a/z-games/cgoban2/DETAILS b/z-games/cgoban2/DETAILS
new file mode 100755
index 0000000..f1e0d53
--- /dev/null
+++ b/z-games/cgoban2/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=cgoban2
+ VERSION=2.6.12
+ SOURCE=cgoban-unix-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/cgoban
+ SOURCE_URL[0]=http://kgs.kiseido.com/$SOURCE
+ WEB_SITE=http://kgs.kiseido.com/en_US/download.xhtml
+
SOURCE_HASH=sha512:b3026f52dd1320aae75551cfe7b9474326645e149c8ba6fdd90d09ef80cdd9cfce8c1cccdee7784eaf5dad9e4f095d64a5c70c8036af174e235d622450136112
+ LICENSE[0]=UNKNOWN
+ REJECT="binary only game with unknown licensing"
+ ENTERED=20060707
+ UPDATED=20060707
+ BUILD_API=2
+ SHORT="CGoban2 provides go-related services using java 1.3 or
later"
+cat << EOF
+CGoban 2 has two parts:
+
+ * An editor for SGF go files.
+ * A client for the Kiseido Go Server.
+
+If you download cgoban 2, you will be able to log in to the Kiseido Go
Server without having to download the client every time. In addition, you can
edit and create SGF Go files on
+your local disk with CGoban 2.
+EOF
diff --git a/z-games/cgoban2/HISTORY b/z-games/cgoban2/HISTORY
new file mode 100644
index 0000000..c995ec6
--- /dev/null
+++ b/z-games/cgoban2/HISTORY
@@ -0,0 +1,8 @@
+2006-07-07 John Harding <johnh AT kuberaconsulting.com>
+ * created new spell cgoban2. cgoban is no longer being
+ developed or maintained and the new version is rewritten from
scratch
+ using java. It's in z-rejected because of sources not being
available.
+ * DETAILS: created
+ * BUILD: has true
+ * INSTALL: added to handle java oriented non-standard install stuff
+ * DEPENDS: created with depends JAVA
diff --git a/z-games/cgoban2/INSTALL b/z-games/cgoban2/INSTALL
new file mode 100755
index 0000000..ec526ff
--- /dev/null
+++ b/z-games/cgoban2/INSTALL
@@ -0,0 +1,6 @@
+true
&&
+. ${SOURCE_DIRECTORY}/setup.sh
&&
+mkdir -p /usr/share/games/cgoban2
&&
+sedit "s:CGOBAN_DIR=/usr/src/cgoban:CGOBAN_DIR=/usr/share/games/cgoban2:"
cgoban &&
+cp cgoban.jar ${INSTALL_ROOT}/usr/share/games/cgoban2
&&
+cp cgoban ${INSTALL_ROOT}/usr/games/



  • [SM-Commit] GIT changes to master z-rejected grimoire by John Harding (a8f4ba234b53f19c0c6d2d0825cb9f70acddcae6), John Harding, 07/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page