pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/p5-Unicode-String Initial import of p5-Unic...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9d2d4451410
branches: trunk
changeset: 461628:d9d2d4451410
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Sep 18 14:41:32 2003 +0000
description:
Initial import of p5-Unicode-String 2.06.
These are experimental modules to handle various Unicode issues.
They were made before perl included native UTF8 support.
The current set of modules are:
Unicode::String - represent strings of Unicode chars
Unicode::CharName - look up character names
Unicode::Map8 - mapping tables towards 8-bit char sets
(the Unicode::Map8 module is distributed separately)
diffstat:
converters/p5-Unicode-String/DESCR | 10 ++++++++++
converters/p5-Unicode-String/Makefile | 19 +++++++++++++++++++
converters/p5-Unicode-String/PLIST | 1 +
converters/p5-Unicode-String/distinfo | 4 ++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r 3cf0975daa26 -r d9d2d4451410 converters/p5-Unicode-String/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-String/DESCR Thu Sep 18 14:41:32 2003 +0000
@@ -0,0 +1,10 @@
+These are experimental modules to handle various Unicode issues.
+They were made before perl included native UTF8 support.
+
+The current set of modules are:
+
+ Unicode::String - represent strings of Unicode chars
+ Unicode::CharName - look up character names
+ Unicode::Map8 - mapping tables towards 8-bit char sets
+
+(the Unicode::Map8 module is distributed separately)
diff -r 3cf0975daa26 -r d9d2d4451410 converters/p5-Unicode-String/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-String/Makefile Thu Sep 18 14:41:32 2003 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/18 14:41:32 xtraeme Exp $
+#
+
+DISTNAME= Unicode-String-2.06
+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 modules to handle various Unicode issues
+
+DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+
+USE_BUILDLINK2= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Unicode/String/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3cf0975daa26 -r d9d2d4451410 converters/p5-Unicode-String/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-String/PLIST Thu Sep 18 14:41:32 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/18 14:41:32 xtraeme Exp $
diff -r 3cf0975daa26 -r d9d2d4451410 converters/p5-Unicode-String/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Unicode-String/distinfo Thu Sep 18 14:41:32 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/09/18 14:41:32 xtraeme Exp $
+
+SHA1 (Unicode-String-2.06.tar.gz) = 7be59e49dd702395194af80ce30a7c77e80c05ac
+Size (Unicode-String-2.06.tar.gz) = 61397 bytes
Home |
Main Index |
Thread Index |
Old Index