From 0e9c10dc327798006a281e9f913b8c03e93c6b0d Mon Sep 17 00:00:00 2001 From: Eric Sandall Date: Tue, 27 Apr 2010 21:58:49 -0700 Subject: gametable: Added a shared whiteboard client --- 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 | Bin 0 -> 287 bytes bin-games/gametable/HISTORY | 3 +++ bin-games/gametable/INSTALL | 16 +++++++++++++++ 7 files changed, 49 insertions(+) create mode 100755 bin-games/gametable/BUILD create mode 100755 bin-games/gametable/DEPENDS create mode 100755 bin-games/gametable/DETAILS create mode 100644 bin-games/gametable/Gametable%202.0.RC7.zip.sig create mode 100644 bin-games/gametable/HISTORY create mode 100755 bin-games/gametable/INSTALL diff --git a/ChangeLog b/ChangeLog index cdd6989..2eba150 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2010-04-26 Eric Sandall + * bin-games/gametable: Added a shared whiteboard client + 2010-04-12 Mark Bainter * 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 + * 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" -- cgit v1.2.3