Path to this page:
./
x11/p5-Tk,
Perl5 interface to Tk
Branch: CURRENT,
Version: 804.035,
Package name: p5-Tk-804.035,
Maintainer: pkgsrc-usersThis 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.
Required to run:[
graphics/png] [
graphics/jpeg] [
lang/perl5]
Required to build:[
www/p5-HTML-Parser] [
pkgtools/x11-links] [
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 31b5fac38361049dda20e2fbd6d4ae044291f412
RMD160: cfc0989ba68ae717d8e7afb71ff6a22e18322eb5
Filesize: 6859.851 KB
Version history: (Expand)
- (2020-09-08) Updated to version: p5-Tk-804.035
- (2020-09-01) Updated to version: p5-Tk-804.034nb3
- (2019-08-11) Updated to version: p5-Tk-804.034nb2
- (2018-08-22) Updated to version: p5-Tk-804.034nb1
- (2017-09-04) Updated to version: p5-Tk-804.034
- (2017-06-05) Updated to version: p5-Tk-804.033nb3
CVS history: (Expand)
2020-09-07 22:58:27 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
p5-Tk: update to 804.035.
Tk-804.035 release (2020-03-28)
------------------
This is basically the same like Tk-804.034_501.
Tk-804.034_501 release (2020-03-19)
----------------------
Fixes
Add dummy rules for newer EUMM (RT #124910)
Try harder to find libpng on FreeBSD
Tk-804.034_500 release (2020-02-23)
----------------------
Fixes
Compiles again with perl 5.31.x (see also
github pull request #61 and https://github.com/Perl/perl5/issues/17024
by Karl Williamson). Now ppport.h is included in the
distribution.
Switch to X's locale handling if needed (Karl Williamson)
Don't use buttons 4 and 5 on non-X11 platforms
(Christopher Chavez)
Fix corner case in XPM handling (/* in colors section)
Spelling/grammar fixes in comments and code (Christopher Chavez)
Improved demo script photo1.pl (Christopher Chavez)
Documentation
Smaller Pod fixes (Slaven Rezic, Christopher Chavez)
Tests
travis-ci fixes
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |  |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-03-22 22:08:46 by Roland Illig | Files touched by this commit (1) |
Log message:
x11/p5-Tk: remove no-op SUBST block
The file does not contain the word LOCALBASE. It does contain the path
/usr/local twice though, but apparently no one cared. It might be a good
idea to add /usr/local to the list of forbidden paths (see
mk/check/check-wrkref.mk), but that would create a lot of work.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |  |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |  |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2017-09-04 14:45:33 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Updated p5-Tk to 804.034.
Tk-804.034 release (2017-08-26)
------------------
This is basically the same like Tk-804.033_500.
Tk-804.033_500 release (2017-08-20)
----------------------
Fixes
Fix aborts on OS X Sierra, introduced by latest clang/llvm
strcpy/strncpy (RT #121631, github pull request #28 by Mark Aufflick)
No special xOKp handling in Perl_Value (RT #121528)
Add freetype2 path on MacOSX / XQuartz to inc search paths
(github pull request #21 by Christoph Lamprecht)
Fix Tk::NoteBook's FindMenu (Martin Jacobs)
Documentation
Add Tk::getSaveFile Pod file (see also
github pull request #19)
Fix documentation about scrollbars
(github pull request #18 by asb-cpan)
Add openSUSE instructions to README.linux
(github pull request #25 by Tux)
Add documentation notes about "make -j"
Tests
New test for Tk::NoteBook.
t/Trace.t is using now Test::More
travis-ci improvements
Introduce CI testing on appveyor
|