Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  6 Sep 2006 22:59:48 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/102941: [NEW PORT] chinese/p5-Lingua-ZH-BPMFConvert: Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin
Message-ID:  <20060906145948.389D25B@netnews.NCTU.edu.tw>
Resent-Message-ID: <200609061500.k86F0ihr002343@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102941
>Category:       ports
>Synopsis:       [NEW PORT] chinese/p5-Lingua-ZH-BPMFConvert: Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 06 15:00:44 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
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/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Lingua-ZH-BPMFConvert-0.01.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Lingua-ZH-BPMFConvert
#	p5-Lingua-ZH-BPMFConvert/pkg-descr
#	p5-Lingua-ZH-BPMFConvert/Makefile
#	p5-Lingua-ZH-BPMFConvert/pkg-plist
#	p5-Lingua-ZH-BPMFConvert/distinfo
#
echo c - p5-Lingua-ZH-BPMFConvert
mkdir -p p5-Lingua-ZH-BPMFConvert > /dev/null 2>&1
echo x - p5-Lingua-ZH-BPMFConvert/pkg-descr
sed 's/^X//' >p5-Lingua-ZH-BPMFConvert/pkg-descr << 'END-of-p5-Lingua-ZH-BPMFConvert/pkg-descr'
XThis is a rule-based convertor of BPMF into Hanyu Pinyin. Unlike
Xprevious modules it does not rely on any data table, therefore it is
Xpossible to convert neophonisms (new phonetic combinations previously
Xnot existing in Mandarin) into corresponding Hanyu Pinyin.
X
XWWW:	http://search.cpan.org/dist/Lingua-ZH-BPMFConvert/
END-of-p5-Lingua-ZH-BPMFConvert/pkg-descr
echo x - p5-Lingua-ZH-BPMFConvert/Makefile
sed 's/^X//' >p5-Lingua-ZH-BPMFConvert/Makefile << 'END-of-p5-Lingua-ZH-BPMFConvert/Makefile'
X# New ports collection makefile for:	p5-Lingua-ZH-BPMFConvert
X# Date created:		2006-09-06
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Lingua-ZH-BPMFConvert
XPORTVERSION=	0.01
XCATEGORIES=	chinese perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Lingua
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	perl@FreeBSD.org
XCOMMENT=	Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Lingua::ZH::BPMFConvert.3
X
X.include <bsd.port.mk>
END-of-p5-Lingua-ZH-BPMFConvert/Makefile
echo x - p5-Lingua-ZH-BPMFConvert/pkg-plist
sed 's/^X//' >p5-Lingua-ZH-BPMFConvert/pkg-plist << 'END-of-p5-Lingua-ZH-BPMFConvert/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/BPMFConvert/.packlist
X%%SITE_PERL%%/Lingua/ZH/BPMFConvert.pm
X@dirrmtry %%SITE_PERL%%/Lingua/ZH
X@dirrmtry %%SITE_PERL%%/Lingua
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH/BPMFConvert
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ZH
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua
END-of-p5-Lingua-ZH-BPMFConvert/pkg-plist
echo x - p5-Lingua-ZH-BPMFConvert/distinfo
sed 's/^X//' >p5-Lingua-ZH-BPMFConvert/distinfo << 'END-of-p5-Lingua-ZH-BPMFConvert/distinfo'
XMD5 (Lingua-ZH-BPMFConvert-0.01.tar.gz) = 15d8f278622f141c008a662d998d3cdf
XSHA256 (Lingua-ZH-BPMFConvert-0.01.tar.gz) = f30b972af237108f0c3692101ba756059b3463988f9a8025dbd2e13570238171
XSIZE (Lingua-ZH-BPMFConvert-0.01.tar.gz) = 3505
END-of-p5-Lingua-ZH-BPMFConvert/distinfo
exit
--- p5-Lingua-ZH-BPMFConvert-0.01.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060906145948.389D25B>