diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-15 15:24:10 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-15 15:24:10 +0000 |
commit | 4ea7dd38ba026e4fbb006edcbcb8ad12e2dad9fe (patch) | |
tree | 2fffc9191325084f5cd7c56014fe9603cd111299 /net | |
parent | Update to the lastest version (diff) |
Update to version 5r0
PR: 28984
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=45149
Diffstat (limited to 'net')
-rw-r--r-- | net/smm++/Makefile | 11 | ||||
-rw-r--r-- | net/smm++/distinfo | 2 | ||||
-rw-r--r-- | net/smm++/files/patch-Makefile | 44 | ||||
-rw-r--r-- | net/smm++/files/patch-a | 68 | ||||
-rw-r--r-- | net/smm++/files/patch-b | 29 | ||||
-rw-r--r-- | net/smm++/files/patch-c | 17 | ||||
-rw-r--r-- | net/smm++/files/patch-d | 8 | ||||
-rw-r--r-- | net/smm++/files/patch-itk.sh | 46 | ||||
-rw-r--r-- | net/smm++/pkg-plist | 1048 |
9 files changed, 768 insertions, 505 deletions
diff --git a/net/smm++/Makefile b/net/smm++/Makefile index 050f5d6894bc..37135e65cbdb 100644 --- a/net/smm++/Makefile +++ b/net/smm++/Makefile @@ -6,9 +6,9 @@ # PORTNAME= smm++ -PORTVERSION= 4r4 +PORTVERSION= 5r0 CATEGORIES= net -MASTER_SITES= http://www.physik.uni-dortmund.de/~issevers/SMM++/downloads/ +MASTER_SITES= http://www.issever.de/smm/downloads/ DISTNAME= smm MAINTAINER= edwin@mavetju.org @@ -17,7 +17,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets3.0.0/iwidgets.tcl:${PORTSDIR}/x11-toolkit ${LOCALBASE}/bin/itkwish:${PORTSDIR}/x11-toolkits/itk \ ${LOCALBASE}/bin/itclsh:${PORTSDIR}/lang/itcl -WRKSRC= ${WRKDIR}/smm4r4 -NO_BUILD= yes +WRKSRC= ${WRKDIR}/smm5r0/Install.unix +USE_GMAKE= yes + +do-configure: + @echo "No configure needed" .include <bsd.port.mk> diff --git a/net/smm++/distinfo b/net/smm++/distinfo index 9ed4a584c181..8184c538848d 100644 --- a/net/smm++/distinfo +++ b/net/smm++/distinfo @@ -1 +1 @@ -MD5 (smm.tar.gz) = 1c111d028956823b9fc452629816ac2b +MD5 (smm.tar.gz) = 1e72be5953067303051e44eeb085e73d diff --git a/net/smm++/files/patch-Makefile b/net/smm++/files/patch-Makefile new file mode 100644 index 000000000000..288644e9fdb0 --- /dev/null +++ b/net/smm++/files/patch-Makefile @@ -0,0 +1,44 @@ +--- /home/edwin/smm5r0/Install.unix/Makefile Fri Jun 15 07:05:56 2001 ++++ Makefile Sun Jul 15 19:20:06 2001 +@@ -12,7 +12,7 @@ + # usual unix environment (if you have root access). + BIN=/usr/local/bin + SRC=/usr/local/lib/smm +-DOC=/usr/local/doc/smm ++DOC=/usr/local/share/doc/smm + + # --- If you don't have root access, you could choose to install + # SMM++ locally in your home directory. Therefore use the +@@ -60,6 +60,8 @@ + # this Makefile. If you can read Makefiles, feel free + # to do whatever you like. + ++all: smm ++ + smm: Makefile + @echo "--- Building startup file." + @if [ -z ${ITKWISH} ] ; then \ +@@ -89,9 +91,9 @@ + install-src: + @echo "--- Installing libraries to ${SRC}." + @install -d ${SRC} +- @cp -au ../sources/ ${SRC} +- @cp -au ../images/ ${SRC} +- @cp -au ../config/ ${SRC} ++ @cp -Rp ../sources ${SRC} ++ @cp -Rp ../images ${SRC} ++ @cp -Rp ../config ${SRC} + uninstall-src: + @echo "--- Uninstalling libraries from ${SRC}." + @rm -rf ${SRC} +@@ -100,8 +102,8 @@ + @echo " Documentation is installed in ${DOC}." + @echo " The html manual starts at file:${DOC}/man/index.html." + @install -d ${DOC} +- @cp -au ../docu/* ${DOC} +- @cp -au ../man/ ${DOC} ++ @cp -Rp ../docu/* ${DOC} ++ @cp -Rp ../man/ ${DOC} + uninstall-doc: + @echo "--- Uninstalling documentation from ${DOC}." + @rm -rf ${DOC} diff --git a/net/smm++/files/patch-a b/net/smm++/files/patch-a deleted file mode 100644 index c5980f421ed1..000000000000 --- a/net/smm++/files/patch-a +++ /dev/null @@ -1,68 +0,0 @@ ---- /usr/ports/games/smm++/work/smm4r4/bin/ia.tcl Fri Jan 28 08:28:57 2000 -+++ bin/ia.tcl Thu Nov 16 19:06:25 2000 -@@ -1,4 +1,4 @@ --#!/usr/bin/itkwish -+#!/usr/local/bin/itkwish - - proc a {} { - set c1 [clock seconds] ---- /usr/ports/games/smm++/work/smm4r4/bin/install.tcl Sun Dec 19 12:45:38 1999 -+++ bin/install.tcl Thu Nov 16 19:06:05 2000 -@@ -29,9 +29,9 @@ - - } - --set itkwish "/usr/bin/itkwish" -+set itkwish "/usr/local/bin/itkwish" - set userdir "\$env(HOME)/.smm" --set srcdir "/usr/local/smm3r3" -+set srcdir "/usr/local/smm++" - - iwidgets::entryfield .itkwish -labeltext "itkwish executable:" \ - -labelpos nw -textvariable itkwish \ ---- /usr/ports/games/smm++/work/smm4r4/bin/istest.tcl Fri Jan 28 06:51:26 2000 -+++ bin/istest.tcl Thu Nov 16 19:06:28 2000 -@@ -1,4 +1,4 @@ --#!/usr/bin/itkwish -+#!/usr/local/bin/itkwish - - proc a {} { - set CImagePath images ---- /usr/ports/games/smm++/work/smm4r4/bin/o.tcl Sat Dec 25 05:01:32 1999 -+++ bin/o.tcl Thu Nov 16 19:06:15 2000 -@@ -1,4 +1,4 @@ --#!/usr/bin/itkwish -+#!/usr/local/bin/itkwish - - package require Iwidgets 3.0 - -@@ -41,4 +41,4 @@ - } - set en [clock seconds] - --puts "[expr $en-$st] seconds -> [expr ($en.0-$st.0)/1000.0] turns/sec" -+puts "[expr $en-$st] seconds -> [expr ($en.0-$st.0)/1000.0] turns/sec" ---- /usr/ports/games/smm++/work/smm4r4/bin/ssmm Thu May 4 19:40:23 2000 -+++ bin/ssmm Thu Nov 16 19:06:12 2000 -@@ -1,4 +1,4 @@ --#!/usr/bin/itkwish -+#!/usr/local/bin/itkwish - # ### THIS IS MY PERSONAL STARTUPFILE, ################## - # ### SO DONT BOTHER ABOUT IT ######################### - # !!! and dont use it !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ---- /usr/ports/games/smm++/work/smm4r4/bin/sssm Thu May 4 19:40:29 2000 -+++ bin/sssm Thu Nov 16 19:06:19 2000 -@@ -1,4 +1,4 @@ --#!/usr/bin/itkwish -+#!/usr/local/bin/itkwish - # ### THIS IS MY PERSONAL STARTUPFILE, ################## - # ### SO DONT BOTHER ABOUT IT ######################### - # !!! and dont use it !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ---- /usr/ports/games/smm++/work/smm4r4/bin/tester.tcl Fri Dec 31 23:52:07 1999 -+++ bin/tester.tcl Thu Nov 16 19:06:21 2000 -@@ -1,4 +1,4 @@ --#!/usr/bin/itkwish -+#!/usr/local/bin/itkwish - - set SMMSRCPATH /home/issever/HOME/privat/programming/smm4r3 - lappend auto_path [file join $SMMSRCPATH sources] diff --git a/net/smm++/files/patch-b b/net/smm++/files/patch-b deleted file mode 100644 index cfce53fb69d5..000000000000 --- a/net/smm++/files/patch-b +++ /dev/null @@ -1,29 +0,0 @@ ---- /usr/ports/games/smm++/work/smm4r4/docu/INSTALL.unix Sun Dec 19 13:45:24 1999 -+++ docu/INSTALL.unix Thu Nov 16 19:07:29 2000 -@@ -99,7 +99,7 @@ - 'which itkwish' typed in in the shell gives you the answer, if - you dont know it already. Sometimes 'locate itkwish' may help, - if itkwish isnt along $PATH. -- e.g. /usr/bin/itkwish (default) -+ e.g. /usr/local/bin/itkwish (default) - - - From now on I'll explain the installation taking the default values -@@ -114,7 +114,7 @@ - to save diskspace. - 5. cd smmxxx - 6. now edit the file 'smm' -- a) first line: #!/usr/bin/itkwish -+ a) first line: #!/usr/local/bin/itkwish - put in here the right path to itkwish - b) line: set SMMPATH $env(HOME)/.smm - put in here the path, where the user data should be stored. -@@ -162,7 +162,7 @@ - everything should work OK. - - The first line in 'smm' should look like: --#!/usr/bin/itkwish -+#!/usr/local/bin/itkwish - - here the path /usr/bin may be wrong. - diff --git a/net/smm++/files/patch-c b/net/smm++/files/patch-c deleted file mode 100644 index f552662bab01..000000000000 --- a/net/smm++/files/patch-c +++ /dev/null @@ -1,17 +0,0 @@ ---- /usr/ports/games/smm++/work/smm4r4/smm Thu Nov 16 20:57:31 2000 -+++ smm Thu Nov 16 21:12:38 2000 -@@ -1,4 +1,4 @@ --#!/usr/bin/itkwish -+#!/usr/local/bin/itkwish - # --> you may have to edit the line above of this line - # !!! you may edit the path, BUT DO NOT remove the '#!' - # !!! the '#!' must be the FIRST CHARACTERS on -@@ -13,7 +13,7 @@ - set SMMPATH $env(HOME)/.smm - # - # The path to the smm sources --set SMMSRCPATH /usr/local/smm4r4 -+set SMMSRCPATH /usr/local/smm++ - # - # set SMMMAPWINDOW to 1, if you want the mapper in a separate window - # set SMMMAPWINDOW to 0, if you want the mapper to be integrated diff --git a/net/smm++/files/patch-d b/net/smm++/files/patch-d deleted file mode 100644 index b1e09d7b77dd..000000000000 --- a/net/smm++/files/patch-d +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile Thu Nov 16 21:16:06 2000 -+++ /usr/ports/games/smm++/work/smm4r4/Makefile Thu Nov 16 21:09:02 2000 -@@ -0,0 +1,5 @@ -+install: -+ mkdir /usr/local/smm++ -+ cp -r * /usr/local/smm++ -+ ln -fs /usr/local/smm++/smm /usr/local/bin/smm -+ diff --git a/net/smm++/files/patch-itk.sh b/net/smm++/files/patch-itk.sh new file mode 100644 index 000000000000..a946433884fb --- /dev/null +++ b/net/smm++/files/patch-itk.sh @@ -0,0 +1,46 @@ +--- ../../smm5r0/Install.unix/itk.sh Mon Mar 19 08:46:07 2001 ++++ itk.sh Sun Jul 15 17:01:08 2001 +@@ -1,32 +1,16 @@ + #!/bin/sh + + # all possible itkwish executables +-itkarray=(itkwish3.1 itkwish3 itkwish30 itkwish) ++itkarray="itkwish3.1 itkwish3 itkwish30 itkwish3.0 itkwish" + +-# $PATH exploded as an array +-explode=(`echo $PATH | sed 's/:/ /g'`) +- +-element_count=${#explode[@]} +-i=0 +-found=0 +-while [ $i -lt ${element_count} ] +-do +- second_count=${#itkarray[@]} +- x=0 +- while [ $x -lt ${second_count} ] +- do +- if [ -x ${explode[$i]}/${itkarray[$x]} ]; then +- smm=${explode[$i]}/${itkarray[$x]} +- found=1 +- break +- fi +- let "x=$x + 1" +- done +- let "i = $i + 1" ++set $itkarray ++while [ ! -z "$1" ]; do ++ smm=`which $1` ++ if [ $? -eq 0 ]; then ++ echo ${smm} ++ exit 0 ++ fi ++ shift + done +-if [ ${found} -eq 1 ] ; then +- echo ${smm} +- exit 0 +-else +- exit 1 +-fi ++ ++exit 1 diff --git a/net/smm++/pkg-plist b/net/smm++/pkg-plist index 04ef349c1453..80f754511514 100644 --- a/net/smm++/pkg-plist +++ b/net/smm++/pkg-plist @@ -1,379 +1,671 @@ bin/smm -smm++/bin/mkindex -smm++/bin/search -smm++/bin/search.tmp -smm++/bin/search.tmpo -smm++/bin/qsmm -smm++/bin/desaster -smm++/bin/install.tcl -smm++/bin/install.tcl.orig -smm++/bin/showy -smm++/bin/installSMM -smm++/bin/readjust -smm++/bin/ev.tcl -smm++/bin/ssmm -smm++/bin/ssmm.orig -smm++/bin/A_ATTENTION -smm++/bin/A_README -smm++/bin/A_DANGER -smm++/bin/count -smm++/bin/font -smm++/bin/optionmenu.itk -smm++/bin/mytoplevelusage.tcl -smm++/bin/o.tcl -smm++/bin/o.tcl.orig -smm++/bin/sssm -smm++/bin/sssm.orig -smm++/bin/clean -smm++/bin/o.c -smm++/bin/a.out -smm++/bin/tester.tcl -smm++/bin/tester.tcl.orig -smm++/bin/a.tcl -smm++/bin/ia.tcl -smm++/bin/ia.tcl.orig -smm++/bin/istest.tcl -smm++/bin/istest.tcl.orig -smm++/bin/stest.tcl -smm++/docu/GPL -smm++/docu/A_README -smm++/docu/INSTALL.unix -smm++/docu/INSTALL.unix.orig -smm++/docu/html/Licence.html -smm++/docu/html/ansi.html -smm++/docu/html/config.html -smm++/docu/html/gpl.html -smm++/docu/html/index.html -smm++/docu/html/mapping.html -smm++/docu/html/mudding.html -smm++/docu/html/mudsintro.html -smm++/docu/html/sysreq.html -smm++/docu/html/whytcltk.html -smm++/docu/html/mainwindow.gif -smm++/docu/html/epilog.html -smm++/docu/html/SMMheader.gif -smm++/docu/html/SMMruler.gif -smm++/docu/html/SMMPanel.gif -smm++/docu/html/SMMpanelText.gif -smm++/docu/html/SMMpanelText.jpg -smm++/docu/html/mud.jpg -smm++/docu/html/BG.jpg -smm++/docu/html/uif.html -smm++/docu/html/TUIF.jpg -smm++/docu/html/pics/uif/general.jpg -smm++/docu/html/pics/uif/zoom.jpg -smm++/docu/html/pics/uif/zif.jpg -smm++/docu/html/bindex.jpg -smm++/docu/html/TLicence.jpg -smm++/docu/html/commands.html -smm++/docu/html/BHomepage.jpg -smm++/docu/html/next.jpg -smm++/docu/html/prev.jpg -smm++/docu/html/TGStarted.jpg -smm++/docu/html/gstarted.html -smm++/docu/html/TMudsIntro.jpg -smm++/docu/html/TMudding.jpg -smm++/docu/html/TCommands.jpg -smm++/docu/html/muddingio.jpg -smm++/docu/html/TAnsiSupport.jpg -smm++/docu/html/TEpilog.jpg -smm++/docu/html/TMapping.jpg -smm++/docu/html/TSMMConfiguration.jpg -smm++/docu/html/TSysReq.jpg -smm++/docu/html/TWhyitcl.jpg -smm++/docu/html/manString.html -smm++/docu/html/manExpr.html -smm++/docu/html/TScriptfileEditor.jpg -smm++/docu/html/scriptfileeditor.html -smm++/docu/html/manRegexp.html -smm++/docu/html/TSMMHowto.jpg -smm++/docu/html/howto.html -smm++/docu/html/moreonmaps.html -smm++/docu/html/TSMMMaps.jpg -smm++/docu/INSTALL.win -smm++/docu/CHANGES -smm++/docu/MAILINGLIST -smm++/docu/TODO -smm++/docu/TROUBLESHOOTING -smm++/docu/ESC -smm++/docu/FEEDBACK -smm++/docu/INSTALL.mac -smm++/docu/REPORT_BUGS -smm++/docu/CUSTOMIZE_SMM -smm++/docu/SCRIPTS -smm++/docu/MAPS -smm++/docu/THANKS -smm++/docu/File_id.diz -smm++/images/bg_color_ontop/roads/sn.gif -smm++/images/bg_color_ontop/roads/en.gif -smm++/images/bg_color_ontop/roads/es.gif -smm++/images/bg_color_ontop/roads/esn.gif -smm++/images/bg_color_ontop/roads/we.gif -smm++/images/bg_color_ontop/roads/wen.gif -smm++/images/bg_color_ontop/roads/wes.gif -smm++/images/bg_color_ontop/roads/wesn.gif -smm++/images/bg_color_ontop/roads/wn.gif -smm++/images/bg_color_ontop/roads/ws.gif -smm++/images/bg_color_ontop/roads/wsn.gif -smm++/images/bg_color_ontop/walls/e.gif -smm++/images/bg_color_ontop/walls/n.gif -smm++/images/bg_color_ontop/walls/ne.gif -smm++/images/bg_color_ontop/walls/nw.gif -smm++/images/bg_color_ontop/walls/s.gif -smm++/images/bg_color_ontop/walls/se.gif -smm++/images/bg_color_ontop/walls/sw.gif -smm++/images/bg_color_ontop/walls/w.gif -smm++/images/bg_color_ontop/walls/zge.gif -smm++/images/bg_color_ontop/walls/zgn.gif -smm++/images/bg_color_ontop/walls/zgs.gif -smm++/images/bg_color_ontop/walls/zgw.gif -smm++/images/bg_color_ontop/buildings/inn.gif -smm++/images/bg_color_ontop/buildings/tower.gif -smm++/images/bg_color_ontop/buildings/jail.gif -smm++/images/bg_color_ontop/buildings/fountain.gif -smm++/images/bg_color_ontop/buildings/house.gif -smm++/images/bg_color_ontop/buildings/blacksmith.gif -smm++/images/bg_color_ontop/buildings/church.gif -smm++/images/stuff/beings/guard.gif -smm++/images/stuff/beings/person.gif -smm++/images/stuff/beings/pet.gif -smm++/images/stuff/books/book.gif -smm++/images/stuff/books/scroll.gif -smm++/images/stuff/equipment/armor.gif -smm++/images/stuff/equipment/magical_item.gif -smm++/images/stuff/equipment/money.gif -smm++/images/stuff/equipment/weapon.gif -smm++/images/stuff/furniture/rest.gif -smm++/images/stuff/furniture/trap.gif -smm++/images/stuff/misc/attention.gif -smm++/images/stuff/misc/cross.gif -smm++/images/stuff/misc/hidden.gif -smm++/images/stuff/misc/holy.gif -smm++/images/stuff/misc/quest_item.gif -smm++/images/stuff/misc/special.gif -smm++/images/stuff/misc/stuff.gif -smm++/images/stuff/misc/whirl.gif -smm++/images/stuff/provisions/food.gif -smm++/images/stuff/provisions/potion.gif -smm++/images/stuff/provisions/water.gif -smm++/images/system/bg/none.gif -smm++/images/system/exits/do.gif -smm++/images/system/exits/dx.gif -smm++/images/system/exits/uo.gif -smm++/images/system/exits/ux.gif -smm++/images/system/stuff/none.gif -smm++/images/system/buttons/cut.gif -smm++/images/system/buttons/click.gif -smm++/images/cursor/click.xbm -smm++/images/stuff_XL/ornaments/windrose.gif -smm++/images/stuff_XL/ornaments/scratches.gif -smm++/images/stuff_XL/ornaments/seadragon.gif -smm++/images/bg_bw_ontop/misc/deadend.gif -smm++/images/bg_bw_ontop/misc/def.gif -smm++/images/bg_bw_ontop/misc/room.gif -smm++/images/bg_bw_ontop/misc/room_big.gif -smm++/images/bg_bw_ontop/misc/def_small.gif -smm++/images/bg_bw_ontop/misc/pin.gif -smm++/images/bg_bw_ontop/misc/pin_big.gif -smm++/images/bg_bw_ontop/misc/shelves.gif -smm++/images/bg_bw_ontop/misc/desk.gif -smm++/images/bg_bw_ontop/misc/campfire.gif -smm++/images/bg_bw_ontop/misc/arena.gif -smm++/images/bg_bw_ontop/buildings/arches.gif -smm++/images/bg_bw_ontop/buildings/bank.gif -smm++/images/bg_bw_ontop/buildings/city_center-fountain.gif -smm++/images/bg_bw_ontop/buildings/city_center.gif -smm++/images/bg_bw_ontop/buildings/docks.gif -smm++/images/bg_bw_ontop/buildings/house.gif -smm++/images/bg_bw_ontop/buildings/inn.gif -smm++/images/bg_bw_ontop/buildings/shop.gif -smm++/images/bg_bw_ontop/buildings/tavern.gif -smm++/images/bg_bw_ontop/buildings/tower.gif -smm++/images/bg_bw_ontop/buildings/castle.gif -smm++/images/bg_bw_ontop/buildings/farm.gif -smm++/images/bg_bw_ontop/buildings/graveyard.gif -smm++/images/bg_bw_ontop/buildings/bridge.gif -smm++/images/bg_bw_ontop/buildings/mosque.gif -smm++/images/bg_bw_ontop/buildings/outpost.gif -smm++/images/bg_bw_ontop/buildings/temple.gif -smm++/images/bg_bw_ontop/buildings/tent.gif -smm++/images/bg_bw_ontop/buildings/tent_mongolian.gif -smm++/images/bg_bw_ontop/buildings/coloseum.gif -smm++/images/bg_bw_ontop/landscape/cave.gif -smm++/images/bg_bw_ontop/landscape/desert.gif -smm++/images/bg_bw_ontop/landscape/forest.gif -smm++/images/bg_bw_ontop/landscape/mountains.gif -smm++/images/bg_bw_ontop/landscape/outlands.gif -smm++/images/bg_bw_ontop/landscape/swamp.gif -smm++/images/bg_bw_ontop/landscape/town.gif -smm++/images/bg_bw_ontop/landscape/water.gif -smm++/images/bg_bw_ontop/landscape/winter_forest.gif -smm++/images/bg_bw_ontop/landscape/hills.gif -smm++/images/bg_bw_ontop/landscape/island.gif -smm++/images/bg_bw_ontop/landscape/high_mountains.gif -smm++/images/bg_bw_ontop/landscape/pool.gif -smm++/images/bg_bw_ontop/landscape/oasis.gif -smm++/images/bg_bw_ontop/landscape/mines.gif -smm++/images/bg_bw_ontop/walls/gate_e.gif -smm++/images/bg_bw_ontop/walls/gate_n.gif -smm++/images/bg_bw_ontop/walls/gate_ns.gif -smm++/images/bg_bw_ontop/walls/gate_s.gif -smm++/images/bg_bw_ontop/walls/gate_w.gif -smm++/images/bg_bw_ontop/walls/gate_we.gif -smm++/images/bg_bw_ontop/walls/wall_e.gif -smm++/images/bg_bw_ontop/walls/wall_n.gif -smm++/images/bg_bw_ontop/walls/wall_ne.gif -smm++/images/bg_bw_ontop/walls/wall_nw.gif -smm++/images/bg_bw_ontop/walls/wall_s.gif -smm++/images/bg_bw_ontop/walls/wall_se.gif -smm++/images/bg_bw_ontop/walls/wall_sw.gif -smm++/images/bg_bw_ontop/walls/wall_w.gif -smm++/images/bg_bw_below/underworld/tunnel.gif -smm++/images/bg_bw_below/underworld/cave.gif -smm++/images/bg_bw_below/underworld/solid_rock.gif -smm++/images/bg_bw_below/underworld/mines.gif -smm++/images/bg_bw_below/underworld/area.gif -smm++/images/bg_bw_below/underworld/shaft_down.gif -smm++/images/bg_bw_below/underworld/shaft_updown.gif -smm++/images/bg_bw_below/underworld/shaft_up.gif -smm++/images/bg_color_below/landscape/grass.gif -smm++/images/bg_color_below/landscape/water.gif -smm++/images/bg_color_below/landscape/mud.gif -smm++/images/bg_color_below/landscape/clovers.gif -smm++/images/bg_color_below/landscape/marble.gif -smm++/images/bg_color_below/landscape/mountains.gif -smm++/images/bg_color_below/landscape/terra.gif -smm++/images/bg_color_below/landscape/stone.gif -smm++/images/bg_color_below/landscape/stone2.gif -smm++/images/bg_color_below/landscape/mud2.gif -smm++/sources/tclIndex -smm++/sources/TMainUif.tcl -smm++/sources/TSession.tcl -smm++/sources/smm.tcl -smm++/sources/mapping/TBG.tcl -smm++/sources/mapping/TCoordinate.tcl -smm++/sources/mapping/TExit.tcl -smm++/sources/mapping/tclIndex -smm++/sources/mapping/TMud.tcl -smm++/sources/mapping/TMap.tcl -smm++/sources/mapping/TRoom.tcl -smm++/sources/mapping/TText.tcl -smm++/sources/mapping/TStuffList.tcl -smm++/sources/rsc/TFont.tcl -smm++/sources/rsc/tclIndex -smm++/sources/rsc/TColor.tcl -smm++/sources/rsc/TGUIManager.tcl -smm++/sources/rsc/TSecondaryWindow.tcl -smm++/sources/rsc/TInformer.tcl -smm++/sources/rsc/TFileSystemManager.tcl -smm++/sources/rsc/TCN.tcl -smm++/sources/rsc/TImage.tcl -smm++/sources/rsc/TLimitedFIFO.tcl -smm++/sources/rsc/minmax.tcl -smm++/sources/rsc/TNVContainer.tcl -smm++/sources/rsc/TESCParser.tcl -smm++/sources/rsc/THLinesConfig.tcl -smm++/sources/rsc/TLoadFeedback.tcl -smm++/sources/rsc/TMouseButtonConfig.tcl -smm++/sources/rsc/pqueue.tcl -smm++/sources/mudding/TMudder.tcl -smm++/sources/mudding/TVarManager.tcl -smm++/sources/mudding/TAliasManager.tcl -smm++/sources/mudding/TEntryX.tcl -smm++/sources/mudding/tclIndex -smm++/sources/mudding/TOutX.tcl -smm++/sources/mudding/TActionManager.tcl -smm++/sources/mudding/TSubstManager.tcl -smm++/sources/mudding/THighlightManager.tcl -smm++/sources/mudding/TCommandManager.tcl -smm++/sources/mudding/TTabManager.tcl -smm++/sources/mudding/TNotouchManager.tcl -smm++/sources/mudding/TButton.tcl -smm++/sources/mudding/TTicker.tcl -smm++/sources/editor/TConfigfileEditor.tcl -smm++/sources/editor/tclIndex -smm++/sources/editor/TConfigfileBuffer.tcl -smm++/sources/editor/TConfigfileSelectors.tcl -smm++/sources/editor/TConfigfileBufferManager.tcl -smm++/sources/editor/TClipboard.tcl -smm++/sources/error/TErrorLogger.tcl -smm++/sources/error/tclIndex -smm++/sources/c/tkAppInit.c -smm++/sources/c/Makefile -smm++/sources/itcl/iwidgets/generic/fontconfig.tcl -smm++/sources/itcl/iwidgets/generic/line.tcl -smm++/sources/itcl/iwidgets/generic/fontmanager.tcl -smm++/sources/itcl/iwidgets/generic/findreplacedialog.tcl -smm++/sources/itcl/iwidgets/generic/panedwindow.tcl -smm++/sources/itcl/iwidgets/generic/tclIndex -smm++/sources/itcl/iwidgets/generic/colormanager.tcl -smm++/sources/itcl/iwidgets/generic/labeledwidget.tcl -smm++/sources/itcl/iwidgets/generic/shell.tcl -smm++/sources/itcl/iwidgets/generic/dialogshell.tcl -smm++/sources/itcl/iwidgets/generic/texteddialog.tcl -smm++/sources/itcl/iwidgets/demos/load.tcl -smm++/sources/itcl/iwidgets/demos/fontconfig -smm++/sources/itcl/iwidgets/demos/fontmanager -smm++/sources/itcl/iwidgets/demos/line -smm++/sources/itcl/iwidgets/demos/colormanager -smm++/sources/itcl/iwidgets/demos/labeledwidget -smm++/sources/itcl/iwidgets/demos/shell -smm++/smm -smm++/smm.orig -smm++/Makefile -smm++/Makefile.orig -smm++/smm.itk -smm++/smm.ITkW -smm++/config/scripts/welcome -smm++/config/scripts/bags0 -smm++/config/scripts/automap0 -smm++/config/scripts/mapwalk0 -@dirrm smm++/bin -@dirrm smm++/docu/html/pics/uif -@dirrm smm++/docu/html/pics -@dirrm smm++/docu/html -@dirrm smm++/docu -@dirrm smm++/images/bg_color_ontop/roads -@dirrm smm++/images/bg_color_ontop/walls -@dirrm smm++/images/bg_color_ontop/buildings -@dirrm smm++/images/bg_color_ontop -@dirrm smm++/images/stuff/beings -@dirrm smm++/images/stuff/books -@dirrm smm++/images/stuff/equipment -@dirrm smm++/images/stuff/provisions -@dirrm smm++/images/stuff/furniture -@dirrm smm++/images/stuff/misc -@dirrm smm++/images/stuff -@dirrm smm++/images/system/bg -@dirrm smm++/images/system/exits -@dirrm smm++/images/system/stuff -@dirrm smm++/images/system/buttons -@dirrm smm++/images/system -@dirrm smm++/images/cursor -@dirrm smm++/images/stuff_XL/ornaments -@dirrm smm++/images/stuff_XL -@dirrm smm++/images/bg_bw_ontop/misc -@dirrm smm++/images/bg_bw_ontop/buildings -@dirrm smm++/images/bg_bw_ontop/landscape -@dirrm smm++/images/bg_bw_ontop/walls -@dirrm smm++/images/bg_bw_ontop -@dirrm smm++/images/bg_bw_below/underworld -@dirrm smm++/images/bg_bw_below -@dirrm smm++/images/bg_color_below/landscape -@dirrm smm++/images/bg_color_below -@dirrm smm++/images -@dirrm smm++/sources/mapping -@dirrm smm++/sources/rsc -@dirrm smm++/sources/mudding -@dirrm smm++/sources/editor -@dirrm smm++/sources/error -@dirrm smm++/sources/c -@dirrm smm++/sources/itcl/iwidgets/doc -@dirrm smm++/sources/itcl/iwidgets/generic -@dirrm smm++/sources/itcl/iwidgets/demos -@dirrm smm++/sources/itcl/iwidgets -@dirrm smm++/sources/itcl -@dirrm smm++/sources -@dirrm smm++/config/scripts -@dirrm smm++/config -@dirrm smm++ +lib/smm/sources/itcl/iwidgets/generic/texteddialog.tcl +lib/smm/sources/itcl/iwidgets/generic/line.tcl +lib/smm/sources/itcl/iwidgets/generic/fontmanager.tcl +lib/smm/sources/itcl/iwidgets/generic/findreplacedialog.tcl +lib/smm/sources/itcl/iwidgets/generic/panedwindow.tcl +lib/smm/sources/itcl/iwidgets/generic/tclIndex +lib/smm/sources/itcl/iwidgets/generic/colormanager.tcl +lib/smm/sources/itcl/iwidgets/generic/labeledwidget.tcl +lib/smm/sources/itcl/iwidgets/generic/shell.tcl +lib/smm/sources/itcl/iwidgets/generic/dialogshell.tcl +lib/smm/sources/itcl/iwidgets/generic/fontconfig.tcl +lib/smm/sources/itcl/iwidgets/demos/line +lib/smm/sources/itcl/iwidgets/demos/fontconfig +lib/smm/sources/itcl/iwidgets/demos/fontmanager +lib/smm/sources/itcl/iwidgets/demos/load.tcl +lib/smm/sources/itcl/iwidgets/demos/colormanager +lib/smm/sources/itcl/iwidgets/demos/labeledwidget +lib/smm/sources/itcl/iwidgets/demos/shell +lib/smm/sources/error/TErrorLogger.tcl +lib/smm/sources/error/tclIndex +lib/smm/sources/c/tkAppInit.c +lib/smm/sources/c/Makefile +lib/smm/sources/editor/TConfigfileEditor.tcl +lib/smm/sources/editor/tclIndex +lib/smm/sources/editor/TConfigfileBuffer.tcl +lib/smm/sources/editor/TConfigfileSelectors.tcl +lib/smm/sources/editor/TConfigfileBufferManager.tcl +lib/smm/sources/editor/TClipboard.tcl +lib/smm/sources/mapping/TStuffList.tcl +lib/smm/sources/mapping/TCoordinate.tcl +lib/smm/sources/mapping/TExit.tcl +lib/smm/sources/mapping/tclIndex +lib/smm/sources/mapping/TMud.tcl +lib/smm/sources/mapping/TMap.tcl +lib/smm/sources/mapping/TRoom.tcl +lib/smm/sources/mapping/TText.tcl +lib/smm/sources/mapping/TBG.tcl +lib/smm/sources/rsc/util.tcl +lib/smm/sources/rsc/tclIndex +lib/smm/sources/rsc/TColor.tcl +lib/smm/sources/rsc/TGUIManager.tcl +lib/smm/sources/rsc/TSecondaryWindow.tcl +lib/smm/sources/rsc/TInformer.tcl +lib/smm/sources/rsc/TFileSystemManager.tcl +lib/smm/sources/rsc/TCN.tcl +lib/smm/sources/rsc/TImage.tcl +lib/smm/sources/rsc/TLimitedFIFO.tcl +lib/smm/sources/rsc/minmax.tcl +lib/smm/sources/rsc/TNVContainer.tcl +lib/smm/sources/rsc/TESCParser.tcl +lib/smm/sources/rsc/THLinesConfig.tcl +lib/smm/sources/rsc/TLoadFeedback.tcl +lib/smm/sources/rsc/TMouseButtonConfig.tcl +lib/smm/sources/rsc/pqueue.tcl +lib/smm/sources/rsc/TFont.tcl +lib/smm/sources/mudding/tclIndex +lib/smm/sources/mudding/TTicker.tcl +lib/smm/sources/mudding/TEntryX.tcl +lib/smm/sources/mudding/TMudder.tcl +lib/smm/sources/mudding/TOutX.tcl +lib/smm/sources/mudding/TButton.tcl +lib/smm/sources/mudding/TTabManager.tcl +lib/smm/sources/TSession.tcl.flc +lib/smm/sources/TMainUif.tcl +lib/smm/sources/TSession.tcl +lib/smm/sources/smm.tcl +lib/smm/sources/tclIndex +lib/smm/images/stuff_XL/ornaments/windrose.gif +lib/smm/images/stuff_XL/ornaments/scratches.gif +lib/smm/images/stuff_XL/ornaments/seadragon.gif +lib/smm/images/stuff/beings/guard.gif +lib/smm/images/stuff/beings/person.gif +lib/smm/images/stuff/beings/pet.gif +lib/smm/images/stuff/books/book.gif +lib/smm/images/stuff/books/scroll.gif +lib/smm/images/stuff/equipment/armor.gif +lib/smm/images/stuff/equipment/magical_item.gif +lib/smm/images/stuff/equipment/money.gif +lib/smm/images/stuff/equipment/weapon.gif +lib/smm/images/stuff/furniture/rest.gif +lib/smm/images/stuff/furniture/trap.gif +lib/smm/images/stuff/misc/whirl.gif +lib/smm/images/stuff/misc/cross.gif +lib/smm/images/stuff/misc/hidden.gif +lib/smm/images/stuff/misc/holy.gif +lib/smm/images/stuff/misc/quest_item.gif +lib/smm/images/stuff/misc/special.gif +lib/smm/images/stuff/misc/stuff.gif +lib/smm/images/stuff/misc/attention.gif +lib/smm/images/stuff/provisions/food.gif +lib/smm/images/stuff/provisions/potion.gif +lib/smm/images/stuff/provisions/water.gif +lib/smm/images/system/bg/none.gif +lib/smm/images/system/exits/do.gif +lib/smm/images/system/exits/dx.gif +lib/smm/images/system/exits/uo.gif +lib/smm/images/system/exits/ux.gif +lib/smm/images/system/stuff/none.gif +lib/smm/images/system/buttons/cut.gif +lib/smm/images/system/buttons/click.gif +lib/smm/images/bg_color_ontop/roads/wsn.gif +lib/smm/images/bg_color_ontop/roads/en.gif +lib/smm/images/bg_color_ontop/roads/es.gif +lib/smm/images/bg_color_ontop/roads/esn.gif +lib/smm/images/bg_color_ontop/roads/we.gif +lib/smm/images/bg_color_ontop/roads/wen.gif +lib/smm/images/bg_color_ontop/roads/wes.gif +lib/smm/images/bg_color_ontop/roads/wesn.gif +lib/smm/images/bg_color_ontop/roads/wn.gif +lib/smm/images/bg_color_ontop/roads/ws.gif +lib/smm/images/bg_color_ontop/roads/sn.gif +lib/smm/images/bg_color_ontop/walls/zgw.gif +lib/smm/images/bg_color_ontop/walls/n.gif +lib/smm/images/bg_color_ontop/walls/ne.gif +lib/smm/images/bg_color_ontop/walls/nw.gif +lib/smm/images/bg_color_ontop/walls/s.gif +lib/smm/images/bg_color_ontop/walls/se.gif +lib/smm/images/bg_color_ontop/walls/sw.gif +lib/smm/images/bg_color_ontop/walls/w.gif +lib/smm/images/bg_color_ontop/walls/zge.gif +lib/smm/images/bg_color_ontop/walls/zgn.gif +lib/smm/images/bg_color_ontop/walls/zgs.gif +lib/smm/images/bg_color_ontop/walls/e.gif +lib/smm/images/bg_color_ontop/buildings/fountain.gif +lib/smm/images/bg_color_ontop/buildings/tower.gif +lib/smm/images/bg_color_ontop/buildings/jail.gif +lib/smm/images/bg_color_ontop/buildings/inn.gif +lib/smm/images/bg_color_ontop/buildings/house.gif +lib/smm/images/bg_color_ontop/buildings/blacksmith.gif +lib/smm/images/bg_color_ontop/buildings/church.gif +lib/smm/images/bg_bw_ontop/misc/arena.gif +lib/smm/images/bg_bw_ontop/misc/def.gif +lib/smm/images/bg_bw_ontop/misc/room.gif +lib/smm/images/bg_bw_ontop/misc/room_big.gif +lib/smm/images/bg_bw_ontop/misc/def_small.gif +lib/smm/images/bg_bw_ontop/misc/pin.gif +lib/smm/images/bg_bw_ontop/misc/pin_big.gif +lib/smm/images/bg_bw_ontop/misc/shelves.gif +lib/smm/images/bg_bw_ontop/misc/desk.gif +lib/smm/images/bg_bw_ontop/misc/campfire.gif +lib/smm/images/bg_bw_ontop/misc/deadend.gif +lib/smm/images/bg_bw_ontop/buildings/coloseum.gif +lib/smm/images/bg_bw_ontop/buildings/bank.gif +lib/smm/images/bg_bw_ontop/buildings/city_center-fountain.gif +lib/smm/images/bg_bw_ontop/buildings/city_center.gif +lib/smm/images/bg_bw_ontop/buildings/docks.gif +lib/smm/images/bg_bw_ontop/buildings/house.gif +lib/smm/images/bg_bw_ontop/buildings/inn.gif +lib/smm/images/bg_bw_ontop/buildings/shop.gif +lib/smm/images/bg_bw_ontop/buildings/tavern.gif +lib/smm/images/bg_bw_ontop/buildings/tower.gif +lib/smm/images/bg_bw_ontop/buildings/castle.gif +lib/smm/images/bg_bw_ontop/buildings/farm.gif +lib/smm/images/bg_bw_ontop/buildings/graveyard.gif +lib/smm/images/bg_bw_ontop/buildings/bridge.gif +lib/smm/images/bg_bw_ontop/buildings/mosque.gif +lib/smm/images/bg_bw_ontop/buildings/outpost.gif +lib/smm/images/bg_bw_ontop/buildings/temple.gif +lib/smm/images/bg_bw_ontop/buildings/tent.gif +lib/smm/images/bg_bw_ontop/buildings/tent_mongolian.gif +lib/smm/images/bg_bw_ontop/buildings/arches.gif +lib/smm/images/bg_bw_ontop/landscape/mines.gif +lib/smm/images/bg_bw_ontop/landscape/desert.gif +lib/smm/images/bg_bw_ontop/landscape/forest.gif +lib/smm/images/bg_bw_ontop/landscape/mountains.gif +lib/smm/images/bg_bw_ontop/landscape/outlands.gif +lib/smm/images/bg_bw_ontop/landscape/swamp.gif +lib/smm/images/bg_bw_ontop/landscape/town.gif +lib/smm/images/bg_bw_ontop/landscape/water.gif +lib/smm/images/bg_bw_ontop/landscape/winter_forest.gif +lib/smm/images/bg_bw_ontop/landscape/hills.gif +lib/smm/images/bg_bw_ontop/landscape/island.gif +lib/smm/images/bg_bw_ontop/landscape/high_mountains.gif +lib/smm/images/bg_bw_ontop/landscape/pool.gif +lib/smm/images/bg_bw_ontop/landscape/oasis.gif +lib/smm/images/bg_bw_ontop/landscape/cave.gif +lib/smm/images/bg_bw_ontop/walls/wall_w.gif +lib/smm/images/bg_bw_ontop/walls/gate_n.gif +lib/smm/images/bg_bw_ontop/walls/gate_ns.gif +lib/smm/images/bg_bw_ontop/walls/gate_s.gif +lib/smm/images/bg_bw_ontop/walls/gate_w.gif +lib/smm/images/bg_bw_ontop/walls/gate_we.gif +lib/smm/images/bg_bw_ontop/walls/wall_e.gif +lib/smm/images/bg_bw_ontop/walls/wall_n.gif +lib/smm/images/bg_bw_ontop/walls/wall_ne.gif +lib/smm/images/bg_bw_ontop/walls/wall_nw.gif +lib/smm/images/bg_bw_ontop/walls/wall_s.gif +lib/smm/images/bg_bw_ontop/walls/wall_se.gif +lib/smm/images/bg_bw_ontop/walls/wall_sw.gif +lib/smm/images/bg_bw_ontop/walls/gate_e.gif +lib/smm/images/bg_bw_below/underworld/shaft_up.gif +lib/smm/images/bg_bw_below/underworld/cave.gif +lib/smm/images/bg_bw_below/underworld/solid_rock.gif +lib/smm/images/bg_bw_below/underworld/mines.gif +lib/smm/images/bg_bw_below/underworld/area.gif +lib/smm/images/bg_bw_below/underworld/shaft_down.gif +lib/smm/images/bg_bw_below/underworld/shaft_updown.gif +lib/smm/images/bg_bw_below/underworld/tunnel.gif +lib/smm/images/bg_color_below/landscape/mud2.gif +lib/smm/images/bg_color_below/landscape/water.gif +lib/smm/images/bg_color_below/landscape/mud.gif +lib/smm/images/bg_color_below/landscape/clovers.gif +lib/smm/images/bg_color_below/landscape/marble.gif +lib/smm/images/bg_color_below/landscape/mountains.gif +lib/smm/images/bg_color_below/landscape/terra.gif +lib/smm/images/bg_color_below/landscape/stone.gif +lib/smm/images/bg_color_below/landscape/stone2.gif +lib/smm/images/bg_color_below/landscape/grass.gif +lib/smm/config/scripts/welcome +lib/smm/config/scripts/automap +lib/smm/config/scripts/util +lib/smm/config/scripts/alias +share/doc/smm/A_README +share/doc/smm/TROUBLESHOOTING +share/doc/smm/TODO +share/doc/smm/SCRIPTS +share/doc/smm/REPORT_BUGS +share/doc/smm/MAPS +share/doc/smm/MAILINGLIST +share/doc/smm/INSTALL +share/doc/smm/GPL +share/doc/smm/FEEDBACK +share/doc/smm/ESC +share/doc/smm/CUSTOMIZE_SMM +share/doc/smm/CHANGES +share/doc/smm/smm.ps +share/doc/smm/nav/scripting.html +share/doc/smm/nav/ansi.html +share/doc/smm/nav/smmcommands.html +share/doc/smm/nav/config.html +share/doc/smm/nav/epilog.html +share/doc/smm/nav/gstarted.html +share/doc/smm/nav/howto.html +share/doc/smm/nav/index.html +share/doc/smm/nav/mapping.html +share/doc/smm/nav/moreonmaps.html +share/doc/smm/nav/mudding.html +share/doc/smm/nav/mudsintro.html +share/doc/smm/nav/scriptfileeditor.html +share/doc/smm/nav/sysreq.html +share/doc/smm/nav/toc.html +share/doc/smm/nav/uif.html +share/doc/smm/nav/whytcltk.html +share/doc/smm/nav/tclcommands.html +share/doc/smm/nav/actions.html +share/doc/smm/nav/Licence.html +share/doc/smm/nonavb/epilog.html +share/doc/smm/nonavb/toc.html +share/doc/smm/nonavb/gstarted.html +share/doc/smm/nonavb/mudsintro.html +share/doc/smm/nonavb/ansi.html +share/doc/smm/nonavb/uif.html +share/doc/smm/nonavb/mudding.html +share/doc/smm/nonavb/actions.html +share/doc/smm/nonavb/tclcommands.html +share/doc/smm/nonavb/smmcommands.html +share/doc/smm/nonavb/mapping.html +share/doc/smm/nonavb/moreonmaps.html +share/doc/smm/nonavb/config.html +share/doc/smm/nonavb/scriptfileeditor.html +share/doc/smm/nonavb/scripting.html +share/doc/smm/nonavb/sysreq.html +share/doc/smm/nonavb/whytcltk.html +share/doc/smm/nonavb/Licence.html +share/doc/smm/nonavb/howto.html +share/doc/smm/nonavb/index.html +share/doc/smm/data/stylesheet/def.css +share/doc/smm/data/pics/uif/general.jpg +share/doc/smm/data/pics/uif/zoom.jpg +share/doc/smm/data/pics/uif/zif.jpg +share/doc/smm/data/pics/uif/muddingio.jpg +share/doc/smm/nonav/scripting.html +share/doc/smm/nonav/toc.html +share/doc/smm/nonav/gstarted.html +share/doc/smm/nonav/mudsintro.html +share/doc/smm/nonav/ansi.html +share/doc/smm/nonav/uif.html +share/doc/smm/nonav/mudding.html +share/doc/smm/nonav/mapping.html +share/doc/smm/nonav/moreonmaps.html +share/doc/smm/nonav/config.html +share/doc/smm/nonav/scriptfileeditor.html +share/doc/smm/nonav/sysreq.html +share/doc/smm/nonav/whytcltk.html +share/doc/smm/nonav/Licence.html +share/doc/smm/nonav/howto.html +share/doc/smm/nonav/epilog.html +share/doc/smm/nonav/tclcommands.html +share/doc/smm/nonav/smmcommands.html +share/doc/smm/nonav/actions.html +share/doc/smm/nonav/index.html +share/doc/smm/tcl8.0/Keywords/3.htm +share/doc/smm/tcl8.0/Keywords/A.htm +share/doc/smm/tcl8.0/Keywords/B.htm +share/doc/smm/tcl8.0/Keywords/C.htm +share/doc/smm/tcl8.0/Keywords/D.htm +share/doc/smm/tcl8.0/Keywords/E.htm +share/doc/smm/tcl8.0/Keywords/F.htm +share/doc/smm/tcl8.0/Keywords/G.htm +share/doc/smm/tcl8.0/Keywords/H.htm +share/doc/smm/tcl8.0/Keywords/I.htm +share/doc/smm/tcl8.0/Keywords/J.htm +share/doc/smm/tcl8.0/Keywords/K.htm +share/doc/smm/tcl8.0/Keywords/L.htm +share/doc/smm/tcl8.0/Keywords/M.htm +share/doc/smm/tcl8.0/Keywords/N.htm +share/doc/smm/tcl8.0/Keywords/O.htm +share/doc/smm/tcl8.0/Keywords/P.htm +share/doc/smm/tcl8.0/Keywords/Q.htm +share/doc/smm/tcl8.0/Keywords/R.htm +share/doc/smm/tcl8.0/Keywords/S.htm +share/doc/smm/tcl8.0/Keywords/T.htm +share/doc/smm/tcl8.0/Keywords/U.htm +share/doc/smm/tcl8.0/Keywords/V.htm +share/doc/smm/tcl8.0/Keywords/W.htm +share/doc/smm/tcl8.0/Keywords/X.htm +share/doc/smm/tcl8.0/Keywords/Y.htm +share/doc/smm/tcl8.0/Keywords/Z.htm +share/doc/smm/tcl8.0/Keywords/.htm +share/doc/smm/tcl8.0/Keywords/contents.htm +share/doc/smm/tcl8.0/UserCmd/contents.htm +share/doc/smm/tcl8.0/UserCmd/tclsh.htm +share/doc/smm/tcl8.0/UserCmd/wish.htm +share/doc/smm/tcl8.0/TclCmd/while.htm +share/doc/smm/tcl8.0/TclCmd/Tcl.htm +share/doc/smm/tcl8.0/TclCmd/after.htm +share/doc/smm/tcl8.0/TclCmd/append.htm +share/doc/smm/tcl8.0/TclCmd/array.htm +share/doc/smm/tcl8.0/TclCmd/bgerror.htm +share/doc/smm/tcl8.0/TclCmd/binary.htm +share/doc/smm/tcl8.0/TclCmd/break.htm +share/doc/smm/tcl8.0/TclCmd/catch.htm +share/doc/smm/tcl8.0/TclCmd/cd.htm +share/doc/smm/tcl8.0/TclCmd/clock.htm +share/doc/smm/tcl8.0/TclCmd/close.htm +share/doc/smm/tcl8.0/TclCmd/concat.htm +share/doc/smm/tcl8.0/TclCmd/continue.htm +share/doc/smm/tcl8.0/TclCmd/eof.htm +share/doc/smm/tcl8.0/TclCmd/error.htm +share/doc/smm/tcl8.0/TclCmd/eval.htm +share/doc/smm/tcl8.0/TclCmd/exec.htm +share/doc/smm/tcl8.0/TclCmd/exit.htm +share/doc/smm/tcl8.0/TclCmd/expr.htm +share/doc/smm/tcl8.0/TclCmd/fblocked.htm +share/doc/smm/tcl8.0/TclCmd/fconfigure.htm +share/doc/smm/tcl8.0/TclCmd/fcopy.htm +share/doc/smm/tcl8.0/TclCmd/file.htm +share/doc/smm/tcl8.0/TclCmd/fileevent.htm +share/doc/smm/tcl8.0/TclCmd/filename.htm +share/doc/smm/tcl8.0/TclCmd/flush.htm +share/doc/smm/tcl8.0/TclCmd/for.htm +share/doc/smm/tcl8.0/TclCmd/foreach.htm +share/doc/smm/tcl8.0/TclCmd/format.htm +share/doc/smm/tcl8.0/TclCmd/gets.htm +share/doc/smm/tcl8.0/TclCmd/glob.htm +share/doc/smm/tcl8.0/TclCmd/global.htm +share/doc/smm/tcl8.0/TclCmd/history.htm +share/doc/smm/tcl8.0/TclCmd/http.htm +share/doc/smm/tcl8.0/TclCmd/if.htm +share/doc/smm/tcl8.0/TclCmd/incr.htm +share/doc/smm/tcl8.0/TclCmd/info.htm +share/doc/smm/tcl8.0/TclCmd/interp.htm +share/doc/smm/tcl8.0/TclCmd/join.htm +share/doc/smm/tcl8.0/TclCmd/lappend.htm +share/doc/smm/tcl8.0/TclCmd/library.htm +share/doc/smm/tcl8.0/TclCmd/lindex.htm +share/doc/smm/tcl8.0/TclCmd/linsert.htm +share/doc/smm/tcl8.0/TclCmd/list.htm +share/doc/smm/tcl8.0/TclCmd/llength.htm +share/doc/smm/tcl8.0/TclCmd/load.htm +share/doc/smm/tcl8.0/TclCmd/lrange.htm +share/doc/smm/tcl8.0/TclCmd/lreplace.htm +share/doc/smm/tcl8.0/TclCmd/lsearch.htm +share/doc/smm/tcl8.0/TclCmd/lsort.htm +share/doc/smm/tcl8.0/TclCmd/namespace.htm +share/doc/smm/tcl8.0/TclCmd/open.htm +share/doc/smm/tcl8.0/TclCmd/package.htm +share/doc/smm/tcl8.0/TclCmd/pid.htm +share/doc/smm/tcl8.0/TclCmd/pkgMkIndex.htm +share/doc/smm/tcl8.0/TclCmd/proc.htm +share/doc/smm/tcl8.0/TclCmd/puts.htm +share/doc/smm/tcl8.0/TclCmd/pwd.htm +share/doc/smm/tcl8.0/TclCmd/read.htm +share/doc/smm/tcl8.0/TclCmd/regexp.htm +share/doc/smm/tcl8.0/TclCmd/registry.htm +share/doc/smm/tcl8.0/TclCmd/regsub.htm +share/doc/smm/tcl8.0/TclCmd/rename.htm +share/doc/smm/tcl8.0/TclCmd/resource.htm +share/doc/smm/tcl8.0/TclCmd/return.htm +share/doc/smm/tcl8.0/TclCmd/safe.htm +share/doc/smm/tcl8.0/TclCmd/scan.htm +share/doc/smm/tcl8.0/TclCmd/seek.htm +share/doc/smm/tcl8.0/TclCmd/set.htm +share/doc/smm/tcl8.0/TclCmd/socket.htm +share/doc/smm/tcl8.0/TclCmd/source.htm +share/doc/smm/tcl8.0/TclCmd/split.htm +share/doc/smm/tcl8.0/TclCmd/string.htm +share/doc/smm/tcl8.0/TclCmd/subst.htm +share/doc/smm/tcl8.0/TclCmd/switch.htm +share/doc/smm/tcl8.0/TclCmd/tclvars.htm +share/doc/smm/tcl8.0/TclCmd/tell.htm +share/doc/smm/tcl8.0/TclCmd/time.htm +share/doc/smm/tcl8.0/TclCmd/trace.htm +share/doc/smm/tcl8.0/TclCmd/unknown.htm +share/doc/smm/tcl8.0/TclCmd/unset.htm +share/doc/smm/tcl8.0/TclCmd/update.htm +share/doc/smm/tcl8.0/TclCmd/uplevel.htm +share/doc/smm/tcl8.0/TclCmd/upvar.htm +share/doc/smm/tcl8.0/TclCmd/variable.htm +share/doc/smm/tcl8.0/TclCmd/vwait.htm +share/doc/smm/tcl8.0/TclCmd/contents.htm +share/doc/smm/tcl8.0/TkCmd/winfo.htm +share/doc/smm/tcl8.0/TkCmd/options.htm +share/doc/smm/tcl8.0/TkCmd/bell.htm +share/doc/smm/tcl8.0/TkCmd/bind.htm +share/doc/smm/tcl8.0/TkCmd/bindtags.htm +share/doc/smm/tcl8.0/TkCmd/bitmap.htm +share/doc/smm/tcl8.0/TkCmd/button.htm +share/doc/smm/tcl8.0/TkCmd/canvas.htm +share/doc/smm/tcl8.0/TkCmd/checkbutton.htm +share/doc/smm/tcl8.0/TkCmd/chooseColor.htm +share/doc/smm/tcl8.0/TkCmd/clipboard.htm +share/doc/smm/tcl8.0/TkCmd/destroy.htm +share/doc/smm/tcl8.0/TkCmd/dialog.htm +share/doc/smm/tcl8.0/TkCmd/entry.htm +share/doc/smm/tcl8.0/TkCmd/event.htm +share/doc/smm/tcl8.0/TkCmd/focus.htm +share/doc/smm/tcl8.0/TkCmd/focusNext.htm +share/doc/smm/tcl8.0/TkCmd/font.htm +share/doc/smm/tcl8.0/TkCmd/frame.htm +share/doc/smm/tcl8.0/TkCmd/getOpenFile.htm +share/doc/smm/tcl8.0/TkCmd/grab.htm +share/doc/smm/tcl8.0/TkCmd/grid.htm +share/doc/smm/tcl8.0/TkCmd/image.htm +share/doc/smm/tcl8.0/TkCmd/label.htm +share/doc/smm/tcl8.0/TkCmd/listbox.htm +share/doc/smm/tcl8.0/TkCmd/loadTk.htm +share/doc/smm/tcl8.0/TkCmd/lower.htm +share/doc/smm/tcl8.0/TkCmd/menu.htm +share/doc/smm/tcl8.0/TkCmd/menubutton.htm +share/doc/smm/tcl8.0/TkCmd/message.htm +share/doc/smm/tcl8.0/TkCmd/messageBox.htm +share/doc/smm/tcl8.0/TkCmd/option.htm +share/doc/smm/tcl8.0/TkCmd/optionMenu.htm +share/doc/smm/tcl8.0/TkCmd/pack.htm +share/doc/smm/tcl8.0/TkCmd/palette.htm +share/doc/smm/tcl8.0/TkCmd/photo.htm +share/doc/smm/tcl8.0/TkCmd/place.htm +share/doc/smm/tcl8.0/TkCmd/popup.htm +share/doc/smm/tcl8.0/TkCmd/radiobutton.htm +share/doc/smm/tcl8.0/TkCmd/raise.htm +share/doc/smm/tcl8.0/TkCmd/scale.htm +share/doc/smm/tcl8.0/TkCmd/scrollbar.htm +share/doc/smm/tcl8.0/TkCmd/selection.htm +share/doc/smm/tcl8.0/TkCmd/send.htm +share/doc/smm/tcl8.0/TkCmd/text.htm +share/doc/smm/tcl8.0/TkCmd/tk.htm +share/doc/smm/tcl8.0/TkCmd/tkerror.htm +share/doc/smm/tcl8.0/TkCmd/tkvars.htm +share/doc/smm/tcl8.0/TkCmd/tkwait.htm +share/doc/smm/tcl8.0/TkCmd/wm.htm +share/doc/smm/tcl8.0/TkCmd/toplevel.htm +share/doc/smm/tcl8.0/TkCmd/contents.htm +share/doc/smm/tcl8.0/TclLib/WrongNumArgs.htm +share/doc/smm/tcl8.0/TclLib/AddErrInfo.htm +share/doc/smm/tcl8.0/TclLib/Alloc.htm +share/doc/smm/tcl8.0/TclLib/AllowExc.htm +share/doc/smm/tcl8.0/TclLib/AppInit.htm +share/doc/smm/tcl8.0/TclLib/AssocData.htm +share/doc/smm/tcl8.0/TclLib/Async.htm +share/doc/smm/tcl8.0/TclLib/BackgdErr.htm +share/doc/smm/tcl8.0/TclLib/Backslash.htm +share/doc/smm/tcl8.0/TclLib/BoolObj.htm +share/doc/smm/tcl8.0/TclLib/CallDel.htm +share/doc/smm/tcl8.0/TclLib/CmdCmplt.htm +share/doc/smm/tcl8.0/TclLib/Concat.htm +share/doc/smm/tcl8.0/TclLib/CrtChannel.htm +share/doc/smm/tcl8.0/TclLib/CrtChnlHdlr.htm +share/doc/smm/tcl8.0/TclLib/CrtCloseHdlr.htm +share/doc/smm/tcl8.0/TclLib/CrtCommand.htm +share/doc/smm/tcl8.0/TclLib/CrtFileHdlr.htm +share/doc/smm/tcl8.0/TclLib/CrtInterp.htm +share/doc/smm/tcl8.0/TclLib/CrtMathFnc.htm +share/doc/smm/tcl8.0/TclLib/CrtObjCmd.htm +share/doc/smm/tcl8.0/TclLib/CrtSlave.htm +share/doc/smm/tcl8.0/TclLib/CrtTimerHdlr.htm +share/doc/smm/tcl8.0/TclLib/CrtTrace.htm +share/doc/smm/tcl8.0/TclLib/DString.htm +share/doc/smm/tcl8.0/TclLib/DetachPids.htm +share/doc/smm/tcl8.0/TclLib/DoOneEvent.htm +share/doc/smm/tcl8.0/TclLib/DoWhenIdle.htm +share/doc/smm/tcl8.0/TclLib/DoubleObj.htm +share/doc/smm/tcl8.0/TclLib/Eval.htm +share/doc/smm/tcl8.0/TclLib/EvalObj.htm +share/doc/smm/tcl8.0/TclLib/Exit.htm +share/doc/smm/tcl8.0/TclLib/ExprLong.htm +share/doc/smm/tcl8.0/TclLib/ExprLongObj.htm +share/doc/smm/tcl8.0/TclLib/FindExec.htm +share/doc/smm/tcl8.0/TclLib/GetIndex.htm +share/doc/smm/tcl8.0/TclLib/GetInt.htm +share/doc/smm/tcl8.0/TclLib/GetOpnFl.htm +share/doc/smm/tcl8.0/TclLib/GetStdChan.htm +share/doc/smm/tcl8.0/TclLib/Hash.htm +share/doc/smm/tcl8.0/TclLib/IntObj.htm +share/doc/smm/tcl8.0/TclLib/Interp.htm +share/doc/smm/tcl8.0/TclLib/LinkVar.htm +share/doc/smm/tcl8.0/TclLib/ListObj.htm +share/doc/smm/tcl8.0/TclLib/Notifier.htm +share/doc/smm/tcl8.0/TclLib/ObjSetVar.htm +share/doc/smm/tcl8.0/TclLib/Object.htm +share/doc/smm/tcl8.0/TclLib/ObjectType.htm +share/doc/smm/tcl8.0/TclLib/OpenFileChnl.htm +share/doc/smm/tcl8.0/TclLib/OpenTcp.htm +share/doc/smm/tcl8.0/TclLib/PkgRequire.htm +share/doc/smm/tcl8.0/TclLib/Preserve.htm +share/doc/smm/tcl8.0/TclLib/PrintDbl.htm +share/doc/smm/tcl8.0/TclLib/RecEvalObj.htm +share/doc/smm/tcl8.0/TclLib/RecordEval.htm +share/doc/smm/tcl8.0/TclLib/RegExp.htm +share/doc/smm/tcl8.0/TclLib/SetErrno.htm +share/doc/smm/tcl8.0/TclLib/SetRecLmt.htm +share/doc/smm/tcl8.0/TclLib/SetResult.htm +share/doc/smm/tcl8.0/TclLib/SetVar.htm +share/doc/smm/tcl8.0/TclLib/Sleep.htm +share/doc/smm/tcl8.0/TclLib/SplitList.htm +share/doc/smm/tcl8.0/TclLib/SplitPath.htm +share/doc/smm/tcl8.0/TclLib/StaticPkg.htm +share/doc/smm/tcl8.0/TclLib/StrMatch.htm +share/doc/smm/tcl8.0/TclLib/StringObj.htm +share/doc/smm/tcl8.0/TclLib/Tcl_Main.htm +share/doc/smm/tcl8.0/TclLib/TraceVar.htm +share/doc/smm/tcl8.0/TclLib/Translate.htm +share/doc/smm/tcl8.0/TclLib/UpVar.htm +share/doc/smm/tcl8.0/TclLib/contents.htm +share/doc/smm/tcl8.0/TkLib/WindowId.htm +share/doc/smm/tcl8.0/TkLib/3DBorder.htm +share/doc/smm/tcl8.0/TkLib/BindTable.htm +share/doc/smm/tcl8.0/TkLib/CanvPsY.htm +share/doc/smm/tcl8.0/TkLib/CanvTkwin.htm +share/doc/smm/tcl8.0/TkLib/CanvTxtInfo.htm +share/doc/smm/tcl8.0/TkLib/Clipboard.htm +share/doc/smm/tcl8.0/TkLib/ClrSelect.htm +share/doc/smm/tcl8.0/TkLib/ConfigWidg.htm +share/doc/smm/tcl8.0/TkLib/ConfigWind.htm +share/doc/smm/tcl8.0/TkLib/CoordToWin.htm +share/doc/smm/tcl8.0/TkLib/CrtErrHdlr.htm +share/doc/smm/tcl8.0/TkLib/CrtGenHdlr.htm +share/doc/smm/tcl8.0/TkLib/CrtImgType.htm +share/doc/smm/tcl8.0/TkLib/CrtItemType.htm +share/doc/smm/tcl8.0/TkLib/CrtPhImgFmt.htm +share/doc/smm/tcl8.0/TkLib/CrtSelHdlr.htm +share/doc/smm/tcl8.0/TkLib/CrtWindow.htm +share/doc/smm/tcl8.0/TkLib/DeleteImg.htm +share/doc/smm/tcl8.0/TkLib/DrawFocHlt.htm +share/doc/smm/tcl8.0/TkLib/EventHndlr.htm +share/doc/smm/tcl8.0/TkLib/FindPhoto.htm +share/doc/smm/tcl8.0/TkLib/FontId.htm +share/doc/smm/tcl8.0/TkLib/FreeXId.htm +share/doc/smm/tcl8.0/TkLib/GeomReq.htm +share/doc/smm/tcl8.0/TkLib/GetAnchor.htm +share/doc/smm/tcl8.0/TkLib/GetBitmap.htm +share/doc/smm/tcl8.0/TkLib/GetCapStyl.htm +share/doc/smm/tcl8.0/TkLib/GetClrmap.htm +share/doc/smm/tcl8.0/TkLib/GetColor.htm +share/doc/smm/tcl8.0/TkLib/GetCursor.htm +share/doc/smm/tcl8.0/TkLib/GetFont.htm +share/doc/smm/tcl8.0/TkLib/GetGC.htm +share/doc/smm/tcl8.0/TkLib/GetImage.htm +share/doc/smm/tcl8.0/TkLib/GetJoinStl.htm +share/doc/smm/tcl8.0/TkLib/GetJustify.htm +share/doc/smm/tcl8.0/TkLib/GetOption.htm +share/doc/smm/tcl8.0/TkLib/GetPixels.htm +share/doc/smm/tcl8.0/TkLib/GetPixmap.htm +share/doc/smm/tcl8.0/TkLib/GetRelief.htm +share/doc/smm/tcl8.0/TkLib/GetRootCrd.htm +share/doc/smm/tcl8.0/TkLib/GetScroll.htm +share/doc/smm/tcl8.0/TkLib/GetSelect.htm +share/doc/smm/tcl8.0/TkLib/GetUid.htm +share/doc/smm/tcl8.0/TkLib/GetVRoot.htm +share/doc/smm/tcl8.0/TkLib/GetVisual.htm +share/doc/smm/tcl8.0/TkLib/HandleEvent.htm +share/doc/smm/tcl8.0/TkLib/IdToWindow.htm +share/doc/smm/tcl8.0/TkLib/ImgChanged.htm +share/doc/smm/tcl8.0/TkLib/InternAtom.htm +share/doc/smm/tcl8.0/TkLib/MainLoop.htm +share/doc/smm/tcl8.0/TkLib/MainWin.htm +share/doc/smm/tcl8.0/TkLib/MaintGeom.htm +share/doc/smm/tcl8.0/TkLib/ManageGeom.htm +share/doc/smm/tcl8.0/TkLib/MapWindow.htm +share/doc/smm/tcl8.0/TkLib/MeasureChar.htm +share/doc/smm/tcl8.0/TkLib/MoveToplev.htm +share/doc/smm/tcl8.0/TkLib/Name.htm +share/doc/smm/tcl8.0/TkLib/NameOfImg.htm +share/doc/smm/tcl8.0/TkLib/OwnSelect.htm +share/doc/smm/tcl8.0/TkLib/ParseArgv.htm +share/doc/smm/tcl8.0/TkLib/QWinEvent.htm +share/doc/smm/tcl8.0/TkLib/Restack.htm +share/doc/smm/tcl8.0/TkLib/RestrictEv.htm +share/doc/smm/tcl8.0/TkLib/SetAppName.htm +share/doc/smm/tcl8.0/TkLib/SetClass.htm +share/doc/smm/tcl8.0/TkLib/SetGrid.htm +share/doc/smm/tcl8.0/TkLib/SetVisual.htm +share/doc/smm/tcl8.0/TkLib/StrictMotif.htm +share/doc/smm/tcl8.0/TkLib/TextLayout.htm +share/doc/smm/tcl8.0/TkLib/Tk_Init.htm +share/doc/smm/tcl8.0/TkLib/Tk_Main.htm +share/doc/smm/tcl8.0/TkLib/contents.htm +share/doc/smm/tcl8.0/copyright.html +share/doc/smm/tcl8.0/contents.htm +share/doc/smm/gpl.html +share/doc/smm/index.html +@dirrm share/doc/smm/nav +@dirrm share/doc/smm/nonavb +@dirrm share/doc/smm/nonav +@dirrm share/doc/smm/tcl8.0/Keywords +@dirrm share/doc/smm/tcl8.0/UserCmd +@dirrm share/doc/smm/tcl8.0/TclCmd +@dirrm share/doc/smm/tcl8.0/TkCmd +@dirrm share/doc/smm/tcl8.0/TclLib +@dirrm share/doc/smm/tcl8.0/TkLib +@dirrm share/doc/smm/tcl8.0 +@dirrm share/doc/smm/data/stylesheet +@dirrm share/doc/smm/data/pics/uif +@dirrm share/doc/smm/data/pics +@dirrm share/doc/smm/data +@dirrm share/doc/smm +@dirrm lib/smm/sources/itcl/iwidgets/generic +@dirrm lib/smm/sources/itcl/iwidgets/doc +@dirrm lib/smm/sources/itcl/iwidgets/demos +@dirrm lib/smm/sources/itcl/iwidgets +@dirrm lib/smm/sources/itcl +@dirrm lib/smm/sources/error +@dirrm lib/smm/sources/c +@dirrm lib/smm/sources/editor +@dirrm lib/smm/sources/mapping +@dirrm lib/smm/sources/rsc +@dirrm lib/smm/sources/mudding +@dirrm lib/smm/sources +@dirrm lib/smm/images/cursor +@dirrm lib/smm/images/system/stuff +@dirrm lib/smm/images/system/buttons +@dirrm lib/smm/images/system/bg +@dirrm lib/smm/images/system/exits +@dirrm lib/smm/images/system +@dirrm lib/smm/images/stuff/provisions +@dirrm lib/smm/images/stuff/misc +@dirrm lib/smm/images/stuff/furniture +@dirrm lib/smm/images/stuff/equipment +@dirrm lib/smm/images/stuff/books +@dirrm lib/smm/images/stuff/beings +@dirrm lib/smm/images/stuff +@dirrm lib/smm/images/stuff_XL/ornaments +@dirrm lib/smm/images/stuff_XL +@dirrm lib/smm/images/bg_color_ontop/roads +@dirrm lib/smm/images/bg_color_ontop/walls +@dirrm lib/smm/images/bg_color_ontop/buildings +@dirrm lib/smm/images/bg_color_ontop +@dirrm lib/smm/images/bg_bw_ontop/misc +@dirrm lib/smm/images/bg_bw_ontop/buildings +@dirrm lib/smm/images/bg_bw_ontop/landscape +@dirrm lib/smm/images/bg_bw_ontop/walls +@dirrm lib/smm/images/bg_bw_ontop +@dirrm lib/smm/images/bg_bw_below/underworld +@dirrm lib/smm/images/bg_bw_below +@dirrm lib/smm/images/bg_color_below/landscape +@dirrm lib/smm/images/bg_color_below +@dirrm lib/smm/images +@dirrm lib/smm/config/scripts +@dirrm lib/smm/config +@dirrm lib/smm |