Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text
In directory sc8-pr-cvs1:/tmp/cvs-serv29310

Modified Files:
        html2text.info html2text.patch 
Log Message:
New upstream.


Index: html2text.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/html2text.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html2text.info      31 Oct 2003 23:49:37 -0000      1.1
+++ html2text.info      21 Jan 2004 02:09:30 -0000      1.2
@@ -1,13 +1,13 @@
 Package: html2text
-Version: 1.3.1
-Revision: 10
+Version: 1.3.2a
+Revision: 20
 Description: Advanced HTML to text converter
 License: GPL
 Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
 Replaces: html2text
 Provides: html2text
-Source: http://userpage.fu-berlin.de/~mbayer/tools/%n-%v.tar.gz
-Source-MD5: faa3eaeb062540e72d251d6c3fa6cc71
+Source: ftp://ftp.ibiblio.org/pub/linux/apps/www/converters/%n-%v.tar.gz
+Source-MD5: 6097fe07b948e142315749e6620c9cfc
 Patch: %n.patch
 SetCC: gcc3
 SetCXX: g++3

Index: html2text.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/text/html2text.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- html2text.patch     31 Oct 2003 23:49:37 -0000      1.1
+++ html2text.patch     21 Jan 2004 02:09:30 -0000      1.2
@@ -1,33 +1,12 @@
-diff -Naur html2text-1.3.1/configure 
/sw/src/html2text-1.3.1-1/html2text-1.3.1/configure
---- html2text-1.3.1/configure  Sun Apr  7 07:05:48 2002
-+++ /sw/src/html2text-1.3.1-1/html2text-1.3.1/configure        Fri Oct 31 11:51:36 
2003
-@@ -38,7 +38,7 @@
+diff -Naur html2text-1.3.2a.orig/configure html2text-1.3.2a/configure
+--- html2text-1.3.2a.orig/configure    Tue Jan 20 17:48:52 2004
++++ html2text-1.3.2a/configure Tue Jan 20 17:50:11 2004
+@@ -39,7 +39,7 @@
  }
  EOF
  CXX=unknown;
--for i in "CC" "g++"; do
-+for i in "c++ -no-cpp-precomp -isystem /sw/include -DAUTO_PTR_BROKEN=1 -Wl,-L/sw/lib 
-Wl,-lpoll" "CC" "g++"; do
+-for i in "CC" "g++" "cc" "$CC"; do
++for i in "c++ -no-cpp-precomp -isystem /sw/include -DAUTO_PTR_BROKEN=1" "CC" "g++"; 
do
    if $i -c $tmp_file.C 2>/dev/null; then
      CXX="$i";
      break;
-diff -Naur html2text-1.3.1/format.C /sw/src/html2text-1.3.1-1/html2text-1.3.1/format.C
---- html2text-1.3.1/format.C   Mon Jul 29 04:12:13 2002
-+++ /sw/src/html2text-1.3.1-1/html2text-1.3.1/format.C Fri Oct 31 12:01:20 2003
-@@ -34,7 +34,7 @@
-  /***************************************************************************/
- 
- 
--#include <strstream.h>
-+#include <strstream>
- 
- #include <stdlib.h>
- #include <ctype.h>
-@@ -374,7 +374,7 @@
-   case CUSTOM3:   bullet = custom3_bullet; break;
-   case ARABIC_NUMBERS:
-     {
--      ostrstream oss;
-+      std::ostrstream oss;
-       oss << number << '.' << std::ends;
-       bullet = oss.str();
-       oss.rdbuf()->freeze(0);




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to