Bug 60607

Summary: New port: textproc/p5-Text-Ngrams 1.0
Product: Ports & Packages Reporter: Cheng-Lung Sung <clsung>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: clsung
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Cheng-Lung Sung 2003-12-27 09:00:36 UTC
- New port: Perl5 modules for Flexible Ngram analysis
- synopsis:
    use Text::Ngrams;
    my $ng3 = Text::Ngrams->new;
    ng3->process_text('abcdefg1235678hijklmnop');
    print ng3->to_string;
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-12-28 00:13:21 UTC
State Changed
From-To: open->closed

New port added, thanks!