diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-26 06:16:51 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-26 06:16:51 +0000 |
commit | d204cd348e5111a13eac2e716c9c04febf2b4f80 (patch) | |
tree | 7716fe27e48390cde6666749abb9719e56c19ec5 /net/smm++ | |
parent | 36b290d823100b357680d812d57f8e480803f806 (diff) | |
download | ports-d204cd348e5111a13eac2e716c9c04febf2b4f80.tar.gz ports-d204cd348e5111a13eac2e716c9c04febf2b4f80.zip |
Notes
Diffstat (limited to 'net/smm++')
-rw-r--r-- | net/smm++/Makefile | 23 | ||||
-rw-r--r-- | net/smm++/distinfo | 1 | ||||
-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++/pkg-comment | 1 | ||||
-rw-r--r-- | net/smm++/pkg-descr | 9 | ||||
-rw-r--r-- | net/smm++/pkg-plist | 379 |
9 files changed, 535 insertions, 0 deletions
diff --git a/net/smm++/Makefile b/net/smm++/Makefile new file mode 100644 index 000000000000..26aa8f04604a --- /dev/null +++ b/net/smm++/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: tcltutor +# Date created: 16 November 2000 +# Whom: Edwin Groothuis (mavetju@chello.nl) +# +# $FreeBSD$ +# + +PORTNAME= smm++ +PORTVERSION= 4r4 +CATEGORIES= net +MASTER_SITES= http://www.physik.uni-dortmund.de/~issevers/SMM++/downloads/ +DISTNAME= smm + +MAINTAINER= mavetju@chello.nl + +RUN_DEPENDS= ${LOCALBASE}/lib/iwidgets3.0.0/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets \ + ${LOCALBASE}/bin/itkwish:${PORTSDIR}/x11-toolkits/itk \ + ${LOCALBASE}/bin/itclsh:${PORTSDIR}/lang/itcl + +WRKSRC= ${WRKDIR}/smm4r4 +NO_BUILD= yes + +.include <bsd.port.mk> diff --git a/net/smm++/distinfo b/net/smm++/distinfo new file mode 100644 index 000000000000..9ed4a584c181 --- /dev/null +++ b/net/smm++/distinfo @@ -0,0 +1 @@ +MD5 (smm.tar.gz) = 1c111d028956823b9fc452629816ac2b diff --git a/net/smm++/files/patch-a b/net/smm++/files/patch-a new file mode 100644 index 000000000000..c5980f421ed1 --- /dev/null +++ b/net/smm++/files/patch-a @@ -0,0 +1,68 @@ +--- /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 new file mode 100644 index 000000000000..cfce53fb69d5 --- /dev/null +++ b/net/smm++/files/patch-b @@ -0,0 +1,29 @@ +--- /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 new file mode 100644 index 000000000000..f552662bab01 --- /dev/null +++ b/net/smm++/files/patch-c @@ -0,0 +1,17 @@ +--- /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 new file mode 100644 index 000000000000..b1e09d7b77dd --- /dev/null +++ b/net/smm++/files/patch-d @@ -0,0 +1,8 @@ +--- 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++/pkg-comment b/net/smm++/pkg-comment new file mode 100644 index 000000000000..1fc5f5b89027 --- /dev/null +++ b/net/smm++/pkg-comment @@ -0,0 +1 @@ +Graphical mudclient with mapper diff --git a/net/smm++/pkg-descr b/net/smm++/pkg-descr new file mode 100644 index 000000000000..dddc150daf70 --- /dev/null +++ b/net/smm++/pkg-descr @@ -0,0 +1,9 @@ +SMM++ is a MUD client with mapping functionality. You can just use +mapping or just mudding or both together. + +It is based on itcl , which itself depends on tcl/tk . itcl, tcl/tk +are free and standart programming languages. (If you need further +information, where to get itcl and/or tcl/tk, please drop me a +line.) + +http://www.physik.uni-dortmund.de/~issevers/SMM++/ diff --git a/net/smm++/pkg-plist b/net/smm++/pkg-plist new file mode 100644 index 000000000000..04ef349c1453 --- /dev/null +++ b/net/smm++/pkg-plist @@ -0,0 +1,379 @@ +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++ |