summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2001-07-19 05:58:51 +0000
committergarbled <garbled@pkgsrc.org>2001-07-19 05:58:51 +0000
commit8406dbad906ce9b1062b077817eb01c1408ef06f (patch)
tree0b07df5d5dcb293e988c930feb77b9e00b316fb9 /games
parentbac143f57991c9dd1faa709758066a4c5f36e115 (diff)
downloadpkgsrc-8406dbad906ce9b1062b077817eb01c1408ef06f.tar.gz
Update this pkg to 1.0.0, the current version of crossfire. No changelog
available.
Diffstat (limited to 'games')
-rw-r--r--games/crossfire-srv/Makefile15
-rw-r--r--games/crossfire-srv/distinfo13
-rw-r--r--games/crossfire-srv/patches/patch-aa8
-rw-r--r--games/crossfire-srv/patches/patch-ab12
-rw-r--r--games/crossfire-srv/pkg/PLIST268
5 files changed, 276 insertions, 40 deletions
diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile
index 6ef2906a340..c47472d3670 100644
--- a/games/crossfire-srv/Makefile
+++ b/games/crossfire-srv/Makefile
@@ -1,20 +1,22 @@
-# $NetBSD: Makefile,v 1.4 2001/02/28 10:30:04 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/07/19 05:58:51 garbled Exp $
#
-DISTNAME= crossfire-0.95.8
-PKGNAME= crossfire-server-0.95.8
+DISTNAME= crossfire-1.0.0
+PKGNAME= crossfire-server-1.0.0
CATEGORIES= games x11
-MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/
+MASTER_SITES= ftp://ftp.scruz.net/users/mwedel/public/
DISTFILES= ${CF_SRC} ${CF_MAPS}
MAINTAINER= root@garbled.net
HOMEPAGE= http://crossfire.real-time.com/
COMMENT= X11 multi/single player game similar to gauntlet and nethack
+DEPENDS+= png>=1.0.11:../../graphics/png
+
EXTRACT_ONLY= ${CF_SRC}
-CF_SRC= crossfire-0.95.8.tar.bz2
-CF_MAPS= crossfire-0.95.8.maps.tar.bz2
+CF_SRC= crossfire-1.0.0.tar.bz2
+CF_MAPS= crossfire-1.0.0-maps.tar.bz2
USE_XPM= yes
USE_X11= yes
@@ -23,6 +25,7 @@ GNU_CONFIGURE= yes
USE_PERL5= yes
SCRIPTS_ENV+= ${SCRIPTSDIR}
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
+CONFIGURE_ARGS+= --with-includes=-I${LOCALBASE}/include
post-install:
cd ${LOCALBASE}/share/crossfire && \
diff --git a/games/crossfire-srv/distinfo b/games/crossfire-srv/distinfo
index d022c1837d8..9ec2838fb77 100644
--- a/games/crossfire-srv/distinfo
+++ b/games/crossfire-srv/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 02:08:21 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/07/19 05:58:51 garbled Exp $
-SHA1 (crossfire-0.95.8.tar.bz2) = 5d0732188b3799528b13d9b19cb72782f49970a2
-Size (crossfire-0.95.8.tar.bz2) = 2622470 bytes
-SHA1 (crossfire-0.95.8.maps.tar.bz2) = 72898dc382d1840ce64180ff31df8c74f064ca42
-Size (crossfire-0.95.8.maps.tar.bz2) = 2584851 bytes
-SHA1 (patch-aa) = 4aa2b97f6f9c1e720c91acab3b6f66918b31ddc5
-SHA1 (patch-ab) = ab798839fb83318c1000f0b66c8c05953c14559c
+SHA1 (crossfire-1.0.0.tar.bz2) = 2ec13e71591d245726e19aa10de7619a2e113b0d
+Size (crossfire-1.0.0.tar.bz2) = 2767828 bytes
+SHA1 (crossfire-1.0.0-maps.tar.bz2) = 81d11a2561adf2bc2ee36192160014e9a1bdcf08
+Size (crossfire-1.0.0-maps.tar.bz2) = 3066588 bytes
+SHA1 (patch-aa) = 48b06c6db01ed17a0cc1c7263ae74d5559cff8ca
diff --git a/games/crossfire-srv/patches/patch-aa b/games/crossfire-srv/patches/patch-aa
index c6bdfaac579..62f4a9c4191 100644
--- a/games/crossfire-srv/patches/patch-aa
+++ b/games/crossfire-srv/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2000/12/13 08:31:02 garbled Exp $
---- crossedit/Makefile.in.orig Tue Dec 5 23:30:11 2000
-+++ crossedit/Makefile.in Tue Dec 5 23:31:40 2000
+$NetBSD: patch-aa,v 1.3 2001/07/19 05:58:51 garbled Exp $
+--- crossedit/Makefile.in.orig Sun May 13 14:55:43 2001
++++ crossedit/Makefile.in Wed Jul 18 18:05:33 2001
@@ -67,7 +67,7 @@
DEPEND = makedepend
@@ -8,5 +8,5 @@ $NetBSD: patch-aa,v 1.2 2000/12/13 08:31:02 garbled Exp $
-X11LIBS= @X_LIBS@ @X_EXTRA_LIBS@ @X11LIBS@
+X11LIBS= @LDFLAGS@ @X_LIBS@ @X_EXTRA_LIBS@ @X11LIBS@
- LIBS = @LIBS@ $(X11LIBS)
+ LIBS = @LIBS@ @LDFLAGS@ $(X11LIBS)
diff --git a/games/crossfire-srv/patches/patch-ab b/games/crossfire-srv/patches/patch-ab
deleted file mode 100644
index 198cd7a8e5a..00000000000
--- a/games/crossfire-srv/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2000/12/13 08:31:02 garbled Exp $
---- crossedit/Cnv/Makefile.in.orig Tue Dec 5 23:34:36 2000
-+++ crossedit/Cnv/Makefile.in Tue Dec 5 23:34:56 2000
-@@ -13,7 +13,7 @@
- INCLUDES= -I@x_includes@ $(EXTRA_INCLUDES) -I../include -I. -I../../include
-
- X11LIBS = @X11LIBS@
--LIBS = @LIBS@ $(X11LIBS)
-+LIBS = @LDFLAGS@ @LIBS@ $(X11LIBS)
-
- DEPEND = @DEPEND@
-
diff --git a/games/crossfire-srv/pkg/PLIST b/games/crossfire-srv/pkg/PLIST
index c8c0d7128d2..f122f3e1b7b 100644
--- a/games/crossfire-srv/pkg/PLIST
+++ b/games/crossfire-srv/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/13 08:18:06 garbled Exp $
+@comment $NetBSD: PLIST,v 1.2 2001/07/19 05:58:52 garbled Exp $
bin/random_map
bin/crossfire
bin/flushlocks
@@ -7,6 +7,9 @@ bin/crossloop
bin/mktable
bin/add_throw
bin/crossedit
+bin/util.pl
+bin/xpmtopix.pl
+bin/collect.pl
man/man6/crossedit.6
man/man6/crossfire.6
share/crossfire/help/apply
@@ -789,11 +792,6 @@ share/crossfire/maps/pup_land/ancient/world
share/crossfire/maps/pup_land/ancient/kurte/house
share/crossfire/maps/pup_land/ancient/kurte/kurte
share/crossfire/maps/pup_land/ancient/kurte/shop
-share/crossfire/maps/pup_land/ancient/mountain/Tower.B1
-share/crossfire/maps/pup_land/ancient/mountain/Tower.1
-share/crossfire/maps/pup_land/ancient/mountain/Tower.2
-share/crossfire/maps/pup_land/ancient/mountain/Tower.3
-share/crossfire/maps/pup_land/ancient/mountain/Tower.4
share/crossfire/maps/pup_land/ancient/mountain/mountain.a1
share/crossfire/maps/pup_land/ancient/mountain/atelir1
share/crossfire/maps/pup_land/ancient/mountain/atelir2
@@ -909,9 +907,6 @@ share/crossfire/maps/pup_land/lone_town/dress3
share/crossfire/maps/pup_land/lone_town/gemshop
share/crossfire/maps/pup_land/lone_town/gshop_ud
share/crossfire/maps/pup_land/lone_town/gshop
-share/crossfire/maps/pup_land/lone_town/cave/B1
-share/crossfire/maps/pup_land/lone_town/cave/B2
-share/crossfire/maps/pup_land/lone_town/cave/B3
share/crossfire/maps/pup_land/lone_town/cave/b1
share/crossfire/maps/pup_land/lone_town/cave/b2
share/crossfire/maps/pup_land/lone_town/cave/b3
@@ -1224,7 +1219,6 @@ share/crossfire/maps/styles/decorstyles/runes
share/crossfire/maps/styles/decorstyles/wealth
share/crossfire/maps/styles/decorstyles/wealth2
share/crossfire/maps/styles/doorstyles/hdoors/door
-share/crossfire/maps/styles/doorstyles/hdoors/all
share/crossfire/maps/styles/doorstyles/hdoors/door_look
share/crossfire/maps/styles/doorstyles/secret_hdoors/awall
share/crossfire/maps/styles/doorstyles/secret_hdoors/bwall
@@ -1235,7 +1229,6 @@ share/crossfire/maps/styles/doorstyles/secret_vdoors/bwall
share/crossfire/maps/styles/doorstyles/secret_vdoors/cwall
share/crossfire/maps/styles/doorstyles/secret_vdoors/dwall
share/crossfire/maps/styles/doorstyles/vdoors/door
-share/crossfire/maps/styles/doorstyles/vdoors/all
share/crossfire/maps/styles/doorstyles/vdoors/door_look
share/crossfire/maps/styles/exitstyles/down/cstair
share/crossfire/maps/styles/exitstyles/down/all
@@ -1496,6 +1489,7 @@ share/crossfire/maps/thomas/sisters/tower1
share/crossfire/maps/thomas/sisters/tower2
share/crossfire/maps/thomas/sisters/tower3
share/crossfire/maps/thomas/sisters/valley
+share/crossfire/maps/tmp
share/crossfire/maps/wolfsburg/magara/castle/cellar
share/crossfire/maps/wolfsburg/magara/castle/floor_1
share/crossfire/maps/wolfsburg/magara/castle/floor_2
@@ -1541,9 +1535,231 @@ share/crossfire/maps/world/world_c3
share/crossfire/maps/world/world_c4
share/crossfire/maps/world/world_e1
share/crossfire/maps/world/world_e2
+share/crossfire/maps/unlinked/Greyshield/Elements
+share/crossfire/maps/unlinked/Greyshield/Archery
+share/crossfire/maps/unlinked/Greyshield/Arena
+share/crossfire/maps/unlinked/Greyshield/Castle
+share/crossfire/maps/unlinked/Greyshield/Cave
+share/crossfire/maps/unlinked/Greyshield/Cavern
+share/crossfire/maps/unlinked/Greyshield/Cavern2
+share/crossfire/maps/unlinked/Greyshield/Chamber
+share/crossfire/maps/unlinked/Greyshield/Doors
+share/crossfire/maps/unlinked/Greyshield/Dungeon
+share/crossfire/maps/unlinked/Greyshield/Fortress
+share/crossfire/maps/unlinked/Greyshield/Factory
+share/crossfire/maps/unlinked/Greyshield/Finish
+share/crossfire/maps/unlinked/Greyshield/GreyMaster
+share/crossfire/maps/unlinked/Greyshield/Greysword
+share/crossfire/maps/unlinked/Greyshield/Island
+share/crossfire/maps/unlinked/Greyshield/Island1
+share/crossfire/maps/unlinked/Greyshield/Ruins
+share/crossfire/maps/unlinked/Greyshield/Sphinx
+share/crossfire/maps/unlinked/tomble/candy-apple/island-pr
+share/crossfire/maps/unlinked/tomble/candy-apple/inn1
+share/crossfire/maps/unlinked/tomble/candy-apple/lament-keepGD
+share/crossfire/maps/unlinked/tomble/candy-apple/smallshop1
+share/crossfire/maps/unlinked/tomble/candy-apple/tower1
+share/crossfire/maps/unlinked/tomble/candy-apple/town1
+share/crossfire/maps/unlinked/tomble/CHANGELOG
+share/crossfire/maps/unlinked/tomble/COPYRIGHT
+share/crossfire/maps/unlinked/tomble/README
+share/crossfire/maps/unlinked/tomble/ex-navar/evilshop
+share/crossfire/maps/unlinked/tomble/ex-navar/market1
+share/crossfire/maps/unlinked/tomble/ex-navar/market1-purge
+share/crossfire/maps/unlinked/tomble/ex-navar/quiet_shop
+share/crossfire/maps/unlinked/tomble/ex-navar/silly1
+share/crossfire/maps/unlinked/tomble/ex-navar/slum-proto1
+share/crossfire/maps/unlinked/tomble/ex-navar/slum-proto2
+share/crossfire/maps/unlinked/tomble/ex-navar/slumgate-proto1
+share/crossfire/maps/unlinked/tomble/ex-navar/slumgate-proto2
+share/crossfire/maps/unlinked/tomble/ex-navar/slumgate-proto3
+share/crossfire/maps/unlinked/tomble/ex-scorn/eng_guild
+share/crossfire/maps/unlinked/tomble/ex-scorn/spring_works
+share/crossfire/maps/unlinked/tomble/ex-scorn/t_v_lab_gifts
+share/crossfire/maps/unlinked/tomble/ex-scorn/t_v_lab_shed
+share/crossfire/maps/unlinked/tomble/ex-scorn/temp-s
+share/crossfire/maps/unlinked/tomble/ex-scorn/tombles_experiment1
+share/crossfire/maps/unlinked/tomble/ex-scorn/tombles_experiment2
+share/crossfire/maps/unlinked/tomble/ex-scorn/tombles_experiment3
+share/crossfire/maps/unlinked/tomble/ex-scorn/tombles_vampyre_lab
+share/crossfire/maps/unlinked/tomble/p.tui/p.tui
+share/crossfire/maps/unlinked/tomble/picks/tbls-exits
+share/crossfire/maps/unlinked/tomble/prototypes/cursemap
+share/crossfire/maps/unlinked/tomble/prototypes/dun-east0.orig
+share/crossfire/maps/unlinked/tomble/prototypes/dun-east0b
+share/crossfire/maps/unlinked/tomble/prototypes/guardhouse
+share/crossfire/maps/unlinked/tomble/prototypes/inn1
+share/crossfire/maps/unlinked/tomble/prototypes/keep-prot
+share/crossfire/maps/unlinked/tomble/prototypes/keep-prot-pt2
+share/crossfire/maps/unlinked/tomble/prototypes/keep-prot-pt3
+share/crossfire/maps/unlinked/tomble/prototypes/keep-prot-pt4
+share/crossfire/maps/unlinked/tomble/prototypes/keep-prot-pt5
+share/crossfire/maps/unlinked/tomble/prototypes/my-elevation1
+share/crossfire/maps/unlinked/tomble/prototypes/p.tui-proto
+share/crossfire/maps/unlinked/tomble/prototypes/squishi-orig
+share/crossfire/maps/unlinked/tomble/prototypes/squishi1
+share/crossfire/maps/unlinked/tomble/prototypes/squishi2
+share/crossfire/maps/unlinked/tomble/prototypes/squishi3
+share/crossfire/maps/unlinked/tomble/squishi/inns/inn1
+share/crossfire/maps/unlinked/tomble/squishi/inns/soelim1
+share/crossfire/maps/unlinked/tomble/squishi/ug/alch-dun
+share/crossfire/maps/unlinked/tomble/squishi/ug/dun-east0
+share/crossfire/maps/unlinked/tomble/squishi/ug/dun-west0
+share/crossfire/maps/unlinked/tomble/squishi/ug/stav-hall
+share/crossfire/maps/unlinked/tomble/squishi/ug/subtemp-ent
+share/crossfire/maps/unlinked/tomble/squishi/alch-cellar
+share/crossfire/maps/unlinked/tomble/squishi/alch-top
+share/crossfire/maps/unlinked/tomble/squishi/alchemist
+share/crossfire/maps/unlinked/tomble/squishi/auction1
+share/crossfire/maps/unlinked/tomble/squishi/cin-sc1
+share/crossfire/maps/unlinked/tomble/squishi/cinema
+share/crossfire/maps/unlinked/tomble/squishi/colosseum
+share/crossfire/maps/unlinked/tomble/squishi/guardhouse
+share/crossfire/maps/unlinked/tomble/squishi/kebabery
+share/crossfire/maps/unlinked/tomble/squishi/magic-shop1
+share/crossfire/maps/unlinked/tomble/squishi/newall-twr-gnd
+share/crossfire/maps/unlinked/tomble/squishi/nw-twr-gnd
+share/crossfire/maps/unlinked/tomble/squishi/nwwall-twr-gnd
+share/crossfire/maps/unlinked/tomble/squishi/squishi
+share/crossfire/maps/unlinked/tomble/squishi/main-structures/courthouse
+share/crossfire/maps/unlinked/tomble/squishi/main-structures/keep-prelim
+share/crossfire/maps/unlinked/tomble/squishi/main-structures/temple1
+share/crossfire/maps/unlinked/tomble/squishi/main-structures/univ1
+share/crossfire/maps/unlinked/tomble/squishi/main-structures/univ11proto
+share/crossfire/maps/unlinked/tomble/squishi/market/market-w
+share/crossfire/maps/unlinked/tomble/squishi/market/stall_1
+share/crossfire/maps/unlinked/tomble/squishi/market/stall_2
+share/crossfire/maps/unlinked/tomble/squishi/stringy/stringy-mos.ASC
+share/crossfire/maps/unlinked/tomble/squishi/stringy/stringy-mos.TXT
+share/crossfire/maps/unlinked/tomble/squishi/stringy/stringys-atrium
+share/crossfire/maps/unlinked/tomble/squishi/stringy/stringys-diningroom
+share/crossfire/maps/unlinked/tomble/squishi/stringy/stringys-hallway
+share/crossfire/maps/unlinked/tomble/squishi/stringy/stringys-kitchen
+share/crossfire/maps/unlinked/tomble/styles/specialmaps/house_of_fun
+share/crossfire/maps/unlinked/tomble/styles/specialmaps/house_of_fun2
+share/crossfire/maps/unlinked/tomble/styles/specialmaps/mushroom_shop
+share/crossfire/maps/unlinked/tomble/wall-picks/tbls-walls
+share/crossfire/maps/unlinked/tomble/wall-picks/moat
+share/crossfire/maps/unlinked/tomble/world/world_c4-tbl
+share/crossfire/maps/unlinked/tomble/world/world_c5
+share/crossfire/maps/unlinked/tomble/world/world_c6
+share/crossfire/maps/city/misc/testing_area
+share/crossfire/maps/city/misc/zoo2
+share/crossfire/maps/city/misc/PowerHouse
+share/crossfire/maps/city/temples/ruggilli1
+share/crossfire/maps/city/temples/ruggilli2
+share/crossfire/maps/dragonisland/hangar2
+share/crossfire/maps/dragonisland/hangar3
+share/crossfire/maps/editor/picks/monsters3
+share/crossfire/maps/editor/walls/wall-special
+share/crossfire/maps/peterm/CTower/Barracks.rej
+share/crossfire/maps/peterm/Nethack_in_crossfire_Yendor
+share/crossfire/maps/peterm/Nethack_in_crossfire_entrance
+share/crossfire/maps/pup_land/castle_eureca/chest
+share/crossfire/maps/pup_land/nurnberg/hq_training
+share/crossfire/maps/pup_land/nurnberg/storehouse
+share/crossfire/maps/pup_land/nurnberg/storehouse2
+share/crossfire/maps/styles/decorstyles/nethack
+share/crossfire/maps/styles/monsterstyles/subterranean/subterranean_9
+share/crossfire/maps/styles/monsterstyles/angel/angel_10
+share/crossfire/maps/styles/monsterstyles/angel/angel_1
+share/crossfire/maps/styles/monsterstyles/angel/angel_11
+share/crossfire/maps/styles/monsterstyles/angel/angel_12
+share/crossfire/maps/styles/monsterstyles/angel/angel_13
+share/crossfire/maps/styles/monsterstyles/angel/angel_14
+share/crossfire/maps/styles/monsterstyles/angel/angel_15
+share/crossfire/maps/styles/monsterstyles/angel/angel_16
+share/crossfire/maps/styles/monsterstyles/angel/angel_17
+share/crossfire/maps/styles/monsterstyles/angel/angel_18
+share/crossfire/maps/styles/monsterstyles/angel/angel_19
+share/crossfire/maps/styles/monsterstyles/angel/angel_2
+share/crossfire/maps/styles/monsterstyles/angel/angel_20
+share/crossfire/maps/styles/monsterstyles/angel/angel_21
+share/crossfire/maps/styles/monsterstyles/angel/angel_22
+share/crossfire/maps/styles/monsterstyles/angel/angel_23
+share/crossfire/maps/styles/monsterstyles/angel/angel_24
+share/crossfire/maps/styles/monsterstyles/angel/angel_25
+share/crossfire/maps/styles/monsterstyles/angel/angel_26
+share/crossfire/maps/styles/monsterstyles/angel/angel_27
+share/crossfire/maps/styles/monsterstyles/angel/angel_28
+share/crossfire/maps/styles/monsterstyles/angel/angel_29
+share/crossfire/maps/styles/monsterstyles/angel/angel_3
+share/crossfire/maps/styles/monsterstyles/angel/angel_4
+share/crossfire/maps/styles/monsterstyles/angel/angel_5
+share/crossfire/maps/styles/monsterstyles/angel/angel_6
+share/crossfire/maps/styles/monsterstyles/angel/angel_7
+share/crossfire/maps/styles/monsterstyles/angel/angel_8
+share/crossfire/maps/styles/monsterstyles/angel/angel_9
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_1
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_10
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_11
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_12
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_13
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_14
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_15
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_16
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_17
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_18
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_19
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_2
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_20
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_21
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_3
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_4
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_5
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_6
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_7
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_8
+share/crossfire/maps/styles/monsterstyles/nethack/nethack_9
+share/crossfire/maps/world/.#world_a3.1.6
+share/crossfire/maps/HallOfSelection.bak
+share/crossfire/maps/mak/academy.crap/Entrance
+share/crossfire/maps/mak/academy.crap/Fighter.2
+share/crossfire/maps/mak/academy.crap/Fighter.3
+share/crossfire/maps/mak/academy.crap/Fighter.4
+share/crossfire/maps/mak/academy.crap/Fighter.5
+share/crossfire/maps/mak/academy.crap/Fighter.5_2
+share/crossfire/maps/mak/academy.crap/MainFloor
+share/crossfire/maps/mak/Bogustest
+share/crossfire/maps/mak/Entrance
+share/crossfire/maps/mak/MainFloor
+share/crossfire/maps/mak/Nexus
+share/crossfire/maps/mak/chaos/tritemples
+share/crossfire/maps/mak/chaos/down1
+share/crossfire/maps/mak/chaos/down2
+share/crossfire/maps/mak/chaos/down3
+share/crossfire/maps/mak/chaos/down4
+share/crossfire/maps/mak/chaos/down5
+share/crossfire/maps/mak/chaos/fallen
+share/crossfire/maps/mak/chaos/monsters.pick
+share/crossfire/maps/mak/chaos/up1
+share/crossfire/maps/mak/chaos/up2
+share/crossfire/maps/mak/chaos/up3
+share/crossfire/maps/mak/chaos/up4
+share/crossfire/maps/mak/chaos/up5
+share/crossfire/maps/mak/dragons/jumpgate
+share/crossfire/maps/mak/dragons/chaos
+share/crossfire/maps/mak/dragons/elec
+share/crossfire/maps/mak/dragons/fire
+share/crossfire/maps/mak/dragons/ice
+share/crossfire/maps/mak/giant/mainfloor
+share/crossfire/maps/mak/giant/secondfloor
+share/crossfire/maps/mak/giant/thirdfloor
+share/crossfire/maps/mak/mansion/basement
+share/crossfire/maps/mak/mansion/floor1
+share/crossfire/maps/mak/mansion/floor2
+share/crossfire/maps/mak/troll_cave/Guards
+share/crossfire/maps/mak/troll_cave/cave.1
+share/crossfire/maps/mak/troll_cave/cave.2
+share/crossfire/maps/mak/troll_cave/cave.3
+share/crossfire/maps/mak/undead/catacombs
+share/crossfire/maps/mak/undead/graveyard
+share/crossfire/maps/mak/undead/mausoleum
+share/crossfire/maps/mak/unnatural/unnat
var/crossfire/highscore
var/crossfire/bookarch
var/crossfire/temp.maps
+@unexec rm -r %D/var/crossfire/unique-items/*
@dirrm var/crossfire/unique-items
@dirrm var/crossfire/players
@dirrm var/crossfire
@@ -1555,6 +1771,25 @@ var/crossfire/temp.maps
@dirrm share/crossfire/maps/wolfsburg/magara/castle
@dirrm share/crossfire/maps/wolfsburg/magara
@dirrm share/crossfire/maps/wolfsburg
+@dirrm share/crossfire/maps/unlinked/tomble/candy-apple
+@dirrm share/crossfire/maps/unlinked/tomble/ex-navar
+@dirrm share/crossfire/maps/unlinked/tomble/ex-scorn
+@dirrm share/crossfire/maps/unlinked/tomble/p.tui
+@dirrm share/crossfire/maps/unlinked/tomble/picks
+@dirrm share/crossfire/maps/unlinked/tomble/prototypes
+@dirrm share/crossfire/maps/unlinked/tomble/squishi/inns
+@dirrm share/crossfire/maps/unlinked/tomble/squishi/ug
+@dirrm share/crossfire/maps/unlinked/tomble/squishi/main-structures
+@dirrm share/crossfire/maps/unlinked/tomble/squishi/market
+@dirrm share/crossfire/maps/unlinked/tomble/squishi/stringy
+@dirrm share/crossfire/maps/unlinked/tomble/squishi
+@dirrm share/crossfire/maps/unlinked/tomble/styles/specialmaps
+@dirrm share/crossfire/maps/unlinked/tomble/styles
+@dirrm share/crossfire/maps/unlinked/tomble/wall-picks
+@dirrm share/crossfire/maps/unlinked/tomble/world
+@dirrm share/crossfire/maps/unlinked/tomble
+@dirrm share/crossfire/maps/unlinked/Greyshield
+@dirrm share/crossfire/maps/unlinked
@dirrm share/crossfire/maps/thomas/sisters
@dirrm share/crossfire/maps/thomas
@dirrm share/crossfire/maps/test/anthony
@@ -1578,6 +1813,8 @@ var/crossfire/temp.maps
@dirrm share/crossfire/maps/styles/monsterstyles/city
@dirrm share/crossfire/maps/styles/monsterstyles/chaos
@dirrm share/crossfire/maps/styles/monsterstyles/animal
+@dirrm share/crossfire/maps/styles/monsterstyles/angel
+@dirrm share/crossfire/maps/styles/monsterstyles/nethack
@dirrm share/crossfire/maps/styles/monsterstyles
@dirrm share/crossfire/maps/styles/misc
@dirrm share/crossfire/maps/styles/floorstyles
@@ -1653,6 +1890,15 @@ var/crossfire/temp.maps
@dirrm share/crossfire/maps/navar_city/illusion
@dirrm share/crossfire/maps/navar_city
@dirrm share/crossfire/maps/mcz
+@dirrm share/crossfire/maps/mak/academy.crap
+@dirrm share/crossfire/maps/mak/chaos
+@dirrm share/crossfire/maps/mak/dragons
+@dirrm share/crossfire/maps/mak/giant
+@dirrm share/crossfire/maps/mak/mansion
+@dirrm share/crossfire/maps/mak/troll_cave
+@dirrm share/crossfire/maps/mak/undead
+@dirrm share/crossfire/maps/mak/unnatural
+@dirrm share/crossfire/maps/mak
@dirrm share/crossfire/maps/langley/town
@dirrm share/crossfire/maps/langley/pirates
@dirrm share/crossfire/maps/langley/goblin