add a new book reference, the previous recommendation is getting

harder to find. from "antipsychic" on tech@ "with thanks to the
help of Mr. Ousterhout himself".

ok landry
This commit is contained in:
sthen 2007-12-11 11:18:05 +00:00
parent 5759613568
commit 07695f9b91
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2007/09/16 00:27:06 merdely Exp $
# $OpenBSD: Makefile,v 1.20 2007/12/11 11:18:05 sthen Exp $
# Uses pthreads (can but does not at the moment)
COMMENT= Tool Command Language
@ -6,7 +6,7 @@ COMMENT= Tool Command Language
VERSION= 8.4.7
DISTNAME= tcl${VERSION}-src
PKGNAME= tcl-${VERSION}p5
PKGNAME= tcl-${VERSION}p6
SHARED_LIBS= tcl84 1.0
CATEGORIES= lang lang/tcl
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tcl/}

View File

@ -6,7 +6,9 @@ manipulation, and regular expression support.
A rich set of extensions to the language are available, as well.
The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit, 4th ed'' by John K. Ousterhout, Addison-Wesley, ISBN 0-13-038560-3.
The best way to get started with Tcl is to read ``Practical Programming in
TCL and Tk, 4th Edition'' by Brent Welch and Ken Jones, Prentice Hall PTR,
ISBN 0-13-038560-3. There's also the collectable ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-20-163337-X.
A full set of manual pages is also provided with this package.