mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Adding new port textproc/p5-Lingua-Ispell,
a Perl module that encapsulates access to the Ispell program.
This commit is contained in:
parent
7e7968cc5e
commit
25b3f1a5b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42155
@ -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
|
||||
|
24
textproc/p5-Lingua-Ispell/Makefile
Normal file
24
textproc/p5-Lingua-Ispell/Makefile
Normal 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>
|
1
textproc/p5-Lingua-Ispell/distinfo
Normal file
1
textproc/p5-Lingua-Ispell/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Lingua-Ispell-0.07.tar.gz) = 8f6a364daccf28a5c208fa1a3df83daa
|
1
textproc/p5-Lingua-Ispell/pkg-comment
Normal file
1
textproc/p5-Lingua-Ispell/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A Perl module that encapsulates access to the Ispell program.
|
6
textproc/p5-Lingua-Ispell/pkg-descr
Normal file
6
textproc/p5-Lingua-Ispell/pkg-descr
Normal 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.
|
4
textproc/p5-Lingua-Ispell/pkg-plist
Normal file
4
textproc/p5-Lingua-Ispell/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user