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 /textproc/p5-Lingua-Ispell | |
parent | One last one I forgot (diff) |
Adding new port textproc/p5-Lingua-Ispell,
a Perl module that encapsulates access to the Ispell program.
Notes
Notes:
svn path=/head/; revision=42155
Diffstat (limited to '')
-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 |
5 files changed, 36 insertions, 0 deletions
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 |