pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-Unicode-Map Importing p5-Unicode-Map ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cafe4efd03f8
branches:  trunk
changeset: 543253:cafe4efd03f8
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 11 14:12:29 2008 +0000

description:
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:

 converters/p5-Unicode-Map/DESCR    |  10 ++++++++++
 converters/p5-Unicode-Map/Makefile |  15 +++++++++++++++
 converters/p5-Unicode-Map/distinfo |   5 +++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 5fed218de368 -r cafe4efd03f8 converters/p5-Unicode-Map/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-Map/DESCR   Wed Jun 11 14:12:29 2008 +0000
@@ -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 -r 5fed218de368 -r cafe4efd03f8 converters/p5-Unicode-Map/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-Map/Makefile        Wed Jun 11 14:12:29 2008 +0000
@@ -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@localhost
+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 -r 5fed218de368 -r cafe4efd03f8 converters/p5-Unicode-Map/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-Map/distinfo        Wed Jun 11 14:12:29 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index