New port: chinese/p5-Lingua-ZH-Romanize-Pinyin: Romanization of Standard Chinese language
Romanization of Standard Chinese language. Pinyin is a phonemic notation for Chinese characters. WWW: https://metacpan.org/release/Lingua-ZH-Romanize-Pinyin PR: 242354 Submitted by: Tomohiro Hosaka <bokutin@bokut.in>
This commit is contained in:
parent
f635f3b727
commit
f539a73228
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519829
@ -80,6 +80,7 @@
|
|||||||
SUBDIR += p5-Lingua-ZH-HanDetect
|
SUBDIR += p5-Lingua-ZH-HanDetect
|
||||||
SUBDIR += p5-Lingua-ZH-Keywords
|
SUBDIR += p5-Lingua-ZH-Keywords
|
||||||
SUBDIR += p5-Lingua-ZH-Numbers
|
SUBDIR += p5-Lingua-ZH-Numbers
|
||||||
|
SUBDIR += p5-Lingua-ZH-Romanize-Pinyin
|
||||||
SUBDIR += p5-Lingua-ZH-Segment
|
SUBDIR += p5-Lingua-ZH-Segment
|
||||||
SUBDIR += p5-Lingua-ZH-Summarize
|
SUBDIR += p5-Lingua-ZH-Summarize
|
||||||
SUBDIR += p5-Lingua-ZH-TaBE
|
SUBDIR += p5-Lingua-ZH-TaBE
|
||||||
|
22
chinese/p5-Lingua-ZH-Romanize-Pinyin/Makefile
Normal file
22
chinese/p5-Lingua-ZH-Romanize-Pinyin/Makefile
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Lingua-ZH-Romanize-Pinyin
|
||||||
|
PORTVERSION= 0.23
|
||||||
|
CATEGORIES= chinese perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
MASTER_SITE_SUBDIR=CPAN:KAWASAKI
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= bokutin@bokut.in
|
||||||
|
COMMENT= Romanization of Standard Chinese language
|
||||||
|
|
||||||
|
LICENSE= Lingua-ZH-Romanize-Pinyin
|
||||||
|
LICENSE_NAME= License of Lingua-ZH-Romanize-Pinyin
|
||||||
|
LICENSE_FILE= ${FILESDIR}/LICENSE
|
||||||
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
chinese/p5-Lingua-ZH-Romanize-Pinyin/distinfo
Normal file
3
chinese/p5-Lingua-ZH-Romanize-Pinyin/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1574739594
|
||||||
|
SHA256 (Lingua-ZH-Romanize-Pinyin-0.23.tar.gz) = a0888d00ee2f353edd5735904d6a65b34bc15811575fd496fbae345879134099
|
||||||
|
SIZE (Lingua-ZH-Romanize-Pinyin-0.23.tar.gz) = 87448
|
11
chinese/p5-Lingua-ZH-Romanize-Pinyin/files/LICENSE
Normal file
11
chinese/p5-Lingua-ZH-Romanize-Pinyin/files/LICENSE
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
(Following sentences are from README.)
|
||||||
|
|
||||||
|
Copyright (c) 2003-2008 Yusuke Kawasaki. All rights reserved.
|
||||||
|
|
||||||
|
Any commercial use of the Software requires a license directly from the
|
||||||
|
author(s). Please contact the author(s) to negotiate an appropriate
|
||||||
|
license. Commercial use includes integration of all or part of the
|
||||||
|
binary or source code covered by this permission notices into a product
|
||||||
|
for sale or license to third parties on your behalf, or distribution of
|
||||||
|
the binary or source code to third parties that need it to utilize a
|
||||||
|
product sold or licensed on your behalf.
|
4
chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-descr
Normal file
4
chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Romanization of Standard Chinese language.
|
||||||
|
Pinyin is a phonemic notation for Chinese characters.
|
||||||
|
|
||||||
|
WWW: https://metacpan.org/release/Lingua-ZH-Romanize-Pinyin
|
8
chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-plist
Normal file
8
chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
%%SITE_PERL%%/Lingua/ZH/Romanize/Cantonese.pm
|
||||||
|
%%SITE_PERL%%/Lingua/ZH/Romanize/Cantonese.store
|
||||||
|
%%SITE_PERL%%/Lingua/ZH/Romanize/DictZH.pm
|
||||||
|
%%SITE_PERL%%/Lingua/ZH/Romanize/Pinyin.pm
|
||||||
|
%%SITE_PERL%%/Lingua/ZH/Romanize/Pinyin.store
|
||||||
|
%%PERL5_MAN3%%/Lingua::ZH::Romanize::Cantonese.3.gz
|
||||||
|
%%PERL5_MAN3%%/Lingua::ZH::Romanize::DictZH.3.gz
|
||||||
|
%%PERL5_MAN3%%/Lingua::ZH::Romanize::Pinyin.3.gz
|
Loading…
Reference in New Issue
Block a user