diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-24 00:35:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-24 00:35:26 +0800 |
commit | a12ccbf799f4df39e79548a68ef267fd9c1b2887 (patch) | |
tree | d588e6abea381f2e0645e06679e5ed77f2b45b4c /textproc/Makefile | |
parent | 616df1c4116e9f92cd2d620b904f1d5176d1d662 (diff) | |
download | freebsd-ports-gnome-a12ccbf799f4df39e79548a68ef267fd9c1b2887.tar.gz freebsd-ports-gnome-a12ccbf799f4df39e79548a68ef267fd9c1b2887.tar.zst freebsd-ports-gnome-a12ccbf799f4df39e79548a68ef267fd9c1b2887.zip |
This module is built on Text::Aspell, but adds some of the
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/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 92a816b5e691..2a5688987809 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -625,6 +625,7 @@ SUBDIR += p5-Text-Similarity SUBDIR += p5-Text-SimpleTable SUBDIR += p5-Text-SimpleTemplate + SUBDIR += p5-Text-SpellChecker SUBDIR += p5-Text-Striphigh SUBDIR += p5-Text-Table SUBDIR += p5-Text-Tabs+Wrap |