./games/nethack, Meta-package for NetHack with x11 and tty versions

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


Branch: CURRENT, Version: 3.6.7nb2, Package name: nethack-all-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.

This pkg installs the X11, QT and tty based versions of the game. You may
also choose to install just one or more by themselves.


Required to run:
[games/nethack-x11] [games/nethack-tty]

Required to build:
[pkgtools/cwrappers]

Master sites:


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).
   2020-01-29 21:23:16 by Olaf Seibert | Files touched by this commit (2)
Log message:
games/nethack*: correct some COMMENTs.
   2019-10-24 13:52:44 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.
   2017-09-26 23:43:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
nethack: remove qt version

Bump PKGREVISION.

Noted by joerg
   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-04-09 01:02:27 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Use META_PACKAGE.
   2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563)
Log message:
Mark as destdir ready.
   2007-10-26 00:01:10 by Johnny C. Lam | Files touched by this commit (158)
Log message:
* If PLIST_SRC is explicitly set to an empty value in a package Makefile,
  then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty