Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (78a58bbdb71f8c1e264248608296cb5c4cf485ec)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Ismael Luceno (78a58bbdb71f8c1e264248608296cb5c4cf485ec)
  • Date: Sat, 27 Mar 2010 18:37:14 -0500

GIT changes to master games grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
games-rpg-mp/tmw/DEPENDS | 19 +++++++++++++++++++
games-rpg-mp/tmw/DETAILS | 22 ++++++++++++++++++++++
games-rpg-mp/tmw/HISTORY | 3 +++
4 files changed, 47 insertions(+)

New commits:
commit 78a58bbdb71f8c1e264248608296cb5c4cf485ec
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tmw: New Spell, The Mana World, a MMORPG

diff --git a/ChangeLog b/ChangeLog
index 939c741..df72e34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-03-27 Ismael Luceno <ismael AT sourcemage.org>
+ * games-rpg-mp/tmw: New Spell, The Mana World, a MMORPG
+
2010-03-24 Eric Sandall <sandalle AT sourcemage.org>
* games-utils/pyfa: Added a Python Fitting Assistant for EVE-Online

diff --git a/games-rpg-mp/tmw/DEPENDS b/games-rpg-mp/tmw/DEPENDS
new file mode 100755
index 0000000..54f4eef
--- /dev/null
+++ b/games-rpg-mp/tmw/DEPENDS
@@ -0,0 +1,19 @@
+depends libxml2 &&
+depends sdl &&
+depends sdl_mixer &&
+depends sdl_image &&
+depends sdl_net &&
+depends sdl_ttf &&
+depends curl &&
+depends zlib &&
+depends libpng &&
+depends guichan &&
+depends physfs &&
+optional_depends OPENGL \
+ "--with-opengl" \
+ "--without-opengl" \
+ "Enable OpenGL rendering" &&
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "Native Language Support"
diff --git a/games-rpg-mp/tmw/DETAILS b/games-rpg-mp/tmw/DETAILS
new file mode 100755
index 0000000..86634ad
--- /dev/null
+++ b/games-rpg-mp/tmw/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=tmw
+ VERSION=0.0.29.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]="$SOURCEFORGE_URL/themanaworld/${SOURCE}"
+
SOURCE_HASH=sha512:89b95a8ef43487dc32a137b02e2beb63b47dfd7f5c090322a41bc29c258fadcc67724331991c3ab59a45657d6c54024f668471c4dae4ec657edddfc0c3c4d98b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://themanaworld.org";
+ LICENSE[0]=GPLv2
+ ENTERED=20100327
+ SHORT="The Mana World (TMW) is an innovative MMORPG in 2D"
+cat << EOF
+The Mana World (TMW) is a serious effort to create an innovative free and
open
+source MMORPG. TMW uses 2D graphics and aims to create a large and diverse
+interactive world. It is licensed under the GPL, making sure this game can't
+ever run away from you.
+
+The project includes the development of both a client and a server, as well
as
+the development of an online world. At the moment we're making alpha releases
+of the client, while our server is in early development. The eAthena free
+software Ragnarok Online server is used until our own server has matured
enough
+to replace it.
+EOF
diff --git a/games-rpg-mp/tmw/HISTORY b/games-rpg-mp/tmw/HISTORY
new file mode 100644
index 0000000..7e48a91
--- /dev/null
+++ b/games-rpg-mp/tmw/HISTORY
@@ -0,0 +1,3 @@
+2010-03-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page