svn commit: r519829 - in head/chinese: . p5-Lingua-ZH-Romanize-Pinyin p5-Lingua-ZH-Romanize-Pinyin/files
Kurt Jaeger
pi at FreeBSD.org
Wed Dec 11 19:25:35 UTC 2019
Author: pi
Date: Wed Dec 11 19:25:33 2019
New Revision: 519829
URL: https://svnweb.freebsd.org/changeset/ports/519829
Log:
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 at bokut.in>
Added:
head/chinese/p5-Lingua-ZH-Romanize-Pinyin/
head/chinese/p5-Lingua-ZH-Romanize-Pinyin/Makefile (contents, props changed)
head/chinese/p5-Lingua-ZH-Romanize-Pinyin/distinfo (contents, props changed)
head/chinese/p5-Lingua-ZH-Romanize-Pinyin/files/
head/chinese/p5-Lingua-ZH-Romanize-Pinyin/files/LICENSE (contents, props changed)
head/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-descr (contents, props changed)
head/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-plist (contents, props changed)
Modified:
head/chinese/Makefile
Modified: head/chinese/Makefile
==============================================================================
--- head/chinese/Makefile Wed Dec 11 19:00:01 2019 (r519828)
+++ head/chinese/Makefile Wed Dec 11 19:25:33 2019 (r519829)
@@ -80,6 +80,7 @@
SUBDIR += p5-Lingua-ZH-HanDetect
SUBDIR += p5-Lingua-ZH-Keywords
SUBDIR += p5-Lingua-ZH-Numbers
+ SUBDIR += p5-Lingua-ZH-Romanize-Pinyin
SUBDIR += p5-Lingua-ZH-Segment
SUBDIR += p5-Lingua-ZH-Summarize
SUBDIR += p5-Lingua-ZH-TaBE
Added: head/chinese/p5-Lingua-ZH-Romanize-Pinyin/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/chinese/p5-Lingua-ZH-Romanize-Pinyin/Makefile Wed Dec 11 19:25:33 2019 (r519829)
@@ -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 at 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>
Added: head/chinese/p5-Lingua-ZH-Romanize-Pinyin/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/chinese/p5-Lingua-ZH-Romanize-Pinyin/distinfo Wed Dec 11 19:25:33 2019 (r519829)
@@ -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
Added: head/chinese/p5-Lingua-ZH-Romanize-Pinyin/files/LICENSE
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/chinese/p5-Lingua-ZH-Romanize-Pinyin/files/LICENSE Wed Dec 11 19:25:33 2019 (r519829)
@@ -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.
Added: head/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-descr Wed Dec 11 19:25:33 2019 (r519829)
@@ -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
Added: head/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/chinese/p5-Lingua-ZH-Romanize-Pinyin/pkg-plist Wed Dec 11 19:25:33 2019 (r519829)
@@ -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
More information about the svn-ports-head
mailing list