aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-01 16:05:26 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-01 16:05:26 +0000
commit249aa6006514d90b3306a0adb34b2cb615bc9e2c (patch)
tree8c5cd96cff3d6e1d2659c95de7e768ab6d9275dd /textproc/Makefile
parent58f97f81784f502c4eba0bcee7832bbd15f84e59 (diff)
downloadports-249aa6006514d90b3306a0adb34b2cb615bc9e2c.tar.gz
ports-249aa6006514d90b3306a0adb34b2cb615bc9e2c.zip
- Add p5-Text-WrapI18N 0.06
Text::WrapI18N intends to be a better Text::Wrap module. This module is needed to support multibyte character encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5. This module also supports characters with irregular widths, such as combining characters (which occupy zero columns on terminal, like diacritical marks in UTF-8) and fullwidth characters (which occupy two columns on terminal, like most of east Asian characters). Also, minimal handling of languages which doesn't use whitespaces between words (like Chinese and Japanese) is supported. Like Text::Wrap, hyphenation and "kinsoku" processing are not supported, to keep simplicity. WWW: http://search.cpan.org/dist/Text-WrapI18N/
Notes
Notes: svn path=/head/; revision=335400
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index a7e669bc5d88..ba7351475c2b 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -868,6 +868,7 @@
SUBDIR += p5-Text-WikiCreole
SUBDIR += p5-Text-WikiFormat
SUBDIR += p5-Text-WordDiff
+ SUBDIR += p5-Text-WrapI18N
SUBDIR += p5-Text-Wrapper
SUBDIR += p5-Text-Xslate
SUBDIR += p5-Text-Xslate-Bridge-TT2Like