Bug 26084 - New Port: p5-LJ-SpellCheck
Summary: New Port: p5-LJ-SpellCheck
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-26 00:30 UTC by Michael Johnson
Modified: 2001-04-07 07:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2001-03-26 00:30:01 UTC
# 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-LJ-SpellCheck/
#	p5-LJ-SpellCheck/Makefile
#	p5-LJ-SpellCheck/distinfo
#	p5-LJ-SpellCheck/pkg-comment
#	p5-LJ-SpellCheck/pkg-descr
#	p5-LJ-SpellCheck/pkg-plist
#
echo c - p5-LJ-SpellCheck/
mkdir -p p5-LJ-SpellCheck/ > /dev/null 2>&1
echo x - p5-LJ-SpellCheck/Makefile
sed 's/^X//' >p5-LJ-SpellCheck/Makefile << 'END-of-p5-LJ-SpellCheck/Makefile'
X# New ports collection makefile for:	p5-LJ-SpellCheck
X# Date created:				25 Mar 2001
X# Whom:	      				Michael Johnson <ahze@ahze.net>
X#
X
XPORTNAME=	LJ-SpellCheck
XPORTVERSION=	1.0
XCATEGORIES=	perl5 textproc
XMASTER_SITES=	http://livejournal.com/files/code/spellcheck/ \
X		ftp://ftp.livejournal.com/code/spellcheck/ 
X		
XRUN_DEPENDS=	ispell:${PORTSDIR}/textproc/ispell
X
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	ahze@ahze.net
X
X
XPERL_CONFIGURE=	yes
X
X
X.include <bsd.port.mk>
END-of-p5-LJ-SpellCheck/Makefile
echo x - p5-LJ-SpellCheck/distinfo
sed 's/^X//' >p5-LJ-SpellCheck/distinfo << 'END-of-p5-LJ-SpellCheck/distinfo'
XMD5 (LJ-SpellCheck-1.0.tar.gz) = 0cb041050b227fa956ae0f8beca24305
END-of-p5-LJ-SpellCheck/distinfo
echo x - p5-LJ-SpellCheck/pkg-comment
sed 's/^X//' >p5-LJ-SpellCheck/pkg-comment << 'END-of-p5-LJ-SpellCheck/pkg-comment'
XHTML highlighting misspellings useing ispell compatible program.
END-of-p5-LJ-SpellCheck/pkg-comment
echo x - p5-LJ-SpellCheck/pkg-descr
sed 's/^X//' >p5-LJ-SpellCheck/pkg-descr << 'END-of-p5-LJ-SpellCheck/pkg-descr'
XThe object constructor takes a 'spellcommand' argument. This has to be 
Xsome ispell compatible program, like aspell. Optionally, it also takes a 
Xcolor to highlight mispelled words. 
X
XThe only method on the object is check_html, which takes a reference to 
Xthe text to check and returns a bunch of HTML highlighting misspellings 
Xand showing suggestions. If it returns nothing, then there no misspellings 
Xfound.
X 
XWWW: http://livejournal.com/code/spellcheck/
END-of-p5-LJ-SpellCheck/pkg-descr
echo x - p5-LJ-SpellCheck/pkg-plist
sed 's/^X//' >p5-LJ-SpellCheck/pkg-plist << 'END-of-p5-LJ-SpellCheck/pkg-plist'
Xlib/perl5/5.00503/man/man3/LJ::SpellCheck.3
Xlib/perl5/site_perl/5.005/LJ/SpellCheck.pm
END-of-p5-LJ-SpellCheck/pkg-plist
exit
Comment 1 Kris Kennaway 2001-03-26 00:42:36 UTC
Please don't entitle your PRs "new port", include the name of the new
port as well so committers are motivated to look at it :-)

Kris
Comment 2 Will Andrews freebsd_committer freebsd_triage 2001-04-07 07:24:20 UTC
State Changed
From-To: open->closed

Committed, thanks.  Next time please use portlint on your port(s) 
before submitting them.