diff options
author | martti <martti@pkgsrc.org> | 2001-11-28 12:22:35 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-28 12:22:35 +0000 |
commit | cb382d1f23dcbc0921964c37524e1e374cb74a54 (patch) | |
tree | 9d3ca6b9b4ad5e842ebabe263e5a492bbecaf010 /x11/p5-Tk | |
parent | 4eea5940339c449919beab93323c07f15c8e9144 (diff) | |
download | pkgsrc-cb382d1f23dcbc0921964c37524e1e374cb74a54.tar.gz |
Updated to 800.023 (PR#14569 by Shell Hung)
Changes in Tk800.022
- Fixes for NoteBook and LabFrame
- Various tweaks for "compile" to flat script (tool not released yet)
- Doc patches
- Slaven's -offset fixes and associated need to change compiled-in defaults.
- Feature suggestions from the list.
Diffstat (limited to 'x11/p5-Tk')
-rw-r--r-- | x11/p5-Tk/DESCR | 3 | ||||
-rw-r--r-- | x11/p5-Tk/Makefile | 8 | ||||
-rw-r--r-- | x11/p5-Tk/distinfo | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/x11/p5-Tk/DESCR b/x11/p5-Tk/DESCR index 287d7aac67d..307282901dd 100644 --- a/x11/p5-Tk/DESCR +++ b/x11/p5-Tk/DESCR @@ -2,6 +2,3 @@ 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.022) requires perl5.005 or later on Win32 -and 5.004_04 or later on UNIX. diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile index e58be2e8ec9..452e78d65a3 100644 --- a/x11/p5-Tk/Makefile +++ b/x11/p5-Tk/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.26 2001/11/28 05:20:47 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2001/11/28 12:22:35 martti Exp $ # FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp # -DISTNAME= Tk800.022 -PKGNAME= p5-Tk-800.022 +DISTNAME= Tk800.023 +PKGNAME= p5-Tk-800.023 SVR4_PKGNAME= p5tk CATEGORIES= x11 tk perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/} -MAINTAINER= packages@netbsd.org +MAINTAINER= shell@shellhung.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Tk/pod/overview.html COMMENT= perl5 interface to Tk diff --git a/x11/p5-Tk/distinfo b/x11/p5-Tk/distinfo index 3750558d943..6c0a0cca2d6 100644 --- a/x11/p5-Tk/distinfo +++ b/x11/p5-Tk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/10/02 06:39:59 jlam Exp $ +$NetBSD: distinfo,v 1.4 2001/11/28 12:22:35 martti Exp $ -SHA1 (Tk800.022.tar.gz) = 0f80ed26d181cbe46ac274f0f8a5c1a313e9d9dd -Size (Tk800.022.tar.gz) = 3464312 bytes +SHA1 (Tk800.023.tar.gz) = 79325851198759fac362725aae76f9ac73cac808 +Size (Tk800.023.tar.gz) = 3478100 bytes SHA1 (patch-aa) = ad5b7a96006aa2c09a68c202a2e132b2c796dd8e SHA1 (patch-ab) = 9b01440c4035b71620e5a1e835e290f01b210f53 |