NOTICE: This package has been removed from pkgsrc

./textproc/p5-Encode, Provides interfaces between strings and the rest of the system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 3.07, Package name: p5-Encode-3.07, Maintainer: pkgsrc-users

The "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]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 71d51585ad3f66ac8755d14a3b590804af5dc08d
RMD160: 4d8703438475ec8fc7c2b729d1c4ad473cb003bb
Filesize: 2006.71 KB

Version history: (Expand)


CVS history: (Expand)


   2020-09-02 15:15:09 by Juraj Lutter | Files touched by this commit (2)
Log message:
textproc/p5-Encode: Update to 3.07

This also fixes compatibility with perl 5.32

Changelog since 3.05:
3.07 $ $Date: 2020/07/25 12:59:29 $
! lib/Encode/GSM0338.pm t/gsm0338.t
  Pulled: GSM0338: Fix encoding module to be compatible with
    latest  GSM 03.38 standard
  https://github.com/dankogai/p5-encode/pull/149

3.06 2020/05/02 02:32:27
! bin/enc2xs
  address RT#132471: Will not work in 5.32 going forward
  remove the use of lib/unicore/Name.pl
  https://rt.cpan.org/Ticket/Display.html?id=132471
! encoding.pm
  Bump version from 2.22 to 3.00 to address RT#132377
  https://rt.cpan.org/Public/Bug/Display.html?id=132377
   2020-09-02 14:26:11 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(textproc/p5-Encode) Updated 3.0.1 to  3.0.5

3.05  2020/03/18 04:56:12
! Encode.pm
  Address Tiny change for Encode.pm from David Levine
    We do some compiled perl, and @INC is not always defined,
    so it throws a warning.
  \ 
<BN8PR12MB3153AEAF99EC08DB1E69A458A4FA0@BN8PR12MB3153.namprd12.prod.outlook.c \ 
om>
! lib/Encode/Guess.pm
  fix RT#131359: Encode::Guess: incomplete error messsage
  https://rt.cpan.org/Public/Bug/Display.html?id=131359

3.04 2020/03/10 22:29:50
! Encode.pm
  Bump version to make bleadperl happy
  <0036284d-87ac-a021-0ba9-44bc972e88ab@khwilliamson.com>

3.03 2020/03/02 04:34:34
! Encode.pm Encode.xs
  pulled: Stop using deprecated function
  https://github.com/dankogai/p5-encode/pull/148
! Encode.xs
  pulled: Silence unused var warnings from Encode
  https://github.com/dankogai/p5-encode/pull/147

3.02 2019/12/25 09:23:21
! t/whatwg-aliases.t
  drop RELEASE_TESTING since Pumpking also uses it.
  https://github.com/Perl/perl5/issues/17382
! bin/enc2xs
  Pulled: enc2xs: Add environment variable to suppress comments
  https://github.com/dankogai/p5-encode/pull/145
! t/enc_utf8.t
  Pulled: fixup enc_utf8.t for ONLY_PRAGMA_WARNINGS
  https://github.com/dankogai/p5-encode/pull/142
! Encode/encode.h
  Pulled: Fix linker errors
  https://github.com/dankogai/p5-encode/pull/141
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-07-01 23:36:01 by Nia Alarie | Files touched by this commit (232)
Log message:
Follow some remaining search.cpan.org redirects.
   2019-04-07 09:28:23 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 3.01

Upstream changes:
$Revision: 3.01 $ $Date: 2019/03/13 00:26:18 $
! Encode.xs
  patched: Warning: Use of uninitialized value in subroutine entry
  https://github.com/dankogai/p5-encode/issues/139#issuecomment-459765852
! Encode/encode.h
  Pulled: Fix compile error and warning
  https://github.com/dankogai/p5-encode/pull/138
   2019-02-09 09:41:37 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 3.00

Upstream changes;
$Revision: 3.00 $ $Date: 2019/01/31 04:51:32 $
! Encode.pm
  VERSION bumped to 3.00 to make PAUSE happy

2.100 2019/01/31 04:26:40
!  Encode.xs MANIFEST
+  t/xml.t
  Pulled: Do not access SV* buffer if we have not called SvPV_force()
  https://github.com/dankogai/p5-encode/pull/137
! MANIFEST
  remove utf8messages.t which is already deleted from the repository.
   2019-01-25 13:38:36 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 2.99

Upstream changes:
$Revision: 2.99 $ $Date: 2019/01/21 03:13:35 $
! Unicode/Unicode.xs Unicode/Unicode.pm
  VERSION++'ed as Perl core needed.
  https://github.com/dankogai/p5-encode/issues/136
! encengine.c
  Pulled: protect do_encode from NULL dst
  https://github.com/dankogai/p5-encode/pull/135