Index: head/games/zangband/Makefile =================================================================== --- head/games/zangband/Makefile (revision 367149) +++ head/games/zangband/Makefile (revision 367150) @@ -1,57 +1,77 @@ # Created by: Makoto YAMAKURA # $FreeBSD$ PORTNAME= zangband -PORTVERSION= 2.6.2 -PORTREVISION= 5 +PORTVERSION= 2.7.5.p1 CATEGORIES+= games -MASTER_SITES= ftp://ftp.sunet.se/pub/games/Angband/Variant/ZAngband/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION:R}%20preview%20I +DISTNAME= ${PORTNAME}-${PORTVERSION:R}pre1 DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Zangband (Zelazny Angband) with color, X11 support -USES= perl5 gmake -USE_AUTOTOOLS= automake14 autoconf -USE_PERL5= build -CONFIGURE_ARGS= --datadir=${PREFIX}/lib --mandir=${PREFIX}/man \ - --with-setgid=${SHAREGRP} - NO_CDROM= Possible copyright infringement WRKSRC= ${WRKDIR}/${PORTNAME} -PLIST_SUB+= ANGBANDBIN=${ANGBANDBIN} ANGBANDLIB=${ANGBANDLIB} -SUB_FILES= pkg-message -SUB_LIST= ANGBANDBIN=${ANGBANDBIN} ANGBANDLIB=${ANGBANDLIB} -SHAREOWN= games -SHAREGRP= games -BINOWN= ${SHAREOWN} -BINGRP= ${SHAREGRP} -BINMODE= 2755 +USES= gmake ncurses perl5 +USE_PERL5= build +USE_AUTOTOOLS= aclocal autoheader autoconf +CONFIGURE_ARGS= --datadir=${PREFIX}/lib \ + --with-gtk=no +MAKE_ENV= VERBOSE=1 +MAKEFILE= makefile +ALL_TARGET= default -ANGBANDLIB?= lib/${PORTNAME} -ANGBANDBIN?= bin/${PORTNAME} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -pre-patch: - @${REINPLACE_CMD} -i '' -e 's|^aclocal|${ACLOCAL}|' \ - -e 's|^autoheader|${AUTOHEADER}|' \ - -e 's|^automake|${AUTOMAKE}|' \ - -e 's|^autoconf|${AUTOCONF}|' \ - ${WRKSRC}/bootstrap +SUB_FILES= pkg-deinstall pkg-message +SUB_LIST= ANGBANDBIN="${ANGBANDBIN}" ANGBANDLIB="${ANGBANDLIB}" -pre-configure: - (cd ${WRKSRC} ; ${SH} bootstrap) +PLIST_SUB= ANGBANDBIN="${ANGBANDBIN}" ANGBANDLIB="${ANGBANDLIB}" -post-install: - (cd ${PREFIX}/${ANGBANDLIB} && \ - ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} apex data ; \ - ${CHMOD} 755 . ; \ - ${CHMOD} -R ug+rw,o-rw * ; \ - ${CHMOD} -R o+r help ; \ - ${CHMOD} 1777 save user \ - ) - @${CAT} ${PKGMESSAGE} +OPTIONS_GROUP= GUI +OPTIONS_GROUP_GUI= TK X11 + +TK_USES= tk +TK_CONFIGURE_ON= --with-tcltk=${TCL_INCLUDEDIR} \ + --with-tkdir=${TK_INCLUDEDIR} +TK_CONFIGURE_OFF= --with-tcltk=no +TK_LDFLAGS= -lX11 -lXext +X11_USE= xorg=x11,xmu,xpm +X11_CONFIGURE_ENV= ac_cv_lib_Xm_main=no +X11_CONFIGURE_OFF= --with-x11=no + +ANGBANDBIN?= bin/${PORTNAME} +ANGBANDLIB?= lib/${PORTNAME} + +post-patch: + @${REINPLACE_CMD} -e \ + 's|tcl84|tcl86|g ; \ + s|tcl8.4|tcl8.6|g ; \ + s|tcl83|tcl85|g ; \ + s|tcl8.3|tcl8.5|g ; \ + s|tk84|tk86|g ; \ + s|tk8.4|tk8.6|g ; \ + s|tk83|tk85|g ; \ + s|tk8.3|tk8.5|g ; \ + s|/usr/local/include|${LOCALBASE}/include|g ; \ + s| $${!FLAG} = yes| x$${FLAG} != xno|' \ + ${WRKSRC}/configure.in + @${REINPLACE_CMD} -e \ + 's|$$(datadir)/games|$$(datadir)| ; \ + s|$$(DESTDIR)lib/|$$(DESTDIR)|' \ + ${WRKSRC}/makefile.in + @${ECHO_CMD} -n > ${WRKSRC}/.version + +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} zangband \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${PREFIX}/${ANGBANDLIB} + (cd ${WRKSRC}/lib && ${FIND} . ! -name "makefile.zb" \ + -a ! -name "*.bak" -a ! -name "*.orig" | \ + ${CPIO} -dump -L ${STAGEDIR}${PREFIX}/${ANGBANDLIB}) .include Index: head/games/zangband/distinfo =================================================================== --- head/games/zangband/distinfo (revision 367149) +++ head/games/zangband/distinfo (revision 367150) @@ -1,2 +1,2 @@ -SHA256 (zangband/zangband-2.6.2.tar.gz) = c01d747506e983947adf438ba7e7ed4a371753a9fd8745623947e89caccdea1a -SIZE (zangband/zangband-2.6.2.tar.gz) = 1911371 +SHA256 (zangband/zangband-2.7.5pre1.tar.gz) = 86871739825a292b9def28ec0dea698fb0d34949c7fab071901c231274be4c44 +SIZE (zangband/zangband-2.7.5pre1.tar.gz) = 2835426 Index: head/games/zangband/files/patch-aa =================================================================== --- head/games/zangband/files/patch-aa (revision 367149) +++ head/games/zangband/files/patch-aa (nonexistent) @@ -1,20 +0,0 @@ ---- configure.in.orig Tue Sep 4 14:57:18 2001 -+++ configure.in Tue Sep 4 14:57:35 2001 -@@ -7,7 +7,7 @@ - dnl write the resulting #defines into a header file - AM_CONFIG_HEADER(src/autoconf.h) - --AM_INIT_AUTOMAKE(zangband, 2.6.1) -+AM_INIT_AUTOMAKE(zangband, 2.6.2) - - AC_ARG_WITH(setgid, - [ --with-setgid=NAME setgid usage: install angband as group NAME], -@@ -23,7 +23,7 @@ - - dnl generate the installation path for the ./lib/ folder - if test "$GAMEGROUP" != ""; then -- MY_EXPAND_DIR(game_datadir, "$datadir/games/$PACKAGE/lib/") -+ MY_EXPAND_DIR(game_datadir, "$datadir/$PACKAGE/") - else - MY_EXPAND_DIR(game_datadir, "./lib/") - bindir=".." Property changes on: head/games/zangband/files/patch-aa ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/zangband/files/patch-ab =================================================================== --- head/games/zangband/files/patch-ab (revision 367149) +++ head/games/zangband/files/patch-ab (nonexistent) @@ -1,11 +0,0 @@ ---- lib/apex/Makefile.am.0 Tue Sep 4 15:12:16 2001 -+++ lib/apex/Makefile.am Tue Sep 4 15:12:48 2001 -@@ -16,7 +16,7 @@ - install-data-hook: - if SET_GID - touch "$(DESTDIR)$(angbanddir)/scores.raw" -- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" -+ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" - chmod -R g+w "$(DESTDIR)$(angbanddir)" - endif - Property changes on: head/games/zangband/files/patch-ab ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/zangband/files/patch-ac =================================================================== --- head/games/zangband/files/patch-ac (revision 367149) +++ head/games/zangband/files/patch-ac (nonexistent) @@ -1,11 +0,0 @@ ---- lib/bone/Makefile.am.0 Tue Sep 4 15:12:21 2001 -+++ lib/bone/Makefile.am Tue Sep 4 15:13:06 2001 -@@ -15,7 +15,7 @@ - - install-data-hook: - if SET_GID -- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" -+ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" - chmod -R 070 "$(DESTDIR)$(angbanddir)" - endif - Property changes on: head/games/zangband/files/patch-ac ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/zangband/files/patch-ad =================================================================== --- head/games/zangband/files/patch-ad (revision 367149) +++ head/games/zangband/files/patch-ad (nonexistent) @@ -1,11 +0,0 @@ ---- lib/data/Makefile.am.0 Tue Sep 4 15:12:34 2001 -+++ lib/data/Makefile.am Tue Sep 4 15:13:18 2001 -@@ -23,7 +23,7 @@ - touch "$(DESTDIR)$(angbanddir)/k_info.raw" && \ - touch "$(DESTDIR)$(angbanddir)/r_info.raw" && \ - touch "$(DESTDIR)$(angbanddir)/v_info.raw" && \ -- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ -+ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" && \ - chmod -R g+w "$(DESTDIR)$(angbanddir)" ;\ - fi - endif Property changes on: head/games/zangband/files/patch-ad ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/zangband/files/patch-ae =================================================================== --- head/games/zangband/files/patch-ae (revision 367149) +++ head/games/zangband/files/patch-ae (nonexistent) @@ -1,10 +0,0 @@ ---- lib/save/Makefile.am.0 Tue Sep 4 15:12:25 2001 -+++ lib/save/Makefile.am Tue Sep 4 15:12:57 2001 -@@ -15,6 +15,6 @@ - - install-data-hook: - if SET_GID -- chown -R root.@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" -+ chown -R root:@GAMEGROUP@ "$(DESTDIR)$(angbanddir)" - chmod -R 070 "$(DESTDIR)$(angbanddir)" - endif Property changes on: head/games/zangband/files/patch-ae ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/zangband/files/patch-af =================================================================== --- head/games/zangband/files/patch-af (revision 367149) +++ head/games/zangband/files/patch-af (nonexistent) @@ -1,8 +0,0 @@ ---- lib/Makefile.am.0 Tue Sep 4 18:04:49 2001 -+++ lib/Makefile.am Tue Sep 4 18:04:58 2001 -@@ -1,4 +1,4 @@ - ## Makefile.am -- Process this file with automake to process Makefile.in - --SUBDIRS = apex bone data edit file help info pref save script user xtra -+SUBDIRS = apex bone data edit file help info pref save user - Property changes on: head/games/zangband/files/patch-af ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/zangband/files/patch-ag =================================================================== --- head/games/zangband/files/patch-ag (revision 367149) +++ head/games/zangband/files/patch-ag (nonexistent) @@ -1,8 +0,0 @@ ---- configure.in.0 Tue Sep 4 18:21:09 2001 -+++ configure.in Tue Sep 4 18:21:32 2001 -@@ -97,4 +97,4 @@ - AC_FUNC_VPRINTF - AC_CHECK_FUNCS(gethostname mkdir select strstr strtol usleep mkstemp) - --AC_OUTPUT(Makefile src/makefile lib/Makefile lib/apex/Makefile lib/bone/Makefile lib/data/Makefile lib/edit/Makefile lib/file/Makefile lib/help/Makefile lib/info/Makefile lib/pref/Makefile lib/save/Makefile lib/script/Makefile lib/user/Makefile lib/xtra/Makefile) -+AC_OUTPUT(Makefile src/makefile lib/Makefile lib/apex/Makefile lib/bone/Makefile lib/data/Makefile lib/edit/Makefile lib/file/Makefile lib/help/Makefile lib/info/Makefile lib/pref/Makefile lib/save/Makefile lib/user/Makefile lib/xtra/Makefile) Property changes on: head/games/zangband/files/patch-ag ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/games/zangband/files/patch-lib__edit__a_info.txt =================================================================== --- head/games/zangband/files/patch-lib__edit__a_info.txt (nonexistent) +++ head/games/zangband/files/patch-lib__edit__a_info.txt (revision 367150) @@ -0,0 +1,11 @@ +--- lib/edit/a_info.txt.orig ++++ lib/edit/a_info.txt +@@ -1491,7 +1491,7 @@ + F:STEALTH | RES_DARK | INFRA | + F:BRAND_COLD | SLAY_UNDEAD | RES_COLD | SEE_INVIS | SHOW_MODS | THROW + F:INSTA_ART +-L:BONUS: b.pspeed = (player.level + 4) / 5 ++L:BONUS: b.pspeed = (player.lev + 4) / 5 + L:SPOIL: return "+1 speed / 5 levels" + + # The Spear 'Soulsucker' Property changes on: head/games/zangband/files/patch-lib__edit__a_info.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/zangband/files/patch-lib__edit__t_info.txt =================================================================== --- head/games/zangband/files/patch-lib__edit__t_info.txt (nonexistent) +++ head/games/zangband/files/patch-lib__edit__t_info.txt (revision 367150) @@ -0,0 +1,11 @@ +--- lib/edit/t_info.txt.orig ++++ lib/edit/t_info.txt +@@ -92,7 +92,7 @@ + L:MENTT:if (do_move == TRUE) then + L:MENTT: if (bAnd(race.flags[0], RF0_NEVER_BLOW) ~= 0) and + L:MENTT: (randint1(BREAK_MINOR_GLYPH) < race.level) then +-L:MENTT: if (field.fx == player.px) and (field.fy = player.py) then ++L:MENTT: if (field.fx == player.px) and (field.fy == player.py) then + L:MENTT: msgf("The rune explodes!") + L:MENTT: fire_ball(GF_MANA, 0, 2 * ((player.lev / 2) + damroll(7, 7)), 2) + L:MENTT: else Property changes on: head/games/zangband/files/patch-lib__edit__t_info.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/zangband/files/patch-src__h-type.h =================================================================== --- head/games/zangband/files/patch-src__h-type.h (nonexistent) +++ head/games/zangband/files/patch-src__h-type.h (revision 367150) @@ -0,0 +1,19 @@ +--- src/h-type.h.orig ++++ src/h-type.h +@@ -103,6 +103,16 @@ + typedef signed short s16b; + typedef unsigned short u16b; + ++/* detect 64 bit GCC */ ++#ifdef _LP64 ++#ifndef L64 ++#define L64 1 ++#endif ++#ifndef L64B ++#define L64B 1 ++#endif ++#endif ++ + /* Signed/Unsigned 32 bit value */ + #ifdef L64 /* 64 bit longs */ + typedef signed int s32b; Property changes on: head/games/zangband/files/patch-src__h-type.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/zangband/files/patch-src__main.c =================================================================== --- head/games/zangband/files/patch-src__main.c (nonexistent) +++ head/games/zangband/files/patch-src__main.c (revision 367150) @@ -0,0 +1,24 @@ +--- src/main.c.orig ++++ src/main.c +@@ -25,6 +25,10 @@ + */ + static const module_type modules[] = + { ++#ifdef USE_GCU ++ INIT_MODULE(gcu), ++#endif /* USE_GCU */ ++ + #ifdef USE_GTK + INIT_MODULE(gtk), + #endif /* USE_GTK */ +@@ -45,10 +49,6 @@ + INIT_MODULE(tnb), + #endif /* USE_TNB */ + +-#ifdef USE_GCU +- INIT_MODULE(gcu), +-#endif /* USE_GCU */ +- + #ifdef USE_CAP + INIT_MODULE(cap), + #endif /* USE_CAP */ Property changes on: head/games/zangband/files/patch-src__main.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/zangband/files/pkg-deinstall.in =================================================================== --- head/games/zangband/files/pkg-deinstall.in (nonexistent) +++ head/games/zangband/files/pkg-deinstall.in (revision 367150) @@ -0,0 +1,16 @@ +#!/bin/sh + +ANGBANDLIB=${PKG_PREFIX}/%%ANGBANDLIB%% + +case $2 in +POST-DEINSTALL) + if [ -e $ANGBANDLIB ]; then + echo "" + echo "To completely remove the port, please remove the following" + echo "directories and the content manually:" + echo "" + echo " $ANGBANDLIB" + echo "" + fi + ;; +esac Property changes on: head/games/zangband/files/pkg-deinstall.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/zangband/pkg-plist =================================================================== --- head/games/zangband/pkg-plist (revision 367149) +++ head/games/zangband/pkg-plist (revision 367150) @@ -1,145 +1,305 @@ -@owner games @group games -@mode 664 +@owner games +@mode 2555 %%ANGBANDBIN%% -@exec chmod 2755 %D/%%ANGBANDBIN%% -@unexec rm -f %D/%%ANGBANDLIB%%/data/* +@mode +%%ANGBANDLIB%%/apex/readme.txt @unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw %D/%%ANGBANDLIB%%/apex/z_scores.raw && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true @unexec cmp -s %D/%%ANGBANDLIB%%/apex/scores.raw /dev/null && rm %D/%%ANGBANDLIB%%/apex/scores.raw || true -%%ANGBANDLIB%%/apex/readme.txt %%ANGBANDLIB%%/apex/z_scores.raw @exec test -f %D/%%ANGBANDLIB%%/apex/scores.raw || touch %D/%%ANGBANDLIB%%/apex/scores.raw -%%ANGBANDLIB%%/bone/delete.me +@exec install -d -o games -g games %D/%%ANGBANDLIB%%/bone +@exec install -d -o games -g games -m 775 %D/%%ANGBANDLIB%%/data %%ANGBANDLIB%%/edit/a_info.txt %%ANGBANDLIB%%/edit/e_info.txt %%ANGBANDLIB%%/edit/f_info.txt %%ANGBANDLIB%%/edit/k_info.txt %%ANGBANDLIB%%/edit/misc.txt -%%ANGBANDLIB%%/edit/q_info.txt -%%ANGBANDLIB%%/edit/q_oberon.txt -%%ANGBANDLIB%%/edit/q_random.txt -%%ANGBANDLIB%%/edit/q_serpen.txt %%ANGBANDLIB%%/edit/r_info.txt %%ANGBANDLIB%%/edit/t_info.txt %%ANGBANDLIB%%/edit/v_info.txt %%ANGBANDLIB%%/edit/w_info.txt %%ANGBANDLIB%%/file/a_cursed.txt %%ANGBANDLIB%%/file/a_high.txt %%ANGBANDLIB%%/file/a_low.txt %%ANGBANDLIB%%/file/a_med.txt %%ANGBANDLIB%%/file/chainswd.txt %%ANGBANDLIB%%/file/crime.txt %%ANGBANDLIB%%/file/dead.txt %%ANGBANDLIB%%/file/death.txt %%ANGBANDLIB%%/file/elvish.txt %%ANGBANDLIB%%/file/error.txt %%ANGBANDLIB%%/file/mondeath.txt %%ANGBANDLIB%%/file/monfear.txt %%ANGBANDLIB%%/file/monfrien.txt %%ANGBANDLIB%%/file/monspeak.txt %%ANGBANDLIB%%/file/news.txt %%ANGBANDLIB%%/file/readme.txt %%ANGBANDLIB%%/file/rumors.txt %%ANGBANDLIB%%/file/sample.txt %%ANGBANDLIB%%/file/silly.txt %%ANGBANDLIB%%/file/timefun.txt %%ANGBANDLIB%%/file/timenorm.txt %%ANGBANDLIB%%/file/w_cursed.txt %%ANGBANDLIB%%/file/w_high.txt %%ANGBANDLIB%%/file/w_low.txt %%ANGBANDLIB%%/file/w_med.txt %%ANGBANDLIB%%/help/attack.hlp %%ANGBANDLIB%%/help/attack.txt %%ANGBANDLIB%%/help/birth.hlp %%ANGBANDLIB%%/help/birth.txt %%ANGBANDLIB%%/help/bldg.txt %%ANGBANDLIB%%/help/charattr.hlp %%ANGBANDLIB%%/help/charattr.txt %%ANGBANDLIB%%/help/command.hlp %%ANGBANDLIB%%/help/command.txt %%ANGBANDLIB%%/help/commdesc.hlp %%ANGBANDLIB%%/help/commdesc.txt %%ANGBANDLIB%%/help/defend.hlp %%ANGBANDLIB%%/help/defend.txt %%ANGBANDLIB%%/help/dungeon.hlp %%ANGBANDLIB%%/help/dungeon.txt %%ANGBANDLIB%%/help/gambling.txt %%ANGBANDLIB%%/help/general.hlp %%ANGBANDLIB%%/help/general.txt %%ANGBANDLIB%%/help/help.hlp %%ANGBANDLIB%%/help/helpinfo.txt +%%ANGBANDLIB%%/help/interface.html %%ANGBANDLIB%%/help/magic.hlp %%ANGBANDLIB%%/help/magic.txt %%ANGBANDLIB%%/help/monster.hlp %%ANGBANDLIB%%/help/monster.txt %%ANGBANDLIB%%/help/objects.hlp %%ANGBANDLIB%%/help/objects.txt %%ANGBANDLIB%%/help/option.hlp %%ANGBANDLIB%%/help/option.txt %%ANGBANDLIB%%/help/pref.hlp %%ANGBANDLIB%%/help/pref.txt %%ANGBANDLIB%%/help/readme.txt %%ANGBANDLIB%%/help/spoiler.hlp %%ANGBANDLIB%%/help/town.hlp %%ANGBANDLIB%%/help/town.txt %%ANGBANDLIB%%/help/version.txt %%ANGBANDLIB%%/help/wizard.txt -%%ANGBANDLIB%%/info/delete.me +@exec install -d -o games -g games %D/%%ANGBANDLIB%%/info %%ANGBANDLIB%%/pref/colors.prf %%ANGBANDLIB%%/pref/font-ami.prf %%ANGBANDLIB%%/pref/font-dos.prf %%ANGBANDLIB%%/pref/font-ibm.prf %%ANGBANDLIB%%/pref/font-mac.prf %%ANGBANDLIB%%/pref/font-mon.prf %%ANGBANDLIB%%/pref/font-win.prf %%ANGBANDLIB%%/pref/font-x11.prf %%ANGBANDLIB%%/pref/font-xxx.prf %%ANGBANDLIB%%/pref/font.prf %%ANGBANDLIB%%/pref/graf-ami.prf %%ANGBANDLIB%%/pref/graf-dos.prf %%ANGBANDLIB%%/pref/graf-gcu.prf %%ANGBANDLIB%%/pref/graf-ibm.prf %%ANGBANDLIB%%/pref/graf-lsl.prf %%ANGBANDLIB%%/pref/graf-mac.prf %%ANGBANDLIB%%/pref/graf-new.prf %%ANGBANDLIB%%/pref/graf-win.prf %%ANGBANDLIB%%/pref/graf-x11.prf %%ANGBANDLIB%%/pref/graf-xaw.prf %%ANGBANDLIB%%/pref/graf-xpj.prf %%ANGBANDLIB%%/pref/graf-xxx.prf %%ANGBANDLIB%%/pref/graf.prf +%%ANGBANDLIB%%/pref/message.prf %%ANGBANDLIB%%/pref/pref-acn.prf %%ANGBANDLIB%%/pref/pref-ami.prf %%ANGBANDLIB%%/pref/pref-emx.prf %%ANGBANDLIB%%/pref/pref-gcu.prf %%ANGBANDLIB%%/pref/pref-gtk.prf %%ANGBANDLIB%%/pref/pref-key.prf %%ANGBANDLIB%%/pref/pref-mac.prf +%%ANGBANDLIB%%/pref/pref-tnb.prf %%ANGBANDLIB%%/pref/pref-win.prf %%ANGBANDLIB%%/pref/pref-x11.prf %%ANGBANDLIB%%/pref/pref.prf %%ANGBANDLIB%%/pref/spell-xx.prf %%ANGBANDLIB%%/pref/user-win.prf %%ANGBANDLIB%%/pref/user.prf %%ANGBANDLIB%%/pref/xtra-gcu.prf %%ANGBANDLIB%%/pref/xtra-new.prf %%ANGBANDLIB%%/pref/xtra-xxx.prf -%%ANGBANDLIB%%/save/delete.me -%%ANGBANDLIB%%/user/delete.me -@exec mkdir %D/%%ANGBANDLIB%%/data -@exec chown -R games:games %D/%%ANGBANDLIB%%/apex %D/%%ANGBANDLIB%%/data -@exec chmod 775 %D/%%ANGBANDLIB%% -@exec chmod -R ug+rw,o-rw %D/%%ANGBANDLIB%%/* -@exec chmod -R o+r %D/%%ANGBANDLIB%%/help -@exec chmod 1777 %D/%%ANGBANDLIB%%/save %D/%%ANGBANDLIB%%/user -@dirrm %%ANGBANDLIB%%/apex -@dirrm %%ANGBANDLIB%%/bone -@dirrm %%ANGBANDLIB%%/data -@dirrm %%ANGBANDLIB%%/edit -@dirrm %%ANGBANDLIB%%/file -@dirrm %%ANGBANDLIB%%/help -@dirrm %%ANGBANDLIB%%/info +%%ANGBANDLIB%%/script/field.lua +%%ANGBANDLIB%%/script/init.lua +%%ANGBANDLIB%%/script/object.lua +%%ANGBANDLIB%%/script/spell.lua +%%ANGBANDLIB%%/script/test.lua +%%ANGBANDLIB%%/script/tk/about.tcl +%%ANGBANDLIB%%/script/tk/angband.tcl +%%ANGBANDLIB%%/script/tk/autobar.tcl +%%ANGBANDLIB%%/script/tk/bgerror.tcl +%%ANGBANDLIB%%/script/tk/character-window.tcl +%%ANGBANDLIB%%/script/tk/charflags-canvas.tcl +%%ANGBANDLIB%%/script/tk/charinfo-canvas.tcl +%%ANGBANDLIB%%/script/tk/choice-window.tcl +%%ANGBANDLIB%%/script/tk/config.tcl +%%ANGBANDLIB%%/script/tk/config/adam+feat-assign +%%ANGBANDLIB%%/script/tk/config/adam-assign +%%ANGBANDLIB%%/script/tk/config/adamNN+feat.cfg +%%ANGBANDLIB%%/script/tk/config/adamNN-common +%%ANGBANDLIB%%/script/tk/config/adamNN.cfg +%%ANGBANDLIB%%/script/tk/config/birth +%%ANGBANDLIB%%/script/tk/config/classic+feat-assign +%%ANGBANDLIB%%/script/tk/config/classic-assign +%%ANGBANDLIB%%/script/tk/config/classic-common +%%ANGBANDLIB%%/script/tk/config/classicNN+feat.cfg +%%ANGBANDLIB%%/script/tk/config/classicNN.cfg +%%ANGBANDLIB%%/script/tk/config/config +%%ANGBANDLIB%%/script/tk/config/dg32-assign +%%ANGBANDLIB%%/script/tk/config/dg32.cfg +%%ANGBANDLIB%%/script/tk/config/geometry +%%ANGBANDLIB%%/script/tk/config/value +%%ANGBANDLIB%%/script/tk/debug.tcl +%%ANGBANDLIB%%/script/tk/errorInfo.tcl +%%ANGBANDLIB%%/script/tk/font.tcl +%%ANGBANDLIB%%/script/tk/image/ac.gif +%%ANGBANDLIB%%/script/tk/image/angbandtk.ico +%%ANGBANDLIB%%/script/tk/image/au.gif +%%ANGBANDLIB%%/script/tk/image/button-activate.gif +%%ANGBANDLIB%%/script/tk/image/button-book.gif +%%ANGBANDLIB%%/script/tk/image/button-down.gif +%%ANGBANDLIB%%/script/tk/image/button-food.gif +%%ANGBANDLIB%%/script/tk/image/button-help.gif +%%ANGBANDLIB%%/script/tk/image/button-options.gif +%%ANGBANDLIB%%/script/tk/image/button-potion.gif +%%ANGBANDLIB%%/script/tk/image/button-rod.gif +%%ANGBANDLIB%%/script/tk/image/button-scroll.gif +%%ANGBANDLIB%%/script/tk/image/button-staff.gif +%%ANGBANDLIB%%/script/tk/image/button-up.gif +%%ANGBANDLIB%%/script/tk/image/button-wand.gif +%%ANGBANDLIB%%/script/tk/image/cha.gif +%%ANGBANDLIB%%/script/tk/image/checked.gif +%%ANGBANDLIB%%/script/tk/image/const.gif +%%ANGBANDLIB%%/script/tk/image/dex.gif +%%ANGBANDLIB%%/script/tk/image/exp.gif +%%ANGBANDLIB%%/script/tk/image/int.gif +%%ANGBANDLIB%%/script/tk/image/level.gif +%%ANGBANDLIB%%/script/tk/image/look.gif +%%ANGBANDLIB%%/script/tk/image/ms-back.gif +%%ANGBANDLIB%%/script/tk/image/ms-book-closed.gif +%%ANGBANDLIB%%/script/tk/image/ms-book-open.gif +%%ANGBANDLIB%%/script/tk/image/ms-help-page.gif +%%ANGBANDLIB%%/script/tk/image/ms-hide.gif +%%ANGBANDLIB%%/script/tk/image/ms-next.gif +%%ANGBANDLIB%%/script/tk/image/ms-refresh.gif +%%ANGBANDLIB%%/script/tk/image/ms-show.gif +%%ANGBANDLIB%%/script/tk/image/open.gif +%%ANGBANDLIB%%/script/tk/image/pwrdLogo175.gif +%%ANGBANDLIB%%/script/tk/image/save.gif +%%ANGBANDLIB%%/script/tk/image/sound.gif +%%ANGBANDLIB%%/script/tk/image/speed.gif +%%ANGBANDLIB%%/script/tk/image/str.gif +%%ANGBANDLIB%%/script/tk/image/town16.gif +%%ANGBANDLIB%%/script/tk/image/town24.gif +%%ANGBANDLIB%%/script/tk/image/town32.gif +%%ANGBANDLIB%%/script/tk/image/unchecked.gif +%%ANGBANDLIB%%/script/tk/image/wis.gif +%%ANGBANDLIB%%/script/tk/info-window.tcl +%%ANGBANDLIB%%/script/tk/init-other.tcl +%%ANGBANDLIB%%/script/tk/init-startup.tcl +%%ANGBANDLIB%%/script/tk/inventory.tcl +%%ANGBANDLIB%%/script/tk/inventory2.tcl +%%ANGBANDLIB%%/script/tk/keypress.tcl +%%ANGBANDLIB%%/script/tk/knowledge.tcl +%%ANGBANDLIB%%/script/tk/library/balloon.tcl +%%ANGBANDLIB%%/script/tk/library/buttonlabel.tcl +%%ANGBANDLIB%%/script/tk/library/canvist.tcl +%%ANGBANDLIB%%/script/tk/library/color-picker.tcl +%%ANGBANDLIB%%/script/tk/library/menu.tcl +%%ANGBANDLIB%%/script/tk/library/module.tcl +%%ANGBANDLIB%%/script/tk/library/moduleIndex.tcl +%%ANGBANDLIB%%/script/tk/library/object.tcl +%%ANGBANDLIB%%/script/tk/library/progress-window.tcl +%%ANGBANDLIB%%/script/tk/library/progress1.tcl +%%ANGBANDLIB%%/script/tk/library/progress2.tcl +%%ANGBANDLIB%%/script/tk/library/status-text.tcl +%%ANGBANDLIB%%/script/tk/library/statusbar.tcl +%%ANGBANDLIB%%/script/tk/library/tabbed-frame.tcl +%%ANGBANDLIB%%/script/tk/library/tabs.tcl +%%ANGBANDLIB%%/script/tk/library/texist.tcl +%%ANGBANDLIB%%/script/tk/library/text-list.tcl +%%ANGBANDLIB%%/script/tk/library/title-frame.tcl +%%ANGBANDLIB%%/script/tk/library/toolbar.tcl +%%ANGBANDLIB%%/script/tk/library/toplevel.tcl +%%ANGBANDLIB%%/script/tk/library/updowncontrol.tcl +%%ANGBANDLIB%%/script/tk/library/updownentry.tcl +%%ANGBANDLIB%%/script/tk/library/utils.tcl +%%ANGBANDLIB%%/script/tk/library/win98ToolbarButton.tcl +%%ANGBANDLIB%%/script/tk/library/window-manager.tcl +%%ANGBANDLIB%%/script/tk/main-window.tcl +%%ANGBANDLIB%%/script/tk/map.tcl +%%ANGBANDLIB%%/script/tk/message-history.tcl +%%ANGBANDLIB%%/script/tk/message-window.tcl +%%ANGBANDLIB%%/script/tk/misc-popup.tcl +%%ANGBANDLIB%%/script/tk/misc-window.tcl +%%ANGBANDLIB%%/script/tk/misc.tcl +%%ANGBANDLIB%%/script/tk/moduleIndex.tcl +%%ANGBANDLIB%%/script/tk/pets.tcl +%%ANGBANDLIB%%/script/tk/player.tcl +%%ANGBANDLIB%%/script/tk/recall.tcl +%%ANGBANDLIB%%/script/tk/store.tcl +%%ANGBANDLIB%%/script/tk/store2.tcl +%%ANGBANDLIB%%/script/tk/term.tcl +%%ANGBANDLIB%%/script/tk/tips.tcl +%%ANGBANDLIB%%/script/tk/tips.txt +%%ANGBANDLIB%%/script/tk/value-manager.tcl +%%ANGBANDLIB%%/script/tk/widget.tcl +%%ANGBANDLIB%%/xtra/font/10X20.FON +%%ANGBANDLIB%%/xtra/font/12X24.FON +%%ANGBANDLIB%%/xtra/font/16x16.txt +%%ANGBANDLIB%%/xtra/font/5X8.FON +%%ANGBANDLIB%%/xtra/font/6X10.FON +%%ANGBANDLIB%%/xtra/font/6X12.FON +%%ANGBANDLIB%%/xtra/font/6X13.FON +%%ANGBANDLIB%%/xtra/font/6X13B.FON +%%ANGBANDLIB%%/xtra/font/6X9.FON +%%ANGBANDLIB%%/xtra/font/7X13.FON +%%ANGBANDLIB%%/xtra/font/7X13B.FON +%%ANGBANDLIB%%/xtra/font/8X13.FON +%%ANGBANDLIB%%/xtra/font/8X13B.FON +%%ANGBANDLIB%%/xtra/font/9X15.FON +%%ANGBANDLIB%%/xtra/font/9X15B.FON +%%ANGBANDLIB%%/xtra/font/xm8x16b.fnt +%%ANGBANDLIB%%/xtra/graf/16x16.bmp +%%ANGBANDLIB%%/xtra/graf/8x13.bmp +%%ANGBANDLIB%%/xtra/graf/8x8.bmp +%%ANGBANDLIB%%/xtra/graf/mask.bmp +@exec install -d -o games -g games %D/%%ANGBANDLIB%%/xtra/help +@exec install -d -o games -g games %D/%%ANGBANDLIB%%/xtra/music +%%ANGBANDLIB%%/xtra/sound/sound.cfg +@dirrm %%ANGBANDLIB%%/xtra/sound +@dirrm %%ANGBANDLIB%%/xtra/music +@dirrm %%ANGBANDLIB%%/xtra/help +@dirrm %%ANGBANDLIB%%/xtra/graf +@dirrm %%ANGBANDLIB%%/xtra/font +@dirrm %%ANGBANDLIB%%/xtra +@mode 1777 +@dirrmtry %%ANGBANDLIB%%/user +@mode +@dirrm %%ANGBANDLIB%%/script/tk/library +@dirrm %%ANGBANDLIB%%/script/tk/image +@dirrm %%ANGBANDLIB%%/script/tk/config +@dirrm %%ANGBANDLIB%%/script/tk +@dirrm %%ANGBANDLIB%%/script +@mode 1777 +@dirrmtry %%ANGBANDLIB%%/save +@mode @dirrm %%ANGBANDLIB%%/pref -@dirrm %%ANGBANDLIB%%/save -@dirrm %%ANGBANDLIB%%/user -@dirrm %%ANGBANDLIB%% +@dirrm %%ANGBANDLIB%%/info +@dirrm %%ANGBANDLIB%%/help +@dirrm %%ANGBANDLIB%%/file +@dirrm %%ANGBANDLIB%%/edit +@mode 775 +@dirrmtry %%ANGBANDLIB%%/data +@mode +@dirrm %%ANGBANDLIB%%/bone +@mode 775 +@dirrmtry %%ANGBANDLIB%%/apex +@mode +@dirrmtry %%ANGBANDLIB%% +@owner +@group