Commit graph

7 commits

Author SHA1 Message Date
joerg
1b32ea62ee Fix some issues where DESTDIR ended up included twice... 2010-02-11 13:44:02 +00:00
rillig
2192cfc7ee Removed empty patch files. 2005-11-17 23:43:04 +00:00
minskim
76369128ea Regen patch-ah to make GNU patch happy. 2005-11-04 16:35:58 +00:00
minskim
93b4773586 Update tcl-itcl to 3.2.1, a bug fix release.
Also switch to Tcl/Tk 8.4.
2005-10-26 04:22:38 +00:00
minskim
56ae0654ac - Rename tabset.n and watch.n to avoid conflicts with x11/blt.
- Bl3ify.
   Tcl/Tk distfiles are not needed any more.  Installed header files are
   used instead.
- Enable pkgviews installation.

Bump PKGREVISION due to PLIST changes.
2004-05-12 23:38:35 +00:00
jtb
566ee20aa2 Don't use the tcl or tk stub libraries. Thanks to Nick Hudson for pointing
out the problem.
2001-05-01 16:13:53 +00:00
jtb
2973df2fb0 Initial import of tcl-itcl. Package submitted by Mark Davies
<mark@MCS.VUW.AC.NZ> in PR pkg/12060. Some minor adjustments by me.

[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.
2001-02-23 20:36:24 +00:00