Bug 114376 - [NEW PORT] textproc/p5-Plucene-Analysis-CJKAnalyzer: Analyzer for CJK texts
Summary: [NEW PORT] textproc/p5-Plucene-Analysis-CJKAnalyzer: Analyzer for CJK texts
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: 2007-07-07 10:00 UTC by gslin
Modified: 2007-07-09 06:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-Plucene-Analysis-CJKAnalyzer-0.02.shar (2.96 KB, text/plain)
2007-07-07 10: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 2007-07-07 10:00:09 UTC
This is a text analyzer for analyzing CJK texts. Plucene does not
support CJK texts natively. This module encodes terms in MIME::Base64
format to get around this problem. Texts are assumbed to be in UTF-8
encoding.

WWW:	http://search.cpan.org/dist/Plucene-Analysis-CJKAnalyzer/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-07 10:00:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-09 06:17:00 UTC
clsung      2007-07-09 05:16:53 UTC

  FreeBSD ports repository

  Modified files:
    textproc             Makefile 
  Added files:
    textproc/p5-Plucene-Analysis-CJKAnalyzer Makefile distinfo 
                                             pkg-descr pkg-plist 
  Log:
  This is a text analyzer for analyzing CJK texts. Plucene does not
  support CJK texts natively. This module encodes terms in MIME::Base64
  format to get around this problem. Texts are assumbed to be in UTF-8
  encoding.
  
  WWW:    http://search.cpan.org/dist/Plucene-Analysis-CJKAnalyzer/
  
  PR:             ports/114376
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.1154    +1 -0      ports/textproc/Makefile
  1.1       +26 -0     ports/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile (new)
  1.1       +3 -0      ports/textproc/p5-Plucene-Analysis-CJKAnalyzer/distinfo (new)
  1.1       +6 -0      ports/textproc/p5-Plucene-Analysis-CJKAnalyzer/pkg-descr (new)
  1.1       +9 -0      ports/textproc/p5-Plucene-Analysis-CJKAnalyzer/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 2007-07-09 06:17:17 UTC
State Changed
From-To: open->closed

New port added. Thank You.