Thu Feb 6 12:54:50 2014 UTC ()
Updated converters/p5-Unicode-Collate to 1.04

1.04  Sat Dec  7 11:34:18 2013
    - XS: a workaround for perl 5.6.x to handle U+FFFF correctly.
      unpack_U() is implemented by using XS again as well as that in 1.02,
      but now that is used only in the versions before perl 5.8.0.

1.03  Sun Dec  1 21:45:46 2013
    - XS: now unpack_U() uses unpack('U*') in pure perl.
      avoid XS for the internal "utf8" encoding of perl.

1.02  Sun Nov 10 18:39:37 2013
    - POD: fix [rt.cpan.org #90170] about iso-8859-1 letters in pod.
      E<> is used for the compatibility with perl 5.6.1 and possibly EBCDIC.
    - 1.01 forgot to increase the version number of CJK/Korean.pm.
    - modified tests: cjkrange.t, compatui.t, hangtype.t, illegal.t,
      loc_ja.t, loc_ta.t, overcjk0.t, overcjk1.t, view.t in t.

1.01  Sat Nov  2 19:00:38 2013
    - DUCET is updated (for Unicode 6.3.0) as Collate/allkeys.txt.
    ! Please notice that allkeys.txt will be overwritten if you have had
      other allkeys.txt already.
    - The default UCA_Version is 28.
    - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated.
    - modified tests: loc_es.t, loc_estr.t, rewrite.t, version.t in t.

1.00  Sun Oct 27 13:22:17 2013
    - When a subroutine by 'overrideOut' taking a out-of-range value and
      returning undef, now the value is treated as if it were U+FFFD.
      * 0.99 wrongly calculates implicit weights based on out-of-range values.
    - Assertion using unpack 'U' is added. If not only pack('U') but also
      unpack('U') of CORE:: don't work as expected, this module will die.


(abs)
diff -r1.8 -r1.9 pkgsrc/converters/p5-Unicode-Collate/Makefile
diff -r1.5 -r1.6 pkgsrc/converters/p5-Unicode-Collate/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/converters/p5-Unicode-Collate/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/converters/p5-Unicode-Collate/Attic/Makefile 2013/10/02 10:59:39 1.8
+++ pkgsrc/converters/p5-Unicode-Collate/Attic/Makefile 2014/02/06 12:54:50 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2013/10/02 10:59:39 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2014/02/06 12:54:50 abs Exp $
2 2
3DISTNAME= Unicode-Collate-0.99 3DISTNAME= Unicode-Collate-1.04
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= converters perl5 5CATEGORIES= converters perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Unicode-Collate/ 9HOMEPAGE= http://search.cpan.org/dist/Unicode-Collate/
10COMMENT= Perl5 implementation of Unicode Collation Algorithm 10COMMENT= Perl5 implementation of Unicode Collation Algorithm
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= c 13USE_LANGUAGES= c
14PERL5_PACKLIST= auto/Unicode/Collate/.packlist 14PERL5_PACKLIST= auto/Unicode/Collate/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

cvs diff -r1.5 -r1.6 pkgsrc/converters/p5-Unicode-Collate/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/converters/p5-Unicode-Collate/Attic/distinfo 2013/10/02 10:59:39 1.5
+++ pkgsrc/converters/p5-Unicode-Collate/Attic/distinfo 2014/02/06 12:54:50 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2013/10/02 10:59:39 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2014/02/06 12:54:50 abs Exp $
2 2
3SHA1 (Unicode-Collate-0.99.tar.gz) = f64cd6575934d150a7849f12e4ee3413739e57c2 3SHA1 (Unicode-Collate-1.04.tar.gz) = 655b59d2db3cf48594e71e4c95130aac922526cf
4RMD160 (Unicode-Collate-0.99.tar.gz) = 4d1f7fae61cfa669a854223c890fd43f7fa2a866 4RMD160 (Unicode-Collate-1.04.tar.gz) = 8691b81c2e53aad8af8a65e066977014f277791f
5Size (Unicode-Collate-0.99.tar.gz) = 933360 bytes 5Size (Unicode-Collate-1.04.tar.gz) = 833477 bytes