Subject: CVS commit: pkgsrc/textproc/html2text
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 02/13/2004 14:43:18
Module Name:	pkgsrc
Committed By:	minskim
Date:		Fri Feb 13 14:43:18 UTC 2004

Modified Files:
	pkgsrc/textproc/html2text: Makefile distinfo

Log Message:
Update to 1.3.2.

Changes:
  - Added command line option '-ascii' for straight ascii output
  (instead of ISO-8859-1, which is the default). (html2text.C, sgml.C)
  - Implemented rendering of most SGML entities introduced in
  HTML-4. As a limitation, those entities not present in
  HTML-3.2/ISO-8859-1 will be recognized only if represented as "named
  entities" and not with thier numeric values, e.g. "&trade;" will be
  rendered, "&#8482;" won't. (html2text.C, sgml.C)
  - Element closing as done in XHTML (e.g. "<br />") is now tolerated.
  (HTMLControl.C)
  - The program now ignores the content of <SCRIPT> or <STYLE> elemts
  within TABLEs, even if it is not commented out. (HTMLParser.y)
  - Fixed urlistream.h (fd_ might be uninitialized). (urlistream.h)


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/textproc/html2text/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/textproc/html2text/distinfo

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