aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Unicode-EastAsianWidth
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-24 22:29:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-24 22:29:33 +0000
commitf27764cd87065d7b04d85c62f11884beb9d0b861 (patch)
tree90e4883007470cac8cb35132b27eb0b6316773fa /textproc/p5-Unicode-EastAsianWidth
parent4a6d4f4b0581e98a805723fd21c85a0b3371a15f (diff)
downloadports-f27764cd87065d7b04d85c62f11884beb9d0b861.tar.gz
ports-f27764cd87065d7b04d85c62f11884beb9d0b861.zip
Update to 1.40
- Add LICENSE - Sort PLIST - Update pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/Unicode-EastAsianWidth
Notes
Notes: svn path=/head/; revision=485810
Diffstat (limited to 'textproc/p5-Unicode-EastAsianWidth')
-rw-r--r--textproc/p5-Unicode-EastAsianWidth/Makefile7
-rw-r--r--textproc/p5-Unicode-EastAsianWidth/distinfo5
-rw-r--r--textproc/p5-Unicode-EastAsianWidth/pkg-descr17
-rw-r--r--textproc/p5-Unicode-EastAsianWidth/pkg-plist2
4 files changed, 23 insertions, 8 deletions
diff --git a/textproc/p5-Unicode-EastAsianWidth/Makefile b/textproc/p5-Unicode-EastAsianWidth/Makefile
index 2c245546a9aa..6be08efd49ee 100644
--- a/textproc/p5-Unicode-EastAsianWidth/Makefile
+++ b/textproc/p5-Unicode-EastAsianWidth/Makefile
@@ -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
diff --git a/textproc/p5-Unicode-EastAsianWidth/distinfo b/textproc/p5-Unicode-EastAsianWidth/distinfo
index b7454401c610..958640d41bf1 100644
--- a/textproc/p5-Unicode-EastAsianWidth/distinfo
+++ b/textproc/p5-Unicode-EastAsianWidth/distinfo
@@ -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
diff --git a/textproc/p5-Unicode-EastAsianWidth/pkg-descr b/textproc/p5-Unicode-EastAsianWidth/pkg-descr
index 152cb13bc75a..f99e4ae7238f 100644
--- a/textproc/p5-Unicode-EastAsianWidth/pkg-descr
+++ b/textproc/p5-Unicode-EastAsianWidth/pkg-descr
@@ -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
diff --git a/textproc/p5-Unicode-EastAsianWidth/pkg-plist b/textproc/p5-Unicode-EastAsianWidth/pkg-plist
index ecbd58163dc1..2fe56d7b9e43 100644
--- a/textproc/p5-Unicode-EastAsianWidth/pkg-plist
+++ b/textproc/p5-Unicode-EastAsianWidth/pkg-plist
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Unicode::EastAsianWidth.3.gz
%%SITE_PERL%%/Unicode/EastAsianWidth.pm
+%%PERL5_MAN3%%/Unicode::EastAsianWidth.3.gz