From owner-freebsd-ports Fri Mar 22 11:42:15 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B725B37B404 for ; Fri, 22 Mar 2002 11:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2MJe1N77411; Fri, 22 Mar 2002 11:40:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0787037B417 for ; Fri, 22 Mar 2002 11:39:01 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2MJd0977248; Fri, 22 Mar 2002 11:39:00 -0800 (PST) (envelope-from nobody) Message-Id: <200203221939.g2MJd0977248@freefall.freebsd.org> Date: Fri, 22 Mar 2002 11:39:00 -0800 (PST) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/36216: Update port: games/nethack3-gnome/games/nethack-qt|games/nethack3-tty|games/nethack3 to 3.4.0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 36216 >Category: ports >Synopsis: Update port: games/nethack3-gnome/games/nethack-qt|games/nethack3-tty|games/nethack3 to 3.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 22 11:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update flavored nethack3 ports to version 3.4.0 No response from maintainer. This PR supersedes ports/ports/36210. Note: Please don't forget to rename nethack-qt to nethack3-qt before update! [games/nethack3] New file: files/patch-ag [games/nethack3-gnome] Remove file: distinfo files/patch-include::config.h files/patch-include::system.h files/patch-include::unixconf.h files/patch-sys::unix::Makefile.doc files/patch-sys::unix::Makefile.src files/patch-sys::unix::Makefile.top pkg-comment pkg-descr pkg-plist [games/nethack3-qt] Remove file: distinfo files/patch-include:config.h files/patch-include:unixconf.h files/patch-sys:unix:Makefile.doc files/patch-sys:unix:Makefile.src files/patch-sys:unix:Makefile.top pkg-comment pkg-descr pkg-plist [games/nethack3-tty] Remove file: distinfo files/patch-aa files/patch-ab files/patch-ac files/patch-ad files/patch-ae pkg-comment pkg-descr pkg-plist >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # games_nethack3-gnome.diff # games_nethack3-qt.diff # games_nethack3-tty.diff # games_nethack3.diff # echo x - games_nethack3-gnome.diff sed 's/^X//' >games_nethack3-gnome.diff << 'END-of-games_nethack3-gnome.diff' Xdiff -urN /usr/ports/games/nethack3-gnome/Makefile games/nethack3-gnome/Makefile X--- /usr/ports/games/nethack3-gnome/Makefile Wed Dec 12 13:24:01 2001 X+++ games/nethack3-gnome/Makefile Wed Dec 12 20:05:12 2001 X@@ -5,33 +5,10 @@ X # $FreeBSD: ports/games/nethack3-gnome/Makefile,v 1.1 2001/12/12 04:24:01 ijliao Exp $ X # X X-PORTNAME= nethack X-PORTVERSION= 3.3.1 X-CATEGORIES= games gnome X-MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \ X- ${MASTER_SITE_GNU} X-MASTER_SITE_SUBDIR= ${PORTNAME} X-PKGNAMESUFFIX= -gnome X-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} X-EXTRACT_SUFX= .tgz X+MASTERDIR= ${.CURDIR}/../nethack3 X X MAINTAINER= Jan.Stocker@t-online.de X X-USE_GNOME= yes X-USE_GMAKE= yes X-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X+WITH_GNOME_GRAPHICS= yes X X-MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X- X-pre-configure: X- @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X- X-post-install: X- @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 X- @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages X-.if !defined(NOPORTDOCS) X- ${MKDIR} ${PREFIX}/share/doc/nethack X- ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack X-.endif X- X-.include X+.include "${MASTERDIR}/Makefile" Xdiff -urN /usr/ports/games/nethack3-gnome/distinfo games/nethack3-gnome/distinfo X--- /usr/ports/games/nethack3-gnome/distinfo Wed Dec 12 13:24:01 2001 X+++ games/nethack3-gnome/distinfo Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 Xdiff -urN /usr/ports/games/nethack3-gnome/files/patch-include::config.h games/nethack3-gnome/files/patch-include::config.h X--- /usr/ports/games/nethack3-gnome/files/patch-include::config.h Wed Dec 12 13:24:01 2001 X+++ games/nethack3-gnome/files/patch-include::config.h Thu Jan 1 09:00:00 1970 X@@ -1,61 +0,0 @@ X-*** include/config.h.orig Sat Jul 22 03:13:51 2000 X---- include/config.h Sat Dec 9 13:31:34 2000 X-*************** X-*** 45,51 **** X- #define TTY_GRAPHICS /* good old tty based graphics */ X- /* #define X11_GRAPHICS */ /* X11 interface */ X- /* #define QT_GRAPHICS */ /* Qt interface */ X-! /* #define GNOME_GRAPHICS */ /* Gnome interface */ X- X- /* X- * Define the default window system. This should be one that is compiled X---- 45,51 ---- X- #define TTY_GRAPHICS /* good old tty based graphics */ X- /* #define X11_GRAPHICS */ /* X11 interface */ X- /* #define QT_GRAPHICS */ /* Qt interface */ X-! #define GNOME_GRAPHICS /* Gnome interface */ X- X- /* X- * Define the default window system. This should be one that is compiled X-*************** X-*** 151,161 **** X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X-! #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ X-! #define COMPRESS_EXTENSION ".Z" /* compress's extension */ X- /* An example of one alternative you might want to use: */ X-! /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ X-! /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X---- 151,161 ---- X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X-! /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ X-! /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ X- /* An example of one alternative you might want to use: */ X-! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ X-! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X-*************** X-*** 186,192 **** X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X-! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X- # endif X- X- /* X---- 186,192 ---- X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X-! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ X- # endif X- X- /* Xdiff -urN /usr/ports/games/nethack3-gnome/files/patch-include::system.h games/nethack3-gnome/files/patch-include::system.h X--- /usr/ports/games/nethack3-gnome/files/patch-include::system.h Wed Dec 12 13:24:01 2001 X+++ games/nethack3-gnome/files/patch-include::system.h Thu Jan 1 09:00:00 1970 X@@ -1,19 +0,0 @@ X-*** include/system.h.orig Thu Jan 6 11:20:08 2000 X---- include/system.h Sat Sep 23 01:08:09 2000 X-*************** X-*** 516,522 **** X- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) X- E time_t FDECL(time, (time_t *)); X- # else X-! E long FDECL(time, (time_t *)); X- # endif /* ULTRIX */ X- X- #ifdef VMS X---- 516,522 ---- X- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) X- E time_t FDECL(time, (time_t *)); X- # else X-! E time_t FDECL(time, (time_t *)); X- # endif /* ULTRIX */ X- X- #ifdef VMS Xdiff -urN /usr/ports/games/nethack3-gnome/files/patch-include::unixconf.h games/nethack3-gnome/files/patch-include::unixconf.h X--- /usr/ports/games/nethack3-gnome/files/patch-include::unixconf.h Wed Dec 12 13:24:01 2001 X+++ games/nethack3-gnome/files/patch-include::unixconf.h Thu Jan 1 09:00:00 1970 X@@ -1,36 +0,0 @@ X-*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 X---- include/unixconf.h Sat Sep 23 01:09:25 2000 X-*************** X-*** 47,53 **** X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X-! #define TERMINFO /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X---- 47,53 ---- X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X-! /* #define TERMINFO */ /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X-*************** X-*** 143,149 **** X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X-! #define MAIL /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox X---- 143,149 ---- X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X-! /* #define MAIL */ /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox Xdiff -urN /usr/ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.doc games/nethack3-gnome/files/patch-sys::unix::Makefile.doc X--- /usr/ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.doc Wed Dec 12 13:24:01 2001 X+++ games/nethack3-gnome/files/patch-sys::unix::Makefile.doc Thu Jan 1 09:00:00 1970 X@@ -1,44 +0,0 @@ X-*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 X---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 X-*************** X-*** 34,40 **** X- X- X- GAME = nethack X-! MANDIR = /usr/man/man6 X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X---- 34,40 ---- X- X- X- GAME = nethack X-! MANDIR = ${PREFIX}/man/man X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X-*************** X-*** 51,61 **** X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) X-! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) X-! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) X-! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) X-! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt X---- 51,61 ---- X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) X-! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) X-! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) X-! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) X-! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt Xdiff -urN /usr/ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.src games/nethack3-gnome/files/patch-sys::unix::Makefile.src X--- /usr/ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.src Wed Dec 12 13:24:01 2001 X+++ games/nethack3-gnome/files/patch-sys::unix::Makefile.src Thu Jan 1 09:00:00 1970 X@@ -1,72 +0,0 @@ X-*** sys/unix/Makefile.src.orig Sat Aug 5 12:52:57 2000 X---- sys/unix/Makefile.src Sat Dec 9 13:09:44 2000 X-*************** X-*** 139,145 **** X- # directories. The ones given below is the usual spot for linux systems. X- # The paths are for glibconfig.h and gnomesupport.h respectively. X- # X-! GNOMEINC=-I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome X- X- # flags for debugging: X- # CFLAGS = -g -I../include X---- 139,145 ---- X- # directories. The ones given below is the usual spot for linux systems. X- # The paths are for glibconfig.h and gnomesupport.h respectively. X- # X-! GNOMEINC=-I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include/kpathsea -I../win/gnome X- X- # flags for debugging: X- # CFLAGS = -g -I../include X-*************** X-*** 203,210 **** X- X- # X- # X-! WINSRC = $(WINTTYSRC) X-! WINOBJ = $(WINTTYOBJ) X- X- # on some systems the termcap library is in -ltermcap or -lcurses X- # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X---- 203,210 ---- X- X- # X- # X-! WINSRC = $(WINTTYSRC) $(WINGNOMESRC) X-! WINOBJ = $(WINTTYOBJ) $(WINGNOMEOBJ) X- X- # on some systems the termcap library is in -ltermcap or -lcurses X- # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X-*************** X-*** 236,242 **** X- WINKDELIB = -lkdecore -lkdeui -lXext X- # X- # libraries for Gnome X-! WINGNOMELIB = -lgnomeui -lgnome -lart_lgpl -lgtk -lgdk -lpopt X- # X- # libraries for Gem port X- WINGEMLIB = -le_gem -lgem X---- 236,242 ---- X- WINKDELIB = -lkdecore -lkdeui -lXext X- # X- # libraries for Gnome X-! WINGNOMELIB = -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui -lgnome -lart_lgpl -lgtk12 -lgdk12 -lglib12 -lpopt -lkpathsea X- # X- # libraries for Gem port X- WINGEMLIB = -le_gem -lgem X-*************** X-*** 244,250 **** X- # libraries for BeOS X- WINBELIB = -lbe X- X-! WINLIB = $(WINTTYLIB) X- X- # any other strange libraries your system needs (for Sysunix only -- the more X- # specialized targets should already be right) X---- 244,250 ---- X- # libraries for BeOS X- WINBELIB = -lbe X- X-! WINLIB = $(WINTTYLIB) $(WINGNOMELIB) X- X- # any other strange libraries your system needs (for Sysunix only -- the more X- # specialized targets should already be right) Xdiff -urN /usr/ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.top games/nethack3-gnome/files/patch-sys::unix::Makefile.top X--- /usr/ports/games/nethack3-gnome/files/patch-sys::unix::Makefile.top Fri Dec 28 16:27:38 2001 X+++ games/nethack3-gnome/files/patch-sys::unix::Makefile.top Thu Jan 1 09:00:00 1970 X@@ -1,125 +0,0 @@ X-*** sys/unix/Makefile.top.orig Tue Jul 4 02:42:05 2000 X---- sys/unix/Makefile.top Wed Dec 26 13:46:52 2001 X-*************** X-*** 14,31 **** X- # MAKE = make X- X- # make NetHack X-- PREFIX = /usr X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X-! GAMEGRP = bin X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X-! GAMEPERM = 04755 X-! FILEPERM = 0644 X-! EXEPERM = 0755 X-! DIRPERM = 0755 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X---- 14,30 ---- X- # MAKE = make X- X- # make NetHack X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X-! GAMEGRP = games X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X-! GAMEPERM = 0755 X-! FILEPERM = 0664 X-! EXEPERM = 02755 X-! DIRPERM = 0775 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X-*************** X-*** 35,43 **** X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X-! GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X- VARDIR = $(GAMEDIR) X-! SHELLDIR = $(PREFIX)/games X- X- # per discussion in Install.X11 and Install.Qt X- VARDATND = X---- 34,42 ---- X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X-! GAMEDIR = $(PREFIX)/share/$(GAME) X- VARDIR = $(GAMEDIR) X-! SHELLDIR = $(PREFIX)/bin X- X- # per discussion in Install.X11 and Install.Qt X- VARDATND = X-*************** X-*** 48,54 **** X- # for BeOS X- # VARDATND = beostiles X- # for Gnome X-! # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm X- X- VARDATD = data oracles options quest.dat rumors X- VARDAT = $(VARDATD) $(VARDATND) X---- 47,53 ---- X- # for BeOS X- # VARDATND = beostiles X- # for Gnome X-! VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm X- X- VARDATD = data oracles options quest.dat rumors X- VARDAT = $(VARDATD) $(VARDATND) X-*************** X-*** 170,182 **** X- sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ X- -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ X- < sys/unix/nethack.sh \ X-! > $(SHELLDIR)/$(GAME) X- # set up their permissions X- -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ X- $(CHGRP) $(GAMEGRP) $(GAME) ) X- chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) X- -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) X- $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) X- chmod $(EXEPERM) $(SHELLDIR)/$(GAME) X- X- dofiles-dlb: check-dlb X---- 169,189 ---- X- sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ X- -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ X- < sys/unix/nethack.sh \ X-! > $(GAMEDIR)/$(GAME)-start.sh X-! @echo "#include " > nethack-wrapper.c X-! @echo "int main(int argc, char *argv[]) {" >> nethack-wrapper.c X-! @echo " execv(\"$(GAMEDIR)/$(GAME)-start.sh\", argv);}" >> nethack-wrapper.c X-! $(CC) $(CFLAGS) -o nethack-wrapper nethack-wrapper.c X-! cp nethack-wrapper $(SHELLDIR)/$(GAME) X- # set up their permissions X- -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ X- $(CHGRP) $(GAMEGRP) $(GAME) ) X- chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) X- -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) X- $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) X-+ chmod $(GAMEPERM) $(GAMEDIR)/$(GAME)-start.sh X-+ -$(CHOWN) $(GAMEUID) $(GAMEDIR)/$(GAME)-start.sh X-+ $(CHGRP) $(GAMEGRP) $(GAMEDIR)/$(GAME)-start.sh X- chmod $(EXEPERM) $(SHELLDIR)/$(GAME) X- X- dofiles-dlb: check-dlb X-*************** X-*** 236,241 **** X---- 243,249 ---- X- clean: X- ( cd src ; $(MAKE) clean ) X- ( cd util ; $(MAKE) clean ) X-+ rm -f nethack-wrapper.c nethack-wrapper X- X- # 'make spotless' returns the source tree to near-distribution condition. X- # it removes .o files, executables, and compiled data files Xdiff -urN /usr/ports/games/nethack3-gnome/pkg-comment games/nethack3-gnome/pkg-comment X--- /usr/ports/games/nethack3-gnome/pkg-comment Wed Dec 12 13:24:01 2001 X+++ games/nethack3-gnome/pkg-comment Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-A dungeon explorin', slashin', hackin' game Xdiff -urN /usr/ports/games/nethack3-gnome/pkg-descr games/nethack3-gnome/pkg-descr X--- /usr/ports/games/nethack3-gnome/pkg-descr Wed Dec 12 13:24:01 2001 X+++ games/nethack3-gnome/pkg-descr Thu Jan 1 09:00:00 1970 X@@ -1,8 +0,0 @@ X-This is version 3.3.1 of nethack, a clasic ASCII-based adventure game X-with graphics support for Gnome. X-You and your faithful pet are on a quest to retrieve the lost Amulet X-of Yendor. X- X-WWW: http://www.nethack.org/ X- X-Jan.Stocker@t-online.de Xdiff -urN /usr/ports/games/nethack3-gnome/pkg-plist games/nethack3-gnome/pkg-plist X--- /usr/ports/games/nethack3-gnome/pkg-plist Fri Dec 28 16:27:40 2001 X+++ games/nethack3-gnome/pkg-plist Thu Jan 1 09:00:00 1970 X@@ -1,143 +0,0 @@ X-bin/nethack X-@exec chmod 2755 %D/bin/nethack X-@exec chown games:games %D/bin/nethack X-share/nethack/nethack X-share/nethack/nethack-start.sh X-@exec mkdir %D/share/nethack/save X-@exec mkdir %D/share/nethack/save X-@exec chmod -R 775 %D/share/nethack X-@exec chmod 755 %D/share/nethack/nethack X-@exec chmod 755 %D/share/nethack/nethack-start.sh X-@exec chown games:games %D/share/nethack/save X-@unexec rm -rf %D/share/nethack/save X-share/doc/nethack/Guidebook.txt X-share/nethack/Arc-fila.lev X-share/nethack/Arc-filb.lev X-share/nethack/Arc-goal.lev X-share/nethack/Arc-loca.lev X-share/nethack/Arc-strt.lev X-share/nethack/Bar-fila.lev X-share/nethack/Bar-filb.lev X-share/nethack/Bar-goal.lev X-share/nethack/Bar-loca.lev X-share/nethack/Bar-strt.lev X-share/nethack/Cav-fila.lev X-share/nethack/Cav-filb.lev X-share/nethack/Cav-goal.lev X-share/nethack/Cav-loca.lev X-share/nethack/Cav-strt.lev X-share/nethack/Hea-fila.lev X-share/nethack/Hea-filb.lev X-share/nethack/Hea-goal.lev X-share/nethack/Hea-loca.lev X-share/nethack/Hea-strt.lev X-share/nethack/Kni-fila.lev X-share/nethack/Kni-filb.lev X-share/nethack/Kni-goal.lev X-share/nethack/Kni-loca.lev X-share/nethack/Kni-strt.lev X-share/nethack/Mon-fila.lev X-share/nethack/Mon-filb.lev X-share/nethack/Mon-goal.lev X-share/nethack/Mon-loca.lev X-share/nethack/Mon-strt.lev X-share/nethack/Pri-fila.lev X-share/nethack/Pri-filb.lev X-share/nethack/Pri-goal.lev X-share/nethack/Pri-loca.lev X-share/nethack/Pri-strt.lev X-share/nethack/Ran-fila.lev X-share/nethack/Ran-filb.lev X-share/nethack/Ran-goal.lev X-share/nethack/Ran-loca.lev X-share/nethack/Ran-strt.lev X-share/nethack/Rog-fila.lev X-share/nethack/Rog-filb.lev X-share/nethack/Rog-goal.lev X-share/nethack/Rog-loca.lev X-share/nethack/Rog-strt.lev X-share/nethack/Sam-fila.lev X-share/nethack/Sam-filb.lev X-share/nethack/Sam-goal.lev X-share/nethack/Sam-loca.lev X-share/nethack/Sam-strt.lev X-share/nethack/Tou-fila.lev X-share/nethack/Tou-filb.lev X-share/nethack/Tou-goal.lev X-share/nethack/Tou-loca.lev X-share/nethack/Tou-strt.lev X-share/nethack/Val-fila.lev X-share/nethack/Val-filb.lev X-share/nethack/Val-goal.lev X-share/nethack/Val-loca.lev X-share/nethack/Val-strt.lev X-share/nethack/Wiz-fila.lev X-share/nethack/Wiz-filb.lev X-share/nethack/Wiz-goal.lev X-share/nethack/Wiz-loca.lev X-share/nethack/Wiz-strt.lev X-share/nethack/air.lev X-share/nethack/asmodeus.lev X-share/nethack/astral.lev X-share/nethack/baalz.lev X-share/nethack/bigrm-1.lev X-share/nethack/bigrm-2.lev X-share/nethack/bigrm-3.lev X-share/nethack/bigrm-4.lev X-share/nethack/bigrm-5.lev X-share/nethack/castle.lev X-share/nethack/cmdhelp X-share/nethack/data X-share/nethack/dungeon X-share/nethack/earth.lev X-share/nethack/fakewiz1.lev X-share/nethack/fakewiz2.lev X-share/nethack/fire.lev X-share/nethack/help X-share/nethack/hh X-share/nethack/history X-share/nethack/juiblex.lev X-share/nethack/knox.lev X-share/nethack/license X-share/nethack/mapbg.xpm X-share/nethack/medusa-1.lev X-share/nethack/medusa-2.lev X-share/nethack/minefill.lev X-share/nethack/minend-1.lev X-share/nethack/minend-2.lev X-share/nethack/minetn-1.lev X-share/nethack/minetn-2.lev X-share/nethack/opthelp X-share/nethack/options X-share/nethack/oracle.lev X-share/nethack/oracles X-share/nethack/orcus.lev X-share/nethack/pet_mark.xbm X-share/nethack/quest.dat X-share/nethack/rumors X-share/nethack/sanctum.lev X-share/nethack/soko1-1.lev X-share/nethack/soko1-2.lev X-share/nethack/soko2-1.lev X-share/nethack/soko2-2.lev X-share/nethack/soko3-1.lev X-share/nethack/soko3-2.lev X-share/nethack/soko4-1.lev X-share/nethack/soko4-2.lev X-share/nethack/tower1.lev X-share/nethack/tower2.lev X-share/nethack/tower3.lev X-share/nethack/valley.lev X-share/nethack/water.lev X-share/nethack/wizard1.lev X-share/nethack/wizard2.lev X-share/nethack/wizard3.lev X-share/nethack/wizhelp X-share/nethack/rip.xpm X-share/nethack/x11tiles X-@mode 664 X-share/nethack/logfile X-share/nethack/record X-share/nethack/perm X-@dirrm share/nethack X-@dirrm share/doc/nethack END-of-games_nethack3-gnome.diff echo x - games_nethack3-qt.diff sed 's/^X//' >games_nethack3-qt.diff << 'END-of-games_nethack3-qt.diff' Xdiff -urN /usr/ports/games/nethack-qt/Makefile games/nethack3-qt/Makefile X--- /usr/ports/games/nethack-qt/Makefile Fri Jan 4 17:59:41 2002 X+++ games/nethack3-qt/Makefile Sat Mar 23 01:19:45 2002 X@@ -5,43 +5,10 @@ X # $FreeBSD: ports/games/nethack-qt/Makefile,v 1.35 2001/12/30 17:48:46 dirk Exp $ X # X X-PORTNAME= nethack X-PKGNAMESUFFIX= -qt X-PORTVERSION= 3.3.1 X-CATEGORIES= games X-MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ X-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} X-EXTRACT_SUFX= .tgz X+MASTERDIR= ${.CURDIR}/../nethack3 X X MAINTAINER= ports@FreeBSD.org X X-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X-USE_QT_VER= 2 X-USE_GMAKE= yes X-MAKE_ENV= CXX="${CXX}" MOC="${MOC}" LIBQT="-l${QTNAME}" \ X- QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" X-MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X+WITH_QT_GRAPHICS= yes X X-pre-everything:: X- @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X- @${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!" X- @${ECHO} "!! But nethack-qt might read your prior nethack scores !!" X- @${ECHO} "!! Don't forget to backup your nethack libdir if it's !!" X- @${ECHO} "!! important for you !!" X- @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X- X-post-patch: X- @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h X- X-pre-configure: X- @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X- X-post-install: X- @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 X- @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages X-.if !defined(NOPORTDOCS) X- @${MKDIR} ${DOCSDIR} X- ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} X-.endif X- X-.include X+.include "${MASTERDIR}/Makefile" Xdiff -urN /usr/ports/games/nethack-qt/distinfo games/nethack3-qt/distinfo X--- /usr/ports/games/nethack-qt/distinfo Tue Sep 4 06:47:05 2001 X+++ games/nethack3-qt/distinfo Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 Xdiff -urN /usr/ports/games/nethack-qt/files/patch-include:config.h games/nethack3-qt/files/patch-include:config.h X--- /usr/ports/games/nethack-qt/files/patch-include:config.h Tue Sep 4 04:00:33 2001 X+++ games/nethack3-qt/files/patch-include:config.h Thu Jan 1 09:00:00 1970 X@@ -1,36 +0,0 @@ X---- include/config.h.orig Sat Jul 22 10:13:51 2000 X-+++ include/config.h Sat Aug 11 10:09:12 2001 X-@@ -44,7 +44,7 @@ X- */ X- #define TTY_GRAPHICS /* good old tty based graphics */ X- /* #define X11_GRAPHICS */ /* X11 interface */ X--/* #define QT_GRAPHICS */ /* Qt interface */ X-+#define QT_GRAPHICS /* Qt interface */ X- /* #define GNOME_GRAPHICS */ /* Gnome interface */ X- X- /* X-@@ -151,11 +151,11 @@ X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X--#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ X--#define COMPRESS_EXTENSION ".Z" /* compress's extension */ X-+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ X-+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ X- /* An example of one alternative you might want to use: */ X--/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ X--/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ X-+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ X-+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X-@@ -186,7 +186,7 @@ X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X--# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X-+# define HACKDIR "%%PREFIX%%/lib/nethack" /* nethack directory */ X- # endif X- X- /* Xdiff -urN /usr/ports/games/nethack-qt/files/patch-include:unixconf.h games/nethack3-qt/files/patch-include:unixconf.h X--- /usr/ports/games/nethack-qt/files/patch-include:unixconf.h Tue Sep 4 04:00:33 2001 X+++ games/nethack3-qt/files/patch-include:unixconf.h Thu Jan 1 09:00:00 1970 X@@ -1,20 +0,0 @@ X---- include/unixconf.h.orig Mon Jul 17 11:03:51 2000 X-+++ include/unixconf.h Fri Oct 13 10:06:57 2000 X-@@ -47,7 +47,7 @@ X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X--#define TERMINFO /* uses terminfo rather than termcap */ X-+/* #define TERMINFO */ /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X-@@ -143,7 +143,7 @@ X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X--#define MAIL /* Deliver mail during the game */ X-+/* #define MAIL /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox Xdiff -urN /usr/ports/games/nethack-qt/files/patch-sys:unix:Makefile.doc games/nethack3-qt/files/patch-sys:unix:Makefile.doc X--- /usr/ports/games/nethack-qt/files/patch-sys:unix:Makefile.doc Tue Sep 4 04:00:33 2001 X+++ games/nethack3-qt/files/patch-sys:unix:Makefile.doc Thu Jan 1 09:00:00 1970 X@@ -1,41 +0,0 @@ X---- sys/unix/Makefile.doc.orig Sat Jan 15 05:49:48 2000 X-+++ sys/unix/Makefile.doc Sat Aug 11 11:08:33 2001 X-@@ -34,15 +34,15 @@ X- X- X- GAME = nethack X--MANDIR = /usr/man/man6 X-+MANDIR = ${PREFIX}/man/man X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X--GAMEMANCREATE = cp nethack.6 X--LEVMANCREATE = cp lev_comp.6 X--DGNMANCREATE = cp dgn_comp.6 X--RCVRMANCREATE = cp recover.6 X--DLBMANCREATE = cp dlb.6 X-+GAMEMANCREATE = ${BSD_INSTALL_MAN} nethack.6 X-+LEVMANCREATE = ${BSD_INSTALL_MAN} lev_comp.6 X-+DGNMANCREATE = ${BSD_INSTALL_MAN} dgn_comp.6 X-+RCVRMANCREATE = ${BSD_INSTALL_MAN} recover.6 X-+DLBMANCREATE = ${BSD_INSTALL_MAN} dlb.6 X- # manual installation for most SYSV-style systems X- # GAMEMANCREATE = nroff -man nethack.6 > X- # LEVMANCREATE = nroff -man lev_comp.6 > X-@@ -51,11 +51,11 @@ X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) X-- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) X-- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) X-- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) X-- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) X-+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) X-+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) X-+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) X-+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) X-+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt Xdiff -urN /usr/ports/games/nethack-qt/files/patch-sys:unix:Makefile.src games/nethack3-qt/files/patch-sys:unix:Makefile.src X--- /usr/ports/games/nethack-qt/files/patch-sys:unix:Makefile.src Tue Sep 4 04:00:33 2001 X+++ games/nethack3-qt/files/patch-sys:unix:Makefile.src Thu Jan 1 09:00:00 1970 X@@ -1,62 +0,0 @@ X---- sys/unix/Makefile.src.orig Sat Aug 5 19:52:57 2000 X-+++ sys/unix/Makefile.src Sat Aug 11 09:53:08 2001 X-@@ -144,14 +144,14 @@ X- # flags for debugging: X- # CFLAGS = -g -I../include X- X--CFLAGS = -O -I../include X-+CFLAGS += -I../include X- LFLAGS = X- X- # The Qt and Be window systems are written in C++, while the rest of X- # NetHack is standard C. If using Qt, uncomment the LD line here to get X- # the C++ libraries linked in. X--CXXFLAGS = $(CFLAGS) -I. -I$(QTDIR)/include X--CXX=g++ X-+CXXFLAGS += -I. -I../include ${QTCPPFLAGS} X-+#CXX=g++ X- #LD=g++ X- X- # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired X-@@ -203,8 +203,8 @@ X- X- # X- # X--WINSRC = $(WINTTYSRC) X--WINOBJ = $(WINTTYOBJ) X-+WINSRC = $(WINTTYSRC) $(WINQTSRC) X-+WINOBJ = $(WINTTYOBJ) $(WINQTOBJ) X- X- # on some systems the termcap library is in -ltermcap or -lcurses X- # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X-@@ -230,7 +230,7 @@ X- # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 X- # X- # libraries for Qt X--WINQTLIB = -L$(QTDIR)/lib -lqt X-+WINQTLIB = ${QTCFGLIBS} ${LIBQT} X- # X- # libraries for KDE (with Qt) X- WINKDELIB = -lkdecore -lkdeui -lXext X-@@ -244,7 +244,7 @@ X- # libraries for BeOS X- WINBELIB = -lbe X- X--WINLIB = $(WINTTYLIB) X-+WINLIB = $(WINTTYLIB) $(WINQTLIB) X- X- # any other strange libraries your system needs (for Sysunix only -- the more X- # specialized targets should already be right) X-@@ -445,10 +445,10 @@ X- X- # Qt windowport meta-object-compiler output X- qt_kde0.moc: ../include/qt_kde0.h X-- $(QTDIR)/bin/moc ../include/qt_kde0.h > qt_kde0.moc X-+ ${MOC} ../include/qt_kde0.h > qt_kde0.moc X- X- qt_win.moc: ../include/qt_win.h X-- $(QTDIR)/bin/moc ../include/qt_win.h > qt_win.moc X-+ ${MOC} ../include/qt_win.h > qt_win.moc X- X- $(MAKEDEFS): ../util/makedefs.c $(CONFIG_H) ../include/permonst.h \ X- ../include/objclass.h ../include/monsym.h \ Xdiff -urN /usr/ports/games/nethack-qt/files/patch-sys:unix:Makefile.top games/nethack3-qt/files/patch-sys:unix:Makefile.top X--- /usr/ports/games/nethack-qt/files/patch-sys:unix:Makefile.top Tue Sep 4 04:00:33 2001 X+++ games/nethack3-qt/files/patch-sys:unix:Makefile.top Thu Jan 1 09:00:00 1970 X@@ -1,44 +0,0 @@ X---- sys/unix/Makefile.top.orig Tue Jul 4 09:42:05 2000 X-+++ sys/unix/Makefile.top Sat Aug 11 11:21:15 2001 X-@@ -14,18 +14,17 @@ X- # MAKE = make X- X- # make NetHack X--PREFIX = /usr X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X--GAMEGRP = bin X-+GAMEGRP = games X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X--GAMEPERM = 04755 X--FILEPERM = 0644 X-+GAMEPERM = 02755 X-+FILEPERM = 0664 X- EXEPERM = 0755 X--DIRPERM = 0755 X-+DIRPERM = 0775 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X-@@ -35,14 +34,14 @@ X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X--GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X-+GAMEDIR = $(PREFIX)/lib/$(GAME) X- VARDIR = $(GAMEDIR) X--SHELLDIR = $(PREFIX)/games X-+SHELLDIR = $(PREFIX)/bin X- X- # per discussion in Install.X11 and Install.Qt X--VARDATND = X-+# VARDATND = X- # VARDATND = x11tiles pet_mark.xbm X--# VARDATND = x11tiles pet_mark.xbm rip.xpm X-+VARDATND = x11tiles pet_mark.xbm rip.xpm X- # for Atari/Gem X- # VARDATND = nh16.img title.img GEM_RSC.RSC X- # for BeOS Xdiff -urN /usr/ports/games/nethack-qt/pkg-comment games/nethack3-qt/pkg-comment X--- /usr/ports/games/nethack-qt/pkg-comment Tue Jul 21 02:37:14 1998 X+++ games/nethack3-qt/pkg-comment Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-A dungeon explorin', slashin', hackin' game with graphic and sound Xdiff -urN /usr/ports/games/nethack-qt/pkg-descr games/nethack3-qt/pkg-descr X--- /usr/ports/games/nethack-qt/pkg-descr Tue Sep 4 06:47:08 2001 X+++ games/nethack3-qt/pkg-descr Thu Jan 1 09:00:00 1970 X@@ -1,22 +0,0 @@ X-NetHack is a Free graphical one-player roleplaying game with a X-highly modular window system interface supporting TTY, VGA, Mac, X-Amiga, and other displays. Qt is a graphical user interface toolkit. X-So, "NetHack with Qt interface" is a version of NetHack which has X-a user interface module written using the Qt toolkit. X- X-The Qt interface has these extra features: X- X-o Tiles (graphics) in the inventory and other item-menu windows. X-o The player cursor changes colour as your relative hit-points drop. X-o The message window greys-out older message. X-o The item menus allow a count (click to left of icon - hidden feature). X-o Icons for the major attributes and player states. X-o Menus (only needed by newbie dungeon fodder). X-o Variable size fonts and tiles. X-o More space for the map as messages and status are side-by-side. X-o You rarely need to put the mouse in a pop-up to interact with it. X-o Macros - hidden feature - F1=multi-rest F2=multi-search F3=try-it X-o It is much easier to code, so new feature-requests are more easily done. X-o Sound support. X- X-WWW: http://trolls.troll.no/warwick/nethack/ Xdiff -urN /usr/ports/games/nethack-qt/pkg-plist games/nethack3-qt/pkg-plist X--- /usr/ports/games/nethack-qt/pkg-plist Tue Sep 4 06:47:08 2001 X+++ games/nethack3-qt/pkg-plist Thu Jan 1 09:00:00 1970 X@@ -1,137 +0,0 @@ X-bin/nethack X-%%PORTDOCS%%share/doc/nethack/Guidebook.txt X-lib/nethack/nethack X-@exec mkdir %D/lib/nethack/save X-@exec chmod -R 775 %D/lib/nethack X-@exec chmod 2755 %D/lib/nethack/nethack X-@exec chown games:games %D/lib/nethack/save X-@unexec rm -rf %D/lib/nethack/save X-lib/nethack/Arc-fila.lev X-lib/nethack/Arc-filb.lev X-lib/nethack/Arc-goal.lev X-lib/nethack/Arc-loca.lev X-lib/nethack/Arc-strt.lev X-lib/nethack/Bar-fila.lev X-lib/nethack/Bar-filb.lev X-lib/nethack/Bar-goal.lev X-lib/nethack/Bar-loca.lev X-lib/nethack/Bar-strt.lev X-lib/nethack/Cav-fila.lev X-lib/nethack/Cav-filb.lev X-lib/nethack/Cav-goal.lev X-lib/nethack/Cav-loca.lev X-lib/nethack/Cav-strt.lev X-lib/nethack/Hea-fila.lev X-lib/nethack/Hea-filb.lev X-lib/nethack/Hea-goal.lev X-lib/nethack/Hea-loca.lev X-lib/nethack/Hea-strt.lev X-lib/nethack/Kni-fila.lev X-lib/nethack/Kni-filb.lev X-lib/nethack/Kni-goal.lev X-lib/nethack/Kni-loca.lev X-lib/nethack/Kni-strt.lev X-lib/nethack/Mon-fila.lev X-lib/nethack/Mon-filb.lev X-lib/nethack/Mon-goal.lev X-lib/nethack/Mon-loca.lev X-lib/nethack/Mon-strt.lev X-lib/nethack/Pri-fila.lev X-lib/nethack/Pri-filb.lev X-lib/nethack/Pri-goal.lev X-lib/nethack/Pri-loca.lev X-lib/nethack/Pri-strt.lev X-lib/nethack/Ran-fila.lev X-lib/nethack/Ran-filb.lev X-lib/nethack/Ran-goal.lev X-lib/nethack/Ran-loca.lev X-lib/nethack/Ran-strt.lev X-lib/nethack/Rog-fila.lev X-lib/nethack/Rog-filb.lev X-lib/nethack/Rog-goal.lev X-lib/nethack/Rog-loca.lev X-lib/nethack/Rog-strt.lev X-lib/nethack/Sam-fila.lev X-lib/nethack/Sam-filb.lev X-lib/nethack/Sam-goal.lev X-lib/nethack/Sam-loca.lev X-lib/nethack/Sam-strt.lev X-lib/nethack/Tou-fila.lev X-lib/nethack/Tou-filb.lev X-lib/nethack/Tou-goal.lev X-lib/nethack/Tou-loca.lev X-lib/nethack/Tou-strt.lev X-lib/nethack/Val-fila.lev X-lib/nethack/Val-filb.lev X-lib/nethack/Val-goal.lev X-lib/nethack/Val-loca.lev X-lib/nethack/Val-strt.lev X-lib/nethack/Wiz-fila.lev X-lib/nethack/Wiz-filb.lev X-lib/nethack/Wiz-goal.lev X-lib/nethack/Wiz-loca.lev X-lib/nethack/Wiz-strt.lev X-lib/nethack/air.lev X-lib/nethack/asmodeus.lev X-lib/nethack/astral.lev X-lib/nethack/baalz.lev X-lib/nethack/bigrm-1.lev X-lib/nethack/bigrm-2.lev X-lib/nethack/bigrm-3.lev X-lib/nethack/bigrm-4.lev X-lib/nethack/bigrm-5.lev X-lib/nethack/castle.lev X-lib/nethack/cmdhelp X-lib/nethack/data X-lib/nethack/dungeon X-lib/nethack/earth.lev X-lib/nethack/fakewiz1.lev X-lib/nethack/fakewiz2.lev X-lib/nethack/fire.lev X-lib/nethack/help X-lib/nethack/hh X-lib/nethack/history X-lib/nethack/juiblex.lev X-lib/nethack/knox.lev X-lib/nethack/license X-lib/nethack/medusa-1.lev X-lib/nethack/medusa-2.lev X-lib/nethack/minefill.lev X-lib/nethack/minend-1.lev X-lib/nethack/minend-2.lev X-lib/nethack/minetn-1.lev X-lib/nethack/minetn-2.lev X-lib/nethack/opthelp X-lib/nethack/options X-lib/nethack/oracle.lev X-lib/nethack/oracles X-lib/nethack/orcus.lev X-lib/nethack/pet_mark.xbm X-lib/nethack/quest.dat X-lib/nethack/rip.xpm X-lib/nethack/rumors X-lib/nethack/sanctum.lev X-lib/nethack/soko1-1.lev X-lib/nethack/soko1-2.lev X-lib/nethack/soko2-1.lev X-lib/nethack/soko2-2.lev X-lib/nethack/soko3-1.lev X-lib/nethack/soko3-2.lev X-lib/nethack/soko4-1.lev X-lib/nethack/soko4-2.lev X-lib/nethack/tower1.lev X-lib/nethack/tower2.lev X-lib/nethack/tower3.lev X-lib/nethack/valley.lev X-lib/nethack/water.lev X-lib/nethack/wizard1.lev X-lib/nethack/wizard2.lev X-lib/nethack/wizard3.lev X-lib/nethack/wizhelp X-lib/nethack/x11tiles X-@mode 664 X-lib/nethack/logfile X-lib/nethack/record X-lib/nethack/perm X-@dirrm lib/nethack X-%%PORTDOCS%%@dirrm share/doc/nethack END-of-games_nethack3-qt.diff echo x - games_nethack3-tty.diff sed 's/^X//' >games_nethack3-tty.diff << 'END-of-games_nethack3-tty.diff' Xdiff -urN /usr/ports/games/nethack3-tty/Makefile games/nethack3-tty/Makefile X--- /usr/ports/games/nethack3-tty/Makefile Wed Apr 11 12:56:08 2001 X+++ games/nethack3-tty/Makefile Sat Oct 6 02:14:21 2001 X@@ -5,30 +5,10 @@ X # $FreeBSD: ports/games/nethack3-tty/Makefile,v 1.28 2001/04/11 03:56:08 steve Exp $ X # X X-PORTNAME= nethack X-PKGNAMESUFFIX= -tty X-PORTVERSION= 3.3.1 X-CATEGORIES= games X-MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \ X- ${MASTER_SITE_GNU} X-MASTER_SITE_SUBDIR= nethack X-DISTFILES= ${PORTNAME}-331.${EXTRACT_SUFIX} X+MASTERDIR= ${.CURDIR}/../nethack3 X X MAINTAINER= yoshi@parodius.com X X-EXTRACT_SUFIX= tgz X-USE_GMAKE= yes X-MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X+WITH_TTY_GRAPHICS= yes X X-pre-configure: X- @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X- X-post-install: X- @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 X- @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages X-.if !defined(NOPORTDOCS) X- ${MKDIR} ${PREFIX}/share/doc/nethack X- ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack X-.endif X- X-.include X+.include "${MASTERDIR}/Makefile" Xdiff -urN /usr/ports/games/nethack3-tty/distinfo games/nethack3-tty/distinfo X--- /usr/ports/games/nethack3-tty/distinfo Thu Oct 26 20:41:43 2000 X+++ games/nethack3-tty/distinfo Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 Xdiff -urN /usr/ports/games/nethack3-tty/files/patch-aa games/nethack3-tty/files/patch-aa X--- /usr/ports/games/nethack3-tty/files/patch-aa Thu Oct 26 20:41:43 2000 X+++ games/nethack3-tty/files/patch-aa Thu Jan 1 09:00:00 1970 X@@ -1,44 +0,0 @@ X-*** include/config.h.orig Fri Jul 21 18:13:51 2000 X---- include/config.h Sat Sep 23 01:03:48 2000 X-*************** X-*** 151,161 **** X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X-! #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ X-! #define COMPRESS_EXTENSION ".Z" /* compress's extension */ X- /* An example of one alternative you might want to use: */ X-! /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ X-! /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X---- 151,161 ---- X- X- #ifdef UNIX X- /* path and file name extension for compression program */ X-! /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */ X-! /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ X- /* An example of one alternative you might want to use: */ X-! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ X-! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ X- #endif X- X- #ifndef COMPRESS X-*************** X-*** 186,192 **** X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X-! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X- # endif X- X- /* X---- 186,192 ---- X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X-! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ X- # endif X- X- /* Xdiff -urN /usr/ports/games/nethack3-tty/files/patch-ab games/nethack3-tty/files/patch-ab X--- /usr/ports/games/nethack3-tty/files/patch-ab Thu Oct 26 20:41:43 2000 X+++ games/nethack3-tty/files/patch-ab Thu Jan 1 09:00:00 1970 X@@ -1,19 +0,0 @@ X-*** include/system.h.orig Thu Jan 6 11:20:08 2000 X---- include/system.h Sat Sep 23 01:08:09 2000 X-*************** X-*** 516,522 **** X- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) X- E time_t FDECL(time, (time_t *)); X- # else X-! E long FDECL(time, (time_t *)); X- # endif /* ULTRIX */ X- X- #ifdef VMS X---- 516,522 ---- X- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE)) X- E time_t FDECL(time, (time_t *)); X- # else X-! E time_t FDECL(time, (time_t *)); X- # endif /* ULTRIX */ X- X- #ifdef VMS Xdiff -urN /usr/ports/games/nethack3-tty/files/patch-ac games/nethack3-tty/files/patch-ac X--- /usr/ports/games/nethack3-tty/files/patch-ac Thu Oct 26 20:41:43 2000 X+++ games/nethack3-tty/files/patch-ac Thu Jan 1 09:00:00 1970 X@@ -1,36 +0,0 @@ X-*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 X---- include/unixconf.h Sat Sep 23 01:09:25 2000 X-*************** X-*** 47,53 **** X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X-! #define TERMINFO /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X---- 47,53 ---- X- * job control (note that AIX is SYSV otherwise) X- * Also define this for AIX 3.2 */ X- X-! /* #define TERMINFO */ /* uses terminfo rather than termcap */ X- /* Should be defined for most SYSV, SVR4 (including X- * Solaris 2+), HPUX, and Linux systems. In X- * particular, it should NOT be defined for the UNIXPC X-*************** X-*** 143,149 **** X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X-! #define MAIL /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox X---- 143,149 ---- X- * A stat system call is done on the mailbox every MAILCKFREQ moves. X- */ X- X-! /* #define MAIL */ /* Deliver mail during the game */ X- X- /* The Andrew Message System does mail a little differently from normal X- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox Xdiff -urN /usr/ports/games/nethack3-tty/files/patch-ad games/nethack3-tty/files/patch-ad X--- /usr/ports/games/nethack3-tty/files/patch-ad Thu Oct 26 20:41:43 2000 X+++ games/nethack3-tty/files/patch-ad Thu Jan 1 09:00:00 1970 X@@ -1,61 +0,0 @@ X-*** sys/unix/Makefile.top.orig Mon Jul 3 17:42:05 2000 X---- sys/unix/Makefile.top Sat Sep 23 01:14:48 2000 X-*************** X-*** 14,31 **** X- # MAKE = make X- X- # make NetHack X-- PREFIX = /usr X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X-! GAMEGRP = bin X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X-! GAMEPERM = 04755 X-! FILEPERM = 0644 X- EXEPERM = 0755 X-! DIRPERM = 0755 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X---- 14,30 ---- X- # MAKE = make X- X- # make NetHack X- GAME = nethack X- # GAME = nethack.prg X- GAMEUID = games X-! GAMEGRP = games X- X- # Permissions - some places use setgid instead of setuid, for instance X- # See also the option "SECURE" in include/config.h X-! GAMEPERM = 02755 X-! FILEPERM = 0664 X- EXEPERM = 0755 X-! DIRPERM = 0775 X- X- # GAMEDIR also appears in config.h as "HACKDIR". X- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X-*************** X-*** 35,43 **** X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X-! GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X- VARDIR = $(GAMEDIR) X-! SHELLDIR = $(PREFIX)/games X- X- # per discussion in Install.X11 and Install.Qt X- VARDATND = X---- 34,42 ---- X- # therefore there should not be anything in GAMEDIR that you want to keep X- # (if there is, you'll have to do the installation by hand or modify the X- # instructions) X-! GAMEDIR = $(PREFIX)/share/$(GAME) X- VARDIR = $(GAMEDIR) X-! SHELLDIR = $(PREFIX)/bin X- X- # per discussion in Install.X11 and Install.Qt X- VARDATND = Xdiff -urN /usr/ports/games/nethack3-tty/files/patch-ae games/nethack3-tty/files/patch-ae X--- /usr/ports/games/nethack3-tty/files/patch-ae Thu Oct 26 20:41:43 2000 X+++ games/nethack3-tty/files/patch-ae Thu Jan 1 09:00:00 1970 X@@ -1,44 +0,0 @@ X-*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 X---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 X-*************** X-*** 34,40 **** X- X- X- GAME = nethack X-! MANDIR = /usr/man/man6 X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X---- 34,40 ---- X- X- X- GAME = nethack X-! MANDIR = ${PREFIX}/man/man X- MANEXT = 6 X- X- # manual installation for most BSD-style systems X-*************** X-*** 51,61 **** X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) X-! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) X-! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) X-! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) X-! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt X---- 51,61 ---- X- # DLBMANCREATE = nroff -man dlb.6 > X- X- manpages: X-! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) X-! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) X-! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) X-! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) X-! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) X- X- # manual creation for distribution X- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt Xdiff -urN /usr/ports/games/nethack3-tty/pkg-comment games/nethack3-tty/pkg-comment X--- /usr/ports/games/nethack3-tty/pkg-comment Sun Jun 27 02:36:57 1999 X+++ games/nethack3-tty/pkg-comment Thu Jan 1 09:00:00 1970 X@@ -1 +0,0 @@ X-A dungeon explorin', slashin', hackin' game Xdiff -urN /usr/ports/games/nethack3-tty/pkg-descr games/nethack3-tty/pkg-descr X--- /usr/ports/games/nethack3-tty/pkg-descr Thu Oct 26 20:41:43 2000 X+++ games/nethack3-tty/pkg-descr Thu Jan 1 09:00:00 1970 X@@ -1,7 +0,0 @@ X-This is version 3.3.1 of nethack, a clasic ASCII-based adventure game. X-You and your faithful pet are on a quest to retrieve the lost Amulet X-of Yendor. X- X-WWW: http://www.nethack.org/ X- X-yoshi@parodius.com Xdiff -urN /usr/ports/games/nethack3-tty/pkg-plist games/nethack3-tty/pkg-plist X--- /usr/ports/games/nethack3-tty/pkg-plist Thu Jul 26 15:26:18 2001 X+++ games/nethack3-tty/pkg-plist Thu Jan 1 09:00:00 1970 X@@ -1,134 +0,0 @@ X-bin/nethack X-share/nethack/nethack X-@exec mkdir %D/share/nethack/save X-@exec chmod -R 775 %D/share/nethack X-@exec chmod 2755 %D/share/nethack/nethack X-@exec chown games:games %D/share/nethack/save X-@unexec rm -rf %D/share/nethack/save X-share/doc/nethack/Guidebook.txt X-share/nethack/Arc-fila.lev X-share/nethack/Arc-filb.lev X-share/nethack/Arc-goal.lev X-share/nethack/Arc-loca.lev X-share/nethack/Arc-strt.lev X-share/nethack/Bar-fila.lev X-share/nethack/Bar-filb.lev X-share/nethack/Bar-goal.lev X-share/nethack/Bar-loca.lev X-share/nethack/Bar-strt.lev X-share/nethack/Cav-fila.lev X-share/nethack/Cav-filb.lev X-share/nethack/Cav-goal.lev X-share/nethack/Cav-loca.lev X-share/nethack/Cav-strt.lev X-share/nethack/Hea-fila.lev X-share/nethack/Hea-filb.lev X-share/nethack/Hea-goal.lev X-share/nethack/Hea-loca.lev X-share/nethack/Hea-strt.lev X-share/nethack/Kni-fila.lev X-share/nethack/Kni-filb.lev X-share/nethack/Kni-goal.lev X-share/nethack/Kni-loca.lev X-share/nethack/Kni-strt.lev X-share/nethack/Mon-fila.lev X-share/nethack/Mon-filb.lev X-share/nethack/Mon-goal.lev X-share/nethack/Mon-loca.lev X-share/nethack/Mon-strt.lev X-share/nethack/Pri-fila.lev X-share/nethack/Pri-filb.lev X-share/nethack/Pri-goal.lev X-share/nethack/Pri-loca.lev X-share/nethack/Pri-strt.lev X-share/nethack/Ran-fila.lev X-share/nethack/Ran-filb.lev X-share/nethack/Ran-goal.lev X-share/nethack/Ran-loca.lev X-share/nethack/Ran-strt.lev X-share/nethack/Rog-fila.lev X-share/nethack/Rog-filb.lev X-share/nethack/Rog-goal.lev X-share/nethack/Rog-loca.lev X-share/nethack/Rog-strt.lev X-share/nethack/Sam-fila.lev X-share/nethack/Sam-filb.lev X-share/nethack/Sam-goal.lev X-share/nethack/Sam-loca.lev X-share/nethack/Sam-strt.lev X-share/nethack/Tou-fila.lev X-share/nethack/Tou-filb.lev X-share/nethack/Tou-goal.lev X-share/nethack/Tou-loca.lev X-share/nethack/Tou-strt.lev X-share/nethack/Val-fila.lev X-share/nethack/Val-filb.lev X-share/nethack/Val-goal.lev X-share/nethack/Val-loca.lev X-share/nethack/Val-strt.lev X-share/nethack/Wiz-fila.lev X-share/nethack/Wiz-filb.lev X-share/nethack/Wiz-goal.lev X-share/nethack/Wiz-loca.lev X-share/nethack/Wiz-strt.lev X-share/nethack/air.lev X-share/nethack/asmodeus.lev X-share/nethack/astral.lev X-share/nethack/baalz.lev X-share/nethack/bigrm-1.lev X-share/nethack/bigrm-2.lev X-share/nethack/bigrm-3.lev X-share/nethack/bigrm-4.lev X-share/nethack/bigrm-5.lev X-share/nethack/castle.lev X-share/nethack/cmdhelp X-share/nethack/data X-share/nethack/dungeon X-share/nethack/earth.lev X-share/nethack/fakewiz1.lev X-share/nethack/fakewiz2.lev X-share/nethack/fire.lev X-share/nethack/help X-share/nethack/hh X-share/nethack/history X-share/nethack/juiblex.lev X-share/nethack/knox.lev X-share/nethack/license X-share/nethack/medusa-1.lev X-share/nethack/medusa-2.lev X-share/nethack/minefill.lev X-share/nethack/minend-1.lev X-share/nethack/minend-2.lev X-share/nethack/minetn-1.lev X-share/nethack/minetn-2.lev X-share/nethack/opthelp X-share/nethack/options X-share/nethack/oracle.lev X-share/nethack/oracles X-share/nethack/orcus.lev X-share/nethack/quest.dat X-share/nethack/rumors X-share/nethack/sanctum.lev X-share/nethack/soko1-1.lev X-share/nethack/soko1-2.lev X-share/nethack/soko2-1.lev X-share/nethack/soko2-2.lev X-share/nethack/soko3-1.lev X-share/nethack/soko3-2.lev X-share/nethack/soko4-1.lev X-share/nethack/soko4-2.lev X-share/nethack/tower1.lev X-share/nethack/tower2.lev X-share/nethack/tower3.lev X-share/nethack/valley.lev X-share/nethack/water.lev X-share/nethack/wizard1.lev X-share/nethack/wizard2.lev X-share/nethack/wizard3.lev X-share/nethack/wizhelp X-@mode 664 X-share/nethack/logfile X-share/nethack/record X-share/nethack/perm X-@dirrm share/nethack X-@dirrm share/doc/nethack END-of-games_nethack3-tty.diff echo x - games_nethack3.diff sed 's/^X//' >games_nethack3.diff << 'END-of-games_nethack3.diff' Xdiff -urN /usr/ports/games/nethack3/Makefile games/nethack3/Makefile X--- /usr/ports/games/nethack3/Makefile Fri Jan 5 05:15:12 2001 X+++ games/nethack3/Makefile Sat Mar 23 04:11:03 2002 X@@ -6,29 +6,74 @@ X # X X PORTNAME= nethack X-PORTVERSION= 3.3.1 X-CATEGORIES= games X+PORTVERSION= 3.4.0 X+CATEGORIES?= games X MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ X-MASTER_SITE_SUBDIR= nethack X DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} X EXTRACT_SUFX= .tgz X X-MAINTAINER= dscheidt@enteract.com X+MAINTAINER?= dscheidt@enteract.com X X WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X-USE_XPM= yes X+ X USE_GMAKE= yes X+MAKE_ENV= CXX="${CXX}" GRAPHICS="${GRAPHICS}" X+ X MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 X X+.if defined(WITH_GNOME_GRAPHICS) X+CATEGORIES= games gnome X+PKGNAMESUFFIX= -gnome X+LIB_DEPENDS+= gnugetopt:${PORTSDIR}/devel/libgnugetopt X+USE_GNOME= yes X+GRAPHICS= GNOME_GRAPHICS X+.elif defined(WITH_QT_GRAPHICS) X+PKGNAMESUFFIX= -qt X+USE_QT_VER= 2 X+MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" \ X+ MOC="${MOC}" LIBQT="-l${QTNAME}" X+GRAPHICS= QT_GRAPHICS X+.elif defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11) X+PKGNAMESUFFIX= -tty X+.else X+USE_XPM= yes X+GRAPHICS= X11_GRAPHICS X+.endif X+ X+pre-everything:: X+.if defined(WITH_GNOME_GRAPHICS) || defined(WITH_QT_GRAPHICS) \ X+ || defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11) X+ @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X+ @${ECHO_MSG} " You cannot install nethack and ${PKGBASE} in parallel " X+ @${ECHO_MSG} " But ${PKGBASE} read your prior nethack scores " X+ @${ECHO_MSG} " Don't forget to backup your nethack libdir if it's " X+ @${ECHO_MSG} " important for you " X+ @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X+.else X+ @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X+ @${ECHO_MSG} " You may use the following build options: " X+ @${ECHO_MSG} " WITH_GNOME_GRAPHICS=yes build with GNOME GUI " X+ @${ECHO_MSG} " WITH_QT_GRAPHICS=yes build with Qt GUI " X+ @${ECHO_MSG} " WITH_TTY_GRAPHICS=yes build with no GUI " X+ @${ECHO_MSG} " WITHOUT_X11=yes same as above " X+ @${ECHO_MSG} " " X+ @${ECHO_MSG} " By default, nethack port is built with X11 GUI. " X+ @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" X+.endif X+ X+post-patch: X+ @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h X+ @${PERL} -pi -e 's|||g' ${WRKSRC}/src/sounds.c X+ @${PERL} -pi -e 's|||g ${WRKSRC}/win/Qt/qt_win.cpp X+ X pre-configure: X @cd ${WRKSRC}/sys/unix; ${SH} setup.sh X X post-install: X- @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 X- @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages X+ @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages X .if !defined(NOPORTDOCS) X- ${MKDIR} ${PREFIX}/share/doc/nethack X- ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack X+ @${MKDIR} ${DOCSDIR} X+ ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} X .endif X X .include Xdiff -urN /usr/ports/games/nethack3/distinfo games/nethack3/distinfo X--- /usr/ports/games/nethack3/distinfo Thu Dec 21 13:14:17 2000 X+++ games/nethack3/distinfo Fri Mar 22 20:20:21 2002 X@@ -1 +1 @@ X-MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 X+MD5 (nethack-340.tgz) = 0093f14fbbe449d5b188bfb6aa4eae4f Xdiff -urN /usr/ports/games/nethack3/files/patch-aa games/nethack3/files/patch-aa X--- /usr/ports/games/nethack3/files/patch-aa Thu Dec 21 13:14:17 2000 X+++ games/nethack3/files/patch-aa Sat Mar 23 01:02:29 2002 X@@ -1,24 +1,15 @@ X---- ./include/config.h.orig Sat Jul 22 11:13:51 2000 X-+++ ./include/config.h Fri Oct 13 09:31:24 2000 X-@@ -43,7 +43,7 @@ X- * Some combinations make no sense. See the installation document. X- */ X- #define TTY_GRAPHICS /* good old tty based graphics */ X--/* #define X11_GRAPHICS */ /* X11 interface */ X-+#define X11_GRAPHICS /* X11 interface */ X- /* #define QT_GRAPHICS */ /* Qt interface */ X- /* #define GNOME_GRAPHICS */ /* Gnome interface */ X- X-@@ -110,7 +110,7 @@ X+--- include/config.h.orig Fri Mar 22 20:22:26 2002 X++++ include/config.h Fri Mar 22 20:28:13 2002 X+@@ -122,7 +122,7 @@ X * would allow: X * xpmtoppm x11tiles_big.xpm X */ X -/* # define USE_XPM */ /* Disable if you do not have the XPM library */ X-+# define USE_XPM /* Disable if you do not have the XPM library */ X++# define USE_XPM /* Disable if you do not have the XPM library */ X # ifdef USE_XPM X # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ X # endif X-@@ -151,11 +151,11 @@ X+@@ -163,11 +163,11 @@ X X #ifdef UNIX X /* path and file name extension for compression program */ X@@ -34,12 +25,12 @@ X #endif X X #ifndef COMPRESS X-@@ -186,7 +186,7 @@ X- * otherwise it will be the current directory. X- */ X- # ifndef HACKDIR X--# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ X-+# define HACKDIR "/usr/local/share/nethack" /* nethack directory */ X+@@ -201,7 +201,7 @@ X+ # ifdef __APPLE__ X+ # define HACKDIR "nethackdir" /* nethack directory */ X+ # else X+-# define HACKDIR "/usr/games/lib/nethackdir" X++# define HACKDIR "%%PREFIX%%/lib/nethack" X+ # endif X # endif X X- /* Xdiff -urN /usr/ports/games/nethack3/files/patch-ac games/nethack3/files/patch-ac X--- /usr/ports/games/nethack3/files/patch-ac Thu Dec 21 13:14:17 2000 X+++ games/nethack3/files/patch-ac Thu Oct 11 06:58:08 2001 X@@ -1,5 +1,5 @@ X---- ./include/unixconf.h.orig Mon Jul 17 11:03:51 2000 X-+++ ./include/unixconf.h Fri Oct 13 10:06:57 2000 X+--- include/unixconf.h.orig Mon Jul 17 11:03:51 2000 X++++ include/unixconf.h Fri Oct 13 10:06:57 2000 X @@ -47,7 +47,7 @@ X * job control (note that AIX is SYSV otherwise) X * Also define this for AIX 3.2 */ X@@ -14,7 +14,7 @@ X */ X X -#define MAIL /* Deliver mail during the game */ X-+/* #define MAIL /* Deliver mail during the game */ X++/* #define MAIL */ /* Deliver mail during the game */ X X /* The Andrew Message System does mail a little differently from normal X * UNIX. Mail is deposited in the user's own directory in ~/Mailbox Xdiff -urN /usr/ports/games/nethack3/files/patch-ad games/nethack3/files/patch-ad X--- /usr/ports/games/nethack3/files/patch-ad Thu Dec 21 13:14:17 2000 X+++ games/nethack3/files/patch-ad Sat Mar 23 04:25:12 2002 X@@ -1,51 +1,118 @@ X---- ./sys/unix/Makefile.src.orig Sat Aug 5 20:52:57 2000 X-+++ ./sys/unix/Makefile.src Fri Oct 13 10:10:21 2000 X-@@ -144,8 +144,8 @@ X+--- sys/unix/Makefile.src.orig Thu Mar 21 08:43:54 2002 X++++ sys/unix/Makefile.src Sat Mar 23 04:08:06 2002 X+@@ -139,19 +139,28 @@ X+ # directories. The ones given below is the usual spot for linux systems. X+ # The paths are for glibconfig.h and gnomesupport.h respectively. X+ # X+-GNOMEINC=-I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome X++GNOMEINC= $(shell ${GNOME_CONFIG} --cflags gnomeui) X+ X # flags for debugging: X # CFLAGS = -g -I../include X++CFLAGS += -I../include X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++CFLAGS += -DX11_GRAPHICS -I${X11BASE}/include X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++CFLAGS += -DQT_GRAPHICS X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++CFLAGS += -DGNOME_GRAPHICS X++endif X X -CFLAGS = -O -I../include X--LFLAGS = X-+CFLAGS += -O -I../include -I${X11BASE}/include X-+LFLAGS = -L${X11BASE}/lib X+ LFLAGS = X X # The Qt and Be window systems are written in C++, while the rest of X # NetHack is standard C. If using Qt, uncomment the LD line here to get X-@@ -203,8 +203,8 @@ X+ # the C++ libraries linked in. X+-CXXFLAGS = $(CFLAGS) -I. -I$(QTDIR)/include X+-CXX=g++ X++CXXFLAGS += -I. -I../include ${QTCPPFLAGS} X++#CXX=g++ X+ #LD=g++ X X+ # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired X+@@ -204,7 +213,26 @@ X # X # X--WINSRC = $(WINTTYSRC) X--WINOBJ = $(WINTTYOBJ) X-+WINSRC = $(WINTTYSRC) $(WINX11SRC) X-+WINOBJ = $(WINTTYOBJ) $(WINX11OBJ) X+ WINSRC = $(WINTTYSRC) X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++WINSRC += $(WINX11SRC) X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++WINSRC += $(WINQTSRC) X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++WINSRC += $(WINGNOMESRC) X++endif X++ X+ WINOBJ = $(WINTTYOBJ) X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++WINOBJ += $(WINX11OBJ) X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++WINOBJ += $(WINQTOBJ) X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++WINOBJ += $(WINGNOMEOBJ) X++endif X X # on some systems the termcap library is in -ltermcap or -lcurses X # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead X-@@ -224,7 +224,7 @@ X+@@ -224,19 +252,19 @@ X # X # libraries for X11 X # If USE_XPM is defined in config.h, you will also need -lXpm here. X -WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 X-+WINX11LIB = -lXaw -lXmu -lXext -lXt -lX11 -lXpm X++WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -L${X11BASE}/lib X # WINX11LIB = -lXaw -lXmu -lXt -lX11 X # WINX11LIB = -lXaw -lXmu -lXext -lXt -lXpm -lX11 -lm X # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 X-@@ -244,7 +244,7 @@ X- # libraries for BeOS X+ # X+ # libraries for Qt X+-WINQTLIB = -L$(QTDIR)/lib -lqt X++WINQTLIB = ${QTCFGLIBS} ${LIBQT} -lgnuregex X+ # X+ # libraries for KDE (with Qt) X+ WINKDELIB = -lkdecore -lkdeui -lXext X+ # X+ # libraries for Gnome X+-WINGNOMELIB = -lgnomeui -lgnome -lart_lgpl -lgtk -lgdk -lpopt X++WINGNOMELIB = $(shell ${GNOME_CONFIG} --libs gnomeui) -lgnugetopt X+ # X+ # libraries for Gem port X+ WINGEMLIB = -le_gem -lgem X+@@ -245,6 +273,15 @@ X WINBELIB = -lbe X X--WINLIB = $(WINTTYLIB) X-+WINLIB = $(WINTTYLIB) $(WINX11LIB) X+ WINLIB = $(WINTTYLIB) X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++WINLIB += $(WINX11LIB) X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++WINLIB += $(WINQTLIB) X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++WINLIB += $(WINGNOMELIB) X++endif X X # any other strange libraries your system needs (for Sysunix only -- the more X # specialized targets should already be right) X-@@ -271,7 +271,7 @@ X- # IRIX 4.0.x needs -lsun if NIS (YP) is being used for passwd file lookup X- # LIBS = -lsun X- # X--LIBS = X-+LIBS = -lSM -lICE X+@@ -450,13 +487,13 @@ X+ X+ # Qt windowport meta-object-compiler output X+ qt_kde0.moc: ../include/qt_kde0.h X+- $(QTDIR)/bin/moc ../include/qt_kde0.h > qt_kde0.moc X++ ${MOC} ../include/qt_kde0.h > qt_kde0.moc X+ X+ qt_win.moc: ../include/qt_win.h X+- $(QTDIR)/bin/moc ../include/qt_win.h > qt_win.moc X++ ${MOC} ../include/qt_win.h > qt_win.moc X+ X+ qttableview.moc: ../include/qttableview.h X+- $(QTDIR)/bin/moc ../include/qttableview.h > qttableview.moc X++ ${MOC} ../include/qttableview.h > qttableview.moc X X- # make NetHack X- GAME = nethack X+ $(MAKEDEFS): ../util/makedefs.c $(CONFIG_H) ../include/permonst.h \ X+ ../include/objclass.h ../include/monsym.h \ Xdiff -urN /usr/ports/games/nethack3/files/patch-ae games/nethack3/files/patch-ae X--- /usr/ports/games/nethack3/files/patch-ae Thu Dec 21 13:14:17 2000 X+++ games/nethack3/files/patch-ae Thu Oct 11 06:58:08 2001 X@@ -1,5 +1,5 @@ X---- ./sys/unix/Makefile.top.orig Tue Jul 4 10:42:05 2000 X-+++ ./sys/unix/Makefile.top Fri Oct 13 10:13:50 2000 X+--- sys/unix/Makefile.top.orig Tue Jul 4 09:42:05 2000 X++++ sys/unix/Makefile.top Tue Oct 9 22:21:45 2001 X @@ -14,18 +14,17 @@ X # MAKE = make X X@@ -23,15 +23,28 @@ X X # GAMEDIR also appears in config.h as "HACKDIR". X # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR X-@@ -35,9 +34,9 @@ X+@@ -35,12 +34,12 @@ X # therefore there should not be anything in GAMEDIR that you want to keep X # (if there is, you'll have to do the installation by hand or modify the X # instructions) X -GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir X-+GAMEDIR = $(PREFIX)/share/$(GAME) X++GAMEDIR = $(PREFIX)/lib/$(GAME) X VARDIR = $(GAMEDIR) X -SHELLDIR = $(PREFIX)/games X +SHELLDIR = $(PREFIX)/bin X X # per discussion in Install.X11 and Install.Qt X- VARDATND = X+-VARDATND = X++# VARDATND = X+ # VARDATND = x11tiles pet_mark.xbm X+ # VARDATND = x11tiles pet_mark.xbm rip.xpm X+ # for Atari/Gem X+@@ -48,7 +47,7 @@ X+ # for BeOS X+ # VARDATND = beostiles X+ # for Gnome X+-# VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm X++VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm X+ X+ VARDATD = data oracles options quest.dat rumors X+ VARDAT = $(VARDATD) $(VARDATND) Xdiff -urN /usr/ports/games/nethack3/files/patch-af games/nethack3/files/patch-af X--- /usr/ports/games/nethack3/files/patch-af Mon Jan 24 14:40:44 2000 X+++ games/nethack3/files/patch-af Thu Oct 11 06:58:08 2001 X@@ -1,6 +1,6 @@ X---- ./sys/unix/Makefile.doc.orig Mon Dec 13 14:49:15 1999 X-+++ ./sys/unix/Makefile.doc Mon Dec 13 14:44:53 1999 X-@@ -31,7 +31,7 @@ X+--- sys/unix/Makefile.doc.orig Sat Jan 15 05:49:48 2000 X++++ sys/unix/Makefile.doc Sat Aug 11 11:08:33 2001 X+@@ -34,15 +34,15 @@ X X X GAME = nethack X@@ -9,7 +9,20 @@ X MANEXT = 6 X X # manual installation for most BSD-style systems X-@@ -48,11 +48,11 @@ X+-GAMEMANCREATE = cp nethack.6 X+-LEVMANCREATE = cp lev_comp.6 X+-DGNMANCREATE = cp dgn_comp.6 X+-RCVRMANCREATE = cp recover.6 X+-DLBMANCREATE = cp dlb.6 X++GAMEMANCREATE = ${BSD_INSTALL_MAN} nethack.6 X++LEVMANCREATE = ${BSD_INSTALL_MAN} lev_comp.6 X++DGNMANCREATE = ${BSD_INSTALL_MAN} dgn_comp.6 X++RCVRMANCREATE = ${BSD_INSTALL_MAN} recover.6 X++DLBMANCREATE = ${BSD_INSTALL_MAN} dlb.6 X+ # manual installation for most SYSV-style systems X+ # GAMEMANCREATE = nroff -man nethack.6 > X+ # LEVMANCREATE = nroff -man lev_comp.6 > X+@@ -51,11 +51,11 @@ X # DLBMANCREATE = nroff -man dlb.6 > X X manpages: Xdiff -urN /usr/ports/games/nethack3/files/patch-ag games/nethack3/files/patch-ag X--- /usr/ports/games/nethack3/files/patch-ag Thu Jan 1 09:00:00 1970 X+++ games/nethack3/files/patch-ag Thu Oct 11 06:58:08 2001 X@@ -0,0 +1,21 @@ X+--- sys/unix/Makefile.utl.orig Mon Apr 17 22:36:44 2000 X++++ sys/unix/Makefile.utl Wed Oct 10 19:48:36 2001 X+@@ -89,7 +89,17 @@ X+ # flags for debugging: X+ # CFLAGS = -g -I../include X+ X+-CFLAGS = -O -I../include X++CFLAGS += -I../include X++ifeq ("$(GRAPHICS)","X11_GRAPHICS") X++CFLAGS += -DX11_GRAPHICS X++endif X++ifeq ("$(GRAPHICS)","QT_GRAPHICS") X++CFLAGS += -DQT_GRAPHICS X++endif X++ifeq ("$(GRAPHICS)","GNOME_GRAPHICS") X++CFLAGS += -DGNOME_GRAPHICS X++endif X++ X+ LFLAGS = X+ X+ LIBS = Xdiff -urN /usr/ports/games/nethack3/pkg-descr games/nethack3/pkg-descr X--- /usr/ports/games/nethack3/pkg-descr Thu Jan 4 22:15:35 2001 X+++ games/nethack3/pkg-descr Tue Oct 16 02:07:30 2001 X@@ -1,6 +1,6 @@ X-This is version 3.3.1 of nethack, a clasic hack'n'slash adventure game. X-You and your faithful feline (or commited canine) are on a quest to retrieve X-the lost Amulet of Yendor. Good luck! X+This is nethack, a classic hack'n'slash adventure game. X+You and your faithful feline (or commited canine) are on a quest X+to retrieve the lost Amulet of Yendor. Good luck! X X WWW: http://www.nethack.org/ X Xdiff -urN /usr/ports/games/nethack3/pkg-plist games/nethack3/pkg-plist X--- /usr/ports/games/nethack3/pkg-plist Thu Jul 26 15:26:18 2001 X+++ games/nethack3/pkg-plist Fri Mar 22 23:19:31 2002 X@@ -1,134 +1,145 @@ X bin/nethack X-share/nethack/nethack X-@exec mkdir %D/share/nethack/save X-@exec chmod -R 775 %D/share/nethack X-@exec chmod 2755 %D/share/nethack/nethack X-@exec chown games:games %D/share/nethack/save X-@unexec rm -rf %D/share/nethack/save X-share/doc/nethack/Guidebook.txt X-share/nethack/Arc-fila.lev X-share/nethack/Arc-filb.lev X-share/nethack/Arc-goal.lev X-share/nethack/Arc-loca.lev X-share/nethack/Arc-strt.lev X-share/nethack/Bar-fila.lev X-share/nethack/Bar-filb.lev X-share/nethack/Bar-goal.lev X-share/nethack/Bar-loca.lev X-share/nethack/Bar-strt.lev X-share/nethack/Cav-fila.lev X-share/nethack/Cav-filb.lev X-share/nethack/Cav-goal.lev X-share/nethack/Cav-loca.lev X-share/nethack/Cav-strt.lev X-share/nethack/Hea-fila.lev X-share/nethack/Hea-filb.lev X-share/nethack/Hea-goal.lev X-share/nethack/Hea-loca.lev X-share/nethack/Hea-strt.lev X-share/nethack/Kni-fila.lev X-share/nethack/Kni-filb.lev X-share/nethack/Kni-goal.lev X-share/nethack/Kni-loca.lev X-share/nethack/Kni-strt.lev X-share/nethack/Mon-fila.lev X-share/nethack/Mon-filb.lev X-share/nethack/Mon-goal.lev X-share/nethack/Mon-loca.lev X-share/nethack/Mon-strt.lev X-share/nethack/Pri-fila.lev X-share/nethack/Pri-filb.lev X-share/nethack/Pri-goal.lev X-share/nethack/Pri-loca.lev X-share/nethack/Pri-strt.lev X-share/nethack/Ran-fila.lev X-share/nethack/Ran-filb.lev X-share/nethack/Ran-goal.lev X-share/nethack/Ran-loca.lev X-share/nethack/Ran-strt.lev X-share/nethack/Rog-fila.lev X-share/nethack/Rog-filb.lev X-share/nethack/Rog-goal.lev X-share/nethack/Rog-loca.lev X-share/nethack/Rog-strt.lev X-share/nethack/Sam-fila.lev X-share/nethack/Sam-filb.lev X-share/nethack/Sam-goal.lev X-share/nethack/Sam-loca.lev X-share/nethack/Sam-strt.lev X-share/nethack/Tou-fila.lev X-share/nethack/Tou-filb.lev X-share/nethack/Tou-goal.lev X-share/nethack/Tou-loca.lev X-share/nethack/Tou-strt.lev X-share/nethack/Val-fila.lev X-share/nethack/Val-filb.lev X-share/nethack/Val-goal.lev X-share/nethack/Val-loca.lev X-share/nethack/Val-strt.lev X-share/nethack/Wiz-fila.lev X-share/nethack/Wiz-filb.lev X-share/nethack/Wiz-goal.lev X-share/nethack/Wiz-loca.lev X-share/nethack/Wiz-strt.lev X-share/nethack/air.lev X-share/nethack/asmodeus.lev X-share/nethack/astral.lev X-share/nethack/baalz.lev X-share/nethack/bigrm-1.lev X-share/nethack/bigrm-2.lev X-share/nethack/bigrm-3.lev X-share/nethack/bigrm-4.lev X-share/nethack/bigrm-5.lev X-share/nethack/castle.lev X-share/nethack/cmdhelp X-share/nethack/data X-share/nethack/dungeon X-share/nethack/earth.lev X-share/nethack/fakewiz1.lev X-share/nethack/fakewiz2.lev X-share/nethack/fire.lev X-share/nethack/help X-share/nethack/hh X-share/nethack/history X-share/nethack/juiblex.lev X-share/nethack/knox.lev X-share/nethack/license X-share/nethack/medusa-1.lev X-share/nethack/medusa-2.lev X-share/nethack/minefill.lev X-share/nethack/minend-1.lev X-share/nethack/minend-2.lev X-share/nethack/minetn-1.lev X-share/nethack/minetn-2.lev X-share/nethack/opthelp X-share/nethack/options X-share/nethack/oracle.lev X-share/nethack/oracles X-share/nethack/orcus.lev X-share/nethack/quest.dat X-share/nethack/rumors X-share/nethack/sanctum.lev X-share/nethack/soko1-1.lev X-share/nethack/soko1-2.lev X-share/nethack/soko2-1.lev X-share/nethack/soko2-2.lev X-share/nethack/soko3-1.lev X-share/nethack/soko3-2.lev X-share/nethack/soko4-1.lev X-share/nethack/soko4-2.lev X-share/nethack/tower1.lev X-share/nethack/tower2.lev X-share/nethack/tower3.lev X-share/nethack/valley.lev X-share/nethack/water.lev X-share/nethack/wizard1.lev X-share/nethack/wizard2.lev X-share/nethack/wizard3.lev X-share/nethack/wizhelp X+lib/nethack/nethack X+@exec mkdir %D/lib/nethack/save X+@exec chmod -R 775 %D/lib/nethack X+@exec chmod 2755 %D/lib/nethack/nethack X+@exec chown games:games %D/lib/nethack/save X+@unexec rm -rf %D/lib/nethack/save X+lib/nethack/Arc-fila.lev X+lib/nethack/Arc-filb.lev X+lib/nethack/Arc-goal.lev X+lib/nethack/Arc-loca.lev X+lib/nethack/Arc-strt.lev X+lib/nethack/Bar-fila.lev X+lib/nethack/Bar-filb.lev X+lib/nethack/Bar-goal.lev X+lib/nethack/Bar-loca.lev X+lib/nethack/Bar-strt.lev X+lib/nethack/Cav-fila.lev X+lib/nethack/Cav-filb.lev X+lib/nethack/Cav-goal.lev X+lib/nethack/Cav-loca.lev X+lib/nethack/Cav-strt.lev X+lib/nethack/Hea-fila.lev X+lib/nethack/Hea-filb.lev X+lib/nethack/Hea-goal.lev X+lib/nethack/Hea-loca.lev X+lib/nethack/Hea-strt.lev X+lib/nethack/Kni-fila.lev X+lib/nethack/Kni-filb.lev X+lib/nethack/Kni-goal.lev X+lib/nethack/Kni-loca.lev X+lib/nethack/Kni-strt.lev X+lib/nethack/Mon-fila.lev X+lib/nethack/Mon-filb.lev X+lib/nethack/Mon-goal.lev X+lib/nethack/Mon-loca.lev X+lib/nethack/Mon-strt.lev X+lib/nethack/Pri-fila.lev X+lib/nethack/Pri-filb.lev X+lib/nethack/Pri-goal.lev X+lib/nethack/Pri-loca.lev X+lib/nethack/Pri-strt.lev X+lib/nethack/Ran-fila.lev X+lib/nethack/Ran-filb.lev X+lib/nethack/Ran-goal.lev X+lib/nethack/Ran-loca.lev X+lib/nethack/Ran-strt.lev X+lib/nethack/Rog-fila.lev X+lib/nethack/Rog-filb.lev X+lib/nethack/Rog-goal.lev X+lib/nethack/Rog-loca.lev X+lib/nethack/Rog-strt.lev X+lib/nethack/Sam-fila.lev X+lib/nethack/Sam-filb.lev X+lib/nethack/Sam-goal.lev X+lib/nethack/Sam-loca.lev X+lib/nethack/Sam-strt.lev X+lib/nethack/Tou-fila.lev X+lib/nethack/Tou-filb.lev X+lib/nethack/Tou-goal.lev X+lib/nethack/Tou-loca.lev X+lib/nethack/Tou-strt.lev X+lib/nethack/Val-fila.lev X+lib/nethack/Val-filb.lev X+lib/nethack/Val-goal.lev X+lib/nethack/Val-loca.lev X+lib/nethack/Val-strt.lev X+lib/nethack/Wiz-fila.lev X+lib/nethack/Wiz-filb.lev X+lib/nethack/Wiz-goal.lev X+lib/nethack/Wiz-loca.lev X+lib/nethack/Wiz-strt.lev X+lib/nethack/air.lev X+lib/nethack/asmodeus.lev X+lib/nethack/astral.lev X+lib/nethack/baalz.lev X+lib/nethack/bigrm-1.lev X+lib/nethack/bigrm-2.lev X+lib/nethack/bigrm-3.lev X+lib/nethack/bigrm-4.lev X+lib/nethack/bigrm-5.lev X+lib/nethack/castle.lev X+lib/nethack/cmdhelp X+lib/nethack/data X+lib/nethack/dungeon X+lib/nethack/earth.lev X+lib/nethack/fakewiz1.lev X+lib/nethack/fakewiz2.lev X+lib/nethack/fire.lev X+lib/nethack/help X+lib/nethack/hh X+lib/nethack/history X+lib/nethack/juiblex.lev X+lib/nethack/knox.lev X+lib/nethack/license X+lib/nethack/mapbg.xpm X+lib/nethack/medusa-1.lev X+lib/nethack/medusa-2.lev X+lib/nethack/minefill.lev X+lib/nethack/minend-1.lev X+lib/nethack/minend-2.lev X+lib/nethack/minend-3.lev X+lib/nethack/minetn-1.lev X+lib/nethack/minetn-2.lev X+lib/nethack/minetn-3.lev X+lib/nethack/minetn-4.lev X+lib/nethack/minetn-5.lev X+lib/nethack/minetn-6.lev X+lib/nethack/minetn-7.lev X+lib/nethack/opthelp X+lib/nethack/options X+lib/nethack/oracle.lev X+lib/nethack/oracles X+lib/nethack/orcus.lev X+lib/nethack/pet_mark.xbm X+lib/nethack/quest.dat X+lib/nethack/rip.xpm X+lib/nethack/rumors X+lib/nethack/sanctum.lev X+lib/nethack/soko1-1.lev X+lib/nethack/soko1-2.lev X+lib/nethack/soko2-1.lev X+lib/nethack/soko2-2.lev X+lib/nethack/soko3-1.lev X+lib/nethack/soko3-2.lev X+lib/nethack/soko4-1.lev X+lib/nethack/soko4-2.lev X+lib/nethack/tower1.lev X+lib/nethack/tower2.lev X+lib/nethack/tower3.lev X+lib/nethack/valley.lev X+lib/nethack/water.lev X+lib/nethack/wizard1.lev X+lib/nethack/wizard2.lev X+lib/nethack/wizard3.lev X+lib/nethack/wizhelp X+lib/nethack/x11tiles X @mode 664 X-share/nethack/logfile X-share/nethack/record X-share/nethack/perm X-@dirrm share/nethack X-@dirrm share/doc/nethack X+lib/nethack/logfile X+lib/nethack/record X+lib/nethack/perm X+@mode X+%%PORTDOCS%%share/doc/nethack/Guidebook.txt X+%%PORTDOCS%%@dirrm share/doc/nethack X+@dirrm lib/nethack END-of-games_nethack3.diff exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message