summaryrefslogtreecommitdiff
path: root/x11/p5-Tk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-03-22 12:27:19 +0000
committerwiz <wiz@pkgsrc.org>2004-03-22 12:27:19 +0000
commit32f7584b9b7f1f295e4e787492b06b2a71607f32 (patch)
tree009c24b942441db07f3165d1abb120fe43757543 /x11/p5-Tk/Makefile
parent6f1192c68291b99066dc70f28e0085f907b45bfe (diff)
downloadpkgsrc-32f7584b9b7f1f295e4e787492b06b2a71607f32.tar.gz
Update to 804.026:
This a re-port of a perl interface to Tk8.4. C code is derived from Tcl/Tk8.4.5. It also includes all the C code parts of Tix8.1.4 from SourceForge. The perl code corresponding to Tix's Tcl code is not fully implemented. Perl API is essentially the same as Tk800 series Tk800.025 but has not been verified as compliant. There ARE differences see pod/804delta.pod. The goal of this release is Unicode support via perl's and core-tk's use of UTF-8. Tk804.026 builds and loads into a threaded perl but is NOT yet thread safe. This Tk804 is only likely to work with perl5.8.0 or later. Perl's UTF-8 support has improved since it was introduced in perl5.6.0. Some functions (regular expression match in Text widgets) are known to only work with perl5.8.1 and later There are a lot more tests in Tk804. Some notably t/entry.t and t/listbox.t very dependant on the available fonts and to a lesser extent the window manager used. (See below for a list of fails which can be "expected" even if nothing is really wrong.) Others t/JP.t and t/KR.t need oriental fonts and can take a long time to run on a machine with a lot of fonts but which lacks the glyphs tests are looking for.
Diffstat (limited to 'x11/p5-Tk/Makefile')
-rw-r--r--x11/p5-Tk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/p5-Tk/Makefile b/x11/p5-Tk/Makefile
index 356e4d44374..d33cef09828 100644
--- a/x11/p5-Tk/Makefile
+++ b/x11/p5-Tk/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2004/01/20 12:28:26 agc Exp $
+# $NetBSD: Makefile,v 1.36 2004/03/22 12:27:19 wiz Exp $
# FreeBSD Id: Makefile,v 1.14 1997/09/14 04:00:00 jfitz Exp
#
-DISTNAME= Tk-800.024
-PKGNAME= p5-Tk-800.024
+DISTNAME= Tk-804.026
+PKGNAME= p5-Tk-804.026
SVR4_PKGNAME= p5tk
CATEGORIES= x11 tk perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/}
@@ -14,9 +14,9 @@ COMMENT= Perl5 interface to Tk
BUILD_DEPENDS= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser
-WRKSRC= ${WRKDIR}/Tk800.024
USE_BUILDLINK2= YES
USE_X11= YES
+PERL5_REQD= 5.8
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Tk/.packlist
MAKE_PARAMS= X11=${X11BASE}