You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.6 KiB
46 lines
1.6 KiB
18 years ago
|
|
||
|
[COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
[COPY]
|
||
|
[COPY] T2 SDE: package/.../itcl/itcl.desc
|
||
|
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
|
||
|
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf
|
||
|
[COPY]
|
||
|
[COPY] More information can be found in the files COPYING and README.
|
||
|
[COPY]
|
||
|
[COPY] This program is free software; you can redistribute it and/or modify
|
||
|
[COPY] it under the terms of the GNU General Public License as published by
|
||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
|
||
|
[COPY] GNU General Public License can be found in the file COPYING.
|
||
|
[COPY] --- T2-COPYRIGHT-NOTE-END ---
|
||
|
|
||
|
[I] Incremental TCL (TCL extension)
|
||
|
|
||
|
[T] incrTCL provides the extra language support needed to build large
|
||
|
[T] Tcl/Tk applications. It introduces the notion of objects, which act as
|
||
|
[T] building blocks for an application. Each object is a bag of data with
|
||
|
[T] a set of procedures or "methods" that are used to manipulate
|
||
|
[T] it. Objects are organized into "classes" with identical
|
||
|
[T] characteristics, and classes can inherit functionality from one
|
||
|
[T] another. This object-oriented paradigm adds another level of
|
||
|
[T] organization on top of the basic variable/procedure elements, and the
|
||
|
[T] resulting code is easier to understand and maintain.
|
||
|
|
||
|
[U] http://incrtcl.sourceforge.net/itcl/
|
||
|
|
||
|
[A] Lucent Technologies, Inc
|
||
|
[A] Cadence Design Systems, Inc.
|
||
|
|
||
|
[M] Juergen "George" Sawinski <jsaw@gmx.net>
|
||
|
|
||
|
[C] extra/development
|
||
|
|
||
|
[L] BSD
|
||
|
[S] Stable
|
||
|
[V] 3.3
|
||
|
[P] X -----5---9 801.000
|
||
|
|
||
|
[D] 633440389 itcl3.3.tar.gz http://dl.sourceforge.net/sourceforge/incrtcl/
|
||
|
|
||
|
[O] var_append confopt ' ' "--with-tcl=$libdir"
|