summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-03 18:14:20 +0000
committerrillig <rillig>2007-11-03 18:14:20 +0000
commit6c9261421ab19d46fc95c3fcd0aa548eca29af65 (patch)
tree0dd977ff4873fb0937bfd53ae2f4b38f24326def /games
parent2f47d9f94d216c5d57105dac3a657bb2cea0715f (diff)
downloadpkgsrc-6c9261421ab19d46fc95c3fcd0aa548eca29af65.tar.gz
Imported thew from PR 34500.
The hermit worm (THEW) is a curses-based game similar to an old version of the C64 Snake game. It works with the arrow keys and with the vi-like keys h, j, k and l. It is possible to enter in auto-mode where THEW play without user interaction useful to use it as console screensaver. There is a "status bar" with several informations: scores, speed level, user moves, number of "numbers" to eat before switch to the next level, and others. You have constantly two squares with the current worm position and the position of the current number to eat. Enjoy game! Packaged by ilfoglionascosto@netcat.it.
Diffstat (limited to 'games')
-rw-r--r--games/thew/DESCR8
-rw-r--r--games/thew/Makefile19
-rw-r--r--games/thew/PLIST3
-rw-r--r--games/thew/distinfo5
4 files changed, 35 insertions, 0 deletions
diff --git a/games/thew/DESCR b/games/thew/DESCR
new file mode 100644
index 00000000000..ac501d5dd90
--- /dev/null
+++ b/games/thew/DESCR
@@ -0,0 +1,8 @@
+The hermit worm (THEW) is a curses-based game similar to an old version of the
+C64 Snake game. It works with the arrow keys and with the vi-like keys h, j, k
+and l. It is possible to enter in auto-mode where THEW play without user
+interaction useful to use it as console screensaver. There is a "status bar"
+with several informations: scores, speed level, user moves, number of "numbers"
+to eat before switch to the next level, and others. You have constantly two
+squares with the current worm position and the position of the current number
+to eat. Enjoy game!
diff --git a/games/thew/Makefile b/games/thew/Makefile
new file mode 100644
index 00000000000..43aa8f7900f
--- /dev/null
+++ b/games/thew/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 18:14:20 rillig Exp $
+
+DISTNAME= thew-1.1.1
+PKGREVISION= 2
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thew/} \
+ http://dinotte.altervista.org/files/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= ilfoglionascosto@netcat.it
+HOMEPAGE= http://thew.sourceforce.net/
+COMMENT= The hermit worm
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/thew ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/thew.6 ${PREFIX}/${PKGMANDIR}/man6
+
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/thew/PLIST b/games/thew/PLIST
new file mode 100644
index 00000000000..6f0b604540f
--- /dev/null
+++ b/games/thew/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/03 18:14:20 rillig Exp $
+bin/thew
+man/man6/thew.6
diff --git a/games/thew/distinfo b/games/thew/distinfo
new file mode 100644
index 00000000000..67927064bc4
--- /dev/null
+++ b/games/thew/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/03 18:14:20 rillig Exp $
+
+SHA1 (thew-1.1.1.tar.bz2) = a663715d4e15f38b482934845d501f0461d2cb7f
+RMD160 (thew-1.1.1.tar.bz2) = d21e93a416f60d2ef8ee0f4d43dfaf532f56bb53
+Size (thew-1.1.1.tar.bz2) = 5953 bytes