summaryrefslogtreecommitdiff
path: root/textproc/html2text
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07user-destdir supportjoerg1-4/+6
2008-01-03This pacakge also available via SUNSITE,obache1-3/+4
noticed by Zafer Aydogan in private mail. Also change HOMEPAGE and orignal MASTER_SITE to new location.
2006-11-12Fixed PKGMANDIR.rillig1-4/+4
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-2/+2
PKGSRC_USE_TOOLS go away. There is now only a single USE_TOOLS variable that specifies all of the tools we need to build/run the package.
2005-06-17Create directories before installing files into them.jlam1-1/+2
2005-05-15Note where gzip or gunzip is required by the package since it isn'tjlam1-1/+2
required by default any longer in bsd.pkg.mk under the new tools framework.
2005-03-28Needs gcc3 (for istream). Closes PR 29810.wiz1-1/+2
2005-03-24Changes 1.3.2a:adam4-52/+39
* Compatible with modern compilers
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-02-13Update to 1.3.2.minskim2-6/+6
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)
2004-01-11Make this compile with gcc-3.3. Fixes problem seen in agc's latest bulk build.jschauma2-1/+27
2003-07-31Update to version 1.3.1, closing PR pkg/21342. This version is nowjschauma4-24/+35
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). ------------------------------
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-04-19Update html2text to 1.2.2. Changes are bugfixes only.rh2-4/+4
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-28Initial import of html2text-1.2.1, an advanced HTML to text converter.rh7-0/+126