Up to [NetBSD + pkgsrc-wip] / pkgsrc / mail / p5-MIME-Charset
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Update p5-MIME-Charset to 1.009.1.
Changes from previous:
2011-06-09 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.009.1.
* Chg: Workaround for aliasing on TIS-620 that is treated as
ISO-8859-11 by Encode.
And added WINDOWS-874 as EXTENDED map of TIS-620.
* Imp: Result of _find_encoder() will be cached.
* Imp/Chg: 'S' encoding will be resolved numerically, without comparing
actually encoded lengths.
* Added informations for WINDOWS-125[03-8].
* Added some cases to test #4.
2011-06-08 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.009 - withdrawn.
2011-05-28 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.008.2.
* Bug Fix: Body transfer-encoding profile "S" did not work properly,
and profile for UTF-8 was NOT really updated.
2011-02-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* Release 1.008.1.
* Chg: Workaround for CPAN RT #65796: Deep recursion error finding
invalid charset. Limit length of charset name upto 75.
* Imp: Supports Unicode/multibyte on Perl 5.7.3 (experimental).
* Perl 5.7.3 & 5.8.3:
avoid ``Useless use of a constant in void context'' warnings.
* Doc: small fixes.
Revision bump after updating perl5 to 5.14.1.
Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
Updating mail/p5-MIME-Charset from 1.007.1 to 1.008 Upstream changes: 2009-10-19 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.008. * Imp: support for iso-8859-6-[ei], iso-8859-8-[ei]. cf. report by Hanne Moa on Sympa bug #6385 at <http://sourcesup.cru.fr/>. * Imp: support for iso-8859-16. * Imp: Allow body transfer-encoding profile "S". * Chg: Default body transfer-encoding for UTF-8 from "B" to "S". * Doc: Some fixes. New section "Incompatible changes". * Fix: META.yml: optional_features is not hashref but arrayref. Thanks SREZIC@CPAN.
Updating mail/p5-MIME-Charset from 1.006.2nb1 to 1.007.1 pkgsrc changes: - Adding license definition - Adjusting module type Upstream changes: 2009-06-16 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.007.1. * Changes: - eucJP-ascii and its 7-bit counterpart was chosen instead of eucJP-ms, as latter will occasionally break standardized mappings. Shift-encoding counterpart hasn't been implemented yet. * Fix: Skip all pod tests on pre-UTF8 Perl. 2009-05-17 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.007 - not really released. 2009-05-12 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.007_02. * Charset/CP932.pm: Supports extended mappings for ISO-2022-JP/EUC-JP by those of eucJP-ms, as CP51932 mungles accented latin characters and ISO-2022-JP-1 does not support NEC/IBM extended mappings. 2009-05-11 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu> * Release 1.007_01. * Supports Perl 5.8.0. * New function: detect_7bit_charset(). * Bundle inc::Module::Install. * Corrected META.yml & PODs. Removed duplicated docs.
Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
Add DESTDIR support.
Import p5-MIME-Charset version 1.006.2 MIME::Charset provides informations about character sets used for MIME messages on Internet.
Initial revision