mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
add p5-Lingua-ZH-Numbers 0.03
Converts numeric values into their Chinese string equivalents
This commit is contained in:
parent
9e3a92add3
commit
9510c36df4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73763
@ -72,6 +72,7 @@
|
|||||||
SUBDIR += openoffice-zh_CN
|
SUBDIR += openoffice-zh_CN
|
||||||
SUBDIR += openoffice-zh_TW
|
SUBDIR += openoffice-zh_TW
|
||||||
SUBDIR += p5-Date-Chinese
|
SUBDIR += p5-Date-Chinese
|
||||||
|
SUBDIR += p5-Lingua-ZH-Numbers
|
||||||
SUBDIR += p5-Lingua-ZH-TaBE
|
SUBDIR += p5-Lingua-ZH-TaBE
|
||||||
SUBDIR += pine4
|
SUBDIR += pine4
|
||||||
SUBDIR += pyDict
|
SUBDIR += pyDict
|
||||||
|
23
chinese/p5-Lingua-ZH-Numbers/Makefile
Normal file
23
chinese/p5-Lingua-ZH-Numbers/Makefile
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: p5-Lingua-ZH-Numbers
|
||||||
|
# Date Created: Jan 22, 2003
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Lingua-ZH-Numbers
|
||||||
|
PORTVERSION= 0.03
|
||||||
|
CATEGORIES= chinese perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= Lingua
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
MAN3= Lingua::ZH::Numbers.3 Lingua::ZH::Numbers::Currency.3
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
chinese/p5-Lingua-ZH-Numbers/distinfo
Normal file
1
chinese/p5-Lingua-ZH-Numbers/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (Lingua-ZH-Numbers-0.03.tar.gz) = 8e2f702bd172d96ee7f91384a9d41bc4
|
1
chinese/p5-Lingua-ZH-Numbers/pkg-comment
Normal file
1
chinese/p5-Lingua-ZH-Numbers/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
Converts numeric values into their Chinese string equivalents
|
5
chinese/p5-Lingua-ZH-Numbers/pkg-descr
Normal file
5
chinese/p5-Lingua-ZH-Numbers/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
This module tries to convert a number into Chinese cardinal number. It
|
||||||
|
supports decimals number, and five representation systems (charsets):
|
||||||
|
traditional, simplified, big5, gb and pinyin. The first two are returned
|
||||||
|
as unicode strings; hence they are only available for Perl 5.6 and later
|
||||||
|
versions.
|
9
chinese/p5-Lingua-ZH-Numbers/pkg-plist
Normal file
9
chinese/p5-Lingua-ZH-Numbers/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
%%SITE_PERL%%/Lingua/ZH/Numbers.pm
|
||||||
|
%%SITE_PERL%%/Lingua/ZH/Numbers/Currency.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/Numbers/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/Lingua/ZH/Numbers
|
||||||
|
@dirrm %%SITE_PERL%%/Lingua/ZH
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/Numbers
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user