pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Text-Unidecode



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov 28 13:37:53 UTC 2016

Modified Files:
        pkgsrc/textproc/p5-Text-Unidecode: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/p5-Text-Unidecode/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/p5-Text-Unidecode/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-Text-Unidecode/Makefile
diff -u pkgsrc/textproc/p5-Text-Unidecode/Makefile:1.16 pkgsrc/textproc/p5-Text-Unidecode/Makefile:1.17
--- pkgsrc/textproc/p5-Text-Unidecode/Makefile:1.16     Wed Jun  8 19:24:40 2016
+++ pkgsrc/textproc/p5-Text-Unidecode/Makefile  Mon Nov 28 13:37:53 2016
@@ -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/}
 

Index: pkgsrc/textproc/p5-Text-Unidecode/distinfo
diff -u pkgsrc/textproc/p5-Text-Unidecode/distinfo:1.7 pkgsrc/textproc/p5-Text-Unidecode/distinfo:1.8
--- pkgsrc/textproc/p5-Text-Unidecode/distinfo:1.7      Thu Feb 18 03:38:36 2016
+++ pkgsrc/textproc/p5-Text-Unidecode/distinfo  Mon Nov 28 13:37:53 2016
@@ -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