diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-Collate/DESCR | 5 | ||||
-rw-r--r-- | converters/p5-Unicode-Collate/Makefile | 19 | ||||
-rw-r--r-- | converters/p5-Unicode-Collate/TODO | 1 | ||||
-rw-r--r-- | converters/p5-Unicode-Collate/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/converters/p5-Unicode-Collate/DESCR b/converters/p5-Unicode-Collate/DESCR new file mode 100644 index 00000000000..4e8dd160ab1 --- /dev/null +++ b/converters/p5-Unicode-Collate/DESCR @@ -0,0 +1,5 @@ +Unicode::Collate implements Unicode Collation Algorithm (UCA). The UCA +provides a specification for how to compare two Unicode strings while +remaining conformant to the requirements of The Unicode Standard. The UCA +also supplies the Default Unicode Collation Element Table (DUCET), which +is data specifying the default collation order for all Unicode characters. diff --git a/converters/p5-Unicode-Collate/Makefile b/converters/p5-Unicode-Collate/Makefile new file mode 100644 index 00000000000..96f2886abf7 --- /dev/null +++ b/converters/p5-Unicode-Collate/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/02/12 18:49:08 abs Exp $ + +DISTNAME= Unicode-Collate-0.87 +PKGNAME= p5-${DISTNAME} +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Unicode-Collate/ +COMMENT= Perl5 implementation of Unicode Collation Algorithm +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Unicode/Collate/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-Unicode-Collate/TODO b/converters/p5-Unicode-Collate/TODO new file mode 100644 index 00000000000..aa37369e2c7 --- /dev/null +++ b/converters/p5-Unicode-Collate/TODO @@ -0,0 +1 @@ +- install Default Unicode Collation Element Table diff --git a/converters/p5-Unicode-Collate/distinfo b/converters/p5-Unicode-Collate/distinfo new file mode 100644 index 00000000000..a7cb2cc64f7 --- /dev/null +++ b/converters/p5-Unicode-Collate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/02/12 18:49:08 abs Exp $ + +SHA1 (Unicode-Collate-0.87.tar.gz) = 0d28e2b92c63d90313b4886098c1239154185273 +RMD160 (Unicode-Collate-0.87.tar.gz) = 07c6dff9e93549cc788ac6d7a0d1dd2de2405980 +Size (Unicode-Collate-0.87.tar.gz) = 833353 bytes |