Mon Nov 28 13:37:53 2016 UTC ()
Updated p5-Text-Unidecode to 1.30.

2016-11-26   Sean M. Burke  sburke@cpan.org
	* 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.


(wiz)
diff -r1.16 -r1.17 pkgsrc/textproc/p5-Text-Unidecode/Makefile
diff -r1.7 -r1.8 pkgsrc/textproc/p5-Text-Unidecode/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/textproc/p5-Text-Unidecode/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Unidecode/Makefile 2016/06/08 19:24:40 1.16
+++ pkgsrc/textproc/p5-Text-Unidecode/Makefile 2016/11/28 13:37:53 1.17
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2016/06/08 19:24:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2016/11/28 13:37:53 wiz Exp $
2 2
3DISTNAME= Text-Unidecode-1.27 3DISTNAME= Text-Unidecode-1.30
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Text-Unidecode/ 9HOMEPAGE= http://search.cpan.org/dist/Text-Unidecode/
11COMMENT= Perl5 module that transliterates Unicode to US-ASCII 10COMMENT= Perl5 module that transliterates Unicode to US-ASCII
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14PERL5_PACKLIST= auto/Text/Unidecode/.packlist 13PERL5_PACKLIST= auto/Text/Unidecode/.packlist
15 14
16.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/textproc/p5-Text-Unidecode/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Unidecode/distinfo 2016/02/18 03:38:36 1.7
+++ pkgsrc/textproc/p5-Text-Unidecode/distinfo 2016/11/28 13:37:53 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2016/02/18 03:38:36 wen Exp $ 1$NetBSD: distinfo,v 1.8 2016/11/28 13:37:53 wiz Exp $
2 2
3SHA1 (Text-Unidecode-1.27.tar.gz) = 221442bbf1fcb3a1df4b8988033154e3934124e9 3SHA1 (Text-Unidecode-1.30.tar.gz) = 13c28520896a0073e0ea9333a2b6b770dcf17d6e
4RMD160 (Text-Unidecode-1.27.tar.gz) = 07411c625707f3a2ec0adf98b419641e7deb27d2 4RMD160 (Text-Unidecode-1.30.tar.gz) = c4f5ba6ac84eef0ce4999935b7a32da0576c8720
5SHA512 (Text-Unidecode-1.27.tar.gz) = c124e09b75050717fc13716b46ca54e607fd1e093f6ce06db466cda669d772661173a394eac81b5073a757f7af5e0174aa23eac037a356f008268b2bd767428c 5SHA512 (Text-Unidecode-1.30.tar.gz) = 194f8aba0dcdc7a53338b86370b7cfb6c60d4a8982ada6084f0eb0ccd66ce461b831b6daf04932f039ff1b983dc3cd0c0ced1e8b455955d2699c36120b41a526
6Size (Text-Unidecode-1.27.tar.gz) = 134929 bytes 6Size (Text-Unidecode-1.30.tar.gz) = 137977 bytes