Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-07 | Remove unused patches (after 3.4.1 update) | wiz | 6 | -329/+0 | |
2010-02-11 | Fix some issues where DESTDIR ended up included twice... | joerg | 2 | -6/+6 | |
2005-11-17 | Removed empty patch files. | rillig | 2 | -0/+0 | |
2005-11-04 | Regen patch-ah to make GNU patch happy. | minskim | 1 | -3/+3 | |
2005-10-26 | Update tcl-itcl to 3.2.1, a bug fix release. | minskim | 8 | -59/+22 | |
Also switch to Tcl/Tk 8.4. | |||||
2004-05-12 | - Rename tabset.n and watch.n to avoid conflicts with x11/blt. | minskim | 4 | -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-01 | Don't use the tcl or tk stub libraries. Thanks to Nick Hudson for pointing | jtb | 4 | -18/+102 | |
out the problem. | |||||
2001-02-23 | Initial import of tcl-itcl. Package submitted by Mark Davies | jtb | 8 | -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. |