aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-SpellChecker
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.09Martin Wilke2011-06-252-4/+3
| | | | | | | | PR: 158258 Submitted by: Jin-Sih Lin <linpct@gmail.com> Notes: svn path=/head/; revision=276271
* - Update to 0.08Martin Wilke2010-09-302-5/+4
| | | | | | | | PR: 151032 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=262138
* - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/autoPhilip M. Gollucci2010-09-242-2/+1
| | | | | | | | | | are part of lang/perl5* pkg-plist - Bump PORTREVISIONs With Hat: perl@ Notes: svn path=/head/; revision=261734
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-2/+2
| | | | | | | | | (part 7). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248607
* - Update to 0.05Martin Wilke2008-12-192-4/+4
| | | | Notes: svn path=/head/; revision=224488
* This module is built on Text::Aspell, but adds some of theMartin Wilke2008-11-234-0/+41
functionality provided by the internal gnu aspell API. This allows one to deal with blocks of text, rather than just words. For instance, we provide methods for iterating through the text, serializing the object (thus remembering where we left off), and highlighting the current misspelled word within the text. WWW: http://search.cpan.org/dist/Text-SpellChecker/ Notes: svn path=/head/; revision=223281