Update to 1.40

- Add LICENSE
- Sort PLIST
- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Unicode-EastAsianWidth
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-24 22:29:33 +00:00
parent 4a6d4f4b05
commit f27764cd87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485810
4 changed files with 23 additions and 8 deletions

View File

@ -2,15 +2,16 @@
# $FreeBSD$
PORTNAME= Unicode-EastAsianWidth
PORTVERSION= 1.33
PORTREVISION= 1
PORTVERSION= 1.40
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= East Asian Width properties
LICENSE= CC0-1.0
USES= perl5
USE_PERL5= configure

View File

@ -1,2 +1,3 @@
SHA256 (Unicode-EastAsianWidth-1.33.tar.gz) = 41c9f0b50c45dd806a97de73f9fe93516b6c63255e2a5174e5fb2d89635c7797
SIZE (Unicode-EastAsianWidth-1.33.tar.gz) = 31498
TIMESTAMP = 1543077353
SHA256 (Unicode-EastAsianWidth-1.40.tar.gz) = f0d149ae11b5016b17701890ea5ae71b2bba1089a5d5b12564db50e64c4d86e5
SIZE (Unicode-EastAsianWidth-1.40.tar.gz) = 43647

View File

@ -1,5 +1,18 @@
This module provide user-defined Unicode properties that deal with East
Asian characters' width status, as specified in
Unicode::EastAsianWidth provide user-defined Unicode properties that deal with
width status of East Asian characters, as specified in
http://www.unicode.org/unicode/reports/tr11/.
It exports the following functions to the caller's scope, to be used by Perl's
Unicode matching system: InEastAsianFullwidth, InEastAsianHalfwidth,
InEastAsianAmbiguous, InEastAsianNarrow InEastAsianWide, InEastAsianNeutral.
In accord to TR11 cited above, two additional context-sensitive properties are
exported: InFullwidth (union of Fullwidth and Wide) and InHalfwidth (union of
Halfwidth, Narrow and Neutral).
Ambiguous characters are treated by default as part of InHalfwidth, but you can
modify this behaviour by assigning a true value to
$Unicode::EastAsianWidth::EastAsian at compile time within a BEGIN block before
loading this module
WWW: https://metacpan.org/release/Unicode-EastAsianWidth

View File

@ -1,2 +1,2 @@
%%PERL5_MAN3%%/Unicode::EastAsianWidth.3.gz
%%SITE_PERL%%/Unicode/EastAsianWidth.pm
%%PERL5_MAN3%%/Unicode::EastAsianWidth.3.gz