pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-Unidecode Updated p5-Text-Unidecode t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4379deacedd6
branches:  trunk
changeset: 355323:4379deacedd6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 28 13:37:53 2016 +0000

description:
Updated p5-Text-Unidecode to 1.30.

2016-11-26   Sean M. Burke  sburke%cpan.org@localhost
        * Release 1.30
        * Many many (forty?) tables were missing the final character! Fixed.
        * Minor stuff:
         . Added just a few Arabesque things to U+FD__
         . Renamed t/00400_just_load_module.t
                to t/00400_just_load_main_module.t
         . This is the first time non-7bit data appears in any Unidecode/x__.pm
           files, although it is just in comments.  (In x02.pm, x03.pm, xfd.pm)
           But this is just THE SHAPE OF THINGS TO COME.
        * Oh look, I blinked and a year went by.  I've been spending about the
          past *two* years trying to think of how Unidecode v2-and-later's data
          tables should work.
        * TODO: Kill the surrogatey "xD8", "xD9", "xDA", "xDB" blocks,
          and actually handle surrogates (when properly encoded).
        * TODO: Inaugurate the (private) Text::Unidecode::Blackbox namespace.

diffstat:

 textproc/p5-Text-Unidecode/Makefile |   5 ++---
 textproc/p5-Text-Unidecode/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r f9ea97440e5d -r 4379deacedd6 textproc/p5-Text-Unidecode/Makefile
--- a/textproc/p5-Text-Unidecode/Makefile       Mon Nov 28 13:35:58 2016 +0000
+++ b/textproc/p5-Text-Unidecode/Makefile       Mon Nov 28 13:37:53 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:40 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2016/11/28 13:37:53 wiz Exp $
 
-DISTNAME=      Text-Unidecode-1.27
+DISTNAME=      Text-Unidecode-1.30
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
 
diff -r f9ea97440e5d -r 4379deacedd6 textproc/p5-Text-Unidecode/distinfo
--- a/textproc/p5-Text-Unidecode/distinfo       Mon Nov 28 13:35:58 2016 +0000
+++ b/textproc/p5-Text-Unidecode/distinfo       Mon Nov 28 13:37:53 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/02/18 03:38:36 wen Exp $
+$NetBSD: distinfo,v 1.8 2016/11/28 13:37:53 wiz Exp $
 
-SHA1 (Text-Unidecode-1.27.tar.gz) = 221442bbf1fcb3a1df4b8988033154e3934124e9
-RMD160 (Text-Unidecode-1.27.tar.gz) = 07411c625707f3a2ec0adf98b419641e7deb27d2
-SHA512 (Text-Unidecode-1.27.tar.gz) = c124e09b75050717fc13716b46ca54e607fd1e093f6ce06db466cda669d772661173a394eac81b5073a757f7af5e0174aa23eac037a356f008268b2bd767428c
-Size (Text-Unidecode-1.27.tar.gz) = 134929 bytes
+SHA1 (Text-Unidecode-1.30.tar.gz) = 13c28520896a0073e0ea9333a2b6b770dcf17d6e
+RMD160 (Text-Unidecode-1.30.tar.gz) = c4f5ba6ac84eef0ce4999935b7a32da0576c8720
+SHA512 (Text-Unidecode-1.30.tar.gz) = 194f8aba0dcdc7a53338b86370b7cfb6c60d4a8982ada6084f0eb0ccd66ce461b831b6daf04932f039ff1b983dc3cd0c0ced1e8b455955d2699c36120b41a526
+Size (Text-Unidecode-1.30.tar.gz) = 137977 bytes



Home | Main Index | Thread Index | Old Index