1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Adding new port textproc/p5-Lingua-Ispell,

a Perl module that encapsulates access to the Ispell program.
This commit is contained in:
Donald Burr 2001-05-02 05:52:29 +00:00
parent 7e7968cc5e
commit 25b3f1a5b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42155
6 changed files with 37 additions and 0 deletions

View File

@ -84,6 +84,7 @@
SUBDIR += opensched
SUBDIR += p5-DelimMatch
SUBDIR += p5-LJ-SpellCheck
SUBDIR += p5-Lingua-Ispell
SUBDIR += p5-PDF-Create
SUBDIR += p5-Sort-ArbBiLex
SUBDIR += p5-Sort-Fields

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Lingua-Ispell
# Date created: 15 March 2001
# Whom: -
#
# $FreeBSD$
PORTNAME= Lingua-Ispell
PORTVERSION= 0.07
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lingua
PKGNAMEPREFIX= p5-
MAINTAINER= killer@prosalg.no
BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
PERL_CONFIGURE= YES
MAN3= Lingua::Ispell.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Lingua-Ispell-0.07.tar.gz) = 8f6a364daccf28a5c208fa1a3df83daa

View File

@ -0,0 +1 @@
A Perl module that encapsulates access to the Ispell program.

View File

@ -0,0 +1,6 @@
Lingua::Ispell.pm - a module encapsulating access to the Ispell program.
ispell, when reporting on misspelled words, indicates the string it was
unable to verify, as well as its starting offset in the input line.
No such information is returned for words which are deemed to be
correctly spelled.

View File

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/Ispell/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Lingua/Ispell.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Lingua/Ispell
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Lingua