Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2009 03:39:47 -0500
From:      "Zane C. B." <vvelox@vvelox.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/139176: New Port: textproc/p5-Text-SpellChecker-GUI Implements a GUI to Text::SpellChecker using ZConf::GUI
Message-ID:  <1254040787.30678@chama.vulpes>
Resent-Message-ID: <200909270840.n8R8e1wp087319@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139176
>Category:       ports
>Synopsis:       New Port: textproc/p5-Text-SpellChecker-GUI  Implements a GUI to Text::SpellChecker using ZConf::GUI
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 27 08:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Zane C. B.
>Release:        FreeBSD 6.4-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.4-STABLE #1: Sun Aug 23 20:24:55 CDT 2009
    kitsune@chama.vulpes:/usr/obj/usr/src/sys/SMP



>Description:


This is being added for the purpose of getting "mail/p5-ZConf-Mail" updated to 1.4.0.

This implements a spell checker to Text::SpellChecker
using ZConf::GUI.

textspellchecker - Spell checker script.

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



>How-To-Repeat:


1: unshar
2: enjoy


>Fix:


--- p5-Text-SpellChecker-GUI.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Text-SpellChecker-GUI/
#	p5-Text-SpellChecker-GUI/Makefile
#	p5-Text-SpellChecker-GUI/pkg-descr
#	p5-Text-SpellChecker-GUI/pkg-plist
#	p5-Text-SpellChecker-GUI/distinfo
#
echo c - p5-Text-SpellChecker-GUI/
mkdir -p p5-Text-SpellChecker-GUI/ > /dev/null 2>&1
echo x - p5-Text-SpellChecker-GUI/Makefile
sed 's/^X//' >p5-Text-SpellChecker-GUI/Makefile << 'c6102fbf2fe59ca2a6250d987689b035'
X# New ports collection makefile for:	p5-Text-SpellChecker-GUI
X# Date created:		2009-09-27
X# Whom:			Zane C, Bowers <vvelox@vvelox.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-SpellChecker-GUI
XPORTVERSION=	0.0.1
XCATEGORIES=	textproc perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	../../authors/id/V/VV/VVELOX
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	vvelox@vvelox.net
XCOMMENT=	Implements a user interface to Text::SpellChecker using ZConf::GUI
X
XBUILD_DEPENDS=	${SITE_PERL}/Curses/UI.pm:${PORTSDIR}/devel/p5-Curses-UI \
X		${SITE_PERL}/String/ShellQuote.pm:${PORTSDIR}/textproc/p5-String-ShellQuote \
X		${SITE_PERL}/ZConf/GUI.pm:${PORTSDIR}/devel/p5-ZConf-GUI \
X		${SITE_PERL}/Text/SpellChecker.pm:${PORTSDIR}/textproc/p5-Text-SpellChecker
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Text::SpellChecker::GUI.3
X
X.include <bsd.port.mk>
c6102fbf2fe59ca2a6250d987689b035
echo x - p5-Text-SpellChecker-GUI/pkg-descr
sed 's/^X//' >p5-Text-SpellChecker-GUI/pkg-descr << 'bf00a82944fb7233da17cdda762802fb'
XThis implements a spell checker to Text::SpellChecker
Xusing ZConf::GUI.
X
Xtextspellchecker - Spell checker script.
X
XWWW: http://search.cpan.org/dist/Text-SpellChecker-GUI
bf00a82944fb7233da17cdda762802fb
echo x - p5-Text-SpellChecker-GUI/pkg-plist
sed 's/^X//' >p5-Text-SpellChecker-GUI/pkg-plist << '16f2352f41c8559f6b74c7ef707ca86a'
Xbin/textspellchecker
Xbin/curses-textspellchecker
X%%SITE_PERL%%/Text/SpellChecker/GUI.pm
X%%SITE_PERL%%/Text/SpellChecker/GUI/Curses.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/GUI/.packlist
X@dirrmtry %%SITE_PERL%%/Text/SpellChecker/GUI
X@dirrmtry %%SITE_PERL%%/Text/SpellChecker/
X@dirrmtry %%SITE_PERL%%/Text/
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker/GUI
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/SpellChecker
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
16f2352f41c8559f6b74c7ef707ca86a
echo x - p5-Text-SpellChecker-GUI/distinfo
sed 's/^X//' >p5-Text-SpellChecker-GUI/distinfo << '6637933f5544454e77a7ed59bf8c00ee'
XMD5 (Text-SpellChecker-GUI-0.0.1.tar.gz) = 129bdaf88948835d768c78f52a07918e
XSHA256 (Text-SpellChecker-GUI-0.0.1.tar.gz) = 0a2cdb32e0347158f337c61e8274fdbe8ba91edae2953b4ad3e594e1daed7ae4
XSIZE (Text-SpellChecker-GUI-0.0.1.tar.gz) = 7968
6637933f5544454e77a7ed59bf8c00ee
exit

--- p5-Text-SpellChecker-GUI.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1254040787.30678>