Subject: CVS commit: pkgsrc/textproc/html2text
From: Min Sik Kim
Date: 2004-02-13 15:43:18
Message id: 20040213144318.5D2E42DA1D@cvs.netbsd.org

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. "™" \ 
will be
  rendered, "™" 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)

Files:
RevisionActionfile
1.6modifypkgsrc/textproc/html2text/Makefile
1.5modifypkgsrc/textproc/html2text/distinfo