diff options
author | drochner <drochner@pkgsrc.org> | 2001-03-12 17:32:53 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2001-03-12 17:32:53 +0000 |
commit | 17ac01585426f2b80bc12928da8423cd8d6d806d (patch) | |
tree | e079ec41012f1b44d9f928853cbfbce2c46bc93c /www | |
parent | 93ff1e8e56f7e3a0c5bd7d6c5ccea9d6b10eb97a (diff) | |
download | pkgsrc-17ac01585426f2b80bc12928da8423cd8d6d806d.tar.gz |
update to 3.19 (3.13 isn't available on CPAN archives anymore)
Changes:
If a handler triggered by flushing text at eof called the
eof method then infinite recursion occurred. Fixed.
Bug discovered by Jonathan Stowe <gellyfish@gellyfish.com>.
Allow <!doctype ...> to be parsed as declaration.
HTML::TokeParser's get_tag() method now takes multiple
tags to match. Hopefully the documentation is also a bit clearer.
#define PERL_NO_GET_CONTEXT: Should speed up things for thread
enabled versions of perl.
Quote some more entities that also happens to be perl keywords.
This avoids warnings on perl-5.004.
Unicode entities only triggered for perl-5.7.0 or higher.
The unbroken_text option now works across ignored tags.
Fix casting of pointers on some 64 bit platforms.
Fix decoding of Unicode entities. Only optionally available for
perl-5.7.0 or better.
Expose internal decode_entities() function at the Perl level.
Reindented some code.
The 3.16 release broke MULTIPLICITY builds. Fixed.
There was a C++ style comment left in util.c. Strict C
compilers do not like that kind of stuff.
Avoid the entity2char global. That should make the module
more thread safe. Patch by Gurusamy Sarathy <gsar@ActiveState.com>.
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 86edf54cc4f..f5a6979a02b 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2001/02/17 17:22:23 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/03/12 17:32:53 drochner Exp $ # -DISTNAME= HTML-Parser-3.13 +DISTNAME= HTML-Parser-3.19 PKGNAME= p5-${DISTNAME} 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 72918a317dc..f44b34340bc 100644 --- a/www/p5-HTML-Parser/files/md5 +++ b/www/p5-HTML-Parser/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.5 2000/10/15 02:19:38 jlam Exp $ +$NetBSD: md5,v 1.6 2001/03/12 17:32:54 drochner Exp $ -MD5 (HTML-Parser-3.13.tar.gz) = 75a61c3207923774d028bebbadee35aa +SHA1 (HTML-Parser-3.19.tar.gz) = 95a85ae2e4ba571c35384a5c2b15eeb557789c21 |