Path to this page:
./
textproc/p5-Encode,
Provides interfaces between strings and the rest of the system
Branch: CURRENT,
Version: 2.39nb1,
Package name: p5-Encode-2.39nb1,
Maintainer: rhaenThe "Encode" module provides the interfaces between Perl's
strings and the rest of the system. Perl strings are
sequences of characters.
See "perldoc Encode" for the rest of the story
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: 55f87dd541eddaf30369fbd603dddcb467deb837
RMD160: 05c3ab3662ac204bb888b22eb57a79c08fbe9561
Filesize: 1953.485 KB
Version history: (Expand)
- (2010-08-21) Updated to version: p5-Encode-2.39nb1
- (2009-12-22) Updated to version: p5-Encode-2.39
- (2009-11-21) Updated to version: p5-Encode-2.38
- (2009-09-13) Updated to version: p5-Encode-2.37
- (2009-07-19) Updated to version: p5-Encode-2.35
- (2009-04-12) Updated to version: p5-Encode-2.33
CVS history: (Expand)
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2009-12-15 14:12:35 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
Update to 2.39:
# $Id: Changes,v 2.39 2009/11/26 09:23:59 dankogai Exp dankogai $
! Encode.xs t/fallback.t
$utf8 = decode('utf8', $malformed, sub{ ... }) # now works!
http://rt.cpan.org/Ticket/Display.html?id=51204
! t/CJKT.t t/guess.t t/perlio.t
$ENV{'PERL_CORE'} tricks removed since they are no longer necessary.
Message-Id: <20091116161513.GA25556@bestpractical.com>
|
| 2009-11-21 16:05:52 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-Encode from 2.37 to 2.38
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>
|
| 2009-09-12 23:42:08 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating textproc/p5-Encode from 2.35 to 2.37
Upstream changes:
! Encode.xs
fixed: compilation failure on compilers not supporting C99
http://rt.cpan.org/Ticket/Display.html?id=49466
2.37 2009/09/06 09:03:07
! Encode.xs
fixed: 'find_encoding("utf8")->decode(undef)' causes segmentation \
fault
http://rt.cpan.org/Ticket/Display.html?id=49462
|
| 2009-07-18 20:07:25 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package for p5 module Encode from 2.33 to 2.35
- Adding perl license as license
Upstream changes:
$Revision: 2.35 $ $Date: 2009/07/13 02:06:30 $
! lib/Encode/MIME/Header.pm
Addressed RT #40027:
decode of MIME-Header removes too much whitespace
http://rt.cpan.org/Ticket/Display.html?id=40027
http://rt.cpan.org/Ticket/Display.html?id=42902
! t/piconv.t
Addressed by CSJEWELL: t/piconv.t loops infinitely on Win32
http://rt.cpan.org/Ticket/Display.html?id=47760
2.34 2009/07/08 13:34:15
! bin/piconv
duplicate-BOM problem now fixed.
Message-Id: <10ECB9B7-006E-4570-9EB6-51C49F04ADCF@dan.co.jp>
! bin/piconv
+ t/piconv.t
patches and tests by SREZIC
Message-Id: <4A5366DA.8050801@iconmobile.com>
! Makefile.PL
man* removed on behalf of blead
Message-Id: <20090326135219.GU18164@plum.flirble.org>
|
| 2009-04-12 02:42:50 by Jens Rehsack | Files touched by this commit (2) |
Log message:
PkgSrc changes:
- Updating package to 2.33
Upstream changes:
$Revision: 2.33 $ $Date: 2009/03/25 07:55:57 $
! lib/Encode/MIME/Header.pm
Decontaminated $& which sneaked in on 2.31.
<67FC9F3A39C746DA95AAB6BB01539099@robmhp>
<693254b90903242352x2dc26ba6p5e68deb871fa88ae@mail.gmail.com>
http://coderepos.org/share/changeset/31542
|
2009-03-09 21:22:44 by Ulrich Habel | Files touched by this commit (2) |  |
Log message:
- updated to 2.32
ChangeLog:
! lib/Encode/Alias.pm t/Alias.t
Encode now resolves 'en_US.UTF-8' to utf-8-strict like 'ja_JP.euc'
Those who set locale on their shells should be happier now.
! AUTHORS
added tokuhirom
! Encode.pm
"encode(undef, 'str') should die earlier"
http://coderepos.org/share/changeset/30790
|
2009-03-01 22:53:39 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
pkgsrc changes:
- update module to 2.31
Upstream changes
$Revision: 2.31 $ $Date: 2009/02/16 06:18:09 $
! lib/Encode/MIME/Header.pm
"Revert [29767] and [29771] since it breaks perl 5.8" by miyagawa
http://coderepos.org/share/changeset/30111
2.30 2009/02/15 17:44:13
! encoding.pm
fixed regexes, et cetera. by drry
http://coderepos.org/share/changeset/29767
! lib/Encode/MIME/Header.pm
Addressed: Encode::MIME::Header::decode should respect CHECK
http://rt.cpan.org/Ticket/Display.html?id=43204
http://coderepos.org/share/changeset/29767
|