diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-14 19:51:58 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-05-14 19:51:58 +0000 |
commit | 6ca9def075e031421d89b6201ab580a187404077 (patch) | |
tree | 5ae647bdb82866872dbeed57822a7fe524112703 /games | |
parent | Upgrade 2.2.9.1 --> 2.2.10.0 (diff) |
Rename nethack ports and put version numbers in the port names.
nethack -> nethack32
nethack-gtk -> nethack32-gtk
nethack3 -> nethack33
nethack3-gnome -> nethack33-gnome
nethack3-tty -> nethack33-nox11
nethack-qt -> nethack33-qt
Notes
Notes:
svn path=/head/; revision=59097
Diffstat (limited to '')
65 files changed, 1 insertions, 2437 deletions
diff --git a/games/nethack-gtk/Makefile b/games/nethack-gtk/Makefile deleted file mode 100644 index e133242428da..000000000000 --- a/games/nethack-gtk/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: nethack-gtk -# Date created: June 15, 2000 -# Whom: Kelly Yancey <kbyanc@posi.net> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 1.1.5 -PORTREVISION= 1 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sf -#MASTER_SITES= ftp://ftp.jnethack.org/pub/jnethack/ -PKGNAMESUFFIX= -gtk -DISTNAME= ${PORTNAME}-3.2.2.1 -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${GTK_PATCH} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -PATCH_SITES= ftp://ftp.jnethack.org/pub/nethack/ -PATCHFILES= nh-3.2.2-3.2.3.diff \ - nethack-gtk-1.1.5-nethack-3.2.3.patch.gz - -MAINTAINER= sf@FreeBSD.org - -.include <bsd.port.pre.mk> - -.if ${XFREE86_VERSION} == 4 -BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients -RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients -.endif - -USE_XPM= yes -USE_GTK= yes -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -WRKSRC= ${WRKDIR}/${PORTNAME}-3.2.2 - -pre-configure: - @ ${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @ ${ECHO} "!! You cannot install nethack and nethack-gtk in parallel !!" - @ ${ECHO} "!! But nethack-gtk might read your prior nethack scores !!" - @ ${ECHO} "!! Don't forget to backup your nethack libdir if it's !!" - @ ${ECHO} "!! important for you !!" - @ ${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @ cd ${WRKSRC}/sys/unix; ${SH} setup.sh - @ cd ${WRKSRC}; ${PATCH} -s < ${FILESDIR}/src-Makefile.diff - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.post.mk> diff --git a/games/nethack-gtk/distinfo b/games/nethack-gtk/distinfo deleted file mode 100644 index cf9d2f87c633..000000000000 --- a/games/nethack-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nethack-3.2.2.1.tar.gz) = 2571a63135b4d0aa910d52c386b669a6 -MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae -MD5 (nethack-gtk-1.1.5-nethack-3.2.3.patch.gz) = a9e75005f23a5eea2a4879237ac851d4 diff --git a/games/nethack-gtk/files/patch-aa b/games/nethack-gtk/files/patch-aa deleted file mode 100644 index d85abe12fea9..000000000000 --- a/games/nethack-gtk/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- sys/unix/Makefile.top.orig Thu Jun 15 15:58:10 2000 -+++ sys/unix/Makefile.top Thu Jun 15 15:58:23 2000 -@@ -32,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 = /usr/games/lib/$(GAME)dir --SHELLDIR = /usr/games -+GAMEDIR = ${PREFIX}/share/$(GAME) -+SHELLDIR = ${PREFIX}/bin - - # per discussion in Install.X11 - VARDATND = diff --git a/games/nethack-gtk/files/patch-ab b/games/nethack-gtk/files/patch-ab deleted file mode 100644 index e495662a5880..000000000000 --- a/games/nethack-gtk/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- include/config.h.orig Wed Jun 14 22:54:31 2000 -+++ include/config.h Wed Jun 14 22:54:34 2000 -@@ -374,7 +374,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/nethack-gtk/files/patch-ac b/games/nethack-gtk/files/patch-ac deleted file mode 100644 index c2a2ba246941..000000000000 --- a/games/nethack-gtk/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- include/system.h.orig Wed Jun 14 23:00:05 2000 -+++ include/system.h Wed Jun 14 23:00:07 2000 -@@ -512,7 +512,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 */ - - #ifdef VMS diff --git a/games/nethack-gtk/files/patch-ad b/games/nethack-gtk/files/patch-ad deleted file mode 100644 index 75c84c235c88..000000000000 --- a/games/nethack-gtk/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN ./sys/unix/Makefile.doc ../nethack-3.2.2/sys/unix/Makefile.doc ---- ./sys/unix/Makefile.doc Wed Dec 11 05:20:08 1996 -+++ ../nethack-3.2.2/sys/unix/Makefile.doc Sun Mar 21 17:25:02 1999 -@@ -31,7 +31,7 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems diff --git a/games/nethack-gtk/files/patch-gtk b/games/nethack-gtk/files/patch-gtk deleted file mode 100644 index c54127fa947d..000000000000 --- a/games/nethack-gtk/files/patch-gtk +++ /dev/null @@ -1,10 +0,0 @@ ---- win/gtk/gtk.c.orig Thu Jun 14 23:10:35 2001 -+++ win/gtk/gtk.c Thu Jun 14 23:12:03 2001 -@@ -742,6 +742,7 @@ - gtk_set_locale(); - nh_rc(); - -+ setregid(getegid(), -1); - gtk_init(argc, &argv); - /* - creat credit widget and show diff --git a/games/nethack-gtk/files/sample.nethackrc b/games/nethack-gtk/files/sample.nethackrc deleted file mode 100644 index 33dbe47118fc..000000000000 --- a/games/nethack-gtk/files/sample.nethackrc +++ /dev/null @@ -1,88 +0,0 @@ -OPTIONS=!silent -OPTIONS=!time -OPTIONS=catname:Ghisteslwchlohm -OPTIONS=color -OPTIONS=dogname:Dhairrhuwyth -OPTIONS=hilite_pet -OPTIONS=lit_corridor -OPTIONS=menustyle:partial -OPTIONS=msghistory:200 -OPTIONS=news -OPTIONS=noautopickup -OPTIONS=rest_on_space -OPTIONS=safe_pet -OPTIONS=showexp -OPTIONS=showscore -OPTIONS=sortpack -OPTIONS=time -OPTIONS=tombstone -OPTIONS=toptenwin -OPTIONS=verbose -SOUNDDIR=/usr/local/lib/nethackdir -SOUND=MESG "needs food, badly" "weak.au" 100 -SOUND=MESG "feel weak" "weak.au" 100 -SOUND=MESG "bear trap closes" "beartrap.au" 100 -SOUND=MESG "board beneath you squeaks" "squeek.au" 100 -SOUND=MESG "board beneath .....* squeaks" "squeek.au" 60 -SOUND=MESG "a distant squeak" "squeek.au" 25 -SOUND=MESG "mind releases itself from" "memories.au" 100 -SOUND=MESG "on itself, you forget" "memories.au" 100 -SOUND=MESG "Who was that Maud person" "memories.au" 100 -SOUND=MESG "Thinking of Maud you forget" "memories.au" 100 -SOUND=MESG "you forget everything" "memories.au" 100 -SOUND=MESG "smell marsh gas" "frogs.au" 100 -SOUND=MESG "must have been exercising" "tada.au" 100 -SOUND=MESG "must have been very obs" "tada.au" 100 -SOUND=MESG "must have been working on" "tada.au" 100 -SOUND=MESG "must be leading a healthy" "tada.au" 100 -SOUND=MESG "Keystone Kops appear!" "kops.au" 100 -SOUND=MESG "Keystone Kops are after you" "kops.au" 100 -SOUND=MESG "interesting topological ex" "mock.au" 100 -SOUND=MESG "Interesting\.\.\." "mock.au" 100 -SOUND=MESG "deathly sick\." "ohdear.au" 80 -SOUND=MESG "feel feverish" "ohdear.au" 80 -SOUND=MESG "brain is eaten" "minderode.au" 80 -SOUND=MESG "thought thou couldst kill" "yendor.au" 120 -SOUND=MESG "begin praying to" "latin_short.au" 70 -SOUND=MESG "sense of peace" "latin.au" 20 -SOUND=MESG "have a.* forbidding feeling" "latin.au" 20 -#SOUND=MESG "door opens\." "dooropen2.au" 100 -#SOUND=MESG "You drop " "drop.au" 10 -#SOUND=MESG "You destroy " "destroy2.au" 30 -#SOUND=MESG "You kill " "destroy2.au" 20 -#SOUND=MESG "is killed" "destroy2.au" 10 -#SOUND=MESG "You miss " "miss2.au" 20 -#SOUND=MESG "fiery blade burns" "hit2.au" 30 -#SOUND=MESG "ice-cold blade freezes" "hit2.au" 30 -#SOUND=MESG "You hit " "hit2.au" 20 -#SOUND=MESG "The spell hits" "hit2.au" 20 -SOUND=MESG "breathes" "breath.au" 100 -SOUND=MESG "a door open\." "dooropen2.au" 100 -SOUND=MESG "Klunk" "clunk.au" 100 -SOUND=MESG "guard on patrol" "coin.au" 50 -SOUND=MESG "quarterback calling" "coin.au" 50 -SOUND=MESG "someone counting" "coin.au" 50 -SOUND=MESG "Ebenezer Scrooge" "coin.au" 50 -SOUND=MESG "someone cursing shoplifters" "gong.au" 50 -SOUND=MESG "chime of a cash register" "gong.au" 50 -SOUND=MESG "Neiman and Marcus" "gong.au" 50 -SOUND=MESG "You die" "death.au" 100 -SOUND=MESG "sad feeling" "death.au" 50 -SOUND=MESG "door closes\." "doorclos.au" 100 -SOUND=MESG "cosmic" "hallu.au" 100 -SOUND=MESG "explosion" "landmine.au" 100 -SOUND=MESG "KABOOM" "landmine.au" 100 -#SOUND=MESG "KAABLAM" "landmine.au" 100 -SOUND=MESG "trigger.* a land *mine" "landmine.au" 100 -SOUND=MESG "elcome to experi" "level_up.au" 100 -SOUND=MESG "memorize" "memor.au" 100 -#SOUND=MESG "Ouch" "ouch2.au" 100 -#SOUND=MESG "XXXfall through\.\.\." "trapdoor.au" 100 -SOUND=MESG "vomit" "vomit.au" 100 -SOUND=MESG "whistling" "whistle2.au" 100 -SOUND=MESG "crashes open" "thump.au" 100 -SOUND=MESG "You break open the lock" "thump.au" 100 -#SOUND=MESG "THUD" "thump.au" 40 -#SOUND=MESG "WHAMM" "thump.au" 50 -SOUND=MESG "welcome to NetHack" "awaits.au" 100 -SOUND=MESG "strange vibration under" "forcefld.au" 100 diff --git a/games/nethack-gtk/files/src-Makefile.diff b/games/nethack-gtk/files/src-Makefile.diff deleted file mode 100644 index 3ce69c568c15..000000000000 --- a/games/nethack-gtk/files/src-Makefile.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- src/Makefile.orig Wed Jun 14 22:37:10 2000 -+++ src/Makefile Wed Jun 14 22:38:40 2000 -@@ -124,8 +124,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include -I/usr/X11R6/include `gtk-config --cflags` --LFLAGS = -O -L/usr/X11R6/lib `gtk-config --libs` -+CFLAGS += -I../include -I${X11BASE}/include `${GTK_CONFIG} --cflags` -+LFLAGS = -L${X11BASE}/lib `${GTK_CONFIG} --libs` - - # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired - # combination of windowing systems. Also set windowing systems in config.h. diff --git a/games/nethack-gtk/pkg-comment b/games/nethack-gtk/pkg-comment deleted file mode 100644 index 7fe1521970fa..000000000000 --- a/games/nethack-gtk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Nethack 3.2.3 with GTK interface and graphics diff --git a/games/nethack-gtk/pkg-descr b/games/nethack-gtk/pkg-descr deleted file mode 100644 index 85e5baee60a0..000000000000 --- a/games/nethack-gtk/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is the clasic hack'n'slash adventure game, nethack, revamped with a GTK -interface and graphics. - -WWW: http://www.jnethack.org/jnethack-e.html - - -Kelly - kbyanc@posi.net diff --git a/games/nethack-gtk/pkg-plist b/games/nethack-gtk/pkg-plist deleted file mode 100644 index 898f8012736e..000000000000 --- a/games/nethack-gtk/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/x11tiles -share/nethack/W-start.lev -share/nethack/V-start.lev -share/nethack/T-start.lev -share/nethack/S-start.lev -share/nethack/R-start.lev -share/nethack/P-start.lev -share/nethack/K-start.lev -share/nethack/H-start.lev -share/nethack/E-start.lev -share/nethack/C-start.lev -share/nethack/B-start.lev -share/nethack/A-start.lev -share/nethack/W-locate.lev -share/nethack/V-locate.lev -share/nethack/T-locate.lev -share/nethack/S-locate.lev -share/nethack/R-locate.lev -share/nethack/P-locate.lev -share/nethack/K-locate.lev -share/nethack/H-locate.lev -share/nethack/E-locate.lev -share/nethack/C-locate.lev -share/nethack/B-locate.lev -share/nethack/A-locate.lev -share/nethack/W-fillb.lev -share/nethack/W-filla.lev -share/nethack/V-fillb.lev -share/nethack/V-filla.lev -share/nethack/T-fillb.lev -share/nethack/T-filla.lev -share/nethack/S-fillb.lev -share/nethack/S-filla.lev -share/nethack/R-fillb.lev -share/nethack/R-filla.lev -share/nethack/P-fillb.lev -share/nethack/P-filla.lev -share/nethack/K-fillb.lev -share/nethack/K-filla.lev -share/nethack/H-fillb.lev -share/nethack/H-filla.lev -share/nethack/E-fillb.lev -share/nethack/E-filla.lev -share/nethack/C-fillb.lev -share/nethack/C-filla.lev -share/nethack/B-fillb.lev -share/nethack/B-filla.lev -share/nethack/A-fillb.lev -share/nethack/A-filla.lev -share/nethack/W-goal.lev -share/nethack/V-goal.lev -share/nethack/T-goal.lev -share/nethack/S-goal.lev -share/nethack/R-goal.lev -share/nethack/P-goal.lev -share/nethack/K-goal.lev -share/nethack/H-goal.lev -share/nethack/E-goal.lev -share/nethack/C-goal.lev -share/nethack/B-goal.lev -share/nethack/A-goal.lev -share/nethack/floor.xpm -share/nethack/credit.xpm -share/nethack/t32-1024.xpm -share/nethack/rip.xpm -share/nethack/pet_mark.xbm -share/nethack/NetHack -share/nethack/gtkrc -share/nethack/nh10.pcf -share/nethack/fonts.dir -share/nethack/quest.dat -share/nethack/options -share/nethack/oracles -share/nethack/data -share/nethack/water.lev -share/nethack/fire.lev -share/nethack/earth.lev -share/nethack/air.lev -share/nethack/astral.lev -share/nethack/wizard3.lev -share/nethack/wizard2.lev -share/nethack/dungeon -share/nethack/wizard1.lev -share/nethack/valley.lev -share/nethack/tower3.lev -share/nethack/tower2.lev -share/nethack/tower1.lev -share/nethack/sanctum.lev -share/nethack/orcus.lev -share/nethack/oracle.lev -share/nethack/minetn-2.lev -share/nethack/minetn-1.lev -share/nethack/minefill.lev -share/nethack/minend-2.lev -share/nethack/minend-1.lev -share/nethack/medusa-2.lev -share/nethack/medusa-1.lev -share/nethack/knox.lev -share/nethack/juiblex.lev -share/nethack/fakewiz2.lev -share/nethack/fakewiz1.lev -share/nethack/castle.lev -share/nethack/bigrm-5.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-3.lev -share/nethack/wizhelp -share/nethack/bigrm-2.lev -share/nethack/bigrm-1.lev -share/nethack/baalz.lev -share/nethack/asmodeus.lev -share/nethack/opthelp -share/nethack/history -share/nethack/cmdhelp -share/nethack/hh -share/nethack/help -share/nethack/license -share/nethack/rumors -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile deleted file mode 100644 index e1c1b27dee70..000000000000 --- a/games/nethack-qt/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: nethack-qt -# Date created: So 6 Apr 1997 04:25:57 MET DST -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PKGNAMESUFFIX= -qt -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_QT_VER= 2 -USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" MOC="${MOC}" LIBQT="-l${QTNAME}" \ - QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-everything:: - @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @${ECHO} "!! You cannot install nethack and nethack-qt in parallel !!" - @${ECHO} "!! But nethack-qt might read your prior nethack scores !!" - @${ECHO} "!! Don't forget to backup your nethack libdir if it's !!" - @${ECHO} "!! important for you !!" - @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - -post-patch: - @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; ${SETENV} ${MAKE_ENV} ${MAKE} manpages -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/nethack-qt/distinfo b/games/nethack-qt/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack-qt/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack-qt/files/patch-include:config.h b/games/nethack-qt/files/patch-include:config.h deleted file mode 100644 index bfb4a2c47a67..000000000000 --- a/games/nethack-qt/files/patch-include:config.h +++ /dev/null @@ -1,36 +0,0 @@ ---- include/config.h.orig Sat Jul 22 10:13:51 2000 -+++ include/config.h Sat Aug 11 10:09:12 2001 -@@ -44,7 +44,7 @@ - */ - #define TTY_GRAPHICS /* good old tty based graphics */ - /* #define X11_GRAPHICS */ /* X11 interface */ --/* #define QT_GRAPHICS */ /* Qt interface */ -+#define QT_GRAPHICS /* Qt interface */ - /* #define GNOME_GRAPHICS */ /* Gnome interface */ - - /* -@@ -151,11 +151,11 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --#define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ -+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ --/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -@@ -186,7 +186,7 @@ - * otherwise it will be the current directory. - */ - # ifndef HACKDIR --# define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ -+# define HACKDIR "%%PREFIX%%/lib/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack-qt/files/patch-include:unixconf.h b/games/nethack-qt/files/patch-include:unixconf.h deleted file mode 100644 index d43f9d82b7dd..000000000000 --- a/games/nethack-qt/files/patch-include:unixconf.h +++ /dev/null @@ -1,20 +0,0 @@ ---- include/unixconf.h.orig Mon Jul 17 11:03:51 2000 -+++ include/unixconf.h Fri Oct 13 10:06:57 2000 -@@ -47,7 +47,7 @@ - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - --#define TERMINFO /* uses terminfo rather than termcap */ -+/* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -@@ -143,7 +143,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack-qt/files/patch-sys:unix:Makefile.doc b/games/nethack-qt/files/patch-sys:unix:Makefile.doc deleted file mode 100644 index 2527c7b4128e..000000000000 --- a/games/nethack-qt/files/patch-sys:unix:Makefile.doc +++ /dev/null @@ -1,41 +0,0 @@ ---- sys/unix/Makefile.doc.orig Sat Jan 15 05:49:48 2000 -+++ sys/unix/Makefile.doc Sat Aug 11 11:08:33 2001 -@@ -34,15 +34,15 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems --GAMEMANCREATE = cp nethack.6 --LEVMANCREATE = cp lev_comp.6 --DGNMANCREATE = cp dgn_comp.6 --RCVRMANCREATE = cp recover.6 --DLBMANCREATE = cp dlb.6 -+GAMEMANCREATE = ${BSD_INSTALL_MAN} nethack.6 -+LEVMANCREATE = ${BSD_INSTALL_MAN} lev_comp.6 -+DGNMANCREATE = ${BSD_INSTALL_MAN} dgn_comp.6 -+RCVRMANCREATE = ${BSD_INSTALL_MAN} recover.6 -+DLBMANCREATE = ${BSD_INSTALL_MAN} dlb.6 - # manual installation for most SYSV-style systems - # GAMEMANCREATE = nroff -man nethack.6 > - # LEVMANCREATE = nroff -man lev_comp.6 > -@@ -51,11 +51,11 @@ - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack-qt/files/patch-sys:unix:Makefile.src b/games/nethack-qt/files/patch-sys:unix:Makefile.src deleted file mode 100644 index 1a58379ae1ad..000000000000 --- a/games/nethack-qt/files/patch-sys:unix:Makefile.src +++ /dev/null @@ -1,62 +0,0 @@ ---- sys/unix/Makefile.src.orig Sat Aug 5 19:52:57 2000 -+++ sys/unix/Makefile.src Sat Aug 11 09:53:08 2001 -@@ -144,14 +144,14 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include -+CFLAGS += -I../include - LFLAGS = - - # The Qt and Be window systems are written in C++, while the rest of - # NetHack is standard C. If using Qt, uncomment the LD line here to get - # the C++ libraries linked in. --CXXFLAGS = $(CFLAGS) -I. -I$(QTDIR)/include --CXX=g++ -+CXXFLAGS += -I. -I../include ${QTCPPFLAGS} -+#CXX=g++ - #LD=g++ - - # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired -@@ -203,8 +203,8 @@ - - # - # --WINSRC = $(WINTTYSRC) --WINOBJ = $(WINTTYOBJ) -+WINSRC = $(WINTTYSRC) $(WINQTSRC) -+WINOBJ = $(WINTTYOBJ) $(WINQTOBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -@@ -230,7 +230,7 @@ - # WINX11LIB = -lXaw -lXmu -lXpm -lXext -lXt -lX11 -lSM -lICE -lm # BSD/OS 2.0 - # - # libraries for Qt --WINQTLIB = -L$(QTDIR)/lib -lqt -+WINQTLIB = ${QTCFGLIBS} ${LIBQT} - # - # libraries for KDE (with Qt) - WINKDELIB = -lkdecore -lkdeui -lXext -@@ -244,7 +244,7 @@ - # libraries for BeOS - WINBELIB = -lbe - --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINQTLIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) -@@ -445,10 +445,10 @@ - - # Qt windowport meta-object-compiler output - qt_kde0.moc: ../include/qt_kde0.h -- $(QTDIR)/bin/moc ../include/qt_kde0.h > qt_kde0.moc -+ ${MOC} ../include/qt_kde0.h > qt_kde0.moc - - qt_win.moc: ../include/qt_win.h -- $(QTDIR)/bin/moc ../include/qt_win.h > qt_win.moc -+ ${MOC} ../include/qt_win.h > qt_win.moc - - $(MAKEDEFS): ../util/makedefs.c $(CONFIG_H) ../include/permonst.h \ - ../include/objclass.h ../include/monsym.h \ diff --git a/games/nethack-qt/files/patch-sys:unix:Makefile.top b/games/nethack-qt/files/patch-sys:unix:Makefile.top deleted file mode 100644 index fb4a9021dd90..000000000000 --- a/games/nethack-qt/files/patch-sys:unix:Makefile.top +++ /dev/null @@ -1,44 +0,0 @@ ---- sys/unix/Makefile.top.orig Tue Jul 4 09:42:05 2000 -+++ sys/unix/Makefile.top Sat Aug 11 11:21:15 2001 -@@ -14,18 +14,17 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -@@ -35,14 +34,14 @@ - # 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 -+GAMEDIR = $(PREFIX)/lib/$(GAME) - VARDIR = $(GAMEDIR) --SHELLDIR = $(PREFIX)/games -+SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt --VARDATND = -+# VARDATND = - # VARDATND = x11tiles pet_mark.xbm --# VARDATND = x11tiles pet_mark.xbm rip.xpm -+VARDATND = x11tiles pet_mark.xbm rip.xpm - # for Atari/Gem - # VARDATND = nh16.img title.img GEM_RSC.RSC - # for BeOS diff --git a/games/nethack-qt/pkg-comment b/games/nethack-qt/pkg-comment deleted file mode 100644 index 2a563dc5bfe5..000000000000 --- a/games/nethack-qt/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game with graphic and sound diff --git a/games/nethack-qt/pkg-descr b/games/nethack-qt/pkg-descr deleted file mode 100644 index c80764a5e38c..000000000000 --- a/games/nethack-qt/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -NetHack is a Free graphical one-player roleplaying game with a -highly modular window system interface supporting TTY, VGA, Mac, -Amiga, and other displays. Qt is a graphical user interface toolkit. -So, "NetHack with Qt interface" is a version of NetHack which has -a user interface module written using the Qt toolkit. - -The Qt interface has these extra features: - -o Tiles (graphics) in the inventory and other item-menu windows. -o The player cursor changes colour as your relative hit-points drop. -o The message window greys-out older message. -o The item menus allow a count (click to left of icon - hidden feature). -o Icons for the major attributes and player states. -o Menus (only needed by newbie dungeon fodder). -o Variable size fonts and tiles. -o More space for the map as messages and status are side-by-side. -o You rarely need to put the mouse in a pop-up to interact with it. -o Macros - hidden feature - F1=multi-rest F2=multi-search F3=try-it -o It is much easier to code, so new feature-requests are more easily done. -o Sound support. - -WWW: http://trolls.troll.no/warwick/nethack/ diff --git a/games/nethack-qt/pkg-plist b/games/nethack-qt/pkg-plist deleted file mode 100644 index 95e4f2cc5823..000000000000 --- a/games/nethack-qt/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/nethack -%%PORTDOCS%%share/doc/nethack/Guidebook.txt -lib/nethack/nethack -@exec mkdir %D/lib/nethack/save -@exec chmod -R 775 %D/lib/nethack -@exec chmod 2755 %D/lib/nethack/nethack -@exec chown games:games %D/lib/nethack/save -@unexec rm -rf %D/lib/nethack/save -lib/nethack/Arc-fila.lev -lib/nethack/Arc-filb.lev -lib/nethack/Arc-goal.lev -lib/nethack/Arc-loca.lev -lib/nethack/Arc-strt.lev -lib/nethack/Bar-fila.lev -lib/nethack/Bar-filb.lev -lib/nethack/Bar-goal.lev -lib/nethack/Bar-loca.lev -lib/nethack/Bar-strt.lev -lib/nethack/Cav-fila.lev -lib/nethack/Cav-filb.lev -lib/nethack/Cav-goal.lev -lib/nethack/Cav-loca.lev -lib/nethack/Cav-strt.lev -lib/nethack/Hea-fila.lev -lib/nethack/Hea-filb.lev -lib/nethack/Hea-goal.lev -lib/nethack/Hea-loca.lev -lib/nethack/Hea-strt.lev -lib/nethack/Kni-fila.lev -lib/nethack/Kni-filb.lev -lib/nethack/Kni-goal.lev -lib/nethack/Kni-loca.lev -lib/nethack/Kni-strt.lev -lib/nethack/Mon-fila.lev -lib/nethack/Mon-filb.lev -lib/nethack/Mon-goal.lev -lib/nethack/Mon-loca.lev -lib/nethack/Mon-strt.lev -lib/nethack/Pri-fila.lev -lib/nethack/Pri-filb.lev -lib/nethack/Pri-goal.lev -lib/nethack/Pri-loca.lev -lib/nethack/Pri-strt.lev -lib/nethack/Ran-fila.lev -lib/nethack/Ran-filb.lev -lib/nethack/Ran-goal.lev -lib/nethack/Ran-loca.lev -lib/nethack/Ran-strt.lev -lib/nethack/Rog-fila.lev -lib/nethack/Rog-filb.lev -lib/nethack/Rog-goal.lev -lib/nethack/Rog-loca.lev -lib/nethack/Rog-strt.lev -lib/nethack/Sam-fila.lev -lib/nethack/Sam-filb.lev -lib/nethack/Sam-goal.lev -lib/nethack/Sam-loca.lev -lib/nethack/Sam-strt.lev -lib/nethack/Tou-fila.lev -lib/nethack/Tou-filb.lev -lib/nethack/Tou-goal.lev -lib/nethack/Tou-loca.lev -lib/nethack/Tou-strt.lev -lib/nethack/Val-fila.lev -lib/nethack/Val-filb.lev -lib/nethack/Val-goal.lev -lib/nethack/Val-loca.lev -lib/nethack/Val-strt.lev -lib/nethack/Wiz-fila.lev -lib/nethack/Wiz-filb.lev -lib/nethack/Wiz-goal.lev -lib/nethack/Wiz-loca.lev -lib/nethack/Wiz-strt.lev -lib/nethack/air.lev -lib/nethack/asmodeus.lev -lib/nethack/astral.lev -lib/nethack/baalz.lev -lib/nethack/bigrm-1.lev -lib/nethack/bigrm-2.lev -lib/nethack/bigrm-3.lev -lib/nethack/bigrm-4.lev -lib/nethack/bigrm-5.lev -lib/nethack/castle.lev -lib/nethack/cmdhelp -lib/nethack/data -lib/nethack/dungeon -lib/nethack/earth.lev -lib/nethack/fakewiz1.lev -lib/nethack/fakewiz2.lev -lib/nethack/fire.lev -lib/nethack/help -lib/nethack/hh -lib/nethack/history -lib/nethack/juiblex.lev -lib/nethack/knox.lev -lib/nethack/license -lib/nethack/medusa-1.lev -lib/nethack/medusa-2.lev -lib/nethack/minefill.lev -lib/nethack/minend-1.lev -lib/nethack/minend-2.lev -lib/nethack/minetn-1.lev -lib/nethack/minetn-2.lev -lib/nethack/opthelp -lib/nethack/options -lib/nethack/oracle.lev -lib/nethack/oracles -lib/nethack/orcus.lev -lib/nethack/pet_mark.xbm -lib/nethack/quest.dat -lib/nethack/rip.xpm -lib/nethack/rumors -lib/nethack/sanctum.lev -lib/nethack/soko1-1.lev -lib/nethack/soko1-2.lev -lib/nethack/soko2-1.lev -lib/nethack/soko2-2.lev -lib/nethack/soko3-1.lev -lib/nethack/soko3-2.lev -lib/nethack/soko4-1.lev -lib/nethack/soko4-2.lev -lib/nethack/tower1.lev -lib/nethack/tower2.lev -lib/nethack/tower3.lev -lib/nethack/valley.lev -lib/nethack/water.lev -lib/nethack/wizard1.lev -lib/nethack/wizard2.lev -lib/nethack/wizard3.lev -lib/nethack/wizhelp -lib/nethack/x11tiles -@mode 664 -lib/nethack/logfile -lib/nethack/record -lib/nethack/perm -@dirrm lib/nethack -%%PORTDOCS%%@dirrm share/doc/nethack diff --git a/games/nethack/Makefile b/games/nethack/Makefile deleted file mode 100644 index b94bb622eded..000000000000 --- a/games/nethack/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 27 March 1995 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 3.2.3 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \ - ftp://ftp.wtower.com/nethack/sources/ -DISTNAME= nethack-3.2.2 - -PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/nh323/src/ -PATCHFILES= nh-3.2.2-3.2.3.diff - -MAINTAINER= ports@FreeBSD.org - -NO_LATEST_LINK= yes - -USE_XPM= yes -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/games/nethack/distinfo b/games/nethack/distinfo deleted file mode 100644 index 052adcdf3017..000000000000 --- a/games/nethack/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df -MD5 (nh-3.2.2-3.2.3.diff) = 440141990df326d5a973d890179cffae diff --git a/games/nethack/files/patch-ab b/games/nethack/files/patch-ab deleted file mode 100644 index a22424c84079..000000000000 --- a/games/nethack/files/patch-ab +++ /dev/null @@ -1,49 +0,0 @@ ---- 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 - --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 diff --git a/games/nethack/files/patch-ac b/games/nethack/files/patch-ac deleted file mode 100644 index ee05125afe6c..000000000000 --- a/games/nethack/files/patch-ac +++ /dev/null @@ -1,47 +0,0 @@ -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. - */ - #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 - - /* diff --git a/games/nethack/files/patch-ad b/games/nethack/files/patch-ad deleted file mode 100644 index 4ff9c983d5ca..000000000000 --- a/games/nethack/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 */ - - #ifdef VMS diff --git a/games/nethack/files/patch-ae b/games/nethack/files/patch-ae deleted file mode 100644 index b5c24ee2719d..000000000000 --- a/games/nethack/files/patch-ae +++ /dev/null @@ -1,37 +0,0 @@ -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 @@ - - /* 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. - */ - --#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/nethack/files/patch-af b/games/nethack/files/patch-af deleted file mode 100644 index 75c84c235c88..000000000000 --- a/games/nethack/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN ./sys/unix/Makefile.doc ../nethack-3.2.2/sys/unix/Makefile.doc ---- ./sys/unix/Makefile.doc Wed Dec 11 05:20:08 1996 -+++ ../nethack-3.2.2/sys/unix/Makefile.doc Sun Mar 21 17:25:02 1999 -@@ -31,7 +31,7 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems diff --git a/games/nethack/files/patch-ag b/games/nethack/files/patch-ag deleted file mode 100644 index 6fbe422824f3..000000000000 --- a/games/nethack/files/patch-ag +++ /dev/null @@ -1,40 +0,0 @@ -diff -ruN ./sys/unix/Makefile.top ../nethack-3.2.2/sys/unix/Makefile.top ---- ./sys/unix/Makefile.top Wed Dec 11 05:20:10 1996 -+++ ../nethack-3.2.2/sys/unix/Makefile.top Sun Mar 21 17:29:27 1999 -@@ -16,14 +16,14 @@ - # make NetHack - GAME = nethack - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # -@@ -32,13 +32,13 @@ - # 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 = /usr/games/lib/$(GAME)dir --SHELLDIR = /usr/games -+GAMEDIR = ${PREFIX}/share/$(GAME) -+SHELLDIR = ${PREFIX}/bin - - # per discussion in Install.X11 --VARDATND = -+# VARDATND = - # VARDATND = x11tiles pet_mark.xbm --# VARDATND = x11tiles pet_mark.xbm rip.xpm -+VARDATND = x11tiles pet_mark.xbm rip.xpm - - VARDATD = data oracles options quest.dat rumors - VARDAT = $(VARDATD) $(VARDATND) diff --git a/games/nethack/pkg-comment b/games/nethack/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack/pkg-descr b/games/nethack/pkg-descr deleted file mode 100644 index 52e265b8886f..000000000000 --- a/games/nethack/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -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. - -Take care, and try not to miss meals. - -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. diff --git a/games/nethack/pkg-plist b/games/nethack/pkg-plist deleted file mode 100644 index 7dfddb3cb28d..000000000000 --- a/games/nethack/pkg-plist +++ /dev/null @@ -1,124 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -%%PORTDOCS%%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/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -%%PORTDOCS%%@dirrm share/doc/nethack diff --git a/games/nethack3-gnome/Makefile b/games/nethack3-gnome/Makefile deleted file mode 100644 index 731783f915f2..000000000000 --- a/games/nethack3-gnome/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 09 December 2000 -# Whom: Jan Stocker <Jan.Stocker@t-online.de> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 3.3.1 -CATEGORIES= games gnome -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -gnome -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= Jan.Stocker@t-online.de - -USE_GNOME= yes -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack3-gnome/distinfo b/games/nethack3-gnome/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack3-gnome/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack3-gnome/files/patch-include::config.h b/games/nethack3-gnome/files/patch-include::config.h deleted file mode 100644 index bf63b68aaa57..000000000000 --- a/games/nethack3-gnome/files/patch-include::config.h +++ /dev/null @@ -1,61 +0,0 @@ -*** include/config.h.orig Sat Jul 22 03:13:51 2000 ---- include/config.h Sat Dec 9 13:31:34 2000 -*************** -*** 45,51 **** - #define TTY_GRAPHICS /* good old tty based graphics */ - /* #define X11_GRAPHICS */ /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ -! /* #define GNOME_GRAPHICS */ /* Gnome interface */ - - /* - * Define the default window system. This should be one that is compiled ---- 45,51 ---- - #define TTY_GRAPHICS /* good old tty based graphics */ - /* #define X11_GRAPHICS */ /* X11 interface */ - /* #define QT_GRAPHICS */ /* Qt interface */ -! #define GNOME_GRAPHICS /* Gnome interface */ - - /* - * Define the default window system. This should be one that is compiled -*************** -*** 151,161 **** - - #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 */ - /* 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 */ - #endif - - #ifndef COMPRESS ---- 151,161 ---- - - #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 */ - /* An example of one alternative you might want to use: */ -! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -*************** -*** 186,192 **** - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ - # endif - - /* ---- 186,192 ---- - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack3-gnome/files/patch-include::system.h b/games/nethack3-gnome/files/patch-include::system.h deleted file mode 100644 index fa0a14fb6988..000000000000 --- a/games/nethack3-gnome/files/patch-include::system.h +++ /dev/null @@ -1,19 +0,0 @@ -*** include/system.h.orig Thu Jan 6 11:20:08 2000 ---- include/system.h Sat Sep 23 01:08:09 2000 -*************** -*** 516,522 **** - # 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 *)); - # endif /* ULTRIX */ - - #ifdef VMS ---- 516,522 ---- - # 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 time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/nethack3-gnome/files/patch-include::unixconf.h b/games/nethack3-gnome/files/patch-include::unixconf.h deleted file mode 100644 index 8268fa5fd83f..000000000000 --- a/games/nethack3-gnome/files/patch-include::unixconf.h +++ /dev/null @@ -1,36 +0,0 @@ -*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 ---- include/unixconf.h Sat Sep 23 01:09:25 2000 -*************** -*** 47,53 **** - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! #define TERMINFO /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC ---- 47,53 ---- - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! /* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -*************** -*** 143,149 **** - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! #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 ---- 143,149 ---- - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! /* #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/nethack3-gnome/files/patch-sys::unix::Makefile.doc b/games/nethack3-gnome/files/patch-sys::unix::Makefile.doc deleted file mode 100644 index 89653b31a76f..000000000000 --- a/games/nethack3-gnome/files/patch-sys::unix::Makefile.doc +++ /dev/null @@ -1,44 +0,0 @@ -*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 ---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 -*************** -*** 34,40 **** - - - GAME = nethack -! MANDIR = /usr/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems ---- 34,40 ---- - - - GAME = nethack -! MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -*************** -*** 51,61 **** - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt ---- 51,61 ---- - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack3-gnome/files/patch-sys::unix::Makefile.src b/games/nethack3-gnome/files/patch-sys::unix::Makefile.src deleted file mode 100644 index 8e54460116a0..000000000000 --- a/games/nethack3-gnome/files/patch-sys::unix::Makefile.src +++ /dev/null @@ -1,72 +0,0 @@ -*** sys/unix/Makefile.src.orig Sat Aug 5 12:52:57 2000 ---- sys/unix/Makefile.src Sat Dec 9 13:09:44 2000 -*************** -*** 139,145 **** - # directories. The ones given below is the usual spot for linux systems. - # The paths are for glibconfig.h and gnomesupport.h respectively. - # -! GNOMEINC=-I/usr/lib/glib/include -I/usr/lib/gnome-libs/include -I../win/gnome - - # flags for debugging: - # CFLAGS = -g -I../include ---- 139,145 ---- - # directories. The ones given below is the usual spot for linux systems. - # The paths are for glibconfig.h and gnomesupport.h respectively. - # -! GNOMEINC=-I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include/kpathsea -I../win/gnome - - # flags for debugging: - # CFLAGS = -g -I../include -*************** -*** 203,210 **** - - # - # -! WINSRC = $(WINTTYSRC) -! WINOBJ = $(WINTTYOBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead ---- 203,210 ---- - - # - # -! WINSRC = $(WINTTYSRC) $(WINGNOMESRC) -! WINOBJ = $(WINTTYOBJ) $(WINGNOMEOBJ) - - # on some systems the termcap library is in -ltermcap or -lcurses - # on 386 Xenix, the -ltermlib tputs() seems not to work; use -lcurses instead -*************** -*** 236,242 **** - WINKDELIB = -lkdecore -lkdeui -lXext - # - # libraries for Gnome -! WINGNOMELIB = -lgnomeui -lgnome -lart_lgpl -lgtk -lgdk -lpopt - # - # libraries for Gem port - WINGEMLIB = -le_gem -lgem ---- 236,242 ---- - WINKDELIB = -lkdecore -lkdeui -lXext - # - # libraries for Gnome -! WINGNOMELIB = -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui -lgnome -lart_lgpl -lgtk12 -lgdk12 -lglib12 -lpopt -lkpathsea - # - # libraries for Gem port - WINGEMLIB = -le_gem -lgem -*************** -*** 244,250 **** - # libraries for BeOS - WINBELIB = -lbe - -! WINLIB = $(WINTTYLIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) ---- 244,250 ---- - # libraries for BeOS - WINBELIB = -lbe - -! WINLIB = $(WINTTYLIB) $(WINGNOMELIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) diff --git a/games/nethack3-gnome/files/patch-sys::unix::Makefile.top b/games/nethack3-gnome/files/patch-sys::unix::Makefile.top deleted file mode 100644 index 573201864474..000000000000 --- a/games/nethack3-gnome/files/patch-sys::unix::Makefile.top +++ /dev/null @@ -1,125 +0,0 @@ -*** sys/unix/Makefile.top.orig Tue Jul 4 02:42:05 2000 ---- sys/unix/Makefile.top Wed Dec 26 13:46:52 2001 -*************** -*** 14,31 **** - # MAKE = make - - # make NetHack -- PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = bin - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 04755 -! FILEPERM = 0644 -! EXEPERM = 0755 -! DIRPERM = 0755 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR ---- 14,30 ---- - # MAKE = make - - # make NetHack - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 0755 -! FILEPERM = 0664 -! EXEPERM = 02755 -! DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -*************** -*** 35,43 **** - # 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 - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/games - - # per discussion in Install.X11 and Install.Qt - VARDATND = ---- 34,42 ---- - # 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)/share/$(GAME) - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = -*************** -*** 48,54 **** - # for BeOS - # VARDATND = beostiles - # for Gnome -! # VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm - - VARDATD = data oracles options quest.dat rumors - VARDAT = $(VARDATD) $(VARDATND) ---- 47,53 ---- - # for BeOS - # VARDATND = beostiles - # for Gnome -! VARDATND = x11tiles pet_mark.xbm rip.xpm mapbg.xpm - - VARDATD = data oracles options quest.dat rumors - VARDAT = $(VARDATD) $(VARDATND) -*************** -*** 170,182 **** - sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ - -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ - < sys/unix/nethack.sh \ -! > $(SHELLDIR)/$(GAME) - # set up their permissions - -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ - $(CHGRP) $(GAMEGRP) $(GAME) ) - chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) - -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) - $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) - chmod $(EXEPERM) $(SHELLDIR)/$(GAME) - - dofiles-dlb: check-dlb ---- 169,189 ---- - sed -e 's;/usr/games/lib/nethackdir;$(GAMEDIR);' \ - -e 's;HACKDIR/nethack;HACKDIR/$(GAME);' \ - < sys/unix/nethack.sh \ -! > $(GAMEDIR)/$(GAME)-start.sh -! @echo "#include <unistd.h>" > nethack-wrapper.c -! @echo "int main(int argc, char *argv[]) {" >> nethack-wrapper.c -! @echo " execv(\"$(GAMEDIR)/$(GAME)-start.sh\", argv);}" >> nethack-wrapper.c -! $(CC) $(CFLAGS) -o nethack-wrapper nethack-wrapper.c -! cp nethack-wrapper $(SHELLDIR)/$(GAME) - # set up their permissions - -( cd $(GAMEDIR) ; $(CHOWN) $(GAMEUID) $(GAME) ; \ - $(CHGRP) $(GAMEGRP) $(GAME) ) - chmod $(GAMEPERM) $(GAMEDIR)/$(GAME) - -$(CHOWN) $(GAMEUID) $(SHELLDIR)/$(GAME) - $(CHGRP) $(GAMEGRP) $(SHELLDIR)/$(GAME) -+ chmod $(GAMEPERM) $(GAMEDIR)/$(GAME)-start.sh -+ -$(CHOWN) $(GAMEUID) $(GAMEDIR)/$(GAME)-start.sh -+ $(CHGRP) $(GAMEGRP) $(GAMEDIR)/$(GAME)-start.sh - chmod $(EXEPERM) $(SHELLDIR)/$(GAME) - - dofiles-dlb: check-dlb -*************** -*** 236,241 **** ---- 243,249 ---- - clean: - ( cd src ; $(MAKE) clean ) - ( cd util ; $(MAKE) clean ) -+ rm -f nethack-wrapper.c nethack-wrapper - - # 'make spotless' returns the source tree to near-distribution condition. - # it removes .o files, executables, and compiled data files diff --git a/games/nethack3-gnome/pkg-comment b/games/nethack3-gnome/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack3-gnome/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack3-gnome/pkg-descr b/games/nethack3-gnome/pkg-descr deleted file mode 100644 index 77686840b6a4..000000000000 --- a/games/nethack3-gnome/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is version 3.3.1 of nethack, a clasic ASCII-based adventure game -with graphics support for Gnome. -You and your faithful pet are on a quest to retrieve the lost Amulet -of Yendor. - -WWW: http://www.nethack.org/ - -Jan.Stocker@t-online.de diff --git a/games/nethack3-gnome/pkg-plist b/games/nethack3-gnome/pkg-plist deleted file mode 100644 index 5d57f2a6dcc1..000000000000 --- a/games/nethack3-gnome/pkg-plist +++ /dev/null @@ -1,143 +0,0 @@ -bin/nethack -@exec chmod 2755 %D/bin/nethack -@exec chown games:games %D/bin/nethack -share/nethack/nethack -share/nethack/nethack-start.sh -@exec mkdir %D/share/nethack/save -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 755 %D/share/nethack/nethack -@exec chmod 755 %D/share/nethack/nethack-start.sh -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/mapbg.xpm -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/pet_mark.xbm -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -share/nethack/rip.xpm -share/nethack/x11tiles -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile deleted file mode 100644 index 3d09d946452c..000000000000 --- a/games/nethack3-tty/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 23 September 2000 -# Whom: Jeremy Chadwick <yoshi@parodius.com> -# -# $FreeBSD$ -# - -PORTNAME= nethack -PKGNAMESUFFIX= -tty -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ -MASTER_SITE_SUBDIR= nethack -DISTFILES= ${PORTNAME}-331.${EXTRACT_SUFIX} - -MAINTAINER= yoshi@parodius.com - -EXTRACT_SUFIX= tgz -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack3-tty/distinfo b/games/nethack3-tty/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack3-tty/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack3-tty/files/patch-aa b/games/nethack3-tty/files/patch-aa deleted file mode 100644 index f57ae58fdb6a..000000000000 --- a/games/nethack3-tty/files/patch-aa +++ /dev/null @@ -1,44 +0,0 @@ -*** include/config.h.orig Fri Jul 21 18:13:51 2000 ---- include/config.h Sat Sep 23 01:03:48 2000 -*************** -*** 151,161 **** - - #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 */ - /* 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 */ - #endif - - #ifndef COMPRESS ---- 151,161 ---- - - #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 */ - /* An example of one alternative you might want to use: */ -! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -*************** -*** 186,192 **** - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */ - # endif - - /* ---- 186,192 ---- - * otherwise it will be the current directory. - */ - # ifndef HACKDIR -! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */ - # endif - - /* diff --git a/games/nethack3-tty/files/patch-ab b/games/nethack3-tty/files/patch-ab deleted file mode 100644 index fa0a14fb6988..000000000000 --- a/games/nethack3-tty/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** include/system.h.orig Thu Jan 6 11:20:08 2000 ---- include/system.h Sat Sep 23 01:08:09 2000 -*************** -*** 516,522 **** - # 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 *)); - # endif /* ULTRIX */ - - #ifdef VMS ---- 516,522 ---- - # 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 time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS diff --git a/games/nethack3-tty/files/patch-ac b/games/nethack3-tty/files/patch-ac deleted file mode 100644 index 8268fa5fd83f..000000000000 --- a/games/nethack3-tty/files/patch-ac +++ /dev/null @@ -1,36 +0,0 @@ -*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000 ---- include/unixconf.h Sat Sep 23 01:09:25 2000 -*************** -*** 47,53 **** - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! #define TERMINFO /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC ---- 47,53 ---- - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - -! /* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -*************** -*** 143,149 **** - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! #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 ---- 143,149 ---- - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - -! /* #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/nethack3-tty/files/patch-ad b/games/nethack3-tty/files/patch-ad deleted file mode 100644 index 3eb00f18986c..000000000000 --- a/games/nethack3-tty/files/patch-ad +++ /dev/null @@ -1,61 +0,0 @@ -*** sys/unix/Makefile.top.orig Mon Jul 3 17:42:05 2000 ---- sys/unix/Makefile.top Sat Sep 23 01:14:48 2000 -*************** -*** 14,31 **** - # MAKE = make - - # make NetHack -- PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = bin - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 04755 -! FILEPERM = 0644 - EXEPERM = 0755 -! DIRPERM = 0755 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR ---- 14,30 ---- - # MAKE = make - - # make NetHack - GAME = nethack - # GAME = nethack.prg - GAMEUID = games -! GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h -! GAMEPERM = 02755 -! FILEPERM = 0664 - EXEPERM = 0755 -! DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -*************** -*** 35,43 **** - # 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 - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/games - - # per discussion in Install.X11 and Install.Qt - VARDATND = ---- 34,42 ---- - # 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)/share/$(GAME) - VARDIR = $(GAMEDIR) -! SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = diff --git a/games/nethack3-tty/files/patch-ae b/games/nethack3-tty/files/patch-ae deleted file mode 100644 index 89653b31a76f..000000000000 --- a/games/nethack3-tty/files/patch-ae +++ /dev/null @@ -1,44 +0,0 @@ -*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000 ---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000 -*************** -*** 34,40 **** - - - GAME = nethack -! MANDIR = /usr/man/man6 - MANEXT = 6 - - # manual installation for most BSD-style systems ---- 34,40 ---- - - - GAME = nethack -! MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -*************** -*** 51,61 **** - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt ---- 51,61 ---- - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack3-tty/pkg-comment b/games/nethack3-tty/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack3-tty/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack3-tty/pkg-descr b/games/nethack3-tty/pkg-descr deleted file mode 100644 index 4a45d7df171a..000000000000 --- a/games/nethack3-tty/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is version 3.3.1 of nethack, a clasic ASCII-based adventure game. -You and your faithful pet are on a quest to retrieve the lost Amulet -of Yendor. - -WWW: http://www.nethack.org/ - -yoshi@parodius.com diff --git a/games/nethack3-tty/pkg-plist b/games/nethack3-tty/pkg-plist deleted file mode 100644 index f5efba70be15..000000000000 --- a/games/nethack3-tty/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack3/Makefile b/games/nethack3/Makefile deleted file mode 100644 index ea19b7314b8f..000000000000 --- a/games/nethack3/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: nethack -# Date created: 27 March 1995 -# Whom: asami -# -# $FreeBSD$ -# - -PORTNAME= nethack -PORTVERSION= 3.3.1 -CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh${PORTVERSION:S/.//g}/src/ -MASTER_SITE_SUBDIR= nethack -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} -EXTRACT_SUFX= .tgz - -MAINTAINER= dscheidt@enteract.com - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_XPM= yes -USE_GMAKE= yes -MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 - -pre-configure: - @cd ${WRKSRC}/sys/unix; ${SH} setup.sh - -post-install: - @cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 - @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/nethack - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack -.endif - -.include <bsd.port.mk> diff --git a/games/nethack3/distinfo b/games/nethack3/distinfo deleted file mode 100644 index 24595f9d9a12..000000000000 --- a/games/nethack3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (nethack-331.tgz) = d0600ce4698c80e5ad1f917ded1c36d2 diff --git a/games/nethack3/files/patch-aa b/games/nethack3/files/patch-aa deleted file mode 100644 index 00fdb88cfdef..000000000000 --- a/games/nethack3/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- ./include/config.h.orig Sat Jul 22 11:13:51 2000 -+++ ./include/config.h Fri Oct 13 09:31:24 2000 -@@ -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 */ - /* #define GNOME_GRAPHICS */ /* Gnome interface */ - -@@ -110,7 +110,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 -@@ -151,11 +151,11 @@ - - #ifdef UNIX - /* path and file name extension for compression program */ --#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */ --#define COMPRESS_EXTENSION ".Z" /* compress's extension */ -+/* #define COMPRESS "/usr/bin/compress"*/ /* Lempel-Ziv compression */ -+/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */ - /* An example of one alternative you might want to use: */ --/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */ --/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */ -+#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */ -+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ - #endif - - #ifndef COMPRESS -@@ -186,7 +186,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/nethack3/files/patch-ac b/games/nethack3/files/patch-ac deleted file mode 100644 index 69afffdc04f2..000000000000 --- a/games/nethack3/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- ./include/unixconf.h.orig Mon Jul 17 11:03:51 2000 -+++ ./include/unixconf.h Fri Oct 13 10:06:57 2000 -@@ -47,7 +47,7 @@ - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - --#define TERMINFO /* uses terminfo rather than termcap */ -+/* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC -@@ -143,7 +143,7 @@ - * A stat system call is done on the mailbox every MAILCKFREQ moves. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #define MAIL /* Deliver mail during the game */ - - /* The Andrew Message System does mail a little differently from normal - * UNIX. Mail is deposited in the user's own directory in ~/Mailbox diff --git a/games/nethack3/files/patch-ad b/games/nethack3/files/patch-ad deleted file mode 100644 index 55ac0004fdf5..000000000000 --- a/games/nethack3/files/patch-ad +++ /dev/null @@ -1,51 +0,0 @@ ---- ./sys/unix/Makefile.src.orig Sat Aug 5 20:52:57 2000 -+++ ./sys/unix/Makefile.src Fri Oct 13 10:10:21 2000 -@@ -144,8 +144,8 @@ - # flags for debugging: - # CFLAGS = -g -I../include - --CFLAGS = -O -I../include --LFLAGS = -+CFLAGS += -O -I../include -I${X11BASE}/include -+LFLAGS = -L${X11BASE}/lib - - # The Qt and Be window systems are written in C++, while the rest of - # NetHack is standard C. If using Qt, uncomment the LD line here to get -@@ -203,8 +203,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 -@@ -224,7 +224,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 -@@ -244,7 +244,7 @@ - # libraries for BeOS - WINBELIB = -lbe - --WINLIB = $(WINTTYLIB) -+WINLIB = $(WINTTYLIB) $(WINX11LIB) - - # any other strange libraries your system needs (for Sysunix only -- the more - # specialized targets should already be right) -@@ -271,7 +271,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/nethack3/files/patch-ae b/games/nethack3/files/patch-ae deleted file mode 100644 index e655d0e9ff0b..000000000000 --- a/games/nethack3/files/patch-ae +++ /dev/null @@ -1,37 +0,0 @@ ---- ./sys/unix/Makefile.top.orig Tue Jul 4 10:42:05 2000 -+++ ./sys/unix/Makefile.top Fri Oct 13 10:13:50 2000 -@@ -14,18 +14,17 @@ - # MAKE = make - - # make NetHack --PREFIX = /usr - GAME = nethack - # GAME = nethack.prg - GAMEUID = games --GAMEGRP = bin -+GAMEGRP = games - - # Permissions - some places use setgid instead of setuid, for instance - # See also the option "SECURE" in include/config.h --GAMEPERM = 04755 --FILEPERM = 0644 -+GAMEPERM = 02755 -+FILEPERM = 0664 - EXEPERM = 0755 --DIRPERM = 0755 -+DIRPERM = 0775 - - # GAMEDIR also appears in config.h as "HACKDIR". - # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR -@@ -35,9 +34,9 @@ - # 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 -+GAMEDIR = $(PREFIX)/share/$(GAME) - VARDIR = $(GAMEDIR) --SHELLDIR = $(PREFIX)/games -+SHELLDIR = $(PREFIX)/bin - - # per discussion in Install.X11 and Install.Qt - VARDATND = diff --git a/games/nethack3/files/patch-af b/games/nethack3/files/patch-af deleted file mode 100644 index 3a01201d6ae6..000000000000 --- a/games/nethack3/files/patch-af +++ /dev/null @@ -1,28 +0,0 @@ ---- ./sys/unix/Makefile.doc.orig Mon Dec 13 14:49:15 1999 -+++ ./sys/unix/Makefile.doc Mon Dec 13 14:44:53 1999 -@@ -31,7 +31,7 @@ - - - GAME = nethack --MANDIR = /usr/man/man6 -+MANDIR = ${PREFIX}/man/man - MANEXT = 6 - - # manual installation for most BSD-style systems -@@ -48,11 +48,11 @@ - # DLBMANCREATE = nroff -man dlb.6 > - - manpages: -- -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -- -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT) -- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT) -- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT) -+ -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT) -+ -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT) -+ -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT) -+ -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT) -+ -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT) - - # manual creation for distribution - DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt diff --git a/games/nethack3/pkg-comment b/games/nethack3/pkg-comment deleted file mode 100644 index 70ca7a893988..000000000000 --- a/games/nethack3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dungeon explorin', slashin', hackin' game diff --git a/games/nethack3/pkg-descr b/games/nethack3/pkg-descr deleted file mode 100644 index 4579f0f864dc..000000000000 --- a/games/nethack3/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is version 3.3.1 of nethack, a clasic hack'n'slash adventure game. -You and your faithful feline (or commited canine) are on a quest to retrieve -the lost Amulet of Yendor. Good luck! - -WWW: http://www.nethack.org/ - -- David -dscheidt@enteract.com diff --git a/games/nethack3/pkg-plist b/games/nethack3/pkg-plist deleted file mode 100644 index f5efba70be15..000000000000 --- a/games/nethack3/pkg-plist +++ /dev/null @@ -1,134 +0,0 @@ -bin/nethack -share/nethack/nethack -@exec mkdir %D/share/nethack/save -@exec chmod -R 775 %D/share/nethack -@exec chmod 2755 %D/share/nethack/nethack -@exec chown games:games %D/share/nethack/save -@unexec rm -rf %D/share/nethack/save -share/doc/nethack/Guidebook.txt -share/nethack/Arc-fila.lev -share/nethack/Arc-filb.lev -share/nethack/Arc-goal.lev -share/nethack/Arc-loca.lev -share/nethack/Arc-strt.lev -share/nethack/Bar-fila.lev -share/nethack/Bar-filb.lev -share/nethack/Bar-goal.lev -share/nethack/Bar-loca.lev -share/nethack/Bar-strt.lev -share/nethack/Cav-fila.lev -share/nethack/Cav-filb.lev -share/nethack/Cav-goal.lev -share/nethack/Cav-loca.lev -share/nethack/Cav-strt.lev -share/nethack/Hea-fila.lev -share/nethack/Hea-filb.lev -share/nethack/Hea-goal.lev -share/nethack/Hea-loca.lev -share/nethack/Hea-strt.lev -share/nethack/Kni-fila.lev -share/nethack/Kni-filb.lev -share/nethack/Kni-goal.lev -share/nethack/Kni-loca.lev -share/nethack/Kni-strt.lev -share/nethack/Mon-fila.lev -share/nethack/Mon-filb.lev -share/nethack/Mon-goal.lev -share/nethack/Mon-loca.lev -share/nethack/Mon-strt.lev -share/nethack/Pri-fila.lev -share/nethack/Pri-filb.lev -share/nethack/Pri-goal.lev -share/nethack/Pri-loca.lev -share/nethack/Pri-strt.lev -share/nethack/Ran-fila.lev -share/nethack/Ran-filb.lev -share/nethack/Ran-goal.lev -share/nethack/Ran-loca.lev -share/nethack/Ran-strt.lev -share/nethack/Rog-fila.lev -share/nethack/Rog-filb.lev -share/nethack/Rog-goal.lev -share/nethack/Rog-loca.lev -share/nethack/Rog-strt.lev -share/nethack/Sam-fila.lev -share/nethack/Sam-filb.lev -share/nethack/Sam-goal.lev -share/nethack/Sam-loca.lev -share/nethack/Sam-strt.lev -share/nethack/Tou-fila.lev -share/nethack/Tou-filb.lev -share/nethack/Tou-goal.lev -share/nethack/Tou-loca.lev -share/nethack/Tou-strt.lev -share/nethack/Val-fila.lev -share/nethack/Val-filb.lev -share/nethack/Val-goal.lev -share/nethack/Val-loca.lev -share/nethack/Val-strt.lev -share/nethack/Wiz-fila.lev -share/nethack/Wiz-filb.lev -share/nethack/Wiz-goal.lev -share/nethack/Wiz-loca.lev -share/nethack/Wiz-strt.lev -share/nethack/air.lev -share/nethack/asmodeus.lev -share/nethack/astral.lev -share/nethack/baalz.lev -share/nethack/bigrm-1.lev -share/nethack/bigrm-2.lev -share/nethack/bigrm-3.lev -share/nethack/bigrm-4.lev -share/nethack/bigrm-5.lev -share/nethack/castle.lev -share/nethack/cmdhelp -share/nethack/data -share/nethack/dungeon -share/nethack/earth.lev -share/nethack/fakewiz1.lev -share/nethack/fakewiz2.lev -share/nethack/fire.lev -share/nethack/help -share/nethack/hh -share/nethack/history -share/nethack/juiblex.lev -share/nethack/knox.lev -share/nethack/license -share/nethack/medusa-1.lev -share/nethack/medusa-2.lev -share/nethack/minefill.lev -share/nethack/minend-1.lev -share/nethack/minend-2.lev -share/nethack/minetn-1.lev -share/nethack/minetn-2.lev -share/nethack/opthelp -share/nethack/options -share/nethack/oracle.lev -share/nethack/oracles -share/nethack/orcus.lev -share/nethack/quest.dat -share/nethack/rumors -share/nethack/sanctum.lev -share/nethack/soko1-1.lev -share/nethack/soko1-2.lev -share/nethack/soko2-1.lev -share/nethack/soko2-2.lev -share/nethack/soko3-1.lev -share/nethack/soko3-2.lev -share/nethack/soko4-1.lev -share/nethack/soko4-2.lev -share/nethack/tower1.lev -share/nethack/tower2.lev -share/nethack/tower3.lev -share/nethack/valley.lev -share/nethack/water.lev -share/nethack/wizard1.lev -share/nethack/wizard2.lev -share/nethack/wizard3.lev -share/nethack/wizhelp -@mode 664 -share/nethack/logfile -share/nethack/record -share/nethack/perm -@dirrm share/nethack -@dirrm share/doc/nethack diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index 3d09d946452c..228a972191c2 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nethack -PKGNAMESUFFIX= -tty +PKGNAMESUFFIX= -nox11 PORTVERSION= 3.3.1 CATEGORIES= games MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ |