summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-03-09 09:02:27 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-03-09 09:02:27 +0000
commitdca26075ed5d28a51ec32d3b6cbae693f84b9da5 (patch)
tree6f3941fed4393383434297c1743814a2c2e6637b /textproc
parent- Fix MASTER_SITE_XCONTRIB. (diff)
Add p5-Text-Aspell 0.04, perl interface to the GNU Aspell library.
PR: ports/78425 Submitted by: lars.eggert@gmx.net
Notes
Notes: svn path=/head/; revision=130689
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Text-Aspell/Makefile26
-rw-r--r--textproc/p5-Text-Aspell/distinfo2
-rw-r--r--textproc/p5-Text-Aspell/pkg-descr6
-rw-r--r--textproc/p5-Text-Aspell/pkg-plist7
5 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c558446d2826..868649075085 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -354,6 +354,7 @@
SUBDIR += p5-Template-Magic
SUBDIR += p5-Text-Affixes
SUBDIR += p5-Text-Aligner
+ SUBDIR += p5-Text-Aspell
SUBDIR += p5-Text-Autoformat
SUBDIR += p5-Text-Balanced
SUBDIR += p5-Text-BibTeX
diff --git a/textproc/p5-Text-Aspell/Makefile b/textproc/p5-Text-Aspell/Makefile
new file mode 100644
index 000000000000..a431995015f6
--- /dev/null
+++ b/textproc/p5-Text-Aspell/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: textproc/p5-Text-Aspell
+# Date created: 4 March 2005
+# Whom: lars.eggert@gmx.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Aspell
+PORTVERSION= 0.04
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lars.eggert@gmx.net
+COMMENT= Perl interface to the GNU Aspell library
+
+BUILD_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+CONFIGURE_ARGS+= LIBS=-L${LOCALBASE}/lib INC=-I${LOCALBASE}/include
+
+MAN3= Text::Aspell.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Aspell/distinfo b/textproc/p5-Text-Aspell/distinfo
new file mode 100644
index 000000000000..efeee804eff0
--- /dev/null
+++ b/textproc/p5-Text-Aspell/distinfo
@@ -0,0 +1,2 @@
+MD5 (Text-Aspell-0.04.tar.gz) = d0a0ee3fe8ef0659fae6e54b59943d00
+SIZE (Text-Aspell-0.04.tar.gz) = 10678
diff --git a/textproc/p5-Text-Aspell/pkg-descr b/textproc/p5-Text-Aspell/pkg-descr
new file mode 100644
index 000000000000..2868336a0ba6
--- /dev/null
+++ b/textproc/p5-Text-Aspell/pkg-descr
@@ -0,0 +1,6 @@
+This module provides a Perl interface to the GNU Aspell library.
+The GNU Aspell library provides access to system spelling libraries,
+including a spell checker. This module is to meet the need of looking
+up many words, one at a time, in a single session.
+
+WWW: http://search.cpan.org/~hank/Text-Aspell/
diff --git a/textproc/p5-Text-Aspell/pkg-plist b/textproc/p5-Text-Aspell/pkg-plist
new file mode 100644
index 000000000000..2bfcd9725ba1
--- /dev/null
+++ b/textproc/p5-Text-Aspell/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Text/Aspell.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aspell/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aspell/Aspell.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aspell/Aspell.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Aspell
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text 2>/dev/null || true