diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-24 05:40:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-24 05:40:46 +0000 |
commit | aaa10906cec87200acf0720b98f0475991028c38 (patch) | |
tree | 016c150904d5f6bf90eed109854fc5a7569aa981 /games/nethack33-nox11 | |
parent | b901a9df679c70a345a12e673c67a68785730fc0 (diff) | |
download | ports-aaa10906cec87200acf0720b98f0475991028c38.tar.gz ports-aaa10906cec87200acf0720b98f0475991028c38.zip |
Update to version 3.3.0.
PR: 15469
Submitted by: David Scheidt <dscheidt@enteract.com>
Notes
Notes:
svn path=/head/; revision=25009
Diffstat (limited to 'games/nethack33-nox11')
-rw-r--r-- | games/nethack33-nox11/Makefile | 13 | ||||
-rw-r--r-- | games/nethack33-nox11/distinfo | 3 | ||||
-rw-r--r-- | games/nethack33-nox11/files/patch-aa | 45 | ||||
-rw-r--r-- | games/nethack33-nox11/files/patch-ab | 67 | ||||
-rw-r--r-- | games/nethack33-nox11/files/patch-ac | 52 | ||||
-rw-r--r-- | games/nethack33-nox11/files/patch-ad | 69 | ||||
-rw-r--r-- | games/nethack33-nox11/files/patch-ae | 78 | ||||
-rw-r--r-- | games/nethack33-nox11/pkg-descr | 17 | ||||
-rw-r--r-- | games/nethack33-nox11/pkg-plist | 136 |
9 files changed, 250 insertions, 230 deletions
diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index 79e268671a7e..d6829d93ed1a 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/Makefile @@ -1,23 +1,18 @@ # New ports collection makefile for: nethack -# Version required: 3.2.3 +# Version required: 3.3.0 # Date created: 27 March 1995 # Whom: asami # # $FreeBSD$ # -DISTNAME= nethack-3.2.2 -PKGNAME= nethack-3.2.3 +DISTNAME= nethack-3.3.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.2/src/ \ - ftp://ftp.wtower.com/nethack/sources/ \ +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/src/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= nethack -PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/ -PATCHFILES= nh-3.2.2-3.2.3.diff - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dscheidt@enteract.com LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm diff --git a/games/nethack33-nox11/distinfo b/games/nethack33-nox11/distinfo index 052adcdf3017..2c29c21e8ed8 100644 --- a/games/nethack33-nox11/distinfo +++ b/games/nethack33-nox11/distinfo @@ -1,2 +1 @@ -MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df -MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae +MD5 (nethack-3.3.0.tar.gz) = cf9f4039408321f39c3ef733455cb73a diff --git a/games/nethack33-nox11/files/patch-aa b/games/nethack33-nox11/files/patch-aa new file mode 100644 index 000000000000..346180b3dd0c --- /dev/null +++ b/games/nethack33-nox11/files/patch-aa @@ -0,0 +1,45 @@ +--- ./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/local/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-nox11/files/patch-ab b/games/nethack33-nox11/files/patch-ab index a22424c84079..3fdb7858ad1a 100644 --- a/games/nethack33-nox11/files/patch-ab +++ b/games/nethack33-nox11/files/patch-ab @@ -1,49 +1,20 @@ ---- sys/unix/Makefile.src.orig Wed Dec 11 05:20:09 1996 -+++ sys/unix/Makefile.src Sun Mar 21 17:50:08 1999 -@@ -124,8 +124,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include +--- ./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 */ --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${X11BASE}/include -+LFLAGS = -L${X11BASE}/lib - - - # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired -@@ -146,8 +146,8 @@ - winmisc.o winstat.o wintext.o winval.o tile.o - # - # --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 -@@ -167,13 +167,13 @@ - # - # 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 - # - # --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINX11LIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) -@@ -197,7 +197,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 + #ifdef VMS diff --git a/games/nethack33-nox11/files/patch-ac b/games/nethack33-nox11/files/patch-ac index ee05125afe6c..7c2c408b97a9 100644 --- a/games/nethack33-nox11/files/patch-ac +++ b/games/nethack33-nox11/files/patch-ac @@ -1,47 +1,11 @@ -diff -ruN ./include/config.h ../nethack-3.2.2/include/config.h ---- ./include/config.h Wed Dec 11 05:20:07 1996 -+++ ../nethack-3.2.2/include/config.h Sun Mar 21 17:25:02 1999 -@@ -211,7 +211,7 @@ - * Some combinations make no sense. See the installation document. +--- ./include/unixconf.h.orig Sat Dec 11 00:20:51 1999 ++++ ./include/unixconf.h Sun Dec 12 20:45:41 1999 +@@ -135,7 +135,7 @@ + * A stat system call is done on the mailbox every MAILCKFREQ moves. */ - #define TTY_GRAPHICS /* good old tty based graphics */ --/* #define X11_GRAPHICS /* X11 interface */ -+#define X11_GRAPHICS /* X11 interface */ - /* - * Define the default window system. This should be one that is compiled -@@ -256,7 +256,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 -@@ -296,12 +296,12 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --# define COMPRESS "/usr/ucb/compress" /* Lempel-Ziv compression */ --# define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* # define COMPRESS "/usr/ucb/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 - # define INTERNAL_COMP /* control use of NetHack's compression routines */ -@@ -331,7 +331,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 +-#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-nox11/files/patch-ad b/games/nethack33-nox11/files/patch-ad index 4ff9c983d5ca..c8200968f4d7 100644 --- a/games/nethack33-nox11/files/patch-ad +++ b/games/nethack33-nox11/files/patch-ad @@ -1,20 +1,51 @@ ---- include/system.h.orig Mon Nov 4 08:01:25 1996 -+++ include/system.h Sat Jun 19 16:18:02 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 -@@ -510,7 +510,7 @@ - # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) - E time_t FDECL(time, (time_t *)); - # else --E long FDECL(time, (time_t *)); -+E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ +--- ./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 - #ifdef VMS +-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-nox11/files/patch-ae b/games/nethack33-nox11/files/patch-ae index b5c24ee2719d..375a28af2ec0 100644 --- a/games/nethack33-nox11/files/patch-ae +++ b/games/nethack33-nox11/files/patch-ae @@ -1,37 +1,47 @@ -diff -ruN ./include/unixconf.h ../nethack-3.2.2/include/unixconf.h ---- ./include/unixconf.h Wed Dec 11 05:20:08 1996 -+++ ../nethack-3.2.2/include/unixconf.h Sun Mar 21 17:25:02 1999 -@@ -31,7 +31,7 @@ +--- ./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 - /* define any of the following that are appropriate */ - /* #define SVR4 /* use in addition to SYSV for System V Release 4 */ --#define NETWORK /* if running on a networked system */ -+/* #define NETWORK /* if running on a networked system */ - /* e.g. Suns sharing a playground through NFS */ - #define SUNOS4 /* SunOS 4.x */ - /* #define LINUX /* Another Unix clone */ -@@ -42,12 +42,12 @@ - /* #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 TEXTCOLOR /* Use System V r3.2 terminfo color support */ -+#define TEXTCOLOR /* Use System V r3.2 terminfo color support */ - /* and/or ANSI color support on termcap systems */ - /* and/or X11 color */ --/* #define POSIX_JOB_CONTROL /* use System V / POSIX job control -+#define POSIX_JOB_CONTROL /* use System V / POSIX job control - * (e.g., VSUSP) */ --/* #define POSIX_TYPES /* use POSIX types for system calls and termios */ -+#define POSIX_TYPES /* use POSIX types for system calls and termios */ - /* define for many recent OS releases, including - * those with specific defines (since types are - * changing toward the standard from earlier chaos). -@@ -125,7 +125,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ + # make NetHack +-PREFIX = /usr + GAME = nethack + GAMEUID = games +-GAMEGRP = bin ++GAMEGRP = games --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL /* Deliver mail during the game */ + # 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 - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox + # 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-nox11/pkg-descr b/games/nethack33-nox11/pkg-descr index 52e265b8886f..fca84fb2593d 100644 --- a/games/nethack33-nox11/pkg-descr +++ b/games/nethack33-nox11/pkg-descr @@ -1,13 +1,8 @@ -This is nethack. You and your puppy (or kitten) will explore the deep -dungeons to retrieve the long-lost magical item that causes so much -trouble to anyone. +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! -Take care, and try not to miss meals. +WWW: http://www.nethack.org/ -WWW: http://www.win.tue.nl/games/roguelike/nethack/ - -- Satoshi -asami@cs.berkeley.edu - -P.S. There is a newsgroup "rec.games.roguelike.nethack" if you are - truly interested. +- David +dscheidt@enteract.com diff --git a/games/nethack33-nox11/pkg-plist b/games/nethack33-nox11/pkg-plist index adcec9cf84f8..d8390f4ea28e 100644 --- a/games/nethack33-nox11/pkg-plist +++ b/games/nethack33-nox11/pkg-plist @@ -6,69 +6,71 @@ 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/pet_mark.xbm -share/nethack/rip.xpm -share/nethack/x11tiles -share/nethack/A-filla.lev -share/nethack/A-fillb.lev -share/nethack/A-goal.lev -share/nethack/A-locate.lev -share/nethack/A-start.lev -share/nethack/B-filla.lev -share/nethack/B-fillb.lev -share/nethack/B-goal.lev -share/nethack/B-locate.lev -share/nethack/B-start.lev -share/nethack/C-filla.lev -share/nethack/C-fillb.lev -share/nethack/C-goal.lev -share/nethack/C-locate.lev -share/nethack/C-start.lev -share/nethack/E-filla.lev -share/nethack/E-fillb.lev -share/nethack/E-goal.lev -share/nethack/E-locate.lev -share/nethack/E-start.lev -share/nethack/H-filla.lev -share/nethack/H-fillb.lev -share/nethack/H-goal.lev -share/nethack/H-locate.lev -share/nethack/H-start.lev -share/nethack/K-filla.lev -share/nethack/K-fillb.lev -share/nethack/K-goal.lev -share/nethack/K-locate.lev -share/nethack/K-start.lev -share/nethack/P-filla.lev -share/nethack/P-fillb.lev -share/nethack/P-goal.lev -share/nethack/P-locate.lev -share/nethack/P-start.lev -share/nethack/R-filla.lev -share/nethack/R-fillb.lev -share/nethack/R-goal.lev -share/nethack/R-locate.lev -share/nethack/R-start.lev -share/nethack/S-filla.lev -share/nethack/S-fillb.lev -share/nethack/S-goal.lev -share/nethack/S-locate.lev -share/nethack/S-start.lev -share/nethack/T-filla.lev -share/nethack/T-fillb.lev -share/nethack/T-goal.lev -share/nethack/T-locate.lev -share/nethack/T-start.lev -share/nethack/V-filla.lev -share/nethack/V-fillb.lev -share/nethack/V-goal.lev -share/nethack/V-locate.lev -share/nethack/V-start.lev -share/nethack/W-filla.lev -share/nethack/W-fillb.lev -share/nethack/W-goal.lev -share/nethack/W-locate.lev -share/nethack/W-start.lev +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 @@ -107,6 +109,14 @@ 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 |