pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-WrapI18N Initial import of p5-Text-Wr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a594d9a664f1
branches: trunk
changeset: 506277:a594d9a664f1
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jan 13 18:20:12 2006 +0000
description:
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:
textproc/p5-Text-WrapI18N/DESCR | 12 ++++++++++++
textproc/p5-Text-WrapI18N/Makefile | 17 +++++++++++++++++
textproc/p5-Text-WrapI18N/PLIST | 1 +
textproc/p5-Text-WrapI18N/distinfo | 5 +++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r fbacac931c25 -r a594d9a664f1 textproc/p5-Text-WrapI18N/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WrapI18N/DESCR Fri Jan 13 18:20:12 2006 +0000
@@ -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 -r fbacac931c25 -r a594d9a664f1 textproc/p5-Text-WrapI18N/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WrapI18N/Makefile Fri Jan 13 18:20:12 2006 +0000
@@ -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@localhost
+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 -r fbacac931c25 -r a594d9a664f1 textproc/p5-Text-WrapI18N/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WrapI18N/PLIST Fri Jan 13 18:20:12 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/13 18:20:12 wiz Exp $
diff -r fbacac931c25 -r a594d9a664f1 textproc/p5-Text-WrapI18N/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-WrapI18N/distinfo Fri Jan 13 18:20:12 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index