pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/html2text Update to 1.3.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6fe843281919
branches: trunk
changeset: 468379:6fe843281919
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Feb 13 14:43:18 2004 +0000
description:
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)
diffstat:
textproc/html2text/Makefile | 6 +++---
textproc/html2text/distinfo | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (35 lines):
diff -r 396cf6764a16 -r 6fe843281919 textproc/html2text/Makefile
--- a/textproc/html2text/Makefile Fri Feb 13 14:04:48 2004 +0000
+++ b/textproc/html2text/Makefile Fri Feb 13 14:43:18 2004 +0000
@@ -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 @@
CONFIGURE_ENV+= ECHO="${ECHO}"
-pre-install:
+post-build:
${GUNZIP_CMD} -d ${WRKSRC}/html2text.1.gz ${WRKSRC}/html2textrc.5.gz
do-install:
diff -r 396cf6764a16 -r 6fe843281919 textproc/html2text/distinfo
--- a/textproc/html2text/distinfo Fri Feb 13 14:04:48 2004 +0000
+++ b/textproc/html2text/distinfo Fri Feb 13 14:43:18 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index