1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

This implements a spell checker to Text::SpellChecker

using ZConf::GUI.

textspellchecker - Spell checker script.

WWW: http://search.cpan.org/dist/Text-SpellChecker-GUI

PR:		ports/139176
Submitted by:	Zane C, Bowers <vvelox at vvelox.net>
This commit is contained in:
Martin Wilke 2009-09-30 14:21:44 +00:00
parent e4bc095dd6
commit 7c86755dbb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242301
5 changed files with 49 additions and 0 deletions

View File

@ -683,6 +683,7 @@
SUBDIR += p5-Text-SimpleTable
SUBDIR += p5-Text-SimpleTemplate
SUBDIR += p5-Text-SpellChecker
SUBDIR += p5-Text-SpellChecker-GUI
SUBDIR += p5-Text-Striphigh
SUBDIR += p5-Text-Table
SUBDIR += p5-Text-Tabs+Wrap

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Text-SpellChecker-GUI
# Date created: 2009-09-27
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= Text-SpellChecker-GUI
PORTVERSION= 0.0.1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VV/VVELOX
PKGNAMEPREFIX= p5-
MAINTAINER= vvelox@vvelox.net
COMMENT= Implements a user interface to Text::SpellChecker using ZConf::GUI
BUILD_DEPENDS= ${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \
${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
${SITE_PERL}/Text/SpellChecker.pm:${PORTSDIR}/textproc/p5-Text-SpellChecker
PERL_CONFIGURE= yes
MAN3= Text::SpellChecker::GUI.3 \
Text::SpellChecker::GUI::Curses.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Text-SpellChecker-GUI-0.0.1.tar.gz) = 129bdaf88948835d768c78f52a07918e
SHA256 (Text-SpellChecker-GUI-0.0.1.tar.gz) = 0a2cdb32e0347158f337c61e8274fdbe8ba91edae2953b4ad3e594e1daed7ae4
SIZE (Text-SpellChecker-GUI-0.0.1.tar.gz) = 7968

View File

@ -0,0 +1,6 @@
This implements a spell checker to Text::SpellChecker
using ZConf::GUI.
textspellchecker - Spell checker script.
WWW: http://search.cpan.org/dist/Text-SpellChecker-GUI

View File

@ -0,0 +1,11 @@
bin/textspellchecker
bin/curses-textspellchecker
%%SITE_PERL%%/Text/SpellChecker/GUI.pm
%%SITE_PERL%%/Text/SpellChecker/GUI/Curses.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/GUI/.packlist
@dirrmtry %%SITE_PERL%%/Text/SpellChecker/GUI
@dirrmtry %%SITE_PERL%%/Text/SpellChecker/
@dirrmtry %%SITE_PERL%%/Text/
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/GUI
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text