250066b489
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.
29 lines
800 B
Makefile
29 lines
800 B
Makefile
# $NetBSD: Makefile,v 1.8 2011/10/16 16:22:41 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= MIME-Charset-1.009.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
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"
|