Subject: CVS commit: pkgsrc/textproc/html2text
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 07/31/2003 02:49:54
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Thu Jul 31 02:49:54 UTC 2003

Modified Files:
	pkgsrc/textproc/html2text: DESCR Makefile distinfo
	pkgsrc/textproc/html2text/patches: patch-aa

Log Message:
Update to version 1.3.1, closing PR pkg/21342.  This version is now
licensed under the GPL, has a new home and the following changes:

Multiple-line DOCTYPE declarations are now accepted (HTMLControl.C:352).
------------------------------
Bad initialisation of "fd_" in "urlistream" fixed (urlistream.h), so that an
error message is printed if a remote document could not be retrieved.
------------------------------
A missing node now is interpreted as node '/' (urlistream.C).
------------------------------
Closing DIV, FORM and BLOCKQUOTE tags as well as the closing UL, OL and PRE
tags are now optional (HTMLParser.y), so that the program won't die any longer
if one of them is omited in the document.
------------------------------
Some dificulties with non-ASCII chars fixed (HTMLControl.C).
------------------------------
Colons in elements and attributes now are tolerated and elements are not any
longer implecitly closed at a newline (HTMLControl.C), in order to handly
MS-Word's HTML better.
------------------------------
We do not use '/dev/stdin' as file descriptor any longer (html2text.C and
urlistream.C), in order to make reading from STDIN finaly work.
------------------------------
Block elements are not enclosed in -implecit- Paragraphs any longer
(HTMLParser.y), in order to avoid superfluous newlines in the output.
------------------------------
Fixed segmentation fault on tables with "border" attribute: we now assume that
any TABLE has at least one row and one column (table.C).
------------------------------
Fixed format.C to avoid excessive runtime increment on parsing much nested
block elements.
------------------------------
Some changes in configure, Makefile.in and the documentation.
------------------------------

------------------------------
Ported to g++ version 3.0.
This uses the 'istream.h' header file from the g++3's 'backward' directory.
------------------------------
Bugfix: '-' did not work as synonym for STDIN.
------------------------------
Added support for the EURO-sign (well, almost).
------------------------------
Finaly the GNU GPL as new copyright terms for all parts of the program, after
GMRS agreed to change the program's license terms to it.
------------------------------

------------------------------
Fixed coredump when parsing empty <SCRIPT> or <STYLE> elements (HTMLControl.C).
------------------------------
New image handling: <IMG alt=""> does no longer return the value of the SRC
attribute nor "[]". Added new ~/.html2textrc options: IMG.replace.{all noalt}
and IMG.alt.{prefix suffix} with new defaults in pretty-style mode. Added
method for checking whether an attribut was set, even to a zero-value.
------------------------------
(New) Copyright terms for all changes we made since version 1.2.2.
------------------------------
Some minor changes in configure and html2text.C.
------------------------------
Updated the documentation.
------------------------------

------------------------------
Fixed segmention fault when parsing <H5> tags (typo in format.C).
------------------------------


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 pkgsrc/textproc/html2text/DESCR
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/html2text/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/html2text/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/textproc/html2text/patches/patch-aa

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