summaryrefslogtreecommitdiff
path: root/lang/tcl-itcl/patches
AgeCommit message (Collapse)AuthorFilesLines
2013-01-07Remove unused patches (after 3.4.1 update)wiz6-329/+0
2010-02-11Fix some issues where DESTDIR ended up included twice...joerg2-6/+6
2005-11-17Removed empty patch files.rillig2-0/+0
2005-11-04Regen patch-ah to make GNU patch happy.minskim1-3/+3
2005-10-26Update tcl-itcl to 3.2.1, a bug fix release.minskim8-59/+22
Also switch to Tcl/Tk 8.4.
2004-05-12- Rename tabset.n and watch.n to avoid conflicts with x11/blt.minskim4-21/+45
- Bl3ify. Tcl/Tk distfiles are not needed any more. Installed header files are used instead. - Enable pkgviews installation. Bump PKGREVISION due to PLIST changes.
2001-05-01Don't use the tcl or tk stub libraries. Thanks to Nick Hudson for pointingjtb4-18/+102
out the problem.
2001-02-23Initial import of tcl-itcl. Package submitted by Mark Daviesjtb8-0/+258
<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.