diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2019-12-11 19:25:33 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2019-12-11 19:25:33 +0000 |
commit | f539a7322843741dfa6294e3eaf645425186b775 (patch) | |
tree | f0f46fa0c8a98813752c777a987f9bd4db5b3ec3 /chinese/p5-Lingua-ZH-Romanize-Pinyin | |
parent | f635f3b727c8454d623a083c0a05ae9a03b7a749 (diff) | |
download | ports-f539a7322843741dfa6294e3eaf645425186b775.tar.gz ports-f539a7322843741dfa6294e3eaf645425186b775.zip |
Notes
Diffstat (limited to 'chinese/p5-Lingua-ZH-Romanize-Pinyin')
-rw-r--r-- | chinese/p5-Lingua-ZH-Romanize-Pinyin/Makefile | 22 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Romanize-Pinyin/distinfo | 3 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Romanize-Pinyin/files/LICENSE | 11 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-descr | 4 | ||||
-rw-r--r-- | chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-plist | 8 |
5 files changed, 48 insertions, 0 deletions
diff --git a/chinese/p5-Lingua-ZH-Romanize-Pinyin/Makefile b/chinese/p5-Lingua-ZH-Romanize-Pinyin/Makefile new file mode 100644 index 000000000000..9937757f8174 --- /dev/null +++ b/chinese/p5-Lingua-ZH-Romanize-Pinyin/Makefile @@ -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> diff --git a/chinese/p5-Lingua-ZH-Romanize-Pinyin/distinfo b/chinese/p5-Lingua-ZH-Romanize-Pinyin/distinfo new file mode 100644 index 000000000000..ca0c5a33482a --- /dev/null +++ b/chinese/p5-Lingua-ZH-Romanize-Pinyin/distinfo @@ -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 diff --git a/chinese/p5-Lingua-ZH-Romanize-Pinyin/files/LICENSE b/chinese/p5-Lingua-ZH-Romanize-Pinyin/files/LICENSE new file mode 100644 index 000000000000..7f6149165d68 --- /dev/null +++ b/chinese/p5-Lingua-ZH-Romanize-Pinyin/files/LICENSE @@ -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. diff --git a/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-descr b/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-descr new file mode 100644 index 000000000000..b98460bc4001 --- /dev/null +++ b/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-descr @@ -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 diff --git a/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-plist b/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-plist new file mode 100644 index 000000000000..b33ade226da2 --- /dev/null +++ b/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-plist @@ -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 |