pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-MIME-Charset Updating mail/p5-MIME-Charset fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12ae2d81edee
branches:  trunk
changeset: 399404:12ae2d81edee
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 19 16:51:44 2009 +0000

description:
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:

 mail/p5-MIME-Charset/Makefile |  15 ++++++++++++---
 mail/p5-MIME-Charset/distinfo |   8 ++++----
 2 files changed, 16 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 4722930956f6 -r 12ae2d81edee mail/p5-MIME-Charset/Makefile
--- a/mail/p5-MIME-Charset/Makefile     Sat Sep 19 16:44:28 2009 +0000
+++ b/mail/p5-MIME-Charset/Makefile     Sat Sep 19 16:51:44 2009 +0000
@@ -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@localhost
 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 -r 4722930956f6 -r 12ae2d81edee mail/p5-MIME-Charset/distinfo
--- a/mail/p5-MIME-Charset/distinfo     Sat Sep 19 16:44:28 2009 +0000
+++ b/mail/p5-MIME-Charset/distinfo     Sat Sep 19 16:51:44 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index