diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-01 12:12:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-01 12:12:01 +0000 |
commit | 750e7cddeea4349288ee43eb95fe0b5f1f9fea09 (patch) | |
tree | c5736d876da9f2270948ab057692815f2aeb0232 /www | |
parent | 69ddb5f9c2e633ddec43818974bf19279f613355 (diff) | |
download | pkgsrc-750e7cddeea4349288ee43eb95fe0b5f1f9fea09.tar.gz |
Update to 3.26:
Avoid core dump in some cases where the callback croaks.
The perl_call_method and perl_call_sv needs G_EVAL flag
to be safe.
New parser attributes; 'attr_encoded' and 'case_sensitive'.
Contributed by Guy Albertelli II <guy@albertelli.com>.
HTML::Entities
- don't encode \r by default as suggested by Sean M. Burke.
HTML::HeadParser
- ignore empty http-equiv
- allow multiple <link> elements. Patch by
Timur I. Bakeyev <timur@gnu.org>
Avoid warnings from bleadperl on the uentities test.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Parser/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 35dea532c72..3fd8a8d2871 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2001/11/26 06:50:35 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2002/07/01 12:12:01 wiz Exp $ # -DISTNAME= HTML-Parser-3.25 +DISTNAME= HTML-Parser-3.26 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hpa CATEGORIES= www perl5 diff --git a/www/p5-HTML-Parser/distinfo b/www/p5-HTML-Parser/distinfo index 9ab6f2a5253..73b28589bff 100644 --- a/www/p5-HTML-Parser/distinfo +++ b/www/p5-HTML-Parser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/06/21 17:30:39 nra Exp $ +$NetBSD: distinfo,v 1.4 2002/07/01 12:12:01 wiz Exp $ -SHA1 (HTML-Parser-3.25.tar.gz) = 21eeb5837d39c6fa78405c3133aeb59e9eb1ab7e -Size (HTML-Parser-3.25.tar.gz) = 69289 bytes +SHA1 (HTML-Parser-3.26.tar.gz) = 2c92ecc2adb2f158274798521f6d186f464bd4ef +Size (HTML-Parser-3.26.tar.gz) = 70191 bytes SHA1 (patch-aa) = 6c3aecb398c078f9823c4f4ef0da34fedc84b6c1 |