diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-01-05 17:26:22 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-01-05 17:26:22 +0000 |
commit | 384a31cc98a6d31cdc25d4a613d220b30b231b9b (patch) | |
tree | b9568899c327aa888018ebc365b3bd14e51c1a04 /lang/tcltutor/files | |
parent | Upgrade to 3.23.30. (diff) |
Add tcltutor 2.b.4, a Tcl/Tk based tutorial for Tcl.
PR: 22776
Submitted by: Edwin Groothuis (mavetju@chello.nl)
Notes
Notes:
svn path=/head/; revision=36827
Diffstat (limited to 'lang/tcltutor/files')
-rw-r--r-- | lang/tcltutor/files/patch-aa | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/lang/tcltutor/files/patch-aa b/lang/tcltutor/files/patch-aa new file mode 100644 index 000000000000..8ea5f13547bb --- /dev/null +++ b/lang/tcltutor/files/patch-aa @@ -0,0 +1,40 @@ +--- ../TclTutor/Makefile Sat Nov 11 23:11:44 2000 ++++ Makefile Sat Nov 11 23:37:04 2000 +@@ -0,0 +1,8 @@ ++# ++# Fake makefile to copy everything into the right directory. ++# ++ ++install: ++ mkdir -p /usr/local/share/doc/TclTutor ++ install -c -g wheel -o root -m 0644 *.lsn *.cfg /usr/local/share/doc/TclTutor ++ install -c -g wheel -o root -m 0755 scaler.tcl htmllib.tcl TclTutor.tcl /usr/local/bin +--- ../TclTutor/TclTutor.tcl Tue May 9 02:50:40 2000 ++++ TclTutor.tcl Sat Nov 11 22:58:07 2000 +@@ -1,6 +1,6 @@ + #!/bin/sh + # \ +-exec wish "$0" "$@" ++exec wish8.2 "$0" "$@" + + ;# NAME: TclTutor.tcl + ;# AUTHOR: Clif Flynt +@@ -214,6 +214,8 @@ + set Tutor(Tcl.lessonFile) "G:/TCL_STUFF/TclTutor/TclTutor/Tcl0.lsn" + } + ++set Tutor(lessonHome) "/usr/local/share/doc/TclTutor/" ++set Tutor(Tcl.lessonFile) "Tcl0.lsn" + + # Initialize the various state indices. + +--- ../TclTutor/htmllib.tcl Tue May 9 02:50:39 2000 ++++ htmllib.tcl Sat Nov 11 22:17:29 2000 +@@ -1,6 +1,6 @@ + #!/bin/sh + # \ +-exec wish "$0" ${1+"$@"} ++exec wish8.2 "$0" ${1+"$@"} + + # CONFIGURATION DETAIL: SET THIS FOR YOUR IMAGE VIEWER: + # (xli, xv, ee, etc) |