summaryrefslogtreecommitdiffstats
path: root/chinese/p5-Lingua-ZH-BPMFConvert
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-09-27 15:12:36 +0000
committerclsung <clsung@FreeBSD.org>2006-09-27 15:12:36 +0000
commit83ea99d09d123fc22404e7020681328d031517ae (patch)
treeea78b66f23fe722a2b5014471b9d63b8dc940c97 /chinese/p5-Lingua-ZH-BPMFConvert
parentdbd91444b0c5a3d492fa2613404772b385185002 (diff)
downloadFreeBSD-ports-83ea99d09d123fc22404e7020681328d031517ae.zip
FreeBSD-ports-83ea99d09d123fc22404e7020681328d031517ae.tar.gz
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>
Diffstat (limited to 'chinese/p5-Lingua-ZH-BPMFConvert')
-rw-r--r--chinese/p5-Lingua-ZH-BPMFConvert/Makefile28
-rw-r--r--chinese/p5-Lingua-ZH-BPMFConvert/distinfo3
-rw-r--r--chinese/p5-Lingua-ZH-BPMFConvert/pkg-descr6
-rw-r--r--chinese/p5-Lingua-ZH-BPMFConvert/pkg-plist8
4 files changed, 45 insertions, 0 deletions
diff --git a/chinese/p5-Lingua-ZH-BPMFConvert/Makefile b/chinese/p5-Lingua-ZH-BPMFConvert/Makefile
new file mode 100644
index 0000000..86bfc96
--- /dev/null
+++ b/chinese/p5-Lingua-ZH-BPMFConvert/Makefile
@@ -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>
diff --git a/chinese/p5-Lingua-ZH-BPMFConvert/distinfo b/chinese/p5-Lingua-ZH-BPMFConvert/distinfo
new file mode 100644
index 0000000..c3f3e64
--- /dev/null
+++ b/chinese/p5-Lingua-ZH-BPMFConvert/distinfo
@@ -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
diff --git a/chinese/p5-Lingua-ZH-BPMFConvert/pkg-descr b/chinese/p5-Lingua-ZH-BPMFConvert/pkg-descr
new file mode 100644
index 0000000..1a4a3e1
--- /dev/null
+++ b/chinese/p5-Lingua-ZH-BPMFConvert/pkg-descr
@@ -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/
diff --git a/chinese/p5-Lingua-ZH-BPMFConvert/pkg-plist b/chinese/p5-Lingua-ZH-BPMFConvert/pkg-plist
new file mode 100644
index 0000000..c791321
--- /dev/null
+++ b/chinese/p5-Lingua-ZH-BPMFConvert/pkg-plist
@@ -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
OpenPOWER on IntegriCloud