diff options
author | mef <mef@pkgsrc.org> | 2015-08-28 22:46:28 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-08-28 22:46:28 +0000 |
commit | 21601a32d2338e8321da38cf104ab13824d47882 (patch) | |
tree | 29ed3b2528b6e1942b9f535300cf90f98777dffd /textproc | |
parent | 94761b27a433d73157aeaa04aa5d21823581765f (diff) | |
download | pkgsrc-21601a32d2338e8321da38cf104ab13824d47882.tar.gz |
Update to 1.24
--------------
2015-08-28 Sean M. Burke sburke@cpan.org
* RELEASE 1.24. Fixing a little (BIG) bug that David Cusimano is a
superstar for having noticed. Ah, what a difference a ";" vs a ","
makes!
[https://rt.cpan.org/Public/Bug/Display.html?id=105420]
* I'M BACK. After nine months of semi-catastrophic system failures,
and after Voyager-style flybys of a dozen project deadlines... and now
I can somehow try to get back in the swing of things.
* ANOTHER superstar is Mistah Brendan Byrd who said that there are
[ https://rt.cpan.org/Public/Bug/Display.html?id=102357 ] many ports of
Unidecode to other languages and that I should brag about that fact,
and he is very extremely correct, so now the Pod in Unidecode.pm indeed
does just that.
* (I got my distro-building back up and running. WOLVERIIIINES!)
* I'm thinking of having future Unidecode/*.pm data files contain the
canonical Unicode character name for every character as a comment.
Obviously, this would make the dist pretty big. But the
lib/Unidecode/*.pm files is somewhere around a meg. What's a few megs
more?... with the benefit of added clarity? Everyone's a winner!
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Unidecode/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Unidecode/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Text-Unidecode/Makefile b/textproc/p5-Text-Unidecode/Makefile index 05f57ba7aba..27c720d0cf8 100644 --- a/textproc/p5-Text-Unidecode/Makefile +++ b/textproc/p5-Text-Unidecode/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:33 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/08/28 22:46:28 mef Exp $ -DISTNAME= Text-Unidecode-1.23 +DISTNAME= Text-Unidecode-1.24 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-Unidecode/distinfo b/textproc/p5-Text-Unidecode/distinfo index 6d617971c11..014d8628f42 100644 --- a/textproc/p5-Text-Unidecode/distinfo +++ b/textproc/p5-Text-Unidecode/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2015/05/10 03:02:05 mef Exp $ +$NetBSD: distinfo,v 1.5 2015/08/28 22:46:28 mef Exp $ -SHA1 (Text-Unidecode-1.23.tar.gz) = fab5894d81b86d63ffdf8a78509ce668e60e4693 -RMD160 (Text-Unidecode-1.23.tar.gz) = 888ed310339265dd74e44201b9c4d6bf81f9530a -Size (Text-Unidecode-1.23.tar.gz) = 130431 bytes +SHA1 (Text-Unidecode-1.24.tar.gz) = eb492ce66f856d709a54fe5244f424a6555bf580 +RMD160 (Text-Unidecode-1.24.tar.gz) = 601464595b2e0942c72e74cf0e09d4ea3f930b8b +Size (Text-Unidecode-1.24.tar.gz) = 131589 bytes |