diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-19 22:46:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-19 22:46:24 +0000 |
commit | 774d547449e0d2e45e84b7500cd891d728d9689f (patch) | |
tree | 1f9d1d4ba77cd844f8c87f9d412454b648219c35 /www | |
parent | acaea3df2a7520173667ee74346940cf38e497a3 (diff) | |
download | pkgsrc-774d547449e0d2e45e84b7500cd891d728d9689f.tar.gz |
Update to 3.54:
2006-04-28 Gisle Aas
Release 3.54
Yaakov Belch discovered yet another issue with <script> parsing.
Enabling of 'empty_element_tags' got the parser confused
if it found such a tag for elements that are normally parsed
in literal mode. Of these <script src="..."/> is the only
one likely to be found in documents.
<http://rt.cpan.org//Ticket/Display.html?id=18965>
2006-04-27 Gisle Aas
Release 3.53
When ignore_element was enabled it got confused if the
corresponding tags did not nest properly; the end tag
was treated it as if it was a start tag.
Found and fixed by Yaakov Belch
<http://rt.cpan.org/Ticket/Display.html?id=18936>
2006-04-26 Gisle Aas
Release 3.52
Make sure the 'start_document' fires exactly once for
each document parsed. For earlier releases it did not
fire at all for empty documents and could fire multiple
times if parse was called with empty chunks.
Documentation tweaks and typo fixes.
2006-03-22 Gisle Aas
Release 3.51
Named entities outside the Latin-1 range are now only expanded
when properly terminated with ";". This makes HTML::Parser
compatible with Firefox/Konqueror/MSIE when it comes to how these
entities are expanded in attribute values. Firefox does expand
unterminated non-Latin-1 entities in plain text, so here
HTML::Parser only stays compatible with Konqueror/MSIE.
Fixes <http://rt.cpan.org/Ticket/Display.html?id=17962>.
Fixed some documentation typos spotted by william at knowmad.com.
<http://rt.cpan.org/Ticket/Display.html?id=18062>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Parser/Makefile | 7 | ||||
-rw-r--r-- | www/p5-HTML-Parser/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile index 1f87eef68a6..4d8b11d0b58 100644 --- a/www/p5-HTML-Parser/Makefile +++ b/www/p5-HTML-Parser/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2006/03/04 21:31:02 jlam Exp $ +# $NetBSD: Makefile,v 1.38 2006/07/19 22:46:24 wiz Exp $ # -DISTNAME= HTML-Parser-3.50 +DISTNAME= HTML-Parser-3.54 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5hpa CATEGORIES= www perl5 @@ -12,7 +12,8 @@ HOMEPAGE= http://search.cpan.org/dist/HTML-Parser/ COMMENT= Perl5 module to parse HTML text documents DEPENDS+= p5-HTML-Tagset>=3.0:../../www/p5-HTML-Tagset -# needed for some self-test, but this would create a circular +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +# needed for HTTP/Headers self-test, but this would create a circular # dependency -- weird. #DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww diff --git a/www/p5-HTML-Parser/distinfo b/www/p5-HTML-Parser/distinfo index d1e32dc9367..851afda7b36 100644 --- a/www/p5-HTML-Parser/distinfo +++ b/www/p5-HTML-Parser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2006/02/16 14:24:00 gavan Exp $ +$NetBSD: distinfo,v 1.16 2006/07/19 22:46:24 wiz Exp $ -SHA1 (HTML-Parser-3.50.tar.gz) = 4db8ab84207bc46cd2a81a57e194465e11cd2dde -RMD160 (HTML-Parser-3.50.tar.gz) = 4a2256508816b7ed5572028b9ffc20de7256c013 -Size (HTML-Parser-3.50.tar.gz) = 83141 bytes +SHA1 (HTML-Parser-3.54.tar.gz) = 6640ed0db963607b909586d228bb9870863c5203 +RMD160 (HTML-Parser-3.54.tar.gz) = 1b5d3af68e8a2fde22f9c13fbdedf9b63e0abc1b +Size (HTML-Parser-3.54.tar.gz) = 84500 bytes |