./x11/tk, Graphical toolkit for TCL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.4.18nb1, Package name: tk-8.4.18nb1, Maintainer: pkgsrc-users

This package contains the binary release of Tk, a GUI toolkit for Tcl.

The best way to get started with Tcl is to read ``Tcl and the Tk
Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X
or ``Practical Programming in Tcl and Tk'' by Brent B. Welch,
Prentice Hall PTR, ISBN 0-13-616830-X.


Required to run:
[lang/tcl]

Required to build:
[pkgtools/x11-links] [devel/libtool-base]

Master sites: (Expand)

SHA1: c1032f3cacd40406065fc1f46ecd217f50329273
RMD160: 9c01ba85575a230231793a9885457c98046e41bb
Filesize: 3285.013 KB

Version history: (Expand)


CVS history: (Expand)


   2009-09-12 20:12:13 by Soren Jacobsen | Files touched by this commit (1)
Log message:
Add 'clean' to PRIVILEGED_STAGES.
   2009-08-20 17:25:01 by Jim Wise | Files touched by this commit (31)
Log message:
Give up maintainership of packages where I am still listed as MAINTAINER.
   2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-08-06 06:09:12 by David Sainty | Files touched by this commit (3) | Package updated
Log message:
Tk uses X event numbers to index an "event" array, as well as adding a \ 
few of
its own, starting with "VirtualEvent" (Which is correctly set to LASTEvent,
defined in include/X11/X.h).  In xproto-7.0.13, a new event \ 
"GenericEvent" was
added - making the defined array broken for all of Tk's internal events.

The easy fix is to just add in the missing event into the hard-coded array.

This patch was reported here: http://bugs.gentoo.org/show_bug.cgi?id=225999

A cleaner fix, but a much bigger patch, is listed in the Tk bug tracker.  I'm
punting that Tk will have been updated with the fix before X.h grows another
event.

http://sourceforge.net/tracker/index.ph … tid=112997

Bump PKGREVISION.
   2008-07-21 01:35:20 by Darrin B. Jewell | Files touched by this commit (3)
Log message:
include LDFLAGS when creating shared library.
This fixes build problems on darwin
   2008-04-07 17:14:10 by Blair Sadewitz | Files touched by this commit (3) | Package updated
Log message:
Update to version 8.4.18.  Way too many changes to list here--please
see ChangeLog.  Insofar as I can tell, all of the changes are bug fixes
(and some backports from HEAD for Darwin).
   2007-10-13 13:41:34 by Adam Ciarcinski | Files touched by this commit (6)
Log message:
Changes 8.4.16:
* Bug fixes
* Improvements