pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/fix-mime-charset Update to 0.5.1, with a patch fr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/df6ca028459b
branches: trunk
changeset: 464810:df6ca028459b
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 15 18:55:31 2003 +0000
description:
Update to 0.5.1, with a patch from the author to make it compile.
Changes:
2003-12-13 Version 0.5.1
* Procmail usage instructions added to manpage.
* Fixed missing <algorithm> header in detector.cc (thanks to Jerome Warnier).
2003-11-26 Version 0.5.0
* ENCA support added (thanks to Volodymyr M. Lisivka).
* -I and -O options added to exclude some charsets from processing (thanks
to Ingvarr Zhmakin).
diffstat:
mail/fix-mime-charset/Makefile | 4 ++--
mail/fix-mime-charset/distinfo | 7 ++++---
mail/fix-mime-charset/patches/patch-aa | 12 ++++++++++++
3 files changed, 18 insertions(+), 5 deletions(-)
diffs (41 lines):
diff -r b5f62f2d8a5d -r df6ca028459b mail/fix-mime-charset/Makefile
--- a/mail/fix-mime-charset/Makefile Mon Dec 15 18:54:03 2003 +0000
+++ b/mail/fix-mime-charset/Makefile Mon Dec 15 18:55:31 2003 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2003/10/01 07:17:06 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/12/15 18:55:31 wiz Exp $
#
-DISTNAME= fix-mime-charset-0.4.0
+DISTNAME= fix-mime-charset-0.5.1
CATEGORIES= mail converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fix-mime-chr/}
diff -r b5f62f2d8a5d -r df6ca028459b mail/fix-mime-charset/distinfo
--- a/mail/fix-mime-charset/distinfo Mon Dec 15 18:54:03 2003 +0000
+++ b/mail/fix-mime-charset/distinfo Mon Dec 15 18:55:31 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/09/26 10:21:51 wiz Exp $
+$NetBSD: distinfo,v 1.2 2003/12/15 18:55:31 wiz Exp $
-SHA1 (fix-mime-charset-0.4.0.tar.gz) = b64dee1f20d915fcb53e848c9111646e5fbd0a04
-Size (fix-mime-charset-0.4.0.tar.gz) = 88018 bytes
+SHA1 (fix-mime-charset-0.5.1.tar.gz) = aea9ccb98ec45e2fd9a2b0578fea0e0084ae2244
+Size (fix-mime-charset-0.5.1.tar.gz) = 115028 bytes
+SHA1 (patch-aa) = 23517993de65322c21bc0604e3cac66148c4b2b8
diff -r b5f62f2d8a5d -r df6ca028459b mail/fix-mime-charset/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/fix-mime-charset/patches/patch-aa Mon Dec 15 18:55:31 2003 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2003/12/15 18:55:31 wiz Exp $
+
+--- src/charsetlist.cc.orig Sat Nov 15 22:48:44 2003
++++ src/charsetlist.cc
+@@ -1,6 +1,7 @@
+ #include "charsetlist.h"
+ #include "detector.h"
+ #include <ctype.h>
++#include <algorithm>
+
+ void CharsetList::append(const string &list)
+ {
Home |
Main Index |
Thread Index |
Old Index