From owner-svn-ports-head@freebsd.org Sat Nov 24 22:29:38 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DF211113BEDD; Sat, 24 Nov 2018 22:29:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 842CE8F66D; Sat, 24 Nov 2018 22:29:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A8A2B14187; Sat, 24 Nov 2018 22:29:34 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAOMTYXO077537; Sat, 24 Nov 2018 22:29:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAOMTXcH077534; Sat, 24 Nov 2018 22:29:33 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201811242229.wAOMTXcH077534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 24 Nov 2018 22:29:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485810 - head/textproc/p5-Unicode-EastAsianWidth X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/textproc/p5-Unicode-EastAsianWidth X-SVN-Commit-Revision: 485810 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 842CE8F66D X-Spamd-Result: default: False [1.72 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.66)[0.661,0]; NEURAL_SPAM_MEDIUM(0.66)[0.657,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_SPAM_SHORT(0.40)[0.400,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2018 22:29:38 -0000 Author: sunpoet Date: Sat Nov 24 22:29:33 2018 New Revision: 485810 URL: https://svnweb.freebsd.org/changeset/ports/485810 Log: Update to 1.40 - Add LICENSE - Sort PLIST - Update pkg-descr - Take maintainership Changes: https://metacpan.org/changes/distribution/Unicode-EastAsianWidth Modified: head/textproc/p5-Unicode-EastAsianWidth/Makefile head/textproc/p5-Unicode-EastAsianWidth/distinfo head/textproc/p5-Unicode-EastAsianWidth/pkg-descr head/textproc/p5-Unicode-EastAsianWidth/pkg-plist Modified: head/textproc/p5-Unicode-EastAsianWidth/Makefile ============================================================================== --- head/textproc/p5-Unicode-EastAsianWidth/Makefile Sat Nov 24 22:29:24 2018 (r485809) +++ head/textproc/p5-Unicode-EastAsianWidth/Makefile Sat Nov 24 22:29:33 2018 (r485810) @@ -2,14 +2,15 @@ # $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 Modified: head/textproc/p5-Unicode-EastAsianWidth/distinfo ============================================================================== --- head/textproc/p5-Unicode-EastAsianWidth/distinfo Sat Nov 24 22:29:24 2018 (r485809) +++ head/textproc/p5-Unicode-EastAsianWidth/distinfo Sat Nov 24 22:29:33 2018 (r485810) @@ -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 Modified: head/textproc/p5-Unicode-EastAsianWidth/pkg-descr ============================================================================== --- head/textproc/p5-Unicode-EastAsianWidth/pkg-descr Sat Nov 24 22:29:24 2018 (r485809) +++ head/textproc/p5-Unicode-EastAsianWidth/pkg-descr Sat Nov 24 22:29:33 2018 (r485810) @@ -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 Modified: head/textproc/p5-Unicode-EastAsianWidth/pkg-plist ============================================================================== --- head/textproc/p5-Unicode-EastAsianWidth/pkg-plist Sat Nov 24 22:29:24 2018 (r485809) +++ head/textproc/p5-Unicode-EastAsianWidth/pkg-plist Sat Nov 24 22:29:33 2018 (r485810) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Unicode::EastAsianWidth.3.gz %%SITE_PERL%%/Unicode/EastAsianWidth.pm +%%PERL5_MAN3%%/Unicode::EastAsianWidth.3.gz