diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-13 14:43:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-13 14:43:18 +0000 |
commit | 5ad246fc2a6eaebddb4e47199f7366411a0795d4 (patch) | |
tree | b26f04e5b98316d64877b71ce148269fa0aebb34 | |
parent | 3bd88a9ab4899e9c180352393a88437dc5f012c5 (diff) | |
download | pkgsrc-5ad246fc2a6eaebddb4e47199f7366411a0795d4.tar.gz |
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)
-rw-r--r-- | textproc/html2text/Makefile | 6 | ||||
-rw-r--r-- | textproc/html2text/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile index bf10d45115d..fa9ee58643b 100644 --- a/textproc/html2text/Makefile +++ b/textproc/html2text/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/07/31 02:49:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/13 14:43:18 minskim Exp $ # -DISTNAME= html2text-1.3.1 +DISTNAME= html2text-1.3.2 CATEGORIES= textproc MASTER_SITES= http://userpage.fu-berlin.de/~mbayer/tools/ @@ -13,7 +13,7 @@ HAS_CONFIGURE= YES CONFIGURE_ENV+= ECHO="${ECHO}" -pre-install: +post-build: ${GUNZIP_CMD} -d ${WRKSRC}/html2text.1.gz ${WRKSRC}/html2textrc.5.gz do-install: diff --git a/textproc/html2text/distinfo b/textproc/html2text/distinfo index eaa5a26b076..10435f854b5 100644 --- a/textproc/html2text/distinfo +++ b/textproc/html2text/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2004/01/11 20:31:44 jschauma Exp $ +$NetBSD: distinfo,v 1.5 2004/02/13 14:43:18 minskim Exp $ -SHA1 (html2text-1.3.1.tar.gz) = a2e3438e4f7af3244d65e7dd60fff9aa0e47948d -Size (html2text-1.3.1.tar.gz) = 119859 bytes +SHA1 (html2text-1.3.2.tar.gz) = 4ef3e6b30a2ac323693975da3ca8ce96013daa58 +Size (html2text-1.3.2.tar.gz) = 131336 bytes SHA1 (patch-aa) = 31a5f816eb48285a04bec0198018f5ab1cf89c9f SHA1 (patch-ab) = 68a3131fdc36711975c7752490ade480dbbe1358 |