* updated krdc (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / develop / itcl / itcl.desc
blobf516850c5c9451f81b3915759da2680958c5dc4d
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/itcl/itcl.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project
5 [COPY] 
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
8 [COPY] 
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] http://incrtcl.sourceforge.net/itcl/
27 [A] Lucent Technologies, Inc
28 [A] Cadence Design Systems, Inc.
30 [M] Juergen "George" Sawinski <jsaw@gmx.net>
32 [C] extra/development
34 [L] BSD
35 [S] Stable
36 [V] 3.3
37 [P] X -----5---9 801.000
39 [D] 44d92a9c327280cf0bc13a254ae9d026d9889900477b2d773c4e73fa itcl3.3.tar.gz http://dl.sourceforge.net/sourceforge/incrtcl/
41 [O] var_append confopt ' ' "--with-tcl=$libdir"