From 9865b81ad4ce19bf8619c7759288f948338ad649 Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 11 Jun 2008 14:17:10 +0000 Subject: Importing p5-Unicode-MapUTF8 version 1.11, based on wip package. Provides an adapter layer between core routines for converting to and from UTF8 and other encodings. In essence, a way to give multiple existing Unicode modules a single common interface so you don't have to know the underlaying implementations to do simple UTF8 to-from other character set encoding conversions. As such, it wraps the Unicode::String, Unicode::Map8, Unicode::Map and Jcode modules in a standardized and simple API. This also provides general character set conversion operation based on UTF8 - it is possible to convert between any two compatible and supported character sets via a simple two step chaining of conversions. --- converters/p5-Unicode-MapUTF8/DESCR | 11 +++++++++++ converters/p5-Unicode-MapUTF8/Makefile | 20 ++++++++++++++++++++ converters/p5-Unicode-MapUTF8/distinfo | 5 +++++ 3 files changed, 36 insertions(+) create mode 100644 converters/p5-Unicode-MapUTF8/DESCR create mode 100644 converters/p5-Unicode-MapUTF8/Makefile create mode 100644 converters/p5-Unicode-MapUTF8/distinfo diff --git a/converters/p5-Unicode-MapUTF8/DESCR b/converters/p5-Unicode-MapUTF8/DESCR new file mode 100644 index 00000000000..2ace6c34ffc --- /dev/null +++ b/converters/p5-Unicode-MapUTF8/DESCR @@ -0,0 +1,11 @@ +Provides an adapter layer between core routines for converting to and from +UTF8 and other encodings. In essence, a way to give multiple existing +Unicode modules a single common interface so you don't have to know +the underlaying implementations to do simple UTF8 to-from other character +set encoding conversions. As such, it wraps the Unicode::String, +Unicode::Map8, Unicode::Map and Jcode modules in a standardized and +simple API. + +This also provides general character set conversion operation based +on UTF8 - it is possible to convert between any two compatible and +supported character sets via a simple two step chaining of conversions. diff --git a/converters/p5-Unicode-MapUTF8/Makefile b/converters/p5-Unicode-MapUTF8/Makefile new file mode 100644 index 00000000000..0ea3ebad59a --- /dev/null +++ b/converters/p5-Unicode-MapUTF8/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/06/11 14:17:10 taca Exp $ + +DISTNAME= Unicode-MapUTF8-1.11 +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-Map8/ +COMMENT= Provides conversions for arbitrary character sets and UTF8 + +DEPENDS+= p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String +DEPENDS+= p5-Unicode-Map8-[0-9]*:../../converters/p5-Unicode-Map8 +DEPENDS+= p5-Unicode-Map-[0-9]*:../../converters/p5-Unicode-Map +DEPENDS+= p5-Jcode-[0-9]*:../../converters/p5-Jcode + +PERL5_PACKLIST= auto/Unicode/MapUTF8/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-Unicode-MapUTF8/distinfo b/converters/p5-Unicode-MapUTF8/distinfo new file mode 100644 index 00000000000..41fb6e800aa --- /dev/null +++ b/converters/p5-Unicode-MapUTF8/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/06/11 14:17:10 taca Exp $ + +SHA1 (Unicode-MapUTF8-1.11.tar.gz) = c72397ab7f7117e1a0f5821cfa9fabcc9b58b3e0 +RMD160 (Unicode-MapUTF8-1.11.tar.gz) = ffe35b451a06ed99452e30b28208728da0be3f59 +Size (Unicode-MapUTF8-1.11.tar.gz) = 16402 bytes -- cgit v1.2.3