1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/itcl/itcl.desc
3 [COPY] Copyright (C) 2004 - 2022 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] Incremental TCL (TCL extension)
15 [T] incrTCL provides the extra language support needed to build large
16 [T] Tcl/Tk applications. It introduces the notion of objects, which act as
17 [T] building blocks for an application. Each object is a bag of data with
18 [T] a set of procedures or "methods" that are used to manipulate
19 [T] it. Objects are organized into "classes" with identical
20 [T] characteristics, and classes can inherit functionality from one
21 [T] another. This object-oriented paradigm adds another level of
22 [T] organization on top of the basic variable/procedure elements, and the
23 [T] resulting code is easier to understand and maintain.
25 [U] https://incrtcl.sourceforge.net/itcl/
27 [A] Lucent Technologies, Inc
28 [A] Cadence Design Systems, Inc.
29 [M] Juergen "George" Sawinski <jsaw@gmx.net>
36 [P] X -----5---9 801.000
38 [O] var_append confopt ' ' "--with-tcl=$libdir"
40 [D] a73b75c65b89493fbf16d5a043ffccb17e1d0caef0140d45793373b5 itcl4.0.4.tar.gz http://dl.sourceforge.net/sourceforge/incrtcl/