./games/nethack-tty, The tty and curses based version of NetHack

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.6.7nb2, Package name: nethack-tty-3.6.7nb2, Maintainer: pkgsrc-users

Nethack is a single player, ASCII graphics-based adventure game, similar
to the lines of Dungeons & Dragons and similar fantasy games. It is
commonly classified in the larger group of Rogue-like Games, which
generally are all text-based, solo adventures.

Within the game, your character is after the infamous Wizard of Yendor,
who has stolen the Amulet of Yendor and plans to use it for his evil
purposes. You, a young member of your chosen class, have been blessed by
your people and your god to retrieve the Amulet, and to save the world
from the Wizard's evil plans.


Required to run:
[games/nethack-lib]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 5446.694 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-02 15:45:14 by Olaf Seibert | Files touched by this commit (15)
Log message:
games/nethack*: enable curses user interface

The "nethack" wrapper script that papers over the existence of nethack-tty
and nethack-x11 has been made more like the original way to select UIs
(since there are now 3, and each game binary supports more than one of them).
   2019-10-24 13:51:52 by Masatake Daimon | Files touched by this commit (1)
Log message:
Update to NetHack 3.6.2

See release notes for the changes from 3.4.3:
* http://nethack.org/v360/release.html
* http://nethack.org/v361/release.html
* http://nethack.org/v362/release.html

IMPORTANT NOTICE:
  Old 3.4.x save files are *incompatible* with this version (which
  isn't my fault). Files are now saved in /var/games/nethack360.
   2011-06-01 13:20:30 by Thomas Klausner | Files touched by this commit (39)
Log message:
DESTDIRify nethack. Merge patches and distinfo. Some other improvements.
From Rhialto in PR 45010.
   2009-06-30 02:07:26 by Joerg Sonnenberger | Files touched by this commit (159)
Log message:
Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
   2008-09-26 17:10:08 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Open-code revision pattern for nethack-lib. Still requires the same
upstream version, but ignores the NetBSD patchlevel.
   2006-06-22 17:47:54 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
When sharing patches with nethack-lib, it also makes sense to
share the distinfo.
   2005-12-19 18:52:11 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Regen checksum. XXX should use a shared distinfo.
   2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432)
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html