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:
parent
e4bc095dd6
commit
7c86755dbb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242301
@ -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
|
||||
|
28
textproc/p5-Text-SpellChecker-GUI/Makefile
Normal file
28
textproc/p5-Text-SpellChecker-GUI/Makefile
Normal 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>
|
3
textproc/p5-Text-SpellChecker-GUI/distinfo
Normal file
3
textproc/p5-Text-SpellChecker-GUI/distinfo
Normal 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
|
6
textproc/p5-Text-SpellChecker-GUI/pkg-descr
Normal file
6
textproc/p5-Text-SpellChecker-GUI/pkg-descr
Normal 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
|
11
textproc/p5-Text-SpellChecker-GUI/pkg-plist
Normal file
11
textproc/p5-Text-SpellChecker-GUI/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user