diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-09-18 14:41:32 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-09-18 14:41:32 +0000 |
commit | 8a7c131a1d2ba1a3c0a3d41d42b7006178d81cc8 (patch) | |
tree | 2ef06d4fa96fa13c05777b902ed6ac293f497d94 /converters | |
parent | 3c34d5d0bdc1e77b699b684200b55f774170e69d (diff) | |
download | pkgsrc-8a7c131a1d2ba1a3c0a3d41d42b7006178d81cc8.tar.gz |
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 (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-String/DESCR | 10 | ||||
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 19 | ||||
-rw-r--r-- | converters/p5-Unicode-String/PLIST | 1 | ||||
-rw-r--r-- | converters/p5-Unicode-String/distinfo | 4 |
4 files changed, 34 insertions, 0 deletions
diff --git a/converters/p5-Unicode-String/DESCR b/converters/p5-Unicode-String/DESCR new file mode 100644 index 00000000000..21737bf453f --- /dev/null +++ b/converters/p5-Unicode-String/DESCR @@ -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 --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile new file mode 100644 index 00000000000..8d6dac72a42 --- /dev/null +++ b/converters/p5-Unicode-String/Makefile @@ -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 +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 --git a/converters/p5-Unicode-String/PLIST b/converters/p5-Unicode-String/PLIST new file mode 100644 index 00000000000..221e352619b --- /dev/null +++ b/converters/p5-Unicode-String/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/18 14:41:32 xtraeme Exp $ diff --git a/converters/p5-Unicode-String/distinfo b/converters/p5-Unicode-String/distinfo new file mode 100644 index 00000000000..e847af3dccf --- /dev/null +++ b/converters/p5-Unicode-String/distinfo @@ -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 |