mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add p5-Unicode-EastAsianWidth, East Asian Width properties.
This module provide user-defined Unicode properties that deal with East Asian characters' width status, as specified in http://www.unicode.org/unicode/reports/tr11/. WWW: http://search.cpan.org/dist/Unicode-EastAsianWidth/
This commit is contained in:
parent
e41d1a7ac7
commit
8c500d5b12
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230791
@ -668,6 +668,7 @@
|
||||
SUBDIR += p5-UML-State
|
||||
SUBDIR += p5-URI-Find
|
||||
SUBDIR += p5-Unicode-CheckUTF8
|
||||
SUBDIR += p5-Unicode-EastAsianWidth
|
||||
SUBDIR += p5-Unicode-Normalize
|
||||
SUBDIR += p5-Unicode-Unihan
|
||||
SUBDIR += p5-WDDX
|
||||
|
21
textproc/p5-Unicode-EastAsianWidth/Makefile
Normal file
21
textproc/p5-Unicode-EastAsianWidth/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: p5-Unicode-EastAsianWidth
|
||||
# Date created: 2009/03/23
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Unicode-EastAsianWidth
|
||||
DISTVERSION= 1.30
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= East Asian Width properties
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Unicode::EastAsianWidth.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Unicode-EastAsianWidth/distinfo
Normal file
3
textproc/p5-Unicode-EastAsianWidth/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Unicode-EastAsianWidth-1.30.tar.gz) = 9af6baa75538a677da3a513780e814fa
|
||||
SHA256 (Unicode-EastAsianWidth-1.30.tar.gz) = dac67ad49d333736d4340e9c97206db96d6653a2cd66f4f776c6a7769efe04ee
|
||||
SIZE (Unicode-EastAsianWidth-1.30.tar.gz) = 17693
|
5
textproc/p5-Unicode-EastAsianWidth/pkg-descr
Normal file
5
textproc/p5-Unicode-EastAsianWidth/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module provide user-defined Unicode properties that deal with East
|
||||
Asian characters' width status, as specified in
|
||||
http://www.unicode.org/unicode/reports/tr11/.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Unicode-EastAsianWidth/
|
5
textproc/p5-Unicode-EastAsianWidth/pkg-plist
Normal file
5
textproc/p5-Unicode-EastAsianWidth/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Unicode/EastAsianWidth.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/EastAsianWidth/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/EastAsianWidth
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode
|
||||
@dirrmtry %%SITE_PERL%%/Unicode
|
Loading…
Reference in New Issue
Block a user