summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authortaca <taca>2008-06-11 14:17:10 +0000
committertaca <taca>2008-06-11 14:17:10 +0000
commitdecaca13523c3777ff9bebf3f08766e5ea9fcb19 (patch)
tree0e507e7c0f0621ea33e618c0bc874ca3bd375555 /converters
parent62b5e0c9f88f1fd66b652ac9c7fea0f8cbb09f71 (diff)
downloadpkgsrc-decaca13523c3777ff9bebf3f08766e5ea9fcb19.tar.gz
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 (limited to 'converters')
-rw-r--r--converters/p5-Unicode-MapUTF8/DESCR11
-rw-r--r--converters/p5-Unicode-MapUTF8/Makefile20
-rw-r--r--converters/p5-Unicode-MapUTF8/distinfo5
3 files changed, 36 insertions, 0 deletions
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