aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-10-10 20:40:55 +0800
committermiwi <miwi@FreeBSD.org>2007-10-10 20:40:55 +0800
commitb14722f17586b719b78eca7ce2ab999a516ec8ed (patch)
tree84e74ebd6507b454577dbcc0446b0e0a79f36ab5 /games
parent5f11706f374af137f5291b76c0bd56f2133ab967 (diff)
downloadfreebsd-ports-gnome-b14722f17586b719b78eca7ce2ab999a516ec8ed.tar.gz
freebsd-ports-gnome-b14722f17586b719b78eca7ce2ab999a516ec8ed.tar.zst
freebsd-ports-gnome-b14722f17586b719b78eca7ce2ab999a516ec8ed.zip
Banihstypos (yes, that is the name) is a simple game to teach you
typing, FAST. It helps you improve your typing by letting you type in a randomly selected word which scrolls by on the screen at an increasing speed. If the word hits the laser, you'll loose points. WWW: http://www.vanheusden.com/banihstypos/ PR: ports/116971 Submitted by: Philippe Audeoud <jadawin at tuxaco.net>
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/banihstypos/Makefile32
-rw-r--r--games/banihstypos/distinfo3
-rw-r--r--games/banihstypos/files/pkg-message.in6
-rw-r--r--games/banihstypos/pkg-descr7
5 files changed, 49 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index e3409b34fe83..d9dde6bae945 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -63,6 +63,7 @@
SUBDIR += awele
SUBDIR += balazar
SUBDIR += balazarbrothers
+ SUBDIR += banihstypos
SUBDIR += barrage
SUBDIR += bass
SUBDIR += bastet
diff --git a/games/banihstypos/Makefile b/games/banihstypos/Makefile
new file mode 100644
index 000000000000..19b15f0ba8a9
--- /dev/null
+++ b/games/banihstypos/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: banihstypos
+# Date created: 05 October 2007
+# Whom: Philippe Audeoud <jadawin@tuxaco.net>
+# $FreeBSD$
+
+PORTNAME= banihstypos
+PORTVERSION= 0.2
+CATEGORIES= games
+MASTER_SITES= http://www.vanheusden.com/banihstypos/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= jadawin@tuxaco.net
+COMMENT= Banihstypos is a simple game to teach you typing, FAST
+
+PKGMESSAGE= ${WRKDIR}/pkg-message
+SUB_FILES= pkg-message
+SUB_LIST= PORTNAME=${PORTNAME}
+
+PLIST_FILES= bin/banihstypos
+
+PORTDOCS= readme.txt
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/banihstypos ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
+.endif
+post-install:
+ @${ECHO_MSG}; ${CAT} ${PKGMESSAGE}; ${ECHO_MSG}
+
+.include <bsd.port.mk>
diff --git a/games/banihstypos/distinfo b/games/banihstypos/distinfo
new file mode 100644
index 000000000000..0c3f1ec96da7
--- /dev/null
+++ b/games/banihstypos/distinfo
@@ -0,0 +1,3 @@
+MD5 (banihstypos-0.2.tgz) = a5c10a661756c3ad40b2448209ac8e47
+SHA256 (banihstypos-0.2.tgz) = a34e7352fdf25850039a5e1d418061811022dfe3e47ef2690110dfb553c02881
+SIZE (banihstypos-0.2.tgz) = 9205
diff --git a/games/banihstypos/files/pkg-message.in b/games/banihstypos/files/pkg-message.in
new file mode 100644
index 000000000000..fa7764d0408d
--- /dev/null
+++ b/games/banihstypos/files/pkg-message.in
@@ -0,0 +1,6 @@
+---------------------------------------------------------------------------
+
+%%PORTNAME%% looks in /usr/share/dict for a dictionary-file. If you want
+more words, please install more dictionary-file.
+
+---------------------------------------------------------------------------
diff --git a/games/banihstypos/pkg-descr b/games/banihstypos/pkg-descr
new file mode 100644
index 000000000000..11576c4505ee
--- /dev/null
+++ b/games/banihstypos/pkg-descr
@@ -0,0 +1,7 @@
+Banihstypos (yes, that is the name) is a simple game to teach you
+typing, FAST.
+It helps you improve your typing by letting you type in a randomly
+selected word which scrolls by on the screen at an increasing speed. If
+the word hits the laser, you'll loose points.
+
+WWW: http://www.vanheusden.com/banihstypos/