diff options
author | sno <sno@pkgsrc.org> | 2009-09-19 16:51:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-19 16:51:44 +0000 |
commit | e8630e84c7e36a675b5ed65a58969bdf4452539a (patch) | |
tree | 57607a9f06bb0e3fbdbaaab428cdd2b2a2d2665b /mail | |
parent | 329b42ed9db2a5e8cd7e8aea0fbb93cde8f30064 (diff) | |
download | pkgsrc-e8630e84c7e36a675b5ed65a58969bdf4452539a.tar.gz |
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-MIME-Charset/Makefile | 15 | ||||
-rw-r--r-- | mail/p5-MIME-Charset/distinfo | 8 |
2 files changed, 16 insertions, 7 deletions
diff --git a/mail/p5-MIME-Charset/Makefile b/mail/p5-MIME-Charset/Makefile index 20b86fadadc..d1c8ad10ce0 100644 --- a/mail/p5-MIME-Charset/Makefile +++ b/mail/p5-MIME-Charset/Makefile @@ -1,20 +1,29 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:20 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/09/19 16:51:44 sno Exp $ # -DISTNAME= MIME-Charset-1.006.2 +DISTNAME= MIME-Charset-1.007.1 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MIME-Charset/ COMMENT= Perl5 module containing charset Informations for MIME +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir +# extra requirement for: +# extended mappings by Japanese codepages +# Encode::EUCJPASCII >= 0.02 +# additional mappings for JIS X 0213:2000 +# Encode::JIS2K >= 0.02 +# additional mappings for Chinese standards +# Encode::HanExtra >= 0.20 + USE_LANGUAGES= # empty PERL5_PACKLIST= auto/MIME/Charset/.packlist +PERL5_MODULE_TYPE= Module::Install .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-MIME-Charset/distinfo b/mail/p5-MIME-Charset/distinfo index 92bfbfec758..aadec0ac9ad 100644 --- a/mail/p5-MIME-Charset/distinfo +++ b/mail/p5-MIME-Charset/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/04/27 16:42:56 bouyer Exp $ +$NetBSD: distinfo,v 1.2 2009/09/19 16:51:44 sno Exp $ -SHA1 (MIME-Charset-1.006.2.tar.gz) = c60772abf7ede675c78fc6eb16e3e2c3525a2d1b -RMD160 (MIME-Charset-1.006.2.tar.gz) = eaff4bd572019180a51c9a422b9a2495e27589d6 -Size (MIME-Charset-1.006.2.tar.gz) = 36303 bytes +SHA1 (MIME-Charset-1.007.1.tar.gz) = 83fbc83482b985015c32fbe66dc83b28a05cbe85 +RMD160 (MIME-Charset-1.007.1.tar.gz) = cd1032d416818d21aeeb90fde54960797d5644b9 +Size (MIME-Charset-1.007.1.tar.gz) = 48507 bytes |