mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
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:
parent
c457ac7259
commit
dca26075ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130689
@ -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
|
||||
|
26
textproc/p5-Text-Aspell/Makefile
Normal file
26
textproc/p5-Text-Aspell/Makefile
Normal 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>
|
2
textproc/p5-Text-Aspell/distinfo
Normal file
2
textproc/p5-Text-Aspell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Text-Aspell-0.04.tar.gz) = d0a0ee3fe8ef0659fae6e54b59943d00
|
||||
SIZE (Text-Aspell-0.04.tar.gz) = 10678
|
6
textproc/p5-Text-Aspell/pkg-descr
Normal file
6
textproc/p5-Text-Aspell/pkg-descr
Normal 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/
|
7
textproc/p5-Text-Aspell/pkg-plist
Normal file
7
textproc/p5-Text-Aspell/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user