Commit graph

4 commits

Author SHA1 Message Date
dmcmahill
a0dfd2e4fb Pull in various tcl.m4 patches from the lang/tcl package. In particular
this makes the shared lib naming match what tcl uses with regards
to dots or no dots.  This includes fixes for older a.out netbsd systems
and several other OS's as well.
2005-04-05 01:42:46 +00:00
agc
475ab002d7 Add RMD160 digests 2005-02-24 09:03:05 +00:00
dmcmahill
cd0a43757f - fix up the patched makefiles a bit so that libtool libs are correctly
in the all target.  This prevents the libs from being created over and over.

- fix up the libitk.so library so that the itk part of this package
actually works.
2004-09-25 06:43:03 +00:00
dmcmahill
590b36720f import tcl-itcl-current-20040920. This is a snapshot from the [incr Tcl] CVS
repository.  They have not made a release in years but development
has continued.

The largest item of note is this version works with tcl-8.4.


[incr Tcl] provides the extra language support needed to build large Tcl/Tk
applications. It introduces the notion of objects, which act as building
blocks for an application. Each object is a bag of data with a set of
procedures or "methods" that are used to manipulate it. Objects are organized
into "classes" with identical characteristics, and classes can inherit
functionality from one another. This object-oriented paradigm adds another
level of organization on top of the basic variable/procedure elements, and
the resulting code is easier to understand and maintain.

This package is based on CVS sources for [incr Tcl].
2004-09-24 21:16:02 +00:00