Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2008 12:47:58 GMT
From:      Ditesh Shashikant Gathani <ditesh@gathani.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/119856: New port: devel/pear-HTML_QuickForm_Rule_Spelling HTML_QuickForm rule plugin that checks the spelling of its values
Message-ID:  <200801211247.m0LClwng007900@www.freebsd.org>
Resent-Message-ID: <200801211250.m0LCo2Tt059435@freefall.freebsd.org>

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

>Number:         119856
>Category:       ports
>Synopsis:       New port: devel/pear-HTML_QuickForm_Rule_Spelling HTML_QuickForm rule plugin that checks the spelling of its values
>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:   Mon Jan 21 12:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Ditesh Shashikant Gathani
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
FreeBSD neela.qubeconnect.com 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP  i386
>Description:
Although browsers now have builtin spellcheckers, HTML_QuickForm_Rule_Spelling allows you to control the quality of text data submitted.

The frontend is a clientside javascript dialog that goes through the misspelt words, giving the user the option to ignore the word, add it to the dictionary  or change the word given a list of suggestions.

WWW: http://pear.php.net/package/HTML_QuickForm_Rule_Spelling/
>How-To-Repeat:
Not applicable.
>Fix:
shar file, as attached.

Patch attached with submission follows:

# 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:
#
#	.
#	./pkg-descr
#	./distinfo
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XAlthough browsers now have builtin spellcheckers, HTML_QuickForm_Rule_Spelling 
Xallows you to control the quality of text data submitted.
X
XThe frontend is a clientside javascript dialog that goes through the misspelt 
Xwords, giving the user the option to ignore the word, add it to the dictionary 
Xor change the word given a list of suggestions.
X
XWWW: http://pear.php.net/package/HTML_QuickForm_Rule_Spelling/
X
X- Ditesh Shashikant Gathani
Xditesh@gathani.org
END-of-./pkg-descr
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (PEAR/HTML_QuickForm_Rule_Spelling-0.2.0.tgz) = f792d38c7f90c932f99f0c87cc76d970
XSHA256 (PEAR/HTML_QuickForm_Rule_Spelling-0.2.0.tgz) = 69594fa84e7e1cc1751fbc0db817ac211a5e0871c8dc38be240c898ff3a4b63d
XSIZE (PEAR/HTML_QuickForm_Rule_Spelling-0.2.0.tgz) = 7448
END-of-./distinfo
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# Ports collection makefile for:  pear-HTML_QuickForm_Rule_Spelling
X# Date created:			  21 Jan 2007
X# Whom:				  Ditesh Shashikant Gathani <ditesh@gathani.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML_QuickForm_Rule_Spelling
XPORTVERSION=	0.2.0
XCATEGORIES=	devel www pear
X
XMAINTAINER=	ditesh@gathani.org
XCOMMENT=	HTML_QuickForm rule plugin that checks the spelling of its values
X
XBUILD_DEPENDS=	${PEARDIR}/HTML/QuickForm.php:${PORTSDIR}/devel/pear-HTML_QuickForm
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XCATEGORY=	HTML/QuickForm
XFILES=		Spelling.php Spelling/Pspell.php
XEXAMPLES=	examples/example.php
X_EXAMPLESDIR=	docs
X
X.include <bsd.port.pre.mk>
X.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
X.include <bsd.port.post.mk>
END-of-./Makefile
exit



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



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