summaryrefslogtreecommitdiffstats
path: root/education
diff options
context:
space:
mode:
Diffstat (limited to 'education')
-rwxr-xr-xeducation/tuxtype/BUILD17
-rwxr-xr-xeducation/tuxtype/DETAILS16
-rw-r--r--education/tuxtype/HISTORY4
3 files changed, 12 insertions, 25 deletions
diff --git a/education/tuxtype/BUILD b/education/tuxtype/BUILD
deleted file mode 100755
index de5dbb06a6..0000000000
--- 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 97557900bc..457af7e771 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 b4d2cd772e..8f973f80fd 100644
--- a/education/tuxtype/HISTORY
+++ b/education/tuxtype/HISTORY
@@ -1,3 +1,7 @@
+2015-06-24 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 1.8.1
+ * BUILD: removed, not needed anymore
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)