diff options
author | Donald Burr <dburr@FreeBSD.org> | 2001-05-02 05:52:29 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 2001-05-02 05:52:29 +0000 |
commit | 25b3f1a5b9da3b1c2d5fd4dae5095e14a76e4cc2 (patch) | |
tree | f18022718ea7b01fbb2ff0427fad41f827e7cc89 | |
parent | 7e7968cc5e6f7c2d3d43ac932696d2c8715cabac (diff) | |
download | ports-25b3f1a5b9da3b1c2d5fd4dae5095e14a76e4cc2.tar.gz ports-25b3f1a5b9da3b1c2d5fd4dae5095e14a76e4cc2.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ispell/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ispell/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ispell/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ispell/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Lingua-Ispell/pkg-plist | 4 |
6 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 07a29bdac0ac..2b1cb7e74ad4 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Lingua-Ispell/Makefile b/textproc/p5-Lingua-Ispell/Makefile new file mode 100644 index 000000000000..92e3fcf8116c --- /dev/null +++ b/textproc/p5-Lingua-Ispell/Makefile @@ -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> diff --git a/textproc/p5-Lingua-Ispell/distinfo b/textproc/p5-Lingua-Ispell/distinfo new file mode 100644 index 000000000000..18814353f234 --- /dev/null +++ b/textproc/p5-Lingua-Ispell/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-Ispell-0.07.tar.gz) = 8f6a364daccf28a5c208fa1a3df83daa diff --git a/textproc/p5-Lingua-Ispell/pkg-comment b/textproc/p5-Lingua-Ispell/pkg-comment new file mode 100644 index 000000000000..aa5641d5c2fe --- /dev/null +++ b/textproc/p5-Lingua-Ispell/pkg-comment @@ -0,0 +1 @@ +A Perl module that encapsulates access to the Ispell program. diff --git a/textproc/p5-Lingua-Ispell/pkg-descr b/textproc/p5-Lingua-Ispell/pkg-descr new file mode 100644 index 000000000000..8420507a75fe --- /dev/null +++ b/textproc/p5-Lingua-Ispell/pkg-descr @@ -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. diff --git a/textproc/p5-Lingua-Ispell/pkg-plist b/textproc/p5-Lingua-Ispell/pkg-plist new file mode 100644 index 000000000000..1882e4a7e0ca --- /dev/null +++ b/textproc/p5-Lingua-Ispell/pkg-plist @@ -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 |