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 Updated p5-HTML-Parser to 3.34.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63ac6745390a
branches:  trunk
changeset: 463813:63ac6745390a
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Nov 27 16:33:59 2003 +0000

description:
Updated p5-HTML-Parser to 3.34.

changes since 3.31:

     Release 3.34

     Fix segfault that happened when the parse callback caused
     the stack to get reallocated.  The original bug report was
     <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=217616>

     Release 3.33

     Perl 5.005 or better is now required.  For some reason we get
     a test failure with perl-5.004 and I don't really feel like
     debugging that perl any more.  Details about this failure can
     be found at <http://rt.cpan.org/Ticket/Display.html?id=4065>.

     New HTML::TokeParser method called 'get_phrase'.  It returns
     all current text while ignoring any phrase-level markup.

     The HTML::TokeParser method 'get_text' now expands skipped
     non-phrase-level tags as a single space.

     Release 3.32

     If the document parsed ended with some kind of unterminated markup,
     then the parser state was not reset properly and this piece of markup
     would show up in the beginning of the next document parsed.
     <http://rt.cpan.org/Ticket/Display.html?id=3954>

     The get_text and get_trimmed_text methods of HTML::TokeParser can
     now take multiple end tags as argument.  Patch by <siegmann%tinbergen.nl@localhost>
     at <http://rt.cpan.org/Ticket/Display.html?id=3166>.

     Various documentation tweaks.

     Included another example program: hdump

diffstat:

 www/p5-HTML-Parser/Makefile |  4 ++--
 www/p5-HTML-Parser/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 3215a419f9e5 -r 63ac6745390a www/p5-HTML-Parser/Makefile
--- a/www/p5-HTML-Parser/Makefile       Thu Nov 27 16:33:30 2003 +0000
+++ b/www/p5-HTML-Parser/Makefile       Thu Nov 27 16:33:59 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2003/08/25 00:00:08 heinz Exp $
+# $NetBSD: Makefile,v 1.23 2003/11/27 16:33:59 grant Exp $
 #
 
-DISTNAME=              HTML-Parser-3.31
+DISTNAME=              HTML-Parser-3.34
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5hpa
 CATEGORIES=            www perl5
diff -r 3215a419f9e5 -r 63ac6745390a www/p5-HTML-Parser/distinfo
--- a/www/p5-HTML-Parser/distinfo       Thu Nov 27 16:33:30 2003 +0000
+++ b/www/p5-HTML-Parser/distinfo       Thu Nov 27 16:33:59 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2003/08/25 00:00:09 heinz Exp $
+$NetBSD: distinfo,v 1.7 2003/11/27 16:34:00 grant Exp $
 
-SHA1 (HTML-Parser-3.31.tar.gz) = 85a88d3179e11e90dfb54b33a24b1e59fd161b57
-Size (HTML-Parser-3.31.tar.gz) = 73132 bytes
+SHA1 (HTML-Parser-3.34.tar.gz) = f3707502606d722e9caf27a2f8f50889e6433345
+Size (HTML-Parser-3.34.tar.gz) = 75193 bytes
 SHA1 (patch-aa) = 2db44b7ffb783264f0fd2db79449d1408745bcee



Home | Main Index | Thread Index | Old Index