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++/files | |
parent | Add spambnc 111500, a set of procmail recipes to help filter spam. (diff) |
Add smm++ 4r4, a MUD client with a mapping functionality based on itcl.
PR: 22903
Submitted by: Edwin Groothuis <mavetju@chello.nl>
Diffstat (limited to 'net/smm++/files')
-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 |
4 files changed, 122 insertions, 0 deletions
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 ++ |