diff options
Diffstat (limited to 'games/nethack33')
-rw-r--r-- | games/nethack33/Makefile | 32 | ||||
-rw-r--r-- | games/nethack33/distinfo | 1 | ||||
-rw-r--r-- | games/nethack33/files/patch-aa | 45 | ||||
-rw-r--r-- | games/nethack33/files/patch-ab | 20 | ||||
-rw-r--r-- | games/nethack33/files/patch-ac | 20 | ||||
-rw-r--r-- | games/nethack33/files/patch-ad | 51 | ||||
-rw-r--r-- | games/nethack33/files/patch-ae | 47 | ||||
-rw-r--r-- | games/nethack33/files/patch-af | 28 | ||||
-rw-r--r-- | games/nethack33/pkg-comment | 1 | ||||
-rw-r--r-- | games/nethack33/pkg-descr | 8 | ||||
-rw-r--r-- | games/nethack33/pkg-plist | 134 |
11 files changed, 0 insertions, 387 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile deleted file mode 100644 index fa40cd4ff0ea..000000000000 --- a/games/nethack33/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 27 March 1995 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 3.3.0 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/src/ \ - ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= nethack - -MAINTAINER= dscheidt@enteract.com - -USE_XPM= yes -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack33/distinfo b/games/nethack33/distinfo deleted file mode 100644 index 2c29c21e8ed8..000000000000 --- a/games/nethack33/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-3.3.0.tar.gz) = cf9f4039408321f39c3ef733455cb73a diff --git a/games/nethack33/files/patch-aa b/games/nethack33/files/patch-aa deleted file mode 100644 index 2e301760581e..000000000000 --- a/games/nethack33/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- ./include/config.h.orig Sat Dec 11 00:20:49 1999 -+++ ./include/config.h Sun Dec 12 20:28:09 1999 -@@ -43,7 +43,7 @@ - * Some combinations make no sense. See the installation document. - */ - #define TTY_GRAPHICS /* good old tty based graphics */ --/* #define X11_GRAPHICS */ /* X11 interface */ -+#define X11_GRAPHICS /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ - - /* -@@ -92,7 +92,7 @@ - * would allow: - * xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm - */ --/* # define USE_XPM */ /* Disable if you do not have the XPM library */ -+# define USE_XPM /* Disable if you do not have the XPM library */ - # ifdef USE_XPM - # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ - # endif -@@ -133,11 +133,11 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --#define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ -+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ --/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -@@ -168,7 +168,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack33/files/patch-ab b/games/nethack33/files/patch-ab deleted file mode 100644 index 3fdb7858ad1a..000000000000 --- a/games/nethack33/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- ./include/system.h.orig Sat Dec 11 00:20:51 1999 -+++ ./include/system.h Sun Dec 12 20:44:40 1999 -@@ -80,7 +80,7 @@ - # if !defined(SUNOS4) || defined(RANDOM) - E void FDECL(srandom, (unsigned int)); - # else --# ifndef bsdi -+# if !defined(bsdi) && !defined(__FreeBSD__) - E int FDECL(srandom, (unsigned int)); - # endif - # endif -@@ -516,7 +516,7 @@ - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) - E time_t FDECL(time, (time_t *)); - # else --E long FDECL(time, (time_t *)); -+E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/nethack33/files/patch-ac b/games/nethack33/files/patch-ac deleted file mode 100644 index d197c0d3a707..000000000000 --- a/games/nethack33/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- include/unixconf.h.orig Sat Dec 11 14:20:51 1999 -+++ include/unixconf.h Sat Jul 29 06:58:37 2000 -@@ -45,7 +45,7 @@ - /* #define AIX_31 */ /* In AIX 3.1 (IBM RS/6000) use BSD ioctl's to gain - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ --#define TERMINFO /* uses terminfo rather than termcap */ -+/* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -@@ -135,7 +135,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack33/files/patch-ad b/games/nethack33/files/patch-ad deleted file mode 100644 index c8200968f4d7..000000000000 --- a/games/nethack33/files/patch-ad +++ /dev/null @@ -1,51 +0,0 @@ ---- ./sys/unix/Makefile.src.orig Sat Dec 11 00:21:05 1999 -+++ ./sys/unix/Makefile.src Sun Dec 12 20:27:50 1999 -@@ -132,8 +132,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${X11BASE}/include -+LFLAGS = -L${X11BASE}/lib - - # Only used for Qt interface (other interfaces are standard C) - CXXFLAGS = -g $(CFLAGS) -I. -I$(QTDIR)/include -@@ -165,8 +165,8 @@ - - # - # --WINSRC = $(WINTTYSRC) --WINOBJ = $(WINTTYOBJ) -+WINSRC = $(WINTTYSRC) $(WINX11SRC) -+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -@@ -186,7 +186,7 @@ - # - # libraries for X11 - # If USE_XPM is defined in config.h, you will also need -lXpm here. --WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm - # WINX11LIB = -lXaw -lXmu -lXt -lX11 - # WINX11LIB = -lXaw -lXmu -lXext -lXt -lXpm -lX11 -lm - # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 -@@ -199,7 +199,7 @@ - # - # - --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINX11LIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) -@@ -223,7 +223,7 @@ - # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup - # LIBS = -lsun - # --LIBS = -+LIBS = -lSM -lICE - - # make NetHack - GAME = nethack diff --git a/games/nethack33/files/patch-ae b/games/nethack33/files/patch-ae deleted file mode 100644 index 375a28af2ec0..000000000000 --- a/games/nethack33/files/patch-ae +++ /dev/null @@ -1,47 +0,0 @@ ---- ./sys/unix/Makefile.top.orig Sat Dec 11 05:21:05 1999 -+++ ./sys/unix/Makefile.top Mon Dec 13 11:51:27 1999 -@@ -14,17 +14,16 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr - GAME = nethack - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # -@@ -33,8 +32,8 @@ - # therefore there should not be anything in GAMEDIR that you want to keep - # (if there is, you'll have to do the installation by hand or modify the - # instructions) --GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir --SHELLDIR = $(PREFIX)/games -+GAMEDIR = $(PREFIX)/share/$(GAME) -+SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = -@@ -184,9 +183,9 @@ - - install: $(GAME) $(VARDAT) dungeon spec_levs - # set up the directories -- -mkdir $(SHELLDIR) -+ -mkdir -p $(SHELLDIR) - -rm -rf $(GAMEDIR) -- -mkdir $(GAMEDIR) $(GAMEDIR)/save -+ -mkdir -p $(GAMEDIR) $(GAMEDIR)/save - -$(CHOWN) $(GAMEUID) $(GAMEDIR) $(GAMEDIR)/save - $(CHGRP) $(GAMEGRP) $(GAMEDIR) $(GAMEDIR)/save - chmod $(DIRPERM) $(GAMEDIR) $(GAMEDIR)/save diff --git a/games/nethack33/files/patch-af b/games/nethack33/files/patch-af deleted file mode 100644 index 3a01201d6ae6..000000000000 --- a/games/nethack33/files/patch-af +++ /dev/null @@ -1,28 +0,0 @@ ---- ./sys/unix/Makefile.doc.orig Mon Dec 13 14:49:15 1999 -+++ ./sys/unix/Makefile.doc Mon Dec 13 14:44:53 1999 -@@ -31,7 +31,7 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -@@ -48,11 +48,11 @@ - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack33/pkg-comment b/games/nethack33/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack33/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack33/pkg-descr b/games/nethack33/pkg-descr deleted file mode 100644 index fca84fb2593d..000000000000 --- a/games/nethack33/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is version 3.3.0 of nethack, a clasic hack'n'slash adventure game. -You and your faithful feline (or commited canine) are on a quest to retrieve -the lost Amulet of Yendor. Good luck! - -WWW: http://www.nethack.org/ - -- David -dscheidt@enteract.com diff --git a/games/nethack33/pkg-plist b/games/nethack33/pkg-plist deleted file mode 100644 index d8390f4ea28e..000000000000 --- a/games/nethack33/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games.games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack |