pkgsrc-WIP-changes archive

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

nethack-curses: removed;



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sat Sep 2 17:52:48 2023 +0200
Changeset:	5b7d5102d446f1928c76531689caec387ffc4e6d

Modified Files:
	Makefile
Removed Files:
	nethack-curses/DESCR
	nethack-curses/MESSAGE
	nethack-curses/Makefile
	nethack-curses/PLIST

Log Message:
nethack-curses: removed;

functionality in main pkgsrc games/nethack-tty.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b7d5102d446f1928c76531689caec387ffc4e6d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  1 -
 nethack-curses/DESCR    | 10 ----------
 nethack-curses/MESSAGE  |  7 -------
 nethack-curses/Makefile | 34 ----------------------------------
 nethack-curses/PLIST    |  2 --
 5 files changed, 54 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index bfb771efa3..5a3da8a611 100644
--- a/Makefile
+++ b/Makefile
@@ -2499,7 +2499,6 @@ SUBDIR+=	netbsd-pf
 SUBDIR+=	netbsd-x11-i386
 SUBDIR+=	netclasses
 SUBDIR+=	netdata-git
-SUBDIR+=	nethack-curses
 SUBDIR+=	netkit-base
 SUBDIR+=	netkit-routed
 SUBDIR+=	netkit-telnet
diff --git a/nethack-curses/DESCR b/nethack-curses/DESCR
deleted file mode 100644
index d0d8bdcdea..0000000000
--- a/nethack-curses/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
diff --git a/nethack-curses/MESSAGE b/nethack-curses/MESSAGE
deleted file mode 100644
index 4b7b61bdf1..0000000000
--- a/nethack-curses/MESSAGE
+++ /dev/null
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD$
-
-You can run the curses NetHack by simply typing: "nethack curses".
-It assumes a terminal with a black background.
-
-===========================================================================
diff --git a/nethack-curses/Makefile b/nethack-curses/Makefile
deleted file mode 100644
index f9f521668c..0000000000
--- a/nethack-curses/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD$
-#
-
-# builtin curses: crashes at the end with
-# #0  redrawwin (win=0x0) at /usr/src/lib/libcurses/touchwin.c:149
-# Also it doesn't adjust to resizing the terminal window as advertised.
-# ncurses:
-#USE_BUILTIN.curses=	no
-#CURSES_DEFAULT=	ncurses
-# crashes at startup.
-
-.include "../../games/nethack-lib/Makefile.common"
-
-PKGNAME=		nethack-curses-${NETHACK_VERSION}
-
-COMMENT=		The curses based version of NetHack
-
-DEPENDS+=		nethack-lib-${NETHACK_VERSION}{,nb*}:../../games/nethack-lib
-
-BUILD_TARGET=		nethack
-MAKE_ENV+=		GAME=nethack
-MAKE_ENV+=		GTYPE=-curses
-
-INSTALLATION_DIRS+=	bin
-do-install:
-	${RUN}${INSTALL_PROGRAM} ${WRKSRC}/src/nethack ${DESTDIR}${PREFIX}/bin/nethack-curses
-
-DISTINFO_FILE?=		${.CURDIR}/../../games/nethack-lib/distinfo
-PATCHDIR=		${.CURDIR}/../../games/nethack-lib/patches
-
-SPECIAL_PERMS+=		${PREFIX}/bin/nethack-curses			\
-			    ${GAMEPERM}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/nethack-curses/PLIST b/nethack-curses/PLIST
deleted file mode 100644
index f8a34786ab..0000000000
--- a/nethack-curses/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-bin/nethack-curses


Home | Main Index | Thread Index | Old Index