diff options
author | anray <anray@FreeBSD.org> | 2006-04-12 03:15:56 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-04-12 03:15:56 +0800 |
commit | b2dfd2d9cd403c946c9e6a05435b858152888b77 (patch) | |
tree | 21b68da0beac38c006eb235adf1d2ee6d861bd53 /games | |
parent | fbdce885394c8443f3c865a43d85e9a362db578b (diff) | |
download | freebsd-ports-gnome-b2dfd2d9cd403c946c9e6a05435b858152888b77.tar.gz freebsd-ports-gnome-b2dfd2d9cd403c946c9e6a05435b858152888b77.tar.zst freebsd-ports-gnome-b2dfd2d9cd403c946c9e6a05435b858152888b77.zip |
- Minor cleanups: added desktop entry, remove USE_REINPLACE, minor
patch issues. Nothing worth bumping the epoch over. [1]
- Change maintainer email address. [1]
- Fix some build warnings.
PR: ports/93573 [1]
Submitted by: Peter Thoenen (maintainer) [1]
Diffstat (limited to 'games')
-rw-r--r-- | games/tome/Makefile | 13 | ||||
-rw-r--r-- | games/tome/files/patch-config-h (renamed from games/tome/files/patch-ac) | 0 | ||||
-rw-r--r-- | games/tome/files/patch-loadsave-c (renamed from games/tome/files/patch-ad) | 0 | ||||
-rw-r--r-- | games/tome/files/patch-main-gcu-c | 11 | ||||
-rw-r--r-- | games/tome/files/patch-skills-c | 11 | ||||
-rw-r--r-- | games/tome/pkg-plist | 938 |
6 files changed, 500 insertions, 473 deletions
diff --git a/games/tome/Makefile b/games/tome/Makefile index 49bcd68f4bad..5f3035515541 100644 --- a/games/tome/Makefile +++ b/games/tome/Makefile @@ -11,24 +11,29 @@ CATEGORIES= games MASTER_SITES= http://t-o-m-e.net/dl/src/ DISTNAME= tome-233-src -MAINTAINER= eol1@yahoo.com +MAINTAINER= peter.thoenen@yahoo.com COMMENT= Roguelike dungeon exploration game based on JRR Tolkien's works ALL_TARGET= # empty MAKEFILE= makefile.bsd USE_GMAKE= yes -USE_REINPLACE= yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src +OPTIONS= X11 "Turn on support for X" on +DESKTOP_ENTRIES= "ToME" "Roguelike game based on JRR Tolkien's work" \ + "${DATADIR}/xtra/graf/tome-128.png" \ + "tome -v -g" "Application;Game;RolePlaying" \ + false + .include <bsd.port.pre.mk> -.if exists(${X11BASE}/lib/libX11.a) && !defined(WITHOUT_X11) +.ifndef (WITHOUT_X11) USE_XLIB= yes .endif post-patch: -.if !defined(USE_XLIB) +.ifdef (WITHOUT_X11) ${REINPLACE_CMD} -e 's/-DUSE_X11//g' ${WRKSRC}/${MAKEFILE} ${REINPLACE_CMD} -e 's/-lX11//g' ${WRKSRC}/${MAKEFILE} ${REINPLACE_CMD} -e 's@-L$$(X11BASE)/lib@@g' ${WRKSRC}/${MAKEFILE} diff --git a/games/tome/files/patch-ac b/games/tome/files/patch-config-h index 14daefacd144..14daefacd144 100644 --- a/games/tome/files/patch-ac +++ b/games/tome/files/patch-config-h diff --git a/games/tome/files/patch-ad b/games/tome/files/patch-loadsave-c index 50aa2470856b..50aa2470856b 100644 --- a/games/tome/files/patch-ad +++ b/games/tome/files/patch-loadsave-c diff --git a/games/tome/files/patch-main-gcu-c b/games/tome/files/patch-main-gcu-c new file mode 100644 index 000000000000..c29ae3dd6e7f --- /dev/null +++ b/games/tome/files/patch-main-gcu-c @@ -0,0 +1,11 @@ +--- main-gcu.c.orig Mon Apr 3 17:33:49 2006 ++++ main-gcu.c Mon Apr 3 17:33:55 2006 +@@ -811,7 +811,7 @@ + if (!directory) + return 1; + +- while (entry = readdir(directory)) ++ while ((entry = readdir(directory))) + { + char file[PATH_MAX + NAME_MAX + 2]; + struct stat filedata; diff --git a/games/tome/files/patch-skills-c b/games/tome/files/patch-skills-c new file mode 100644 index 000000000000..2061ddac3caa --- /dev/null +++ b/games/tome/files/patch-skills-c @@ -0,0 +1,11 @@ +--- skills.c.orig Mon Apr 3 17:41:37 2006 ++++ skills.c Mon Apr 3 17:41:44 2006 +@@ -257,7 +257,7 @@ + strcat(buf, format(" - %s", s_info[i].name + s_name)); + } + +- fprintf(fff, "%-49s%s%02ld.%03ld [%01d.%03d]", ++ fprintf(fff, "%-49s%s%02ld.%03ld [%01ld.%03ld]", + buf, s_info[i].value < 0 ? "-" : " ", + ABS(s_info[i].value) / SKILL_STEP, + ABS(s_info[i].value) % SKILL_STEP, diff --git a/games/tome/pkg-plist b/games/tome/pkg-plist index 1593d7c7e55d..c4019f123709 100644 --- a/games/tome/pkg-plist +++ b/games/tome/pkg-plist @@ -1,470 +1,470 @@ bin/tome -share/tome/apex/.cvsignore -share/tome/apex/delete.me -share/tome/bone/bone001.012 -share/tome/bone/bone004.001 -share/tome/bone/bone004.002 -share/tome/bone/bone004.003 -share/tome/bone/bone004.004 -share/tome/bone/bone004.005 -share/tome/bone/bone004.006 -share/tome/bone/bone004.007 -share/tome/bone/bone004.008 -share/tome/bone/bone004.009 -share/tome/bone/bone004.010 -share/tome/cmov/delete.me -share/tome/core/auto.lua -share/tome/core/building.lua -share/tome/core/crpt_aux.lua -share/tome/core/dungeon.lua -share/tome/core/gen_idx.lua -share/tome/core/gods.lua -share/tome/core/help.lua -share/tome/core/init.lua -share/tome/core/load.lua -share/tome/core/load2.lua -share/tome/core/mimc_aux.lua -share/tome/core/monsters.lua -share/tome/core/objects.lua -share/tome/core/player.lua -share/tome/core/powers.lua -share/tome/core/quests.lua -share/tome/core/s_aux.lua -share/tome/core/stores.lua -share/tome/core/util.lua -share/tome/core/xml.lua -share/tome/data/.cvsignore -share/tome/data/delete.me -share/tome/dngn/dun1.14 -share/tome/dngn/dun10.0 -share/tome/dngn/dun11.20 -share/tome/dngn/dun11.22 -share/tome/dngn/dun17.15 -share/tome/dngn/dun18.0 -share/tome/dngn/dun18.1 -share/tome/dngn/dun19.11 -share/tome/dngn/dun2.31 -share/tome/dngn/dun22.10 -share/tome/dngn/dun22.5 -share/tome/dngn/dun24.0 -share/tome/dngn/dun29.15 -share/tome/dngn/dun3.18 -share/tome/dngn/dun3.28 -share/tome/dngn/dun3.3 -share/tome/dngn/dun5.0 -share/tome/dngn/dun5.14 -share/tome/dngn/dun6.0 -share/tome/edit/a_info.txt -share/tome/edit/ab_info.txt -share/tome/edit/al_info.txt -share/tome/edit/ba_info.txt -share/tome/edit/between.map -share/tome/edit/d_info.txt -share/tome/edit/dragons.map -share/tome/edit/e_info.txt -share/tome/edit/evil.map -share/tome/edit/f_info.txt -share/tome/edit/haunted.map -share/tome/edit/k_info.txt -share/tome/edit/maeglin.map -share/tome/edit/misc.txt -share/tome/edit/nirnaeth.map -share/tome/edit/numenor.txt -share/tome/edit/ow_info.txt -share/tome/edit/p_info.txt -share/tome/edit/qrand1.map -share/tome/edit/qrand10.map -share/tome/edit/qrand11.map -share/tome/edit/qrand12.map -share/tome/edit/qrand14.map -share/tome/edit/qrand5.map -share/tome/edit/qrand6.map -share/tome/edit/qrand7.map -share/tome/edit/r_info.txt -share/tome/edit/ra_info.txt -share/tome/edit/re_info.txt -share/tome/edit/readme.txt -share/tome/edit/s_crypt.map -share/tome/edit/s_death.map -share/tome/edit/s_doom.map -share/tome/edit/s_factory.map -share/tome/edit/s_gates.map -share/tome/edit/s_info.txt -share/tome/edit/s_name.map -share/tome/edit/s_orc.map -share/tome/edit/s_ship.map -share/tome/edit/set_info.txt -share/tome/edit/special.txt -share/tome/edit/spiders.map -share/tome/edit/st_info.txt -share/tome/edit/t_basic.txt -share/tome/edit/t_bree.txt -share/tome/edit/t_d_bree.txt -share/tome/edit/t_d_gond.txt -share/tome/edit/t_d_khaz.txt -share/tome/edit/t_d_lori.txt -share/tome/edit/t_d_mina.txt -share/tome/edit/t_gondol.txt -share/tome/edit/t_info.txt -share/tome/edit/t_khazad.txt -share/tome/edit/t_lorien.txt -share/tome/edit/t_minas.txt -share/tome/edit/t_pref.txt -share/tome/edit/thieves.map -share/tome/edit/thrain.map -share/tome/edit/tr_info.txt -share/tome/edit/trolls.map -share/tome/edit/v_info.txt -share/tome/edit/volcano.txt -share/tome/edit/w_info.txt -share/tome/edit/wf_info.txt -share/tome/edit/wights.map -share/tome/edit/wolves.map -share/tome/file/book-0.txt -share/tome/file/book-1.txt -share/tome/file/book-10.txt -share/tome/file/book-101.txt -share/tome/file/book-102.txt -share/tome/file/book-103.txt -share/tome/file/book-104.txt -share/tome/file/book-105.txt -share/tome/file/book-106.txt -share/tome/file/book-107.txt -share/tome/file/book-11.txt -share/tome/file/book-12.txt -share/tome/file/book-13.txt -share/tome/file/book-14.txt -share/tome/file/book-15.txt -share/tome/file/book-16.txt -share/tome/file/book-17.txt -share/tome/file/book-18.txt -share/tome/file/book-19.txt -share/tome/file/book-2.txt -share/tome/file/book-20.txt -share/tome/file/book-200.txt -share/tome/file/book-201.txt -share/tome/file/book-202.txt -share/tome/file/book-203.txt -share/tome/file/book-4.txt -share/tome/file/book-6.txt -share/tome/file/book-7.txt -share/tome/file/book-8.txt -share/tome/file/book-9.txt -share/tome/file/bravado.txt -share/tome/file/chainswd.txt -share/tome/file/dam_huge.txt -share/tome/file/dam_lots.txt -share/tome/file/dam_med.txt -share/tome/file/dam_none.txt -share/tome/file/dam_xxx.txt -share/tome/file/dead.txt -share/tome/file/death.txt -share/tome/file/elvish.txt -share/tome/file/error.txt -share/tome/file/mondeath.txt -share/tome/file/monfear.txt -share/tome/file/monspeak.txt -share/tome/file/news.txt -share/tome/file/news2.txt -share/tome/file/rart_f.txt -share/tome/file/rart_s.txt -share/tome/file/readme! -share/tome/file/rumors.txt -share/tome/file/sample.txt -share/tome/file/sfail.txt -share/tome/file/silly.txt -share/tome/file/smeagol.txt -share/tome/file/smeagolr.txt -share/tome/file/speakpet.txt -share/tome/file/timefun.txt -share/tome/file/timenorm.txt -share/tome/help/TANG.txt -share/tome/help/ability.txt -share/tome/help/advanced.hlp -share/tome/help/attack.txt -share/tome/help/automat.txt -share/tome/help/birth.txt -share/tome/help/bldg.txt -share/tome/help/c_alchem.txt -share/tome/help/c_archer.txt -share/tome/help/c_assass.txt -share/tome/help/c_axemas.txt -share/tome/help/c_bard.txt -share/tome/help/c_demono.txt -share/tome/help/c_druid.txt -share/tome/help/c_geoman.txt -share/tome/help/c_hafted.txt -share/tome/help/c_lorema.txt -share/tome/help/c_mage.txt -share/tome/help/c_merch.txt -share/tome/help/c_mimic.txt -share/tome/help/c_mindcr.txt -share/tome/help/c_monk.txt -share/tome/help/c_necro.txt -share/tome/help/c_palad.txt -share/tome/help/c_polear.txt -share/tome/help/c_posses.txt -share/tome/help/c_pr_drk.txt -share/tome/help/c_pr_eru.txt -share/tome/help/c_pr_man.txt -share/tome/help/c_priest.txt -share/tome/help/c_ranger.txt -share/tome/help/c_rogue.txt -share/tome/help/c_runecr.txt -share/tome/help/c_sorcer.txt -share/tome/help/c_summon.txt -share/tome/help/c_swordm.txt -share/tome/help/c_symbia.txt -share/tome/help/c_thaum.txt -share/tome/help/c_unbel.txt -share/tome/help/c_warper.txt -share/tome/help/c_warrio.txt -share/tome/help/command.txt -share/tome/help/corspoil.txt -share/tome/help/debug.txt -share/tome/help/def.aux -share/tome/help/defines.txt -share/tome/help/dungeon.txt -share/tome/help/dunspoil.txt -share/tome/help/essences.txt -share/tome/help/experien.hlp -share/tome/help/explore.hlp -share/tome/help/fatespoi.txt -share/tome/help/foot.aux -share/tome/help/g_eru.txt -share/tome/help/g_manwe.txt -share/tome/help/g_melkor.txt -share/tome/help/g_tulkas.txt -share/tome/help/g_yavann.txt -share/tome/help/gambling.txt -share/tome/help/general.txt -share/tome/help/gods.txt -share/tome/help/head.aux -share/tome/help/help.hlp -share/tome/help/index.txt -share/tome/help/inscrip.txt -share/tome/help/lua.hlp -share/tome/help/lua_gf.txt -share/tome/help/lua_intr.txt -share/tome/help/lua_mon.txt -share/tome/help/lua_play.txt -share/tome/help/lua_pow.txt -share/tome/help/lua_ques.txt -share/tome/help/lua_skil.txt -share/tome/help/lua_spel.txt -share/tome/help/lua_util.txt -share/tome/help/luckspoi.txt -share/tome/help/m_air.txt -share/tome/help/m_convey.txt -share/tome/help/m_demono.txt -share/tome/help/m_divin.txt -share/tome/help/m_earth.txt -share/tome/help/m_fire.txt -share/tome/help/m_geoman.txt -share/tome/help/m_mana.txt -share/tome/help/m_meta.txt -share/tome/help/m_mimic.txt -share/tome/help/m_mind.txt -share/tome/help/m_mindcr.txt -share/tome/help/m_music.txt -share/tome/help/m_nature.txt -share/tome/help/m_necrom.txt -share/tome/help/m_symbio.txt -share/tome/help/m_tempo.txt -share/tome/help/m_thaum.txt -share/tome/help/m_udun.txt -share/tome/help/m_water.txt -share/tome/help/macrofaq.txt -share/tome/help/magic.hlp -share/tome/help/magic.txt -share/tome/help/newbie.hlp -share/tome/help/option.txt -share/tome/help/r_beorn.txt -share/tome/help/r_deathm.txt -share/tome/help/r_drkelf.txt -share/tome/help/r_dunad.txt -share/tome/help/r_dwarf.txt -share/tome/help/r_elf.txt -share/tome/help/r_ent.txt -share/tome/help/r_gnome.txt -share/tome/help/r_hafelf.txt -share/tome/help/r_hafogr.txt -share/tome/help/r_hielf.txt -share/tome/help/r_hobbit.txt -share/tome/help/r_human.txt -share/tome/help/r_kobold.txt -share/tome/help/r_maia.txt -share/tome/help/r_orc.txt -share/tome/help/r_pettyd.txt -share/tome/help/r_rohank.txt -share/tome/help/r_thlord.txt -share/tome/help/r_troll.txt -share/tome/help/r_wodelf.txt -share/tome/help/r_yeek.txt -share/tome/help/rm_barb.txt -share/tome/help/rm_class.txt -share/tome/help/rm_herm.txt -share/tome/help/rm_lsoul.txt -share/tome/help/rm_skel.txt -share/tome/help/rm_spec.txt -share/tome/help/rm_vamp.txt -share/tome/help/rm_zomb.txt -share/tome/help/skills.txt -share/tome/help/spoil_faq.txt -share/tome/help/spoiler.hlp -share/tome/help/tome_faq.txt -share/tome/help/version.txt -share/tome/help/whattome.txt -share/tome/help/wishing.txt -share/tome/info/delete.me -share/tome/mods/.cvsignore -share/tome/mods/mods_aux.lua -share/tome/mods/modules.lua -share/tome/module.lua -share/tome/note/delete.me -share/tome/patch/.cvsignore -share/tome/patch/delete.me -share/tome/pref/422color.prf -share/tome/pref/colors.prf -share/tome/pref/font-ami.prf -share/tome/pref/font-dos.prf -share/tome/pref/font-ibm.prf -share/tome/pref/font-mac.new -share/tome/pref/font-mac.prf -share/tome/pref/font-win.prf -share/tome/pref/font-x11.prf -share/tome/pref/font-xxx.prf -share/tome/pref/font.prf -share/tome/pref/graf-ami.prf -share/tome/pref/graf-dos.prf -share/tome/pref/graf-ibm.prf -share/tome/pref/graf-iso.prf -share/tome/pref/graf-mac.prf -share/tome/pref/graf-new.prf -share/tome/pref/graf-sdl.prf -share/tome/pref/graf-win.prf -share/tome/pref/graf-x11.prf -share/tome/pref/graf-xxx.prf -share/tome/pref/graf.prf -share/tome/pref/pref-acn.prf -share/tome/pref/pref-ami.prf -share/tome/pref/pref-emx.prf -share/tome/pref/pref-gcu.prf -share/tome/pref/pref-iso.prf -share/tome/pref/pref-mac.prf -share/tome/pref/pref-sdl.prf -share/tome/pref/pref-win.prf -share/tome/pref/pref-x11.prf -share/tome/pref/pref.prf -share/tome/pref/trap-iso.prf -share/tome/pref/trap-xxx.prf -share/tome/pref/user.prf -share/tome/pref/xtra-gcu.prf -share/tome/pref/xtra-new.prf -share/tome/pref/xtra-xxx.prf -share/tome/save/delete.me -share/tome/scpt/.cvsignore -share/tome/scpt/bounty.lua -share/tome/scpt/corrupt.lua -share/tome/scpt/drunk.lua -share/tome/scpt/fireprof.lua -share/tome/scpt/god.lua -share/tome/scpt/gods.lua -share/tome/scpt/help.lua -share/tome/scpt/init.lua -share/tome/scpt/intro.lua -share/tome/scpt/joke.lua -share/tome/scpt/library.lua -share/tome/scpt/mimic.lua -share/tome/scpt/mkeys.lua -share/tome/scpt/player.lua -share/tome/scpt/powers.lua -share/tome/scpt/s_air.lua -share/tome/scpt/s_convey.lua -share/tome/scpt/s_demon.lua -share/tome/scpt/s_divin.lua -share/tome/scpt/s_earth.lua -share/tome/scpt/s_eru.lua -share/tome/scpt/s_fire.lua -share/tome/scpt/s_geom.lua -share/tome/scpt/s_mana.lua -share/tome/scpt/s_manwe.lua -share/tome/scpt/s_melkor.lua -share/tome/scpt/s_meta.lua -share/tome/scpt/s_mind.lua -share/tome/scpt/s_music.lua -share/tome/scpt/s_nature.lua -share/tome/scpt/s_stick.lua -share/tome/scpt/s_tempo.lua -share/tome/scpt/s_tulkas.lua -share/tome/scpt/s_udun.lua -share/tome/scpt/s_water.lua -share/tome/scpt/s_yavann.lua -share/tome/scpt/spells.lua -share/tome/scpt/stores.lua -share/tome/scpt/test.lua -share/tome/user/automat.atm -share/tome/user/delete.me -share/tome/xtra/ang16.bdf -share/tome/xtra/angband.fnt -share/tome/xtra/font/10X20.FON -share/tome/xtra/font/12X24.FON -share/tome/xtra/font/5X8.FON -share/tome/xtra/font/6X10.FON -share/tome/xtra/font/6X12.FON -share/tome/xtra/font/6X13.FON -share/tome/xtra/font/6X13B.FON -share/tome/xtra/font/6X9.FON -share/tome/xtra/font/7X13.FON -share/tome/xtra/font/7X13B.FON -share/tome/xtra/font/8X13.FON -share/tome/xtra/font/8X13B.FON -share/tome/xtra/font/9X15.FON -share/tome/xtra/font/9X15B.FON -share/tome/xtra/font/VeraMono.ttf -share/tome/xtra/font/XM10X17.FNT -share/tome/xtra/font/XM10X17B.FNT -share/tome/xtra/font/XM12X20.FNT -share/tome/xtra/font/XM12X20B.FNT -share/tome/xtra/font/XM16X25.FNT -share/tome/xtra/font/XM16X25B.FNT -share/tome/xtra/font/XM5X8.FNT -share/tome/xtra/font/XM6X12.FNT -share/tome/xtra/font/XM6X12B.FNT -share/tome/xtra/font/XM8X16B.FNT -share/tome/xtra/font/xm4x6.fnt -share/tome/xtra/font/xm8x13.fnt -share/tome/xtra/font/xm8x13b.fnt -share/tome/xtra/font/xm8x16.fnt -share/tome/xtra/graf/16x16.bmp -share/tome/xtra/graf/16x16.png -share/tome/xtra/graf/8x8.bmp -share/tome/xtra/graf/8x8.png -share/tome/xtra/graf/mask.bmp -share/tome/xtra/graf/tome-128.png -share/tome/xtra/music/delete.me -share/tome/xtra/sound/Sound.cfg -share/tome/xtra/sound/readme.txt -@dirrm share/tome/xtra/sound -@dirrm share/tome/xtra/music -@dirrm share/tome/xtra/graf -@dirrm share/tome/xtra/font -@dirrm share/tome/xtra -@dirrm share/tome/user -@dirrm share/tome/scpt -@dirrm share/tome/save -@dirrm share/tome/pref -@dirrm share/tome/patch -@dirrm share/tome/note -@dirrm share/tome/mods -@dirrm share/tome/info -@dirrm share/tome/help -@dirrm share/tome/file -@dirrm share/tome/edit -@dirrm share/tome/dngn -@dirrm share/tome/data -@dirrm share/tome/core -@dirrm share/tome/cmov -@dirrm share/tome/bone -@dirrm share/tome/apex -@dirrm share/tome +%%DATADIR%%/apex/.cvsignore +%%DATADIR%%/apex/delete.me +%%DATADIR%%/bone/bone001.012 +%%DATADIR%%/bone/bone004.001 +%%DATADIR%%/bone/bone004.002 +%%DATADIR%%/bone/bone004.003 +%%DATADIR%%/bone/bone004.004 +%%DATADIR%%/bone/bone004.005 +%%DATADIR%%/bone/bone004.006 +%%DATADIR%%/bone/bone004.007 +%%DATADIR%%/bone/bone004.008 +%%DATADIR%%/bone/bone004.009 +%%DATADIR%%/bone/bone004.010 +%%DATADIR%%/cmov/delete.me +%%DATADIR%%/core/auto.lua +%%DATADIR%%/core/building.lua +%%DATADIR%%/core/crpt_aux.lua +%%DATADIR%%/core/dungeon.lua +%%DATADIR%%/core/gen_idx.lua +%%DATADIR%%/core/gods.lua +%%DATADIR%%/core/help.lua +%%DATADIR%%/core/init.lua +%%DATADIR%%/core/load.lua +%%DATADIR%%/core/load2.lua +%%DATADIR%%/core/mimc_aux.lua +%%DATADIR%%/core/monsters.lua +%%DATADIR%%/core/objects.lua +%%DATADIR%%/core/player.lua +%%DATADIR%%/core/powers.lua +%%DATADIR%%/core/quests.lua +%%DATADIR%%/core/s_aux.lua +%%DATADIR%%/core/stores.lua +%%DATADIR%%/core/util.lua +%%DATADIR%%/core/xml.lua +%%DATADIR%%/data/.cvsignore +%%DATADIR%%/data/delete.me +%%DATADIR%%/dngn/dun1.14 +%%DATADIR%%/dngn/dun10.0 +%%DATADIR%%/dngn/dun11.20 +%%DATADIR%%/dngn/dun11.22 +%%DATADIR%%/dngn/dun17.15 +%%DATADIR%%/dngn/dun18.0 +%%DATADIR%%/dngn/dun18.1 +%%DATADIR%%/dngn/dun19.11 +%%DATADIR%%/dngn/dun2.31 +%%DATADIR%%/dngn/dun22.10 +%%DATADIR%%/dngn/dun22.5 +%%DATADIR%%/dngn/dun24.0 +%%DATADIR%%/dngn/dun29.15 +%%DATADIR%%/dngn/dun3.18 +%%DATADIR%%/dngn/dun3.28 +%%DATADIR%%/dngn/dun3.3 +%%DATADIR%%/dngn/dun5.0 +%%DATADIR%%/dngn/dun5.14 +%%DATADIR%%/dngn/dun6.0 +%%DATADIR%%/edit/a_info.txt +%%DATADIR%%/edit/ab_info.txt +%%DATADIR%%/edit/al_info.txt +%%DATADIR%%/edit/ba_info.txt +%%DATADIR%%/edit/between.map +%%DATADIR%%/edit/d_info.txt +%%DATADIR%%/edit/dragons.map +%%DATADIR%%/edit/e_info.txt +%%DATADIR%%/edit/evil.map +%%DATADIR%%/edit/f_info.txt +%%DATADIR%%/edit/haunted.map +%%DATADIR%%/edit/k_info.txt +%%DATADIR%%/edit/maeglin.map +%%DATADIR%%/edit/misc.txt +%%DATADIR%%/edit/nirnaeth.map +%%DATADIR%%/edit/numenor.txt +%%DATADIR%%/edit/ow_info.txt +%%DATADIR%%/edit/p_info.txt +%%DATADIR%%/edit/qrand1.map +%%DATADIR%%/edit/qrand10.map +%%DATADIR%%/edit/qrand11.map +%%DATADIR%%/edit/qrand12.map +%%DATADIR%%/edit/qrand14.map +%%DATADIR%%/edit/qrand5.map +%%DATADIR%%/edit/qrand6.map +%%DATADIR%%/edit/qrand7.map +%%DATADIR%%/edit/r_info.txt +%%DATADIR%%/edit/ra_info.txt +%%DATADIR%%/edit/re_info.txt +%%DATADIR%%/edit/readme.txt +%%DATADIR%%/edit/s_crypt.map +%%DATADIR%%/edit/s_death.map +%%DATADIR%%/edit/s_doom.map +%%DATADIR%%/edit/s_factory.map +%%DATADIR%%/edit/s_gates.map +%%DATADIR%%/edit/s_info.txt +%%DATADIR%%/edit/s_name.map +%%DATADIR%%/edit/s_orc.map +%%DATADIR%%/edit/s_ship.map +%%DATADIR%%/edit/set_info.txt +%%DATADIR%%/edit/special.txt +%%DATADIR%%/edit/spiders.map +%%DATADIR%%/edit/st_info.txt +%%DATADIR%%/edit/t_basic.txt +%%DATADIR%%/edit/t_bree.txt +%%DATADIR%%/edit/t_d_bree.txt +%%DATADIR%%/edit/t_d_gond.txt +%%DATADIR%%/edit/t_d_khaz.txt +%%DATADIR%%/edit/t_d_lori.txt +%%DATADIR%%/edit/t_d_mina.txt +%%DATADIR%%/edit/t_gondol.txt +%%DATADIR%%/edit/t_info.txt +%%DATADIR%%/edit/t_khazad.txt +%%DATADIR%%/edit/t_lorien.txt +%%DATADIR%%/edit/t_minas.txt +%%DATADIR%%/edit/t_pref.txt +%%DATADIR%%/edit/thieves.map +%%DATADIR%%/edit/thrain.map +%%DATADIR%%/edit/tr_info.txt +%%DATADIR%%/edit/trolls.map +%%DATADIR%%/edit/v_info.txt +%%DATADIR%%/edit/volcano.txt +%%DATADIR%%/edit/w_info.txt +%%DATADIR%%/edit/wf_info.txt +%%DATADIR%%/edit/wights.map +%%DATADIR%%/edit/wolves.map +%%DATADIR%%/file/book-0.txt +%%DATADIR%%/file/book-1.txt +%%DATADIR%%/file/book-10.txt +%%DATADIR%%/file/book-101.txt +%%DATADIR%%/file/book-102.txt +%%DATADIR%%/file/book-103.txt +%%DATADIR%%/file/book-104.txt +%%DATADIR%%/file/book-105.txt +%%DATADIR%%/file/book-106.txt +%%DATADIR%%/file/book-107.txt +%%DATADIR%%/file/book-11.txt +%%DATADIR%%/file/book-12.txt +%%DATADIR%%/file/book-13.txt +%%DATADIR%%/file/book-14.txt +%%DATADIR%%/file/book-15.txt +%%DATADIR%%/file/book-16.txt +%%DATADIR%%/file/book-17.txt +%%DATADIR%%/file/book-18.txt +%%DATADIR%%/file/book-19.txt +%%DATADIR%%/file/book-2.txt +%%DATADIR%%/file/book-20.txt +%%DATADIR%%/file/book-200.txt +%%DATADIR%%/file/book-201.txt +%%DATADIR%%/file/book-202.txt +%%DATADIR%%/file/book-203.txt +%%DATADIR%%/file/book-4.txt +%%DATADIR%%/file/book-6.txt +%%DATADIR%%/file/book-7.txt +%%DATADIR%%/file/book-8.txt +%%DATADIR%%/file/book-9.txt +%%DATADIR%%/file/bravado.txt +%%DATADIR%%/file/chainswd.txt +%%DATADIR%%/file/dam_huge.txt +%%DATADIR%%/file/dam_lots.txt +%%DATADIR%%/file/dam_med.txt +%%DATADIR%%/file/dam_none.txt +%%DATADIR%%/file/dam_xxx.txt +%%DATADIR%%/file/dead.txt +%%DATADIR%%/file/death.txt +%%DATADIR%%/file/elvish.txt +%%DATADIR%%/file/error.txt +%%DATADIR%%/file/mondeath.txt +%%DATADIR%%/file/monfear.txt +%%DATADIR%%/file/monspeak.txt +%%DATADIR%%/file/news.txt +%%DATADIR%%/file/news2.txt +%%DATADIR%%/file/rart_f.txt +%%DATADIR%%/file/rart_s.txt +%%DATADIR%%/file/readme! +%%DATADIR%%/file/rumors.txt +%%DATADIR%%/file/sample.txt +%%DATADIR%%/file/sfail.txt +%%DATADIR%%/file/silly.txt +%%DATADIR%%/file/smeagol.txt +%%DATADIR%%/file/smeagolr.txt +%%DATADIR%%/file/speakpet.txt +%%DATADIR%%/file/timefun.txt +%%DATADIR%%/file/timenorm.txt +%%DATADIR%%/help/TANG.txt +%%DATADIR%%/help/ability.txt +%%DATADIR%%/help/advanced.hlp +%%DATADIR%%/help/attack.txt +%%DATADIR%%/help/automat.txt +%%DATADIR%%/help/birth.txt +%%DATADIR%%/help/bldg.txt +%%DATADIR%%/help/c_alchem.txt +%%DATADIR%%/help/c_archer.txt +%%DATADIR%%/help/c_assass.txt +%%DATADIR%%/help/c_axemas.txt +%%DATADIR%%/help/c_bard.txt +%%DATADIR%%/help/c_demono.txt +%%DATADIR%%/help/c_druid.txt +%%DATADIR%%/help/c_geoman.txt +%%DATADIR%%/help/c_hafted.txt +%%DATADIR%%/help/c_lorema.txt +%%DATADIR%%/help/c_mage.txt +%%DATADIR%%/help/c_merch.txt +%%DATADIR%%/help/c_mimic.txt +%%DATADIR%%/help/c_mindcr.txt +%%DATADIR%%/help/c_monk.txt +%%DATADIR%%/help/c_necro.txt +%%DATADIR%%/help/c_palad.txt +%%DATADIR%%/help/c_polear.txt +%%DATADIR%%/help/c_posses.txt +%%DATADIR%%/help/c_pr_drk.txt +%%DATADIR%%/help/c_pr_eru.txt +%%DATADIR%%/help/c_pr_man.txt +%%DATADIR%%/help/c_priest.txt +%%DATADIR%%/help/c_ranger.txt +%%DATADIR%%/help/c_rogue.txt +%%DATADIR%%/help/c_runecr.txt +%%DATADIR%%/help/c_sorcer.txt +%%DATADIR%%/help/c_summon.txt +%%DATADIR%%/help/c_swordm.txt +%%DATADIR%%/help/c_symbia.txt +%%DATADIR%%/help/c_thaum.txt +%%DATADIR%%/help/c_unbel.txt +%%DATADIR%%/help/c_warper.txt +%%DATADIR%%/help/c_warrio.txt +%%DATADIR%%/help/command.txt +%%DATADIR%%/help/corspoil.txt +%%DATADIR%%/help/debug.txt +%%DATADIR%%/help/def.aux +%%DATADIR%%/help/defines.txt +%%DATADIR%%/help/dungeon.txt +%%DATADIR%%/help/dunspoil.txt +%%DATADIR%%/help/essences.txt +%%DATADIR%%/help/experien.hlp +%%DATADIR%%/help/explore.hlp +%%DATADIR%%/help/fatespoi.txt +%%DATADIR%%/help/foot.aux +%%DATADIR%%/help/g_eru.txt +%%DATADIR%%/help/g_manwe.txt +%%DATADIR%%/help/g_melkor.txt +%%DATADIR%%/help/g_tulkas.txt +%%DATADIR%%/help/g_yavann.txt +%%DATADIR%%/help/gambling.txt +%%DATADIR%%/help/general.txt +%%DATADIR%%/help/gods.txt +%%DATADIR%%/help/head.aux +%%DATADIR%%/help/help.hlp +%%DATADIR%%/help/index.txt +%%DATADIR%%/help/inscrip.txt +%%DATADIR%%/help/lua.hlp +%%DATADIR%%/help/lua_gf.txt +%%DATADIR%%/help/lua_intr.txt +%%DATADIR%%/help/lua_mon.txt +%%DATADIR%%/help/lua_play.txt +%%DATADIR%%/help/lua_pow.txt +%%DATADIR%%/help/lua_ques.txt +%%DATADIR%%/help/lua_skil.txt +%%DATADIR%%/help/lua_spel.txt +%%DATADIR%%/help/lua_util.txt +%%DATADIR%%/help/luckspoi.txt +%%DATADIR%%/help/m_air.txt +%%DATADIR%%/help/m_convey.txt +%%DATADIR%%/help/m_demono.txt +%%DATADIR%%/help/m_divin.txt +%%DATADIR%%/help/m_earth.txt +%%DATADIR%%/help/m_fire.txt +%%DATADIR%%/help/m_geoman.txt +%%DATADIR%%/help/m_mana.txt +%%DATADIR%%/help/m_meta.txt +%%DATADIR%%/help/m_mimic.txt +%%DATADIR%%/help/m_mind.txt +%%DATADIR%%/help/m_mindcr.txt +%%DATADIR%%/help/m_music.txt +%%DATADIR%%/help/m_nature.txt +%%DATADIR%%/help/m_necrom.txt +%%DATADIR%%/help/m_symbio.txt +%%DATADIR%%/help/m_tempo.txt +%%DATADIR%%/help/m_thaum.txt +%%DATADIR%%/help/m_udun.txt +%%DATADIR%%/help/m_water.txt +%%DATADIR%%/help/macrofaq.txt +%%DATADIR%%/help/magic.hlp +%%DATADIR%%/help/magic.txt +%%DATADIR%%/help/newbie.hlp +%%DATADIR%%/help/option.txt +%%DATADIR%%/help/r_beorn.txt +%%DATADIR%%/help/r_deathm.txt +%%DATADIR%%/help/r_drkelf.txt +%%DATADIR%%/help/r_dunad.txt +%%DATADIR%%/help/r_dwarf.txt +%%DATADIR%%/help/r_elf.txt +%%DATADIR%%/help/r_ent.txt +%%DATADIR%%/help/r_gnome.txt +%%DATADIR%%/help/r_hafelf.txt +%%DATADIR%%/help/r_hafogr.txt +%%DATADIR%%/help/r_hielf.txt +%%DATADIR%%/help/r_hobbit.txt +%%DATADIR%%/help/r_human.txt +%%DATADIR%%/help/r_kobold.txt +%%DATADIR%%/help/r_maia.txt +%%DATADIR%%/help/r_orc.txt +%%DATADIR%%/help/r_pettyd.txt +%%DATADIR%%/help/r_rohank.txt +%%DATADIR%%/help/r_thlord.txt +%%DATADIR%%/help/r_troll.txt +%%DATADIR%%/help/r_wodelf.txt +%%DATADIR%%/help/r_yeek.txt +%%DATADIR%%/help/rm_barb.txt +%%DATADIR%%/help/rm_class.txt +%%DATADIR%%/help/rm_herm.txt +%%DATADIR%%/help/rm_lsoul.txt +%%DATADIR%%/help/rm_skel.txt +%%DATADIR%%/help/rm_spec.txt +%%DATADIR%%/help/rm_vamp.txt +%%DATADIR%%/help/rm_zomb.txt +%%DATADIR%%/help/skills.txt +%%DATADIR%%/help/spoil_faq.txt +%%DATADIR%%/help/spoiler.hlp +%%DATADIR%%/help/tome_faq.txt +%%DATADIR%%/help/version.txt +%%DATADIR%%/help/whattome.txt +%%DATADIR%%/help/wishing.txt +%%DATADIR%%/info/delete.me +%%DATADIR%%/mods/.cvsignore +%%DATADIR%%/mods/mods_aux.lua +%%DATADIR%%/mods/modules.lua +%%DATADIR%%/module.lua +%%DATADIR%%/note/delete.me +%%DATADIR%%/patch/.cvsignore +%%DATADIR%%/patch/delete.me +%%DATADIR%%/pref/422color.prf +%%DATADIR%%/pref/colors.prf +%%DATADIR%%/pref/font-ami.prf +%%DATADIR%%/pref/font-dos.prf +%%DATADIR%%/pref/font-ibm.prf +%%DATADIR%%/pref/font-mac.new +%%DATADIR%%/pref/font-mac.prf +%%DATADIR%%/pref/font-win.prf +%%DATADIR%%/pref/font-x11.prf +%%DATADIR%%/pref/font-xxx.prf +%%DATADIR%%/pref/font.prf +%%DATADIR%%/pref/graf-ami.prf +%%DATADIR%%/pref/graf-dos.prf +%%DATADIR%%/pref/graf-ibm.prf +%%DATADIR%%/pref/graf-iso.prf +%%DATADIR%%/pref/graf-mac.prf +%%DATADIR%%/pref/graf-new.prf +%%DATADIR%%/pref/graf-sdl.prf +%%DATADIR%%/pref/graf-win.prf +%%DATADIR%%/pref/graf-x11.prf +%%DATADIR%%/pref/graf-xxx.prf +%%DATADIR%%/pref/graf.prf +%%DATADIR%%/pref/pref-acn.prf +%%DATADIR%%/pref/pref-ami.prf +%%DATADIR%%/pref/pref-emx.prf +%%DATADIR%%/pref/pref-gcu.prf +%%DATADIR%%/pref/pref-iso.prf +%%DATADIR%%/pref/pref-mac.prf +%%DATADIR%%/pref/pref-sdl.prf +%%DATADIR%%/pref/pref-win.prf +%%DATADIR%%/pref/pref-x11.prf +%%DATADIR%%/pref/pref.prf +%%DATADIR%%/pref/trap-iso.prf +%%DATADIR%%/pref/trap-xxx.prf +%%DATADIR%%/pref/user.prf +%%DATADIR%%/pref/xtra-gcu.prf +%%DATADIR%%/pref/xtra-new.prf +%%DATADIR%%/pref/xtra-xxx.prf +%%DATADIR%%/save/delete.me +%%DATADIR%%/scpt/.cvsignore +%%DATADIR%%/scpt/bounty.lua +%%DATADIR%%/scpt/corrupt.lua +%%DATADIR%%/scpt/drunk.lua +%%DATADIR%%/scpt/fireprof.lua +%%DATADIR%%/scpt/god.lua +%%DATADIR%%/scpt/gods.lua +%%DATADIR%%/scpt/help.lua +%%DATADIR%%/scpt/init.lua +%%DATADIR%%/scpt/intro.lua +%%DATADIR%%/scpt/joke.lua +%%DATADIR%%/scpt/library.lua +%%DATADIR%%/scpt/mimic.lua +%%DATADIR%%/scpt/mkeys.lua +%%DATADIR%%/scpt/player.lua +%%DATADIR%%/scpt/powers.lua +%%DATADIR%%/scpt/s_air.lua +%%DATADIR%%/scpt/s_convey.lua +%%DATADIR%%/scpt/s_demon.lua +%%DATADIR%%/scpt/s_divin.lua +%%DATADIR%%/scpt/s_earth.lua +%%DATADIR%%/scpt/s_eru.lua +%%DATADIR%%/scpt/s_fire.lua +%%DATADIR%%/scpt/s_geom.lua +%%DATADIR%%/scpt/s_mana.lua +%%DATADIR%%/scpt/s_manwe.lua +%%DATADIR%%/scpt/s_melkor.lua +%%DATADIR%%/scpt/s_meta.lua +%%DATADIR%%/scpt/s_mind.lua +%%DATADIR%%/scpt/s_music.lua +%%DATADIR%%/scpt/s_nature.lua +%%DATADIR%%/scpt/s_stick.lua +%%DATADIR%%/scpt/s_tempo.lua +%%DATADIR%%/scpt/s_tulkas.lua +%%DATADIR%%/scpt/s_udun.lua +%%DATADIR%%/scpt/s_water.lua +%%DATADIR%%/scpt/s_yavann.lua +%%DATADIR%%/scpt/spells.lua +%%DATADIR%%/scpt/stores.lua +%%DATADIR%%/scpt/test.lua +%%DATADIR%%/user/automat.atm +%%DATADIR%%/user/delete.me +%%DATADIR%%/xtra/ang16.bdf +%%DATADIR%%/xtra/angband.fnt +%%DATADIR%%/xtra/font/10X20.FON +%%DATADIR%%/xtra/font/12X24.FON +%%DATADIR%%/xtra/font/5X8.FON +%%DATADIR%%/xtra/font/6X10.FON +%%DATADIR%%/xtra/font/6X12.FON +%%DATADIR%%/xtra/font/6X13.FON +%%DATADIR%%/xtra/font/6X13B.FON +%%DATADIR%%/xtra/font/6X9.FON +%%DATADIR%%/xtra/font/7X13.FON +%%DATADIR%%/xtra/font/7X13B.FON +%%DATADIR%%/xtra/font/8X13.FON +%%DATADIR%%/xtra/font/8X13B.FON +%%DATADIR%%/xtra/font/9X15.FON +%%DATADIR%%/xtra/font/9X15B.FON +%%DATADIR%%/xtra/font/VeraMono.ttf +%%DATADIR%%/xtra/font/XM10X17.FNT +%%DATADIR%%/xtra/font/XM10X17B.FNT +%%DATADIR%%/xtra/font/XM12X20.FNT +%%DATADIR%%/xtra/font/XM12X20B.FNT +%%DATADIR%%/xtra/font/XM16X25.FNT +%%DATADIR%%/xtra/font/XM16X25B.FNT +%%DATADIR%%/xtra/font/XM5X8.FNT +%%DATADIR%%/xtra/font/XM6X12.FNT +%%DATADIR%%/xtra/font/XM6X12B.FNT +%%DATADIR%%/xtra/font/XM8X16B.FNT +%%DATADIR%%/xtra/font/xm4x6.fnt +%%DATADIR%%/xtra/font/xm8x13.fnt +%%DATADIR%%/xtra/font/xm8x13b.fnt +%%DATADIR%%/xtra/font/xm8x16.fnt +%%DATADIR%%/xtra/graf/16x16.bmp +%%DATADIR%%/xtra/graf/16x16.png +%%DATADIR%%/xtra/graf/8x8.bmp +%%DATADIR%%/xtra/graf/8x8.png +%%DATADIR%%/xtra/graf/mask.bmp +%%DATADIR%%/xtra/graf/tome-128.png +%%DATADIR%%/xtra/music/delete.me +%%DATADIR%%/xtra/sound/Sound.cfg +%%DATADIR%%/xtra/sound/readme.txt +@dirrm %%DATADIR%%/xtra/sound +@dirrm %%DATADIR%%/xtra/music +@dirrm %%DATADIR%%/xtra/graf +@dirrm %%DATADIR%%/xtra/font +@dirrm %%DATADIR%%/xtra +@dirrm %%DATADIR%%/user +@dirrm %%DATADIR%%/scpt +@dirrm %%DATADIR%%/save +@dirrm %%DATADIR%%/pref +@dirrm %%DATADIR%%/patch +@dirrm %%DATADIR%%/note +@dirrm %%DATADIR%%/mods +@dirrm %%DATADIR%%/info +@dirrm %%DATADIR%%/help +@dirrm %%DATADIR%%/file +@dirrm %%DATADIR%%/edit +@dirrm %%DATADIR%%/dngn +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%%/core +@dirrm %%DATADIR%%/cmov +@dirrm %%DATADIR%%/bone +@dirrm %%DATADIR%%/apex +@dirrm %%DATADIR%% |