Subject: CVS commit: [pkgsrc-2003Q4] pkgsrc/www/p5-HTML-Parser
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 12/05/2003 17:22:45
Module Name:	pkgsrc
Committed By:	agc
Date:		Fri Dec  5 17:22:45 UTC 2003

Modified Files:
	pkgsrc/www/p5-HTML-Parser [pkgsrc-2003Q4]: Makefile distinfo

Log Message:
Pullup upgrade of p5-HTML-Parser to version 3.34 to the pkgsrc-2003Q4
branch, requested by Grant Beattie.

	Module Name:    pkgsrc
	Committed By:   grant
	Date:           Thu Nov 27 16:34:00 UTC 2003

	Modified Files:
		pkgsrc/www/p5-HTML-Parser: Makefile distinfo

	Log Message:
	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>
	     at <http://rt.cpan.org/Ticket/Display.html?id=3166>.

	     Various documentation tweaks.

	     Included another example program: hdump


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.22.2.1 pkgsrc/www/p5-HTML-Parser/Makefile
cvs rdiff -r1.6 -r1.6.2.1 pkgsrc/www/p5-HTML-Parser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.