summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-11-18 05:29:18 +0000
committerhe <he@pkgsrc.org>2008-11-18 05:29:18 +0000
commit548bd4e7a505714b80e635777afd937a1d77186d (patch)
treed50b34f42531c7182f6b2a0c0d63a1b15472e8b8 /textproc
parent6b53c7d84fdd4ff9743297db50511c8e15e48553 (diff)
downloadpkgsrc-548bd4e7a505714b80e635777afd937a1d77186d.tar.gz
Import p5-Text-SpellChecker version 0.03.
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.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-SpellChecker/DESCR6
-rw-r--r--textproc/p5-Text-SpellChecker/Makefile22
-rw-r--r--textproc/p5-Text-SpellChecker/distinfo5
3 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-Text-SpellChecker/DESCR b/textproc/p5-Text-SpellChecker/DESCR
new file mode 100644
index 00000000000..4a391d5706e
--- /dev/null
+++ b/textproc/p5-Text-SpellChecker/DESCR
@@ -0,0 +1,6 @@
+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.
diff --git a/textproc/p5-Text-SpellChecker/Makefile b/textproc/p5-Text-SpellChecker/Makefile
new file mode 100644
index 00000000000..4e27d674250
--- /dev/null
+++ b/textproc/p5-Text-SpellChecker/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/18 05:29:18 he Exp $
+#
+
+DISTNAME= Text-SpellChecker-0.03
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5tsc
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Text-SpellChecker/
+COMMENT= Perl5 OO interface for spell-checking a block of text
+
+DEPENDS+= p5-Text-Aspell>=0.04:../../textproc/p5-Text-Aspell
+DEPENDS+= p5-MIME-Base64>=1:../../converters/p5-MIME-Base64
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Text/SpellChecker/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Text-SpellChecker/distinfo b/textproc/p5-Text-SpellChecker/distinfo
new file mode 100644
index 00000000000..5c0d594e646
--- /dev/null
+++ b/textproc/p5-Text-SpellChecker/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/18 05:29:18 he Exp $
+
+SHA1 (Text-SpellChecker-0.03.tar.gz) = 5ff88f9bc19dfd7e52c5ef18fe56048b2bf4ffc4
+RMD160 (Text-SpellChecker-0.03.tar.gz) = e53332438ad9d2dcc6977efb6f6a464e1f6d5f13
+Size (Text-SpellChecker-0.03.tar.gz) = 3632 bytes