diff options
author | wiz <wiz> | 2006-01-13 18:20:12 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-01-13 18:20:12 +0000 |
commit | 0a74f078587c3ae552cecbee8c3f33c54f4ef535 (patch) | |
tree | e6d96e94533898a62ceae90b088ff14f8ade039a /textproc | |
parent | 261470e1726ff92111b90bd8b9227596e70d645e (diff) | |
download | pkgsrc-0a74f078587c3ae552cecbee8c3f33c54f4ef535.tar.gz |
Initial import of p5-Text-WrapI18N-0.06:
This is a module which intends to substitute Text::Wrap,
which supports internationalized texts including:
- multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5,
- fullwidth characters like east Asian characters which appear in
UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on,
- combining characters like diacritical marks which appear in UTF-8,
ISO-8859-11 (aka TIS-620), and so on, and
- languages which don't use whitespaces between words, like Chinese
and Japanese.
The text is to be given in locale encoding, not always in UTF-8.
(Of course locale encoding is UTF-8 in UTF-8 locales.)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-WrapI18N/DESCR | 12 | ||||
-rw-r--r-- | textproc/p5-Text-WrapI18N/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Text-WrapI18N/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-WrapI18N/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/textproc/p5-Text-WrapI18N/DESCR b/textproc/p5-Text-WrapI18N/DESCR new file mode 100644 index 00000000000..8652dea7fb5 --- /dev/null +++ b/textproc/p5-Text-WrapI18N/DESCR @@ -0,0 +1,12 @@ +This is a module which intends to substitute Text::Wrap, +which supports internationalized texts including: + - multibyte encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5, + - fullwidth characters like east Asian characters which appear in + UTF-8, EUC-JP, EUC-KR, GB2312, Big5, and so on, + - combining characters like diacritical marks which appear in UTF-8, + ISO-8859-11 (aka TIS-620), and so on, and + - languages which don't use whitespaces between words, like Chinese + and Japanese. + +The text is to be given in locale encoding, not always in UTF-8. +(Of course locale encoding is UTF-8 in UTF-8 locales.) diff --git a/textproc/p5-Text-WrapI18N/Makefile b/textproc/p5-Text-WrapI18N/Makefile new file mode 100644 index 00000000000..f4c55d1eb98 --- /dev/null +++ b/textproc/p5-Text-WrapI18N/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/13 18:20:12 wiz Exp $ + +DISTNAME= Text-WrapI18N-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-WrapI18N/ +COMMENT= Perl5 module to wrap internationalized text + +DEPENDS+= p5-Text-CharWidth-[0-9]*:../../textproc/p5-Text-CharWidth + +PERL5_PACKLIST= auto/Text/WrapI18N/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-WrapI18N/PLIST b/textproc/p5-Text-WrapI18N/PLIST new file mode 100644 index 00000000000..bc3f44da988 --- /dev/null +++ b/textproc/p5-Text-WrapI18N/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/13 18:20:12 wiz Exp $ diff --git a/textproc/p5-Text-WrapI18N/distinfo b/textproc/p5-Text-WrapI18N/distinfo new file mode 100644 index 00000000000..d8e29d8dc8e --- /dev/null +++ b/textproc/p5-Text-WrapI18N/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/13 18:20:12 wiz Exp $ + +SHA1 (Text-WrapI18N-0.06.tar.gz) = f397756b8d0a090fdecbf9c854922c0d9825f284 +RMD160 (Text-WrapI18N-0.06.tar.gz) = ec9d23dd6c90ef21a4cd032b51cfa5b3a79b0e25 +Size (Text-WrapI18N-0.06.tar.gz) = 3812 bytes |