Upstream changes: $Revision: 2.38 $ $Date: 2009/11/16 14:08:13 $ ! Encode.xs Addressed: Encode memory corruption [perl #70528] Message-Id: <alpine.LFD.2.00.0911152328070.9483@ein.m-l.org> ! t/Unicode.t Unicode/Unicode.xs Patched: #51263: set magic is not applied when modifying encode arguments http://rt.cpan.org/Ticket/Display.html?id=51263 ! Encode.xs Patched: #51204: Callback CHECK not supported for UTF-8 decoder/encoder http://rt.cpan.org/Ticket/Display.html?id=51204 ! Byte/Byte.pm CN/CN.pm Changes JP/JP.pm KR/KR.pm TW/TW.pm Unicode/Unicode.pm bin/enc2xs lib/Encode/Supported.pod Fix URLs http://rt.cpan.org/Ticket/Display.html?id=49776 ! t/CJKT.t t/guess.t t/perlio.t t/piconv.t $PERL_CORE trick is now off for perl 5.11 or better. Message-Id: <b77c1dce0909070245s59b294bq8a8a8166e7342793@mail.gmail.com> Message-Id: <E7FADA6C-D5A7-4ECA-BE4C-85911A97677E@dan.co.jp> Message-Id: <20090907154908.GS60303@plum.flirble.org> Message-Id: <20090907161509.GN8057@iabyn.com>
20 lines
522 B
Makefile
20 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/11/21 15:05:52 sno Exp $
|
|
|
|
DISTNAME= Encode-2.38
|
|
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"
|