diff options
author | wiz <wiz> | 2003-09-26 10:21:51 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-26 10:21:51 +0000 |
commit | 4e7994a0cd7de847ebe1d0ec6c31af0d6ea15f27 (patch) | |
tree | c468055f056183800481b66a87aa615a572e3e05 /mail | |
parent | 98463934b20488da2f7eebe4c551bbad46a86b04 (diff) | |
download | pkgsrc-4e7994a0cd7de847ebe1d0ec6c31af0d6ea15f27.tar.gz |
Initial import of fix-mime-charset-0.4.0:
In non-English mailing lists (particularly in Russian) there is a
big problem with messages, where charset parameter of Content-Type
header is set incorrectly. Sometimes software is buggy, sometimes
people cannot set up their software properly, sometimes web-based
email clients do not implement charsets. While reading such a
mail, one should manually switch encoding in MUA back and forth.
Incorrectly encoded or plain 8-bit Subject field is another big
problem. Such fields often get corrupted while passing e-mail
gateways.
This program can be used to solve this problem while used as mail
filter (in MTA, procmail, or a similar program).
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fix-mime-charset/DESCR | 12 | ||||
-rw-r--r-- | mail/fix-mime-charset/Makefile | 16 | ||||
-rw-r--r-- | mail/fix-mime-charset/PLIST | 3 | ||||
-rw-r--r-- | mail/fix-mime-charset/distinfo | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/mail/fix-mime-charset/DESCR b/mail/fix-mime-charset/DESCR new file mode 100644 index 00000000000..74e4959cb26 --- /dev/null +++ b/mail/fix-mime-charset/DESCR @@ -0,0 +1,12 @@ +In non-English mailing lists (particularly in Russian) there is a +big problem with messages, where charset parameter of Content-Type +header is set incorrectly. Sometimes software is buggy, sometimes +people cannot set up their software properly, sometimes web-based +email clients do not implement charsets. While reading such a +mail, one should manually switch encoding in MUA back and forth. +Incorrectly encoded or plain 8-bit Subject field is another big +problem. Such fields often get corrupted while passing e-mail +gateways. + +This program can be used to solve this problem while used as mail +filter (in MTA, procmail, or a similar program). diff --git a/mail/fix-mime-charset/Makefile b/mail/fix-mime-charset/Makefile new file mode 100644 index 00000000000..d37817db790 --- /dev/null +++ b/mail/fix-mime-charset/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/26 10:21:51 wiz Exp $ +# + +DISTNAME= fix-mime-charset-0.4.0 +CATEGORIES= mail converters +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fix-mime-chr/} + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://fix-mime-chr.sourceforge.net/ +COMMENT= Correct MIME charset type in mail headers + +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/mail/fix-mime-charset/PLIST b/mail/fix-mime-charset/PLIST new file mode 100644 index 00000000000..2569d28aba4 --- /dev/null +++ b/mail/fix-mime-charset/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/26 10:21:51 wiz Exp $ +bin/fix-mime-charset +man/man1/fix-mime-charset.1 diff --git a/mail/fix-mime-charset/distinfo b/mail/fix-mime-charset/distinfo new file mode 100644 index 00000000000..f760c13a080 --- /dev/null +++ b/mail/fix-mime-charset/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/26 10:21:51 wiz Exp $ + +SHA1 (fix-mime-charset-0.4.0.tar.gz) = b64dee1f20d915fcb53e848c9111646e5fbd0a04 +Size (fix-mime-charset-0.4.0.tar.gz) = 88018 bytes |