blob: 017e951d3a991fd548a6d0e2f491975a20b60389 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Text::WrapI18N - Line wrapping module with support for multibyte, \
2fullwidth, and combining characters and languages without whitespaces \
3between words."
4DESCRIPTION = "This module intends to be a better Text::Wrap module. This module is \
5needed to support multibyte character encodings such as UTF-8, EUC-JP, \
6EUC-KR, GB2312, and Big5. This module also supports characters with \
7irregular widths, such as combining characters (which occupy zero columns \
8on terminal, like diacritical marks in UTF-8) and fullwidth characters \
9(which occupy two columns on terminal, like most of east Asian \
10characters). Also, minimal handling of languages which doesn't use \
11whitespaces between words (like Chinese and Japanese) is supported."
12SECTION = "libs"
13
14HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/"
15
Andrew Geissler9aee5002022-03-30 16:27:02 +000016LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017LIC_FILES_CHKSUM = "file://README;md5=080862e1e40cdcddef4393e137285858"
18
19SRC_URI = "${CPAN_MIRROR}/authors/id/K/KU/KUBOTA/Text-WrapI18N-${PV}.tar.gz"
20
21SRC_URI[md5sum] = "0799c16a00926e6c18d400c2e2861d5f"
22SRC_URI[sha256sum] = "4bd29a17f0c2c792d12c1005b3c276f2ab0fae39c00859ae1741d7941846a488"
23
24S = "${WORKDIR}/Text-WrapI18N-${PV}"
25
26DEPENDS = "libtext-charwidth-perl"
27
Patrick Williams213cb262021-08-07 19:21:33 -050028RDEPENDS:${PN} = "libtext-charwidth-perl"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050029
30inherit cpan
31
32BBCLASSEXTEND = "native"