pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/thew Imported thew from PR 34500.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/faf334d50ac6
branches:  trunk
changeset: 534933:faf334d50ac6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 03 18:14:20 2007 +0000

description:
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@localhost.

diffstat:

 games/thew/DESCR    |   8 ++++++++
 games/thew/Makefile |  19 +++++++++++++++++++
 games/thew/PLIST    |   3 +++
 games/thew/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 5ad13fd89a5f -r faf334d50ac6 games/thew/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/thew/DESCR  Sat Nov 03 18:14:20 2007 +0000
@@ -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 -r 5ad13fd89a5f -r faf334d50ac6 games/thew/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/thew/Makefile       Sat Nov 03 18:14:20 2007 +0000
@@ -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@localhost
+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 -r 5ad13fd89a5f -r faf334d50ac6 games/thew/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/thew/PLIST  Sat Nov 03 18:14:20 2007 +0000
@@ -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 -r 5ad13fd89a5f -r faf334d50ac6 games/thew/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/thew/distinfo       Sat Nov 03 18:14:20 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index