Bug 102941 - [NEW PORT] chinese/p5-Lingua-ZH-BPMFConvert: Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin
Summary: [NEW PORT] chinese/p5-Lingua-ZH-BPMFConvert: Rule-based conversion of BPMF (b...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-06 16:00 UTC by gslin
Modified: 2006-09-27 16:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-Lingua-ZH-BPMFConvert-0.01.shar (2.62 KB, text/plain)
2006-09-06 16:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-09-06 16:00:44 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-06 16:00:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-27 16:12:47 UTC
clsung      2006-09-27 15:12:36 UTC

  FreeBSD ports repository

  Modified files:
    chinese              Makefile 
  Added files:
    chinese/p5-Lingua-ZH-BPMFConvert Makefile distinfo pkg-descr 
                                     pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.234     +1 -0      ports/chinese/Makefile
  1.1       +28 -0     ports/chinese/p5-Lingua-ZH-BPMFConvert/Makefile (new)
  1.1       +3 -0      ports/chinese/p5-Lingua-ZH-BPMFConvert/distinfo (new)
  1.1       +6 -0      ports/chinese/p5-Lingua-ZH-BPMFConvert/pkg-descr (new)
  1.1       +8 -0      ports/chinese/p5-Lingua-ZH-BPMFConvert/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-27 16:19:53 UTC
State Changed
From-To: open->closed

New port added. Thank You.