From 8a7c131a1d2ba1a3c0a3d41d42b7006178d81cc8 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Thu, 18 Sep 2003 14:41:32 +0000 Subject: Initial import of p5-Unicode-String 2.06. These are experimental modules to handle various Unicode issues. They were made before perl included native UTF8 support. The current set of modules are: Unicode::String - represent strings of Unicode chars Unicode::CharName - look up character names Unicode::Map8 - mapping tables towards 8-bit char sets (the Unicode::Map8 module is distributed separately) --- converters/p5-Unicode-String/DESCR | 10 ++++++++++ converters/p5-Unicode-String/Makefile | 19 +++++++++++++++++++ converters/p5-Unicode-String/PLIST | 1 + converters/p5-Unicode-String/distinfo | 4 ++++ 4 files changed, 34 insertions(+) create mode 100644 converters/p5-Unicode-String/DESCR create mode 100644 converters/p5-Unicode-String/Makefile create mode 100644 converters/p5-Unicode-String/PLIST create mode 100644 converters/p5-Unicode-String/distinfo (limited to 'converters') diff --git a/converters/p5-Unicode-String/DESCR b/converters/p5-Unicode-String/DESCR new file mode 100644 index 00000000000..21737bf453f --- /dev/null +++ b/converters/p5-Unicode-String/DESCR @@ -0,0 +1,10 @@ +These are experimental modules to handle various Unicode issues. +They were made before perl included native UTF8 support. + +The current set of modules are: + + Unicode::String - represent strings of Unicode chars + Unicode::CharName - look up character names + Unicode::Map8 - mapping tables towards 8-bit char sets + +(the Unicode::Map8 module is distributed separately) diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile new file mode 100644 index 00000000000..8d6dac72a42 --- /dev/null +++ b/converters/p5-Unicode-String/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/09/18 14:41:32 xtraeme Exp $ +# + +DISTNAME= Unicode-String-2.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= converters +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www.unicode.org/ +COMMENT= Perl5 modules to handle various Unicode issues + +DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 + +USE_BUILDLINK2= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Unicode/String/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-Unicode-String/PLIST b/converters/p5-Unicode-String/PLIST new file mode 100644 index 00000000000..221e352619b --- /dev/null +++ b/converters/p5-Unicode-String/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/18 14:41:32 xtraeme Exp $ diff --git a/converters/p5-Unicode-String/distinfo b/converters/p5-Unicode-String/distinfo new file mode 100644 index 00000000000..e847af3dccf --- /dev/null +++ b/converters/p5-Unicode-String/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/09/18 14:41:32 xtraeme Exp $ + +SHA1 (Unicode-String-2.06.tar.gz) = 7be59e49dd702395194af80ce30a7c77e80c05ac +Size (Unicode-String-2.06.tar.gz) = 61397 bytes -- cgit v1.2.3