mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Add p5-Lingua-ZH-BPMFConvert 0.01, rule-based conversion of BPMF
(bopomofo) into Hanyu Pinyin. PR: ports/102941 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
c505c1b45e
commit
610a8e28b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173981
@ -91,6 +91,7 @@
|
||||
SUBDIR += p5-Date-Chinese
|
||||
SUBDIR += p5-Encode-HanConvert
|
||||
SUBDIR += p5-Encode-HanExtra
|
||||
SUBDIR += p5-Lingua-ZH-BPMFConvert
|
||||
SUBDIR += p5-Lingua-ZH-Keywords
|
||||
SUBDIR += p5-Lingua-ZH-Numbers
|
||||
SUBDIR += p5-Lingua-ZH-Summarize
|
||||
|
28
chinese/p5-Lingua-ZH-BPMFConvert/Makefile
Normal file
28
chinese/p5-Lingua-ZH-BPMFConvert/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: p5-Lingua-ZH-BPMFConvert
|
||||
# Date created: 2006-09-06
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Lingua-ZH-BPMFConvert
|
||||
PORTVERSION= 0.01
|
||||
CATEGORIES= chinese perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Lingua
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Lingua::ZH::BPMFConvert.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
chinese/p5-Lingua-ZH-BPMFConvert/distinfo
Normal file
3
chinese/p5-Lingua-ZH-BPMFConvert/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Lingua-ZH-BPMFConvert-0.01.tar.gz) = 15d8f278622f141c008a662d998d3cdf
|
||||
SHA256 (Lingua-ZH-BPMFConvert-0.01.tar.gz) = f30b972af237108f0c3692101ba756059b3463988f9a8025dbd2e13570238171
|
||||
SIZE (Lingua-ZH-BPMFConvert-0.01.tar.gz) = 3505
|
6
chinese/p5-Lingua-ZH-BPMFConvert/pkg-descr
Normal file
6
chinese/p5-Lingua-ZH-BPMFConvert/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This is a rule-based convertor of BPMF into Hanyu Pinyin. Unlike
|
||||
previous modules it does not rely on any data table, therefore it is
|
||||
possible to convert neophonisms (new phonetic combinations previously
|
||||
not existing in Mandarin) into corresponding Hanyu Pinyin.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Lingua-ZH-BPMFConvert/
|
8
chinese/p5-Lingua-ZH-BPMFConvert/pkg-plist
Normal file
8
chinese/p5-Lingua-ZH-BPMFConvert/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/BPMFConvert/.packlist
|
||||
%%SITE_PERL%%/Lingua/ZH/BPMFConvert.pm
|
||||
@dirrmtry %%SITE_PERL%%/Lingua/ZH
|
||||
@dirrmtry %%SITE_PERL%%/Lingua
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/BPMFConvert
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
|
Loading…
Reference in New Issue
Block a user