Add p5-Text-Aspell 0.04, perl interface to the GNU Aspell library.

PR:		ports/78425
Submitted by:	lars.eggert@gmx.net
This commit is contained in:
Michael Johnson 2005-03-09 09:02:27 +00:00
parent c457ac7259
commit dca26075ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130689
5 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (Text-Aspell-0.04.tar.gz) = d0a0ee3fe8ef0659fae6e54b59943d00
SIZE (Text-Aspell-0.04.tar.gz) = 10678

View File

@ -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/

View File

@ -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