pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Parser Update to 3.54:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12cda5136eb2
branches:  trunk
changeset: 516372:12cda5136eb2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jul 19 22:46:24 2006 +0000

description:
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:

 www/p5-HTML-Parser/Makefile |  7 ++++---
 www/p5-HTML-Parser/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r b863d227d0e7 -r 12cda5136eb2 www/p5-HTML-Parser/Makefile
--- a/www/p5-HTML-Parser/Makefile       Wed Jul 19 22:45:40 2006 +0000
+++ b/www/p5-HTML-Parser/Makefile       Wed Jul 19 22:46:24 2006 +0000
@@ -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 @@
 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 -r b863d227d0e7 -r 12cda5136eb2 www/p5-HTML-Parser/distinfo
--- a/www/p5-HTML-Parser/distinfo       Wed Jul 19 22:45:40 2006 +0000
+++ b/www/p5-HTML-Parser/distinfo       Wed Jul 19 22:46:24 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index