Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Eric Sandall (d24ce63783c6c5a70b2317f93e6acc17ce2af953)

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 games grimoire by Eric Sandall (d24ce63783c6c5a70b2317f93e6acc17ce2af953)
  • Date: Sun, 6 Jan 2008 02:54:54 -0600

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

ChangeLog
| 4 +
dev/null
|binary
games-arcade-2d/supertux/DETAILS
| 9 ++--
games-arcade-2d/supertux/HISTORY
| 3 +
games-arcade-2d/supertux/supertux-0.3.1d.tar.bz2.sig
|binary
games-fps/sauerbraten/DETAILS
| 2
games-fps/sauerbraten/HISTORY
| 3 +

games-fps/sauerbraten/sauerbraten_2007_04_13_spring_edition_linux.tar.bz2.sig
| 0

games-fps/sauerbraten/sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2.sig
|binary
games-simulation/lincity-ng/DETAILS
| 7 +--
games-simulation/lincity-ng/HISTORY
| 4 +
games-simulation/lincity-ng/lincity-ng-1.1.2.tar.bz2.sig
|binary
games-strategy-rts/spring/BUILD
| 4 +
games-strategy-rts/spring/DEPENDS
| 14 ++++++
games-strategy-rts/spring/DETAILS
| 21 ++++++++++
games-strategy-rts/spring/HISTORY
| 3 +
games-strategy-rts/spring/INSTALL
| 3 +
games-strategy-rts/spring/PRE_BUILD
| 5 ++
games-strategy-rts/spring/spring_0.76b1_src.tar.bz2.sig
|binary
games-strategy-tbs/crimson/DEPENDS
| 10 +++-
games-strategy-tbs/crimson/DETAILS
| 8 +--
games-strategy-tbs/crimson/HISTORY
| 7 +++
games-strategy-tbs/crimson/crimson-0.5.2.tar.bz2.sig
|binary
games-strategy-tbs/freeciv/DETAILS
| 2
games-strategy-tbs/freeciv/HISTORY
| 3 +
games-strategy-tbs/freeciv/freeciv-2.1.1.tar.bz2.sig
| 0
games-strategy-tbs/freeciv/freeciv-2.1.2.tar.bz2.sig
|binary
27 files changed, 97 insertions(+), 15 deletions(-)

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

lincity-ng: Updated to 1.1.2

commit 4c8353fe2ad82bd295399b19ec542e0e6802bca7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

sauerbraten: Updated to 2007_12_24_assassin_edition

commit 892c66333e66a09d4970edadf097a66f374027d4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

supertux: Updated to 0.3.1d

commit 5e8661d9e7422413dd10db69b58c0b45957a09ce
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

crimson: Updated to 0.5.2

commit dbebab46b3c7caa95416b3102c0de5a497a75ef2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

freeciv: Updated to 2.1.2

commit ae464601a7d12ffe75c30031812de0b679a69338
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

spring: Added a new open source RTS engine

diff --git a/ChangeLog b/ChangeLog
index f7d9f6a..d493151 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
+ * games-strategy-rts/spring: Added open source RTS engine
+
2007-11-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* games-strategy-rts/boswars: deprecated

@@ -418,3 +421,4 @@
the regular scummvm or scummvm_tools spell. dispel scummvm-cvs and
scummvm_tools-cvs and cast -r -c scummvm scummvm_tools, then just
say yes
to cvs version.
+
diff --git a/games-arcade-2d/supertux/DETAILS
b/games-arcade-2d/supertux/DETAILS
index f377cec..564e0fb 100755
--- a/games-arcade-2d/supertux/DETAILS
+++ b/games-arcade-2d/supertux/DETAILS
@@ -1,11 +1,12 @@
SPELL=supertux
- VERSION=0.3.0
+ VERSION=0.3.1d
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION/d/}
SOURCE_URL[0]=http://download.berlios.de/supertux/$SOURCE
-
SOURCE_HASH=sha512:b887770714270eb4a977c9871135d43f97934ca2cc6d9fd5a6779b3165f2cb480f3787abdf3f1c769209165f8c5213a4d33b97f61e86706b9f9dc2af5862e27d
- WEB_SITE=http://supertux.berlios.de/
+#
SOURCE_HASH=sha512:b887770714270eb4a977c9871135d43f97934ca2cc6d9fd5a6779b3165f2cb480f3787abdf3f1c769209165f8c5213a4d33b97f61e86706b9f9dc2af5862e27d
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=GPL
+ WEB_SITE=http://supertux.berlios.de/
ENTERED=20040512
SHORT="a classic 2D jump'n run sidescroller game"
cat << EOF
diff --git a/games-arcade-2d/supertux/HISTORY
b/games-arcade-2d/supertux/HISTORY
index 255d5d8..289f332 100644
--- a/games-arcade-2d/supertux/HISTORY
+++ b/games-arcade-2d/supertux/HISTORY
@@ -1,3 +1,6 @@
+2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.3.1d
+
2006-12-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: version update to 0.3.0, removed svn version
* INSTALL: updated
diff --git a/games-arcade-2d/supertux/supertux-0.3.1d.tar.bz2.sig
b/games-arcade-2d/supertux/supertux-0.3.1d.tar.bz2.sig
new file mode 100644
index 0000000..a551da9
Binary files /dev/null and
b/games-arcade-2d/supertux/supertux-0.3.1d.tar.bz2.sig differ
diff --git a/games-fps/sauerbraten/DETAILS b/games-fps/sauerbraten/DETAILS
index da15314..5175c2d 100755
--- a/games-fps/sauerbraten/DETAILS
+++ b/games-fps/sauerbraten/DETAILS
@@ -1,5 +1,5 @@
SPELL=sauerbraten
- VERSION=2007_04_13_spring_edition
+ VERSION=2007_12_24_assassin_edition
SOURCE=${SPELL}_${VERSION}_linux.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/games-fps/sauerbraten/HISTORY b/games-fps/sauerbraten/HISTORY
index 1fde148..ed1df54 100644
--- a/games-fps/sauerbraten/HISTORY
+++ b/games-fps/sauerbraten/HISTORY
@@ -1,3 +1,6 @@
+2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2007_12_24_assassin_edition
+
2007-04-13 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2007_04_13_spring_edition
SOURCE changed to _linux.tar.bz2
diff --git
a/games-fps/sauerbraten/sauerbraten_2007_04_13_spring_edition_linux.tar.bz2.sig

b/games-fps/sauerbraten/sauerbraten_2007_04_13_spring_edition_linux.tar.bz2.sig
deleted file mode 100644
index 08dcc91..0000000
Binary files
a/games-fps/sauerbraten/sauerbraten_2007_04_13_spring_edition_linux.tar.bz2.sig
and /dev/null differ
diff --git
a/games-fps/sauerbraten/sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2.sig

b/games-fps/sauerbraten/sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2.sig
new file mode 100644
index 0000000..8a59b36
Binary files /dev/null and
b/games-fps/sauerbraten/sauerbraten_2007_12_24_assassin_edition_linux.tar.bz2.sig
differ
diff --git a/games-simulation/lincity-ng/DETAILS
b/games-simulation/lincity-ng/DETAILS
index 318e4f1..b83fd93 100755
--- a/games-simulation/lincity-ng/DETAILS
+++ b/games-simulation/lincity-ng/DETAILS
@@ -1,12 +1,13 @@
SPELL=lincity-ng
- VERSION=1.1.0
+ VERSION=1.1.2
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://download.berlios.de/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:7c07ecc7809dd825a102701a5734e619911c1f04c9cc8b395fcb55a2489b0c2a6ff4db288c8069ca58c92b6f28ac1969fc824fb5ec5a70bf432d4c0a6062c6b3
+#
SOURCE_HASH=sha512:7c07ecc7809dd825a102701a5734e619911c1f04c9cc8b395fcb55a2489b0c2a6ff4db288c8069ca58c92b6f28ac1969fc824fb5ec5a70bf432d4c0a6062c6b3
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=GPL
WEB_SITE=http://lincity-ng.berlios.de/
ENTERED=20050911
- LICENSE[0]=GPL
SHORT="A city simulation game."
cat << EOF
LinCity-NG is a city simulation game. It is a polished and improved version
of
diff --git a/games-simulation/lincity-ng/HISTORY
b/games-simulation/lincity-ng/HISTORY
index 7e2178d..d89c12e 100644
--- a/games-simulation/lincity-ng/HISTORY
+++ b/games-simulation/lincity-ng/HISTORY
@@ -1,3 +1,6 @@
+2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.1.2
+
2007-02-20 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.1.0

@@ -9,3 +12,4 @@

2005-09-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
+
diff --git a/games-simulation/lincity-ng/lincity-ng-1.1.2.tar.bz2.sig
b/games-simulation/lincity-ng/lincity-ng-1.1.2.tar.bz2.sig
new file mode 100644
index 0000000..416a5ac
Binary files /dev/null and
b/games-simulation/lincity-ng/lincity-ng-1.1.2.tar.bz2.sig differ
diff --git a/games-strategy-rts/spring/BUILD b/games-strategy-rts/spring/BUILD
new file mode 100755
index 0000000..bf8922e
--- /dev/null
+++ b/games-strategy-rts/spring/BUILD
@@ -0,0 +1,4 @@
+scons configure \
+ prefix=$INSTALL_ROOT/usr \
+ datadir=$INSTALL_ROOT/usr/share/games &&
+scons
diff --git a/games-strategy-rts/spring/DEPENDS
b/games-strategy-rts/spring/DEPENDS
new file mode 100755
index 0000000..38ea04c
--- /dev/null
+++ b/games-strategy-rts/spring/DEPENDS
@@ -0,0 +1,14 @@
+depends -sub "SERIALIZATION THREAD REGEX" boost &&
+depends devil &&
+depends freetype2 &&
+depends glew &&
+depends jdk6-bin '' 'z-rejected' &&
+depends libogg &&
+depends libvorbis &&
+depends -sub RELEASE openal &&
+depends OPENGL &&
+depends python &&
+depends scons &&
+depends sdl &&
+depends zip &&
+depends zlib
diff --git a/games-strategy-rts/spring/DETAILS
b/games-strategy-rts/spring/DETAILS
new file mode 100755
index 0000000..cf0d915
--- /dev/null
+++ b/games-strategy-rts/spring/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=spring
+ VERSION=0.76b1
+ SOURCE=${SPELL}_${VERSION}_src.tar.bz2
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}_${VERSION}
+ SOURCE_URL[0]=http://spring.clan-sy.com/dl/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=GPL
+ WEB_SITE=http://spring.clan-sy.com/
+ ENTERED=20080105
+ SHORT='Open source real-time strategy engine'
+ DOCS="$DOCS LICENSE.html README.html"
+cat << EOF
+Welcome to the Spring Project. This is an open source project developing a
new
+realtime strategy game.
+
+Be sure to download at least one map to ~/.spring/maps/ and one mod to
+~/.spring/mods/ before playing.
+
+If you receive an error about "Missing default cursor" you need to read
+http://spring.clan-sy.com/wiki/SetupGuide#OTA_Content.
+EOF
diff --git a/games-strategy-rts/spring/HISTORY
b/games-strategy-rts/spring/HISTORY
new file mode 100644
index 0000000..f846142
--- /dev/null
+++ b/games-strategy-rts/spring/HISTORY
@@ -0,0 +1,3 @@
+2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL: Created
+
diff --git a/games-strategy-rts/spring/INSTALL
b/games-strategy-rts/spring/INSTALL
new file mode 100755
index 0000000..3525d65
--- /dev/null
+++ b/games-strategy-rts/spring/INSTALL
@@ -0,0 +1,3 @@
+scons install &&
+mkdir -p $INSTALL_ROOT/etc/spring &&
+echo '$HOME/.spring' > $INSTALL_ROOT/etc/spring/datadir
diff --git a/games-strategy-rts/spring/PRE_BUILD
b/games-strategy-rts/spring/PRE_BUILD
new file mode 100755
index 0000000..2e01502
--- /dev/null
+++ b/games-strategy-rts/spring/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build
+#
+# Find Java where we put it (nice if they allowed us to override, but
noooo...)
+#
+sedit "s:possible_dirs = \[\]:possible_dirs =
\[\"$INSTALL_ROOT/$JAVA_HOME/include\"\]:"
$SOURCE_DIRECTORY/rts/build/scons/config.py
diff --git a/games-strategy-rts/spring/spring_0.76b1_src.tar.bz2.sig
b/games-strategy-rts/spring/spring_0.76b1_src.tar.bz2.sig
new file mode 100644
index 0000000..7a668e8
Binary files /dev/null and
b/games-strategy-rts/spring/spring_0.76b1_src.tar.bz2.sig differ
diff --git a/games-strategy-tbs/crimson/DEPENDS
b/games-strategy-tbs/crimson/DEPENDS
index 4da8f5a..56e44b1 100755
--- a/games-strategy-tbs/crimson/DEPENDS
+++ b/games-strategy-tbs/crimson/DEPENDS
@@ -1,6 +1,12 @@
+depends sdl &&
depends sdl_ttf &&

optional_depends sdl_mixer \
"" \
- "" \
- "for sound support"
+ "--disable-sound" \
+ "for sound support" &&
+
+optional_depends sdl_net \
+ "" \
+ "--disable-network" \
+ "for network support"
diff --git a/games-strategy-tbs/crimson/DETAILS
b/games-strategy-tbs/crimson/DETAILS
index 3f39abe..39a7eaf 100755
--- a/games-strategy-tbs/crimson/DETAILS
+++ b/games-strategy-tbs/crimson/DETAILS
@@ -1,13 +1,13 @@
SPELL=crimson
- VERSION=0.4.9
+ VERSION=0.5.2
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://crimson.seul.org/files/${SOURCE}
-
SOURCE_HASH=sha512:8e5061924c863f7f014187ab7d27c9a40f1a3f8b1ecc0e4ca667739a1410d9edefb77f533bc6204936f0f4dfc3994823d6d1b037731d50607d1c3c149e0a1fcc
+#
SOURCE_HASH=sha512:8e5061924c863f7f014187ab7d27c9a40f1a3f8b1ecc0e4ca667739a1410d9edefb77f533bc6204936f0f4dfc3994823d6d1b037731d50607d1c3c149e0a1fcc
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+ LICENSE[0]=ART
WEB_SITE=http://crimson.seul.org/index.html
ENTERED=20020610
- UPDATED=20040422
- LICENSE[0]=ART
SHORT="Crimson Fields is a tactical war game in the tradition of
Battle Isle"
cat << EOF
Crimson Fields is a tactical war game in the tradition of Battle Isle. Two
diff --git a/games-strategy-tbs/crimson/HISTORY
b/games-strategy-tbs/crimson/HISTORY
index b336ecc..034ea87 100644
--- a/games-strategy-tbs/crimson/HISTORY
+++ b/games-strategy-tbs/crimson/HISTORY
@@ -1,3 +1,10 @@
+2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.5.2
+ Removed UPDATED
+ * DEPENDS: Added sdl
+ Added optional sdl_net
+ Added disable flag for sdl_mixer
+
2007-03-12 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: removed GATHER_DOCS=off

diff --git a/games-strategy-tbs/crimson/crimson-0.5.2.tar.bz2.sig
b/games-strategy-tbs/crimson/crimson-0.5.2.tar.bz2.sig
new file mode 100644
index 0000000..a60f2ff
Binary files /dev/null and
b/games-strategy-tbs/crimson/crimson-0.5.2.tar.bz2.sig differ
diff --git a/games-strategy-tbs/freeciv/DETAILS
b/games-strategy-tbs/freeciv/DETAILS
index e4d91ee..3a14dda 100755
--- a/games-strategy-tbs/freeciv/DETAILS
+++ b/games-strategy-tbs/freeciv/DETAILS
@@ -1,5 +1,5 @@
SPELL=freeciv
- VERSION=2.1.1
+ VERSION=2.1.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/games-strategy-tbs/freeciv/HISTORY
b/games-strategy-tbs/freeciv/HISTORY
index c0a788f..eba0afa 100644
--- a/games-strategy-tbs/freeciv/HISTORY
+++ b/games-strategy-tbs/freeciv/HISTORY
@@ -1,3 +1,6 @@
+2008-01-05 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.1.2
+
2007-11-27 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.1.1
* DEPENDS: Added now working ggz-gtk-client support
diff --git a/games-strategy-tbs/freeciv/freeciv-2.1.1.tar.bz2.sig
b/games-strategy-tbs/freeciv/freeciv-2.1.1.tar.bz2.sig
deleted file mode 100644
index b443ab6..0000000
Binary files a/games-strategy-tbs/freeciv/freeciv-2.1.1.tar.bz2.sig and
/dev/null differ
diff --git a/games-strategy-tbs/freeciv/freeciv-2.1.2.tar.bz2.sig
b/games-strategy-tbs/freeciv/freeciv-2.1.2.tar.bz2.sig
new file mode 100644
index 0000000..85d3000
Binary files /dev/null and
b/games-strategy-tbs/freeciv/freeciv-2.1.2.tar.bz2.sig differ




Archive powered by MHonArc 2.6.24.

Top of Page