NOTICE: This package has been removed from pkgsrc

./lang/tcl83, Ousterhout\s Tool Command Language, a scripting language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 8.3.4nb2, Package name: tcl-8.3.4nb2, Maintainer: pkgsrc-users

This package contains Tcl, John Osterhout's Tool Command Language, an
exceedingly simple language great for general scripting and for
embedding in other programs.

The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X
or ``Practical Programming in Tcl and Tk'' by Brent B. Welch,
Prentice Hall PTR, ISBN 0-13-616830-X.


Required to build:
[devel/libtool-base]

Master sites:

SHA1: b179f1f51b322b7045cf152b73df4f3d01da82ec
RMD160: 1840927939f9bbc4c48a53f256212f26c164e517
Filesize: 2592.535 KB

Version history: (Expand)


CVS history: (Expand)


   2010-02-10 19:17:11 by Joerg Sonnenberger | Files touched by this commit (11) | Package removed
Log message:
Retire TCL 8.3
   2009-12-17 19:35:27 by David Brownlee | Files touched by this commit (8)
Log message:
PKG_DESTDIR_SUPPORT
   2009-08-20 17:25:01 by Jim Wise | Files touched by this commit (31)
Log message:
Give up maintainership of packages where I am still listed as MAINTAINER.
   2009-07-17 01:00:01 by Zafer Aydogan | Files touched by this commit (1)
Log message:
remove mirror tuwien. tcl has been removed from there a month ago.
   2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167)
Log message:
Remove @dirrm entries from PLISTs
   2009-04-30 22:32:41 by Zafer Aydogan | Files touched by this commit (1)
Log message:
no distfile on mpg.de. master site removed.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2007-12-02 12:17:55 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove Ex-MASTER_SITE. From Zafer Aydogan.