Hi, This is a bugfix release.
- update to 1.23 - whitespace fixes - small descr reorg - regress tests pass Upstream ChangeLog at: http://cpansearch.perl.org/src/SBURKE/Text-Unidecode-1.23/ChangeLog Index: Makefile =================================================================== RCS file: /cvs/ports/textproc/p5-Text-Unidecode/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 22 Nov 2014 21:39:23 -0000 1.12 +++ Makefile 8 Dec 2014 07:41:27 -0000 @@ -3,12 +3,12 @@ COMMENT= US-ASCII transliterations of Unicode text MODULES= cpan -DISTNAME= Text-Unidecode-1.22 +DISTNAME= Text-Unidecode-1.23 CATEGORIES= textproc MAINTAINER= Mikolaj Kucharski <miko...@kucharski.name> # Perl -PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_CDROM= Yes .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /cvs/ports/textproc/p5-Text-Unidecode/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 22 Nov 2014 21:39:23 -0000 1.4 +++ distinfo 8 Dec 2014 07:41:27 -0000 @@ -1,2 +1,2 @@ -SHA256 (Text-Unidecode-1.22.tar.gz) = 3XbwHIsehlu7AqbHGeshrbdkUeqPSSgbwFExnjT63bw= -SIZE (Text-Unidecode-1.22.tar.gz) = 129557 +SHA256 (Text-Unidecode-1.23.tar.gz) = yx12HtzU6iV2NyZDRxPDFX1IrH11vie+0QvAqk7B1tY= +SIZE (Text-Unidecode-1.23.tar.gz) = 130431 Index: pkg/DESCR =================================================================== RCS file: /cvs/ports/textproc/p5-Text-Unidecode/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- pkg/DESCR 5 Dec 2001 07:49:28 -0000 1.1.1.1 +++ pkg/DESCR 8 Dec 2014 07:41:27 -0000 @@ -1,6 +1,6 @@ Text::Unidecode provides is a function, `unidecode(...)' that takes -Unicode data and tries to represent it in US-ASCII characters -(i.e., the universally displayable characters between 0x00 and 0x7F). -The representation is almost always an attempt at *transliteration* --- i.e., conveying, in Roman letters, the pronunciation expressed by -the text in some other writing system. +Unicode data and tries to represent it in US-ASCII characters, the +universally displayable characters between 0x00 and 0x7F. The +representation is almost always an attempt at *transliteration* -- i.e., +conveying, in Roman letters, the pronunciation expressed by the text in +some other writing system. -- best regards q#