pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/p5-Unicode-MapUTF8 Importing p5-Unicode-Map...
details: https://anonhg.NetBSD.org/pkgsrc/rev/28405dd3fed3
branches: trunk
changeset: 543254:28405dd3fed3
user: taca <taca%pkgsrc.org@localhost>
date: Wed Jun 11 14:17:10 2008 +0000
description:
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.
diffstat:
converters/p5-Unicode-MapUTF8/DESCR | 11 +++++++++++
converters/p5-Unicode-MapUTF8/Makefile | 20 ++++++++++++++++++++
converters/p5-Unicode-MapUTF8/distinfo | 5 +++++
3 files changed, 36 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r cafe4efd03f8 -r 28405dd3fed3 converters/p5-Unicode-MapUTF8/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-MapUTF8/DESCR Wed Jun 11 14:17:10 2008 +0000
@@ -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 -r cafe4efd03f8 -r 28405dd3fed3 converters/p5-Unicode-MapUTF8/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-MapUTF8/Makefile Wed Jun 11 14:17:10 2008 +0000
@@ -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@localhost
+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 -r cafe4efd03f8 -r 28405dd3fed3 converters/p5-Unicode-MapUTF8/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-MapUTF8/distinfo Wed Jun 11 14:17:10 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index