# -*- 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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Text-WrapI18N 0.06
revision            1

platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}
supported_archs     noarch

description         Line wrapping module with support for multibyte, fullwidth, and combining characters and languages without whitespaces between words
long_description    This module 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 do not use whitespaces between \
                    words (like Chinese and Japanese) is supported.

checksums           rmd160 ec9d23dd6c90ef21a4cd032b51cfa5b3a79b0e25 \
                    sha256 4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488
