summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-06-11 14:12:29 +0000
committertaca <taca@pkgsrc.org>2008-06-11 14:12:29 +0000
commit97fac187c25ded7c73404bdcb7657380ad41bba3 (patch)
treec6b1ac01286390b9cf6151bbcd48941c5fafedad /converters
parentdb4e1c2e3e5fc39902ea00389a469d94e7655262 (diff)
downloadpkgsrc-97fac187c25ded7c73404bdcb7657380ad41bba3.tar.gz
Importing p5-Unicode-Map version 0.112, based on wip package.
This module converts strings from and to 2-byte Unicode UCS2 format. All mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding. To transform these use Unicode::String. This module can't deal directly with utf8. Use Unicode::String to convert utf8 to utf16 and vice versa. Character mapping is according to the data of binary mapfiles in Unicode::Map hierarchy. Binary mapfiles can also be created with this module, enabling you to install own specific character sets.
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Unicode-Map/DESCR10
-rw-r--r--converters/p5-Unicode-Map/Makefile15
-rw-r--r--converters/p5-Unicode-Map/distinfo5
3 files changed, 30 insertions, 0 deletions
diff --git a/converters/p5-Unicode-Map/DESCR b/converters/p5-Unicode-Map/DESCR
new file mode 100644
index 00000000000..593e5061375
--- /dev/null
+++ b/converters/p5-Unicode-Map/DESCR
@@ -0,0 +1,10 @@
+This module converts strings from and to 2-byte Unicode UCS2 format. All
+mappings happen via 2 byte UTF16 encodings, not via 1 byte UTF8 encoding.
+To transform these use Unicode::String.
+
+This module can't deal directly with utf8. Use Unicode::String to convert
+utf8 to utf16 and vice versa.
+
+Character mapping is according to the data of binary mapfiles in
+Unicode::Map hierarchy. Binary mapfiles can also be created with this module,
+enabling you to install own specific character sets.
diff --git a/converters/p5-Unicode-Map/Makefile b/converters/p5-Unicode-Map/Makefile
new file mode 100644
index 00000000000..8e83c31914d
--- /dev/null
+++ b/converters/p5-Unicode-Map/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/06/11 14:12:29 taca Exp $
+
+DISTNAME= Unicode-Map-0.112
+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-Map/
+COMMENT= Perl5 module that maps charsets from and to utf16 unicode
+
+PERL5_PACKLIST= auto/Unicode/Map/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/converters/p5-Unicode-Map/distinfo b/converters/p5-Unicode-Map/distinfo
new file mode 100644
index 00000000000..bfc76ad86d0
--- /dev/null
+++ b/converters/p5-Unicode-Map/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/06/11 14:12:29 taca Exp $
+
+SHA1 (Unicode-Map-0.112.tar.gz) = 896bcbfe370b939b4c5fb5866df9059fbdc5b683
+RMD160 (Unicode-Map-0.112.tar.gz) = 4b05b6ed2e27dbe2c1ee69a668b71b45b0d47530
+Size (Unicode-Map-0.112.tar.gz) = 476116 bytes