pkgsrc/textproc/p5-Text-Unidecode/Makefile
wiz 1a1d4e7335 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.
2016-11-28 13:37:53 +00:00

16 lines
482 B
Makefile

# $NetBSD: Makefile,v 1.17 2016/11/28 13:37:53 wiz Exp $
DISTNAME= Text-Unidecode-1.30
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Unidecode/
COMMENT= Perl5 module that transliterates Unicode to US-ASCII
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Text/Unidecode/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"