diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /games/unnethack | |
parent | - Update to 1.11.3 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'games/unnethack')
-rw-r--r-- | games/unnethack/Makefile | 46 | ||||
-rw-r--r-- | games/unnethack/distinfo | 3 | ||||
-rw-r--r-- | games/unnethack/files/patch-config.h | 39 | ||||
-rw-r--r-- | games/unnethack/files/patch-makefile.doc | 35 | ||||
-rw-r--r-- | games/unnethack/files/patch-makefile.src | 15 | ||||
-rw-r--r-- | games/unnethack/files/patch-makefile.top | 56 | ||||
-rw-r--r-- | games/unnethack/files/patch-makefile.utl | 15 | ||||
-rw-r--r-- | games/unnethack/files/patch-system.h | 13 | ||||
-rw-r--r-- | games/unnethack/files/patch-unixconf.h | 13 | ||||
-rw-r--r-- | games/unnethack/files/pkg-deinstall.in | 10 | ||||
-rw-r--r-- | games/unnethack/files/sample.slashemrc | 47 | ||||
-rw-r--r-- | games/unnethack/pkg-descr | 9 | ||||
-rw-r--r-- | games/unnethack/pkg-message | 8 | ||||
-rw-r--r-- | games/unnethack/pkg-plist | 19 |
14 files changed, 0 insertions, 328 deletions
diff --git a/games/unnethack/Makefile b/games/unnethack/Makefile deleted file mode 100644 index 664a84cdd5b0..000000000000 --- a/games/unnethack/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: Slash'Em (tty interface) -# Date created: 15th April 2001 -# Whom: Adam Kranzel (adam@alameda.edu) -# -# $FreeBSD$ -# - -PORTNAME= slashem -PORTVERSION= 0.0.7E.7F.3 -CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -tty -DISTNAME= se${PORTVERSION:S/.//g:L} - -MAINTAINER= glewis@FreeBSD.org -COMMENT= A dungeon explorin', slashin', hackin' game - -USE_GMAKE= yes -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES+= pkg-deinstall -MAN6= dgn_comp.6 dlb.6 lev_comp.6 recover.6 slashem.6 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([A-Z])./\1/g} -MAKE_ENV+= DATADIR="${DATADIR}" - -post-patch: - ${REINPLACE_CMD} -e \ - "s@%%DATADIR%%@${DATADIR}@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} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} manpages) -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/slamfaq.txt ${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/sample.slashemrc ${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/games/unnethack/distinfo b/games/unnethack/distinfo deleted file mode 100644 index 3c28a0229fe4..000000000000 --- a/games/unnethack/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (se007e7f3.tar.gz) = 54b4534fe85f08722e8b6b38d52c2e9a -SHA256 (se007e7f3.tar.gz) = 3b55b7fa6f4a8b703382cdcfb0af6dd25e65fb55a723298b02624af566e36df9 -SIZE (se007e7f3.tar.gz) = 5288791 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 diff --git a/games/unnethack/pkg-descr b/games/unnethack/pkg-descr deleted file mode 100644 index 2aa62a3c4f66..000000000000 --- a/games/unnethack/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -This is Slash'Em (super lotsa added stuff hack - extended magic), -the only actively maintained variant of NetHack (based on NetHack v 3.3.1). -A good old-fashioned dungeon-crawl with big nasties in the way, treasure -galore, and immortality if you succeed. - -WWW: http://slashem.sourceforge.net/ - -- Adam - adam-ports@blacktabby.org diff --git a/games/unnethack/pkg-message b/games/unnethack/pkg-message deleted file mode 100644 index fbd370e5583b..000000000000 --- a/games/unnethack/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -==================================================== -A sample .slashemrc file has been copied to -${PREFIX}/share/doc/slashem as sample.slashemrc. -Copy it to your home directory as .slashemrc and -edit it to taste. -The options for it are described in -${PREFIX}/share/doc/slashem/Guidebook.txt. -==================================================== diff --git a/games/unnethack/pkg-plist b/games/unnethack/pkg-plist deleted file mode 100644 index d01452631b0d..000000000000 --- a/games/unnethack/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/slashem -%%PORTDOCS%%%%DOCSDIR%%/Guidebook.txt -%%PORTDOCS%%%%DOCSDIR%%/sample.slashemrc -%%PORTDOCS%%%%DOCSDIR%%/slamfaq.txt -%%DATADIR%%/license -%%DATADIR%%/logfile -%%DATADIR%%/nhshare -%%DATADIR%%/nhushare -%%DATADIR%%/perm -%%DATADIR%%/record -%%DATADIR%%/recover -%%DATADIR%%/slashem -@exec mkdir %D/%%DATADIR%%/save -@exec chmod -R 775 %D/%%DATADIR%% -@exec chmod 2755 %D/%%DATADIR%%/save -@exec chown games:games %D/%%DATADIR%%/save -@dirrmtry %%DATADIR%%/save -@dirrmtry %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |