pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-Unicode-Map8 Initial import of p5-Unicod...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44aadcdbdb9c
branches:  trunk
changeset: 482777:44aadcdbdb9c
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Nov 02 23:40:10 2004 +0000

description:
Initial import of p5-Unicode-Map8 version 0.12 into the NetBSD Packages
Collection.

The Unicode::Map8 class implement efficient mapping tables between
8-bit character sets and 16 bit character sets like Unicode.  About
170 different mapping tables between various known character sets and
Unicode is distributed with this package.  The source of these tables
is the vendor mapping tables provided by Unicode, Inc. and the code
tables in RFC 1345.  New maps can easily be installed.

diffstat:

 converters/p5-Unicode-Map8/DESCR    |   6 ++++++
 converters/p5-Unicode-Map8/Makefile |  19 +++++++++++++++++++
 converters/p5-Unicode-Map8/PLIST    |   1 +
 converters/p5-Unicode-Map8/distinfo |   4 ++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 7ce189449f96 -r 44aadcdbdb9c converters/p5-Unicode-Map8/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-Map8/DESCR  Tue Nov 02 23:40:10 2004 +0000
@@ -0,0 +1,6 @@
+The Unicode::Map8 class implement efficient mapping tables between
+8-bit character sets and 16 bit character sets like Unicode.  About
+170 different mapping tables between various known character sets and
+Unicode is distributed with this package.  The source of these tables
+is the vendor mapping tables provided by Unicode, Inc. and the code
+tables in RFC 1345.  New maps can easily be installed.
diff -r 7ce189449f96 -r 44aadcdbdb9c converters/p5-Unicode-Map8/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-Map8/Makefile       Tue Nov 02 23:40:10 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/02 23:40:10 seb Exp $
+#
+
+DISTNAME=      Unicode-Map8-0.12
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    converters
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Unicode/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://www.unicode.org/
+COMMENT=       Perl5 module providing mapping tables between charsets
+
+DEPENDS+=      p5-Unicode-String-[0-9]*:../../converters/p5-Unicode-String
+
+USE_BUILDLINK3=                yes
+PERL5_PACKLIST=         ${PERL5_SITEARCH}/auto/Unicode/Map8/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7ce189449f96 -r 44aadcdbdb9c converters/p5-Unicode-Map8/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-Map8/PLIST  Tue Nov 02 23:40:10 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/02 23:40:10 seb Exp $
diff -r 7ce189449f96 -r 44aadcdbdb9c converters/p5-Unicode-Map8/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-Map8/distinfo       Tue Nov 02 23:40:10 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/11/02 23:40:10 seb Exp $
+
+SHA1 (Unicode-Map8-0.12.tar.gz) = 4e5217c8095787902f2ee0fd299a883bcdeed5b7
+Size (Unicode-Map8-0.12.tar.gz) = 102882 bytes



Home | Main Index | Thread Index | Old Index