diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-22 03:37:42 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-22 03:37:42 +0000 |
commit | d49656d7777f1269a92ac2529227999cd4a98df0 (patch) | |
tree | b1abbd26bc5e31d5e798f3705dff55a67271ad2b /mail/p5-MIME-EncWords/Makefile | |
parent | 9a29227e5f5c4c21daec4e111222da56fe957048 (diff) | |
download | pkgsrc-d49656d7777f1269a92ac2529227999cd4a98df0.tar.gz |
Update p5-MIME-EncWords to 1.012.4.
Changes from previous:
2011-10-26 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.012.4.
* Chg: encode_mimewords(): 'B' was advantageous over 'Q' by 4/3 byte
on average...
* Updated address of FSF.
2011-06-05 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.012.3.
* Fix: encode_mimewords(): inproper handling of Encoding => 'S'.
* Imp: decode_mimewords(): Broken "Q" encoding also warned: "=" not
leading two hexdigits (raw " " and "\t" are allowed).
* Imp: encode_mimewords(): negative MaxLineLen allows unlimited length
of line.
* Encode::MIME::EncWords: Rewritten. 0.03.
- Any newlines not forming folding white space are preserved.
cf. CPAN RT #68582 for standard encodings.
- Error handling.
* Doc: typos etc.
2011-06-01 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.012.2.
* Chg: encode_mimewords(): By 'A' or 'S' encodings, 'Q' will be used
more often: When number of bytes to be encoded exceeds 6th of
entire bytes, words may be encoded by 'B'. In other words,
``S encoding'' is to choose shorter one of 'B' or 'Q' according to
length of maximally-encoded result.
* Fix: encode_mimewords(): Pure ASCII words containing unsafe sequence
ignored Encoding option; encoded by header_encoding() of its charset.
* Updated Encode::MIME::EncWords.
* Added test #03 & #04. Added UTF-8 cases to #02.
2011-05-29 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
* Release 1.012.1.
* Unicode/multibyte support on Perl 5.7.3 (experimental).
* New: Encode::MIME::EncWords [alpha release] - Encode module for
"MIME-EncWords", "MIME-EncWords-B", "MIME-EncWords-Q" and
"MIME-EncWords-ISO_2022_JP".
* Requires MIME::Charset >= 1.008.2.
Diffstat (limited to 'mail/p5-MIME-EncWords/Makefile')
-rw-r--r-- | mail/p5-MIME-EncWords/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-MIME-EncWords/Makefile b/mail/p5-MIME-EncWords/Makefile index 99ecab7796b..45e56ddcbcf 100644 --- a/mail/p5-MIME-EncWords/Makefile +++ b/mail/p5-MIME-EncWords/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2011/08/14 13:25:25 obache Exp $ +# $NetBSD: Makefile,v 1.8 2011/11/22 03:37:42 hiramatsu Exp $ # -DISTNAME= MIME-EncWords-1.012 +DISTNAME= MIME-EncWords-1.012.4 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} |