ee59fa6168
$Revision: 2.40 $ $Date: 2010/09/18 18:39:51 $ ! Encode.pm Encode.xs + t/utf8ref.t Addressed: RT#59981: find_encoding("UTF-8")->encode crashes decode_utf8() is now a little faster, too. http://rt.cpan.org/Ticket/Display.html?id=59981 http://rt.cpan.org/Ticket/Display.html?id=58541 ! lib/Encode/Unicode/UTF7.pm Addressed: RT#56443 utf-8 flag is not turned off after calling Encode::encode('UTF-7', $string) to encode an ascii string http://rt.cpan.org/Ticket/Display.html?id=56443 ! t/utf8strict.t Addressed: RT#57799 http://rt.cpan.org/Ticket/Display.html?id=57799 ! lib/Encode/Guess.pm Addressed: RT#46080: guess_encoding documentation http://rt.cpan.org/Ticket/Display.html?id=46080 ! ucm/nextstep.ucm Addressed: RT#59668: nextstep encoding is broken - missing ASCII characters http://rt.cpan.org/Ticket/Display.html?id=59668 ! lib/Encode/MIME/Header.pm t/mime-header.t Addressed: RT#52103: Encode::MIME::Header encoded words not separated by white space http://rt.cpan.org/Ticket/Display.html?id=52103 ! t/guess.t lib/Encode/Guess.pm Addressed: Encode: silenced a warning by from_to(..., 'Guess', ...) http://coderepos.org/share/changeset/37731
20 lines
522 B
Makefile
20 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.16 2010/09/19 11:07:30 wiz Exp $
|
|
|
|
DISTNAME= Encode-2.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/~dankogai/Encode/
|
|
COMMENT= Provides interfaces between strings and the rest of the system
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_REQD+= 5.7.3
|
|
|
|
PERL5_PACKLIST= auto/Encode/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|