Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Don Johnson (1f265e4dd5c0b80ed0504591ad12a35d57829126)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Don Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Don Johnson (1f265e4dd5c0b80ed0504591ad12a35d57829126)
  • Date: Wed, 22 Jul 2009 01:22:37 -0500

GIT changes to master games grimoire by Don Johnson
<minozake@felix-desktop.(none)>:

ChangeLog | 3 +++
games-terminal/tintin++/BUILD | 3 +++
games-terminal/tintin++/CONFIGURE | 3 +++
games-terminal/tintin++/DETAILS | 17 +++++++++++++++++
games-terminal/tintin++/HISTORY | 2 ++
5 files changed, 28 insertions(+)

New commits:
commit 1f265e4dd5c0b80ed0504591ad12a35d57829126
Author: Don Johnson <minozake@felix-desktop.(none)>
Commit: Don Johnson <minozake@felix-desktop.(none)>

games-terminal/tintin++: Actually modified changelog this time around,
so in essence, still a new spell.

diff --git a/ChangeLog b/ChangeLog
index ab7a363..b3cd1be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-22 Donald Johnson <ltdonny AT gmail.com>
+ * games-terminal/tintin++: New spell, MUD client
+
2009-06-18 Eric Sandall <sandalle AT sourcemage.org>
* FUNCTIONS: Added default_install_python from grimoire
Added default_build_python from grimoire
diff --git a/games-terminal/tintin++/BUILD b/games-terminal/tintin++/BUILD
new file mode 100755
index 0000000..8b5568c
--- /dev/null
+++ b/games-terminal/tintin++/BUILD
@@ -0,0 +1,3 @@
+cd src/ &&
+OPTS="$BIG5_SUPPORT $OPTS" &&
+default_build
diff --git a/games-terminal/tintin++/CONFIGURE
b/games-terminal/tintin++/CONFIGURE
new file mode 100755
index 0000000..858bfb8
--- /dev/null
+++ b/games-terminal/tintin++/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option BIG5_SUPPORT \
+ "Enable Big5 support?" n \
+ "--enable-big5" "--disable-big5" &&
diff --git a/games-terminal/tintin++/DETAILS b/games-terminal/tintin++/DETAILS
new file mode 100755
index 0000000..7f45839
--- /dev/null
+++ b/games-terminal/tintin++/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=tintin++
+ VERSION=1.99.3
+ SOURCE=tintin-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/tt
+ SOURCE_URL[0]=$SOURCEFORGE_URL/tintin/$SOURCE
+ WEB_SITE=http://tintin.sourceforge.net/
+ ENTERED=20090323
+
SOURCE_HASH=sha512:62c84838d3f4fe3416641e20d648617cb1ae03a15ae8d7b31f3c0bd93eb5846fa78536a037a9e73a9374ee64f6bb28859c8f8936afdc902fe0b08e15b4c23701
+ LICENSE[0]=GPL
+ SHORT="A multi-platform MUD client."
+cat << EOF
+TinTin++, aka tt++, is a free Mud client for Windows, Linux, and Mac OS X. A
+Windows / Vista port named WinTin++, which uses the PuTTY terminal, is
+available for those who do not use Cygwin (A Linux/Unix emulator for
+Windows). Besides MUDs, TinTin++ can also be used as a MUSH, MUCK, MOO,
+Rogue, and BBS client.
+EOF
diff --git a/games-terminal/tintin++/HISTORY b/games-terminal/tintin++/HISTORY
new file mode 100644
index 0000000..d360f2f
--- /dev/null
+++ b/games-terminal/tintin++/HISTORY
@@ -0,0 +1,2 @@
+2009-03-31 Donald Johnson <ltdonny AT gmail.com>
+ * BUILD, CONFIGURE, DETAILS, HISTORY: created this spell



  • [SM-Commit] GIT changes to master games grimoire by Don Johnson (1f265e4dd5c0b80ed0504591ad12a35d57829126), Don Johnson, 07/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page