summaryrefslogtreecommitdiffstats
path: root/libraries/itcl/slack-desc
diff options
context:
space:
mode:
author R. S. Ananda Murthy <rsamurti@gmail.com>2014-06-29 09:35:35 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-29 09:40:56 +0700
commit7b842dcb626ab1b812b86f3962cddf6fcc1a874a (patch)
tree5e62638a6f0b381a955e66341c3a9a1f5f2dfc67 /libraries/itcl/slack-desc
parentfa20e7f2a8ba730c41ff3368651a1995effae3ca (diff)
downloadslackbuilds-7b842dcb626ab1b812b86f3962cddf6fcc1a874a.tar.gz
slackbuilds-7b842dcb626ab1b812b86f3962cddf6fcc1a874a.tar.xz
libraries/itcl: New Maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/itcl/slack-desc')
-rw-r--r--libraries/itcl/slack-desc10
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/itcl/slack-desc b/libraries/itcl/slack-desc
index a604e794b3..ec3b413121 100644
--- a/libraries/itcl/slack-desc
+++ b/libraries/itcl/slack-desc
@@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
-itcl: itcl (object-oriented programming contructs to Tcl)
+itcl: itcl (Object-oriented Programming Contructs to Tcl)
itcl:
itcl: [incr Tcl] provides the extra language support needed to build large
itcl: Tcl/Tk applications. It introduces the notion of objects, which act as
itcl: building blocks for an application. Each object is a bag of data with
itcl: a set of procedures or "methods" that are used to manipulate it.
itcl: Objects are organized into "classes" with identical characteristics,
-itcl: and classes can inherit functionality from one another. This
-itcl: object-oriented paradigm adds another level of organization on top of
-itcl: the basic variable/procedure elements, and the resulting code is
-itcl: easier to understand and maintain.
+itcl: and classes can inherit functionality from one another.
+itcl:
+itcl: This package contains version 3.4 of itcl which is required by some
+itcl: programs.