From c555298c4b1566002b2e5ac7cb0a30bcdbf81110 Mon Sep 17 00:00:00 2001 From: rh Date: Wed, 1 Dec 1999 16:59:01 +0000 Subject: Update p5-HTML-Parser to 2.25. Changes include: * Allow ":" in attribute names as a workaround for Microsoft Excel 2000 which generates such files. * Make depreciate warning if netscape_buggy_comment() method is used. The method to use in strict_comment(). * Avoid duplication of parse_file() method in HTML::HeadParser. * $p->parse_file() will not close a handle passed to it any more. If passed a filename that can't be opened it will return undef instead of raising an exception, and strings like "*STDIN" are not treated as globs any more. * HTML::LinkExtor knowns about background attribute of . Patch by Clinton Wong * HTML::TokeParser will parse large inline strings much faster now. The string holding the document must not be changed during parsing. * Documentation updates. --- www/p5-HTML-Parser/Makefile | 4 ++-- www/p5-HTML-Parser/files/md5 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'www/p5-HTML-Parser') diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 4d620e8e78d..2d55bffccfb 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1999/04/15 20:39:48 tron Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/01 16:59:01 rh Exp $ # -PKGNAME= p5-HTML-Parser-2.22 +PKGNAME= p5-HTML-Parser-2.25 DISTNAME!= echo ${PKGNAME} | sed -e 's/^p5-//' CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} diff --git a/www/p5-HTML-Parser/files/md5 b/www/p5-HTML-Parser/files/md5 index 77c3cab87ba..dfd66194e24 100644 --- a/www/p5-HTML-Parser/files/md5 +++ b/www/p5-HTML-Parser/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/01/11 22:22:50 kim Exp $ +$NetBSD: md5,v 1.2 1999/12/01 16:59:01 rh Exp $ -MD5 (HTML-Parser-2.22.tar.gz) = 9567da99eeee12c8de10264fc45b0268 +MD5 (HTML-Parser-2.25.tar.gz) = 26b0b0b6fabedd85e04c795eb6bc79cc -- cgit v1.2.3