aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Ispell
diff options
context:
space:
mode:
authorDonald Burr <dburr@FreeBSD.org>2001-05-02 05:52:29 +0000
committerDonald Burr <dburr@FreeBSD.org>2001-05-02 05:52:29 +0000
commit25b3f1a5b9da3b1c2d5fd4dae5095e14a76e4cc2 (patch)
treef18022718ea7b01fbb2ff0427fad41f827e7cc89 /textproc/p5-Lingua-Ispell
parent7e7968cc5e6f7c2d3d43ac932696d2c8715cabac (diff)
downloadports-25b3f1a5b9da3b1c2d5fd4dae5095e14a76e4cc2.tar.gz
ports-25b3f1a5b9da3b1c2d5fd4dae5095e14a76e4cc2.zip
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 'textproc/p5-Lingua-Ispell')
-rw-r--r--textproc/p5-Lingua-Ispell/Makefile24
-rw-r--r--textproc/p5-Lingua-Ispell/distinfo1
-rw-r--r--textproc/p5-Lingua-Ispell/pkg-comment1
-rw-r--r--textproc/p5-Lingua-Ispell/pkg-descr6
-rw-r--r--textproc/p5-Lingua-Ispell/pkg-plist4
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