1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.branches 5.8 5.10 5.12 5.14 5.16 |
---|
8 | perl5.setup Text-WrapI18N 0.06 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words |
---|
12 | long_description This module intends to be a better Text::Wrap \ |
---|
13 | module. This module is needed to support \ |
---|
14 | multibyte character encodings such as UTF-8, \ |
---|
15 | EUC-JP, EUC-KR, GB2312, and Big5. This module \ |
---|
16 | also supports characters with irregular widths, \ |
---|
17 | such as combining characters (which occupy zero \ |
---|
18 | columns on terminal, like diacritical marks in \ |
---|
19 | UTF-8) and fullwidth characters (which occupy \ |
---|
20 | two columns on terminal, like most of east \ |
---|
21 | Asian characters). Also, minimal handling of \ |
---|
22 | languages which doesn't use whitespaces between \ |
---|
23 | words (like Chinese and Japanese) is supported. |
---|
24 | |
---|
25 | platforms darwin |
---|
26 | |
---|
27 | checksums rmd160 ec9d23dd6c90ef21a4cd032b51cfa5b3a79b0e25 \ |
---|
28 | sha256 4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488 |
---|