Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (8817073259f396b65532aef7b9f798530eb38c9c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (8817073259f396b65532aef7b9f798530eb38c9c)
  • Date: Wed, 23 Apr 2008 00:12:59 -0500

GIT changes to master games grimoire by Alexander Tsamutali
<astsmtl AT gmail.com>:

ChangeLog | 4 ++++
games-utils/springlobby/BUILD | 1 +
games-utils/springlobby/DEPENDS | 3 +++
games-utils/springlobby/DETAILS | 21 +++++++++++++++++++++
games-utils/springlobby/HISTORY | 2 ++
5 files changed, 31 insertions(+)

New commits:
commit 8817073259f396b65532aef7b9f798530eb38c9c
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

games-utils/springlobby: new spell, free cross-platform lobby client for
the
Spring RTS project

diff --git a/ChangeLog b/ChangeLog
index 3425697..d559c11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-23 Alexander Tsamutali <astsmtl AT gmail.com>
+ * games-utils/springlobby: new spell, free cross-platform lobby client
+ for the Spring RTS project
+
2008-04-08 Alexander Tsamutali <astsmtl AT gmail.com>
* games-strategy-tbs/outerspace-launcher: new spell, Outer Space
Launcher

diff --git a/games-utils/springlobby/BUILD b/games-utils/springlobby/BUILD
new file mode 100755
index 0000000..f2438e5
--- /dev/null
+++ b/games-utils/springlobby/BUILD
@@ -0,0 +1 @@
+default_games_build
diff --git a/games-utils/springlobby/DEPENDS b/games-utils/springlobby/DEPENDS
new file mode 100755
index 0000000..0c91487
--- /dev/null
+++ b/games-utils/springlobby/DEPENDS
@@ -0,0 +1,3 @@
+depends g++ &&
+depends wxgtk &&
+depends spring
diff --git a/games-utils/springlobby/DETAILS b/games-utils/springlobby/DETAILS
new file mode 100755
index 0000000..668c423
--- /dev/null
+++ b/games-utils/springlobby/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=springlobby
+ VERSION=0.0.1.10219
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.springlobby.info/tarballs/$SOURCE
+
SOURCE_HASH=sha512:c74356a11113421f03185c424fc6eb07bdca9b8b01c3cdb079d5a9b5effa094039cd7165843f266704b4d4f5c5748ac31220fef98d2d626ed213948e08c9f74d
+ WEB_SITE=http://springlobby.info/
+ ENTERED=20080423
+ LICENSE[0]=GPL
+ SHORT="free cross-platform lobby client for the Spring RTS
project"
+cat << EOF
+SpringLobby is a free cross-platform lobby client for the Spring RTS project.
+Features and goals:
+ * Implemented in modern C++
+ * Depends only on wxWidgets (later also boost) so works on many more
+ platforms than spring itself.
+ * License is GPL 2 (free as in freedom)
+ * Clean and intuitive user interface
+ * Full UTF-8 support
+ * Clean design, clean codebase, well documented (soon at least)
+EOF
diff --git a/games-utils/springlobby/HISTORY b/games-utils/springlobby/HISTORY
new file mode 100644
index 0000000..bb66cac
--- /dev/null
+++ b/games-utils/springlobby/HISTORY
@@ -0,0 +1,2 @@
+2008-04-23 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: Created



  • [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (8817073259f396b65532aef7b9f798530eb38c9c), Alexander Tsamutali, 04/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page