File: README

package info (click to toggle)
perl-tk 1%3A800.024-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 18,528 kB
  • ctags: 19,152
  • sloc: ansic: 206,767; perl: 40,255; makefile: 4,370; sh: 2,290; yacc: 762
file content (42 lines) | stat: -rw-r--r-- 1,592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Tk is a Graphical User Interface ToolKit.

Copyright (c) 1995-2002 Nick Ing-Simmons. All rights reserved.
This package is free software; you can redistribute it and/or
modify it under the same terms as Perl itself, with the exception
of all the files in the pTk sub-directory which have separate terms
derived from those of the orignal Tix4.1.0 or Tk8.0 sources. See doc/license.html
for details of this license.

Tk800.024 is mainly for compatibility with perl-5.7.3 and later
(various parts of perl's internals changed).

It has minimal changes from Tk800.023 apart from bug fixes.
For questions on this package try news:comp.lang.perl.tk or e-mail
to <ptk@lists.stanford.edu> or <nick@ing-simmons.net>

This a re-port of a perl interface to Tk8.0.5 (Scriptics's production release).

It also includes all the C code parts of Ioi Kim Lam's Tix4.1.0.006 release.
The perl code corresponding to Tix's Tcl code is not fully implemented.

This version (Tk800.024) requires perl5.005 or later on Win32
and 5.004_04 or later on UNIX.

This version also contains re-worked Image code based on tcl/tk Img extension
(version img1.2.3) by Jan Nijtmans: http://members1.chello.nl/~j.nijtmans/
Jan's "dash" patch is also merged.

Tk800.024 should build and run on Windows NT using Visual C++, Borland,
or with the MinGW-1.1 port of GCC with perl5.005 or later.
Can be built using ActiveState's binary distribution
(see README-ActiveState.txt).

I have not tried a Borland build recently.

Author has built against:

  Perl5.7.3
   Pentium Suse Linux-7.3 gcc-2.95.3
   Win2000, MinGW-1.1 (gcc-2.95.3)