Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (0e9c10dc327798006a281e9f913b8c03e93c6b0d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (0e9c10dc327798006a281e9f913b8c03e93c6b0d)
  • Date: Tue, 27 Apr 2010 23:59:20 -0500

GIT changes to master binary grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

ChangeLog | 3 ++
bin-games/gametable/BUILD | 1
bin-games/gametable/DEPENDS | 1
bin-games/gametable/DETAILS | 25
++++++++++++++++++++++++
bin-games/gametable/Gametable%202.0.RC7.zip.sig |binary
bin-games/gametable/HISTORY | 3 ++
bin-games/gametable/INSTALL | 16 +++++++++++++++
7 files changed, 49 insertions(+)

New commits:
commit 0e9c10dc327798006a281e9f913b8c03e93c6b0d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gametable: Added a shared whiteboard client

diff --git a/ChangeLog b/ChangeLog
index cdd6989..2eba150 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-26 Eric Sandall <sandalle AT sourcemage.org>
+ * bin-games/gametable: Added a shared whiteboard client
+
2010-04-12 Mark Bainter <mbainter AT sourcemage.org>
* FUNCTIONS: Removed duplicated code and improved
get_*_kernel_config(),
applied Ismael Luceno's improvements
diff --git a/bin-games/gametable/BUILD b/bin-games/gametable/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/bin-games/gametable/BUILD
@@ -0,0 +1 @@
+true
diff --git a/bin-games/gametable/DEPENDS b/bin-games/gametable/DEPENDS
new file mode 100755
index 0000000..26b5537
--- /dev/null
+++ b/bin-games/gametable/DEPENDS
@@ -0,0 +1 @@
+depends JAVA
diff --git a/bin-games/gametable/DETAILS b/bin-games/gametable/DETAILS
new file mode 100755
index 0000000..b9175ac
--- /dev/null
+++ b/bin-games/gametable/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=gametable
+ VERSION=2.0.RC7
+ SOURCE=Gametable%20${VERSION}.zip
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/Gametable ${VERSION}"
+
SOURCE_URL[0]=https://sourceforge.net/projects/gametable/files/Gametable%20${VERSION:0:3}/Gametable%20${VERSION}/$SOURCE/download
+ LICENSE[0]=http://gametable.sourceforge.net/Gametable/Legal.html
+ WEB_SITE=http://gametable.sourceforge.net/
+ ENTERED=20100426
+ SHORT="Shared whiteboard client"
+ DOCS=""
+cat << EOF
+Gametable is a shared whiteboard client optimized for the tabletop gaming
+experience. It is written in Java to offer broad cross-platform support and
+holds simplicity and ease of use as its highest ideals, while still
+supporting the needs of the game. The learning curve with Gametable is
+virtually non-existent. Gametable comes with pre-installed image sets,
+enabling the immediate creation of custom content.
+
+Among the included features are Dice-rolling, Dice macros, Rulers, Tiles and
+Avatars-called Underlays and Pogs, Simple drawing tools, and Simple card and
+deck support.
+
+Best of all, Gametable is Open Source, and is free for all to download, use,
and enjoy!
+EOF
diff --git a/bin-games/gametable/Gametable%202.0.RC7.zip.sig
b/bin-games/gametable/Gametable%202.0.RC7.zip.sig
new file mode 100644
index 0000000..4a2d47f
Binary files /dev/null and b/bin-games/gametable/Gametable%202.0.RC7.zip.sig
differ
diff --git a/bin-games/gametable/HISTORY b/bin-games/gametable/HISTORY
new file mode 100644
index 0000000..788fc1c
--- /dev/null
+++ b/bin-games/gametable/HISTORY
@@ -0,0 +1,3 @@
+2010-04-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Created
+
diff --git a/bin-games/gametable/INSTALL b/bin-games/gametable/INSTALL
new file mode 100755
index 0000000..ca74082
--- /dev/null
+++ b/bin-games/gametable/INSTALL
@@ -0,0 +1,16 @@
+create_group games &&
+mkdir -p "$INSTALL_ROOT/usr/share/games/$SPELL" &&
+chgrp games "$INSTALL_ROOT/usr/share/games/$SPELL" &&
+chgrp -R games . &&
+cp -arv * "$INSTALL_ROOT/usr/share/games/$SPELL/" &&
+
+cat << EOF > "$INSTALL_ROOT/usr/games/$SPELL"
+#!/bin/sh
+
+cd "$INSTALL_ROOT/usr/share/games/$SPELL" &&
+java -jar gametable.jar
+cd -
+EOF
+
+chgrp games "$INSTALL_ROOT/usr/games/$SPELL" &&
+chmod 0750 "$INSTALL_ROOT/usr/games/$SPELL"



  • [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (0e9c10dc327798006a281e9f913b8c03e93c6b0d), Eric Sandall, 04/28/2010

Archive powered by MHonArc 2.6.24.

Top of Page