Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7190d8133a36412f772eb5e1d813dcc946c9cdf7)

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 grimoire by Ismael Luceno (7190d8133a36412f772eb5e1d813dcc946c9cdf7)
  • Date: Wed, 24 Jun 2015 23:05:08 +0000

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

education/tuxtype/BUILD | 17 -----------------
education/tuxtype/DETAILS | 16 ++++++++--------
education/tuxtype/HISTORY | 4 ++++
3 files changed, 12 insertions(+), 25 deletions(-)

New commits:
commit 7190d8133a36412f772eb5e1d813dcc946c9cdf7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tuxtype 1.8.1

diff --git a/education/tuxtype/BUILD b/education/tuxtype/BUILD
deleted file mode 100755
index de5dbb0..0000000
--- a/education/tuxtype/BUILD
+++ /dev/null
@@ -1,17 +0,0 @@
-(
-I_DIR=${INSTALL_ROOT}/usr/share/games/$SPELL &&
- ./configure --build=$BUILD \
- --prefix=${INSTALL_ROOT}/usr/share/games \
- --bindir=${INSTALL_ROOT}/usr/share/games \
- $OPTS &&
- make &&
- prepare_install &&
- make install
-echo -e "#!/bin/sh \n
-# Needed to make symlinks/shortcuts work. \n
-# the binaries must run with correct working directory \n
-cd "${I_DIR}" \n ./tuxtype \$* \n exit \$?" > ttype &&
- mkdir -p ${INSTALL_ROOT}/usr/games &&
-install ttype ${INSTALL_ROOT}/usr/games/tuxtype
-
-) > $C_FIFO 2>&1
diff --git a/education/tuxtype/DETAILS b/education/tuxtype/DETAILS
index 9755790..457af7e 100755
--- a/education/tuxtype/DETAILS
+++ b/education/tuxtype/DETAILS
@@ -1,12 +1,12 @@
SPELL=tuxtype
- VERSION=1.0.3
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:5e925b17c829e35d65423066d5eab8d16aa0387770252b0e6913de610f97181bfcc005161278f6101f74e349edfc0a85ba0dbcdd96a68340067f2bd2c8132d46
+ SPELLX=tuxtype_w_fonts
+ VERSION=1.8.1
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ SOURCE_URL[0]=http://distcache.FreeBSD.org/ports-distfiles/$SOURCE
+
SOURCE_HASH=sha512:2c360807295f8d9f3d18f36b64c49e39fac78d81570c7a554244a01ee76627c90579e580b609ea7994378f5bbff916142e293ad94306b7b38d132fdc1c53734f
WEB_SITE=http://tuxtype.sourceforge.net/
ENTERED=20020131
- UPDATED=20020131
LICENSE[0]=GPL
BUILD_API=1
SHORT="tuxtype is a typing tutorial game starting Tux"
@@ -15,8 +15,8 @@ TuxTyping is an educational typing tutorial game starring
Tux, the
Linux Penguin. The player guides Tux to eat fish which are falling
from the top of the screen. Each fish has a letter or a word written
on it. When the player presses the corresponding key, or types the
-appropriate word, Tux will position himself to eat the fish. The game
+appropriate word, Tux will position himself to eat the fish. The game
is intended for children learning to type and to spell, though it
-does have higher difficulty levels which even experienced typists may
+does have higher difficulty levels which even experienced typists may
find challenging.
EOF
diff --git a/education/tuxtype/HISTORY b/education/tuxtype/HISTORY
index b4d2cd7..8f973f8 100644
--- a/education/tuxtype/HISTORY
+++ b/education/tuxtype/HISTORY
@@ -1,3 +1,7 @@
+2015-06-24 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.8.1
+ * BUILD: removed, not needed anymore
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7190d8133a36412f772eb5e1d813dcc946c9cdf7), Ismael Luceno, 06/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page