aboutsummaryrefslogtreecommitdiff
path: root/games/unnethack/files
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-12-31 12:35:17 +0000
commit18a56320c9602155ab8efec1503104da172eb882 (patch)
treee6c9bc10db8d29a4e76a24cac3a7ecc376035aec /games/unnethack/files
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
downloadports-release/6.3.0.tar.gz
ports-release/6.3.0.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_3_0'.release/6.3.0
Diffstat (limited to 'games/unnethack/files')
-rw-r--r--games/unnethack/files/patch-config.h39
-rw-r--r--games/unnethack/files/patch-makefile.doc35
-rw-r--r--games/unnethack/files/patch-makefile.src15
-rw-r--r--games/unnethack/files/patch-makefile.top56
-rw-r--r--games/unnethack/files/patch-makefile.utl15
-rw-r--r--games/unnethack/files/patch-system.h13
-rw-r--r--games/unnethack/files/patch-unixconf.h13
-rw-r--r--games/unnethack/files/pkg-deinstall.in10
-rw-r--r--games/unnethack/files/sample.slashemrc47
9 files changed, 0 insertions, 243 deletions
diff --git a/games/unnethack/files/patch-config.h b/games/unnethack/files/patch-config.h
deleted file mode 100644
index aeae766ed175..000000000000
--- a/games/unnethack/files/patch-config.h
+++ /dev/null
@@ -1,39 +0,0 @@
-$FreeBSD$
-
---- include/config.h.orig Sat Dec 30 05:08:31 2006
-+++ include/config.h Fri Aug 17 23:09:31 2007
-@@ -230,12 +230,12 @@
-
- #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 */
-
- /* # define COMPRESS "/usr/bin/bzip2" *//* bzip2 compression */
- /* # define COMPRESS_EXTENSION ".bz2" *//* bzip2 extension */
-@@ -249,7 +249,7 @@
- * a tar-like file, thus making a neater installation. See *conf.h
- * for detailed configuration.
- */
--/* #define DLB */ /* not supported on all platforms */
-+#define DLB /* not supported on all platforms */
-
- /*
- * Defining INSURANCE slows down level changes, but allows games that
-@@ -271,7 +271,7 @@
- # ifdef __APPLE__
- # define HACKDIR "nethackdir" /* nethack directory */
- # else
--# define HACKDIR "."
-+# define HACKDIR "%%DATADIR%%" /* nethack directory */
- # endif
- # endif
-
diff --git a/games/unnethack/files/patch-makefile.doc b/games/unnethack/files/patch-makefile.doc
deleted file mode 100644
index 525d27847fee..000000000000
--- a/games/unnethack/files/patch-makefile.doc
+++ /dev/null
@@ -1,35 +0,0 @@
-$FreeBSD$
-
---- sys/unix/Makefile.doc.orig Sat Dec 30 05:08:31 2006
-+++ sys/unix/Makefile.doc Fri Aug 17 23:19:06 2007
-@@ -53,16 +53,16 @@
- # tbl tmac.n Guidebook.mn | groff -Wall -Tdvi > Guidebook.dvi
-
- GAME = slashem
--MANDIR = /usr/man/man6
-+MANDIR = ${MANPREFIX}/man/man6
- MANEXT = 6
- FRMANDIR= $(MANDIR:man6=fr/man6)
-
- # manual installation for most BSD-style systems
--GAMEMANCREATE = cp $(GAME).6
--LEVMANCREATE = cp lev_comp.6
--DGNMANCREATE = cp dgn_comp.6
--RCVRMANCREATE = cp recover.6
--DLBMANCREATE = cp dlb.6
-+GAMEMANCREATE = ${BSD_INSTALL_MAN} $(GAME).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
- FRGAMEMANCREATE = cp fr/$(GAME).6
- # manual installation for most SYSV-style systems
- # and for man files readable in less (eg dos DJGPP+GNU)
-@@ -79,7 +79,6 @@
- -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT)
- -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT)
- -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT)
-- -$(FRGAMEMANCREATE) $(FRMANDIR)/$(GAME).$(MANEXT)
-
- # manual creation for distribution
- DISTRIB = Guidebook.txt $(GAME).txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt
diff --git a/games/unnethack/files/patch-makefile.src b/games/unnethack/files/patch-makefile.src
deleted file mode 100644
index f03d7ab4c350..000000000000
--- a/games/unnethack/files/patch-makefile.src
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- sys/unix/Makefile.src.good Thu Nov 23 00:24:58 2000
-+++ sys/unix/Makefile.src Thu Nov 23 00:26:13 2000
-@@ -144,8 +144,8 @@
- # flags for debugging:
- # CFLAGS = -g -I../include
-
--CFLAGS = -O -I../include
--LFLAGS =
-+CFLAGS += -O -I../include -I${PREFIX}/include
-+LFLAGS = -L${PREFIX}/lib
-
- # QT windowing system
- # SuSE 6.1
diff --git a/games/unnethack/files/patch-makefile.top b/games/unnethack/files/patch-makefile.top
deleted file mode 100644
index 1e365b96c6c0..000000000000
--- a/games/unnethack/files/patch-makefile.top
+++ /dev/null
@@ -1,56 +0,0 @@
-$FreeBSD$
-
---- sys/unix/Makefile.top.orig Sat Dec 30 05:08:31 2006
-+++ sys/unix/Makefile.top Sun Aug 19 01:18:58 2007
-@@ -14,20 +14,19 @@
- # MAKE = make
-
- # make NetHack
--PREFIX = /usr
- GAME = slashem
- # GAME = slashem.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
-+FILEPERM = 0664
- EXEPERM = 0755
- DIRPERM = 0755
--VARFILEPERM = 0644
--VARDIRPERM = 0755
-+VARFILEPERM = 0664
-+VARDIRPERM = 0775
-
- # GAMEDIR also appears in config.h as "HACKDIR".
- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR
-@@ -40,7 +39,7 @@
- # These must agree with the definitions in unixconf.h
-
- # Defs. for non file areas support.
--GAMEDIR = $(PREFIX)/local/slashemdir
-+GAMEDIR = $(DATADIR)
- VARDIR = $(GAMEDIR)
- FILE_AREA_VAR = $(VARDIR)
- FILE_AREA_SAVE = $(VARDIR)/save
-@@ -49,7 +48,7 @@
- FILE_AREA_DOC = $(GAMEDIR)
- FILE_AREA_BONES = $(FILE_AREA_VAR)
- FILE_AREA_LEVL = $(FILE_AREA_VAR)
--SHELLDIR = $(PREFIX)/local/bin
-+SHELLDIR = $(PREFIX)/bin
-
- # Defs. compatible with Linux's FSSTND 1.2
- # FILE_AREA_VAR = /var/lib/games/slashem
-@@ -290,7 +289,7 @@
- $(MAKE) dofiles-$${target-nodlb}
- cp src/$(GAME) $(FILE_AREA_UNSHARE)
- cp util/recover $(FILE_AREA_UNSHARE)
-- cp dat/license doc/Guidebook.txt $(FILE_AREA_DOC)
-+ cp dat/license $(FILE_AREA_DOC)
- # cp win/Qt/KDE/kslashem.kdelnk $(KDEDIR)/share/applnk/Games
- -rm -f $(SHELLDIR)/$(GAME)
- sed -e 's;/usr/games/lib/nethackdir;$(FILE_AREA_UNSHARE);' \
diff --git a/games/unnethack/files/patch-makefile.utl b/games/unnethack/files/patch-makefile.utl
deleted file mode 100644
index 04060f4535c0..000000000000
--- a/games/unnethack/files/patch-makefile.utl
+++ /dev/null
@@ -1,15 +0,0 @@
-$FreeBSD$
-
---- sys/unix/Makefile.utl.good Thu Nov 23 13:55:38 2000
-+++ sys/unix/Makefile.utl Thu Nov 23 13:56:54 2000
-@@ -89,8 +89,8 @@
- # flags for debugging:
- # CFLAGS = -g -I../include
-
--CFLAGS = -O -I../include
--LFLAGS =
-+CFLAGS += -O -I../include -I${PREFIX}/include
-+LFLAGS = -L${PREFIX}/lib
-
- LIBS =
-
diff --git a/games/unnethack/files/patch-system.h b/games/unnethack/files/patch-system.h
deleted file mode 100644
index a0d6de8e40f0..000000000000
--- a/games/unnethack/files/patch-system.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- include/system.h.good Wed Nov 22 23:38:44 2000
-+++ include/system.h Wed Nov 22 23:41:03 2000
-@@ -522,7 +522,7 @@
- E time_t FDECL(time, (time_t *));
- # endif
- # else
--E long FDECL(time, (time_t *));
-+E time_t FDECL(time, (time_t *));
- # endif /* ULTRIX */
-
- #ifdef VMS
diff --git a/games/unnethack/files/patch-unixconf.h b/games/unnethack/files/patch-unixconf.h
deleted file mode 100644
index 033e41965bed..000000000000
--- a/games/unnethack/files/patch-unixconf.h
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- include/unixconf.h.good Wed Nov 22 23:42:39 2000
-+++ include/unixconf.h Wed Nov 22 23:43:42 2000
-@@ -206,7 +206,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/unnethack/files/pkg-deinstall.in b/games/unnethack/files/pkg-deinstall.in
deleted file mode 100644
index 8a0725bf3dc9..000000000000
--- a/games/unnethack/files/pkg-deinstall.in
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if [ "$2" = "POST-DEINSTALL" -a -d "%%DATADIR%%" ]; then
- echo ""
- echo " If slashem is being removed permanently, please remove"
- echo ""
- echo " %%DATADIR%%"
- echo ""
-fi
diff --git a/games/unnethack/files/sample.slashemrc b/games/unnethack/files/sample.slashemrc
deleted file mode 100644
index 7bad046d0e30..000000000000
--- a/games/unnethack/files/sample.slashemrc
+++ /dev/null
@@ -1,47 +0,0 @@
-# Sample .slashemrc file
-#
-
-# Window systems
-# Options are tty, x11. qt, gtk
-# but not all of these are necessarily compiled in
-OPTIONS=windowtype:tty
-
-# names for pets
-OPTIONS=catname:Fuzzy
-OPTIONS=dogname:Rover
-OPTIONS=horsename:Trigger
-
-# Autopickup options
-# Autopickup all the things you would pick up anyway
-# In order: money, potions, spellbooks, rings, amulets,
-# scrolls, and wands
-OPTIONS=autopickup
-OPTIONS=pickup_types:$!+="?/
-
-# Favorite fruit
-OPTIONS=fruit:Strawberry
-
-# Turn on numberpad movement
-# Be sure to turn on numlock or this won't work
-OPTIONS=number_pad
-
-# Show experience on the status line
-OPTIONS=showexp
-
-# Fix inventory letters
-# If you aquire an item, drop it, then pick it up again
-# it will retain the same inventory letter
-# Sort your pack contents by type when viewing your inventory
-OPTIONS=fixinv
-OPTIONS=sortpack
-
-# Makes pets more visible
-# Don't allow attacking your pet
-OPTIONS=hilite_pet
-OPTIONS=safe_pet
-
-# verbose messages in the game
-OPTIONS=verbose
-
-# Ask for confirmation before attacking peaceful creatures
-OPTIONS=confirm