diff options
author | rh <rh@pkgsrc.org> | 1999-12-01 16:59:01 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-01 16:59:01 +0000 |
commit | c555298c4b1566002b2e5ac7cb0a30bcdbf81110 (patch) | |
tree | d9f8203c96cac8bc02821dab64eaae0424d0d60e /www | |
parent | 9a83e52a3e5f28f4861f0ef3682b46f4a9e1dbf3 (diff) | |
download | pkgsrc-c555298c4b1566002b2e5ac7cb0a30bcdbf81110.tar.gz |
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 <tables>.
Patch by Clinton Wong <clintdw@netcom.com>
* HTML::TokeParser will parse large inline strings much faster now.
The string holding the document must not be changed during parsing.
* Documentation updates.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Parser/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
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 |