#
PORTNAME= html2text
PORTVERSION= 1.3.1
PORTVERSION= 1.3.2
CATEGORIES= textproc
MASTER_SITES= http://userpage.fu-berlin.de/~mbayer/tools/ \
ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/
MD5 (html2text-1.3.1.tar.gz) = faa3eaeb062540e72d251d6c3fa6cc71
MD5 (html2text-1.3.2.tar.gz) = 14b091c7c5cb5c3bc2ce19298a0c0e27
SIZE (html2text-1.3.2.tar.gz) = 131336
--- format.C Mon Jul 29 20:12:13 2002
+++ format.C Thu Feb 5 22:47:07 2004
@@ -34,7 +34,7 @@
/***************************************************************************/
-#include <strstream.h>
+#include <strstream>
#include <stdlib.h>
#include <ctype.h>
@@ -50,6 +50,7 @@
using std::endl;
using std::flush;
+using std::ostrstream;
#ifndef nelems
#define nelems(array) (sizeof(array) / sizeof((array)[0]))