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/
This commit is contained in:
Martin Wilke
2008-11-23 16:35:26 +00:00
parent 0d9d483784
commit 20245525d2
5 changed files with 42 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Text-SpellsChecker
# Date created: 23 Nov 2008
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-SpellChecker
PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Perl5 OO interface for spell-checking a block of text
RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
p5-Text-Aspell>=0:${PORTSDIR}/textproc/p5-Text-Aspell
PERL_CONFIGURE= yes
MAN3= Text::SpellChecker.3
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (Text-SpellChecker-0.03.tar.gz) = 280994c1d9dc2583964f7c882b9e0943
SHA256 (Text-SpellChecker-0.03.tar.gz) = 9c093ccef820e64c8abf11ee142561d477c962fa730ac77f5c8f9c6da4fa6d4c
SIZE (Text-SpellChecker-0.03.tar.gz) = 3632

View File

@@ -0,0 +1,8 @@
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/

View File

@@ -0,0 +1,6 @@
%%SITE_PERL%%/Text/SpellChecker.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
@dirrmtry %%SITE_PERL%%/Text