From 9d1a068beb5e0f43ab113a4e3c3f6102c5136905 Mon Sep 17 00:00:00 2001 From: mjl Date: Mon, 19 May 2003 12:16:51 +0000 Subject: Update p5-XML-DOM to 1.42 - Fixed bug where XML::DOM doesn't encode some characters in attribute values under Perl 5.8.0 - Added t/dom_encode.t test to check encoding on attribute values - Fixed warning message and use in XML::DOM::PerlSAX - included XML-Parser-2.31.patch, required for XML::Parser to work with 5.8.0 unicode - use utf8 in unicode test scripts, fixes 5.8.0 test failures NOTE - you should use the utf8 pragma in your programs if you are passing utf8 to XML::DOM. - only use encodeText for Perl < 5.6.0 - replace match w/ substitution in AttDef::new, workaround for 5.8.0 unicode - replace match w/ substitution in Default handler for non-paramter entity reference, workaround for 5.8.0 unicode - Fixed problem when defining user LWP object - Autodetect whether to 'use bytes' - Added dispose method to XML::DOM::Parser Synopsis - Fixed warning message in Attr.getValue method --- textproc/p5-XML-DOM/Makefile | 4 ++-- textproc/p5-XML-DOM/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc/p5-XML-DOM') diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index ce92fd9cde2..cd75106088c 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2002/10/27 20:49:00 seb Exp $ +# $NetBSD: Makefile,v 1.10 2003/05/19 12:16:51 mjl Exp $ # -DISTNAME= XML-DOM-1.39 +DISTNAME= XML-DOM-1.42 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xdo CATEGORIES= devel perl5 diff --git a/textproc/p5-XML-DOM/distinfo b/textproc/p5-XML-DOM/distinfo index 635a5ca61da..340ca31cb24 100644 --- a/textproc/p5-XML-DOM/distinfo +++ b/textproc/p5-XML-DOM/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2002/04/17 10:59:56 shell Exp $ +$NetBSD: distinfo,v 1.5 2003/05/19 12:16:51 mjl Exp $ -SHA1 (XML-DOM-1.39.tar.gz) = d6c4f014d82382cd4597f3498170f6e29aa8ac58 -Size (XML-DOM-1.39.tar.gz) = 114980 bytes +SHA1 (XML-DOM-1.42.tar.gz) = 093b3e02c5475c0d9b5cc7431a075101faa4283e +Size (XML-DOM-1.42.tar.gz) = 116617 bytes -- cgit v1.2.3