diff options
author | petef <petef@FreeBSD.org> | 2004-01-09 02:53:41 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2004-01-09 02:53:41 +0000 |
commit | 33187f2c12e0c41a0a217e062b7c36bbed183ac9 (patch) | |
tree | db38f706b0cf56b6f7ea7e1dc1bd9a226823c167 /textproc | |
parent | ddd43f3acfebfb1a9bc36d8c3a8be6455d549e4c (diff) | |
download | FreeBSD-ports-33187f2c12e0c41a0a217e062b7c36bbed183ac9.zip FreeBSD-ports-33187f2c12e0c41a0a217e062b7c36bbed183ac9.tar.gz |
Add p5-Lingua-PT-Stemmer 0.01, stemmers for Portuguese and Galician.
PR: 60858
Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-PT-Stemmer/Makefile | 28 | ||||
-rw-r--r-- | textproc/p5-Lingua-PT-Stemmer/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-PT-Stemmer/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Lingua-PT-Stemmer/pkg-plist | 9 |
5 files changed, 44 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6bf8111..5dc2dd5 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -223,6 +223,7 @@ SUBDIR += p5-Lingua-EN-Tagger SUBDIR += p5-Lingua-Ident SUBDIR += p5-Lingua-Ispell + SUBDIR += p5-Lingua-PT-Stemmer SUBDIR += p5-Lingua-Preferred SUBDIR += p5-Lingua-Stem SUBDIR += p5-MARC diff --git a/textproc/p5-Lingua-PT-Stemmer/Makefile b/textproc/p5-Lingua-PT-Stemmer/Makefile new file mode 100644 index 0000000..ee45941 --- /dev/null +++ b/textproc/p5-Lingua-PT-Stemmer/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: Lingua::PT::Stemmer +# Date created: 31 Dec 2003 +# Whom: Thorsten Greiner <thorsten.greiner@web.de> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-PT-Stemmer +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Lingua +PKGNAMEPREFIX= p5- + +MAINTAINER= thorsten.greiner@web.de +COMMENT= Stemmers for Portuguese and Galician + +PERL_CONFIGURE= yes + +MAN3= Lingua::GL::Stemmer.3 Lingua::PT::Stemmer.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= p5-Lingua-PT-Stemmer requires perl 5.6.1. Instal lang/perl5 and then try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Lingua-PT-Stemmer/distinfo b/textproc/p5-Lingua-PT-Stemmer/distinfo new file mode 100644 index 0000000..13c1981 --- /dev/null +++ b/textproc/p5-Lingua-PT-Stemmer/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-PT-Stemmer-0.01.tar.gz) = 74523d7da59dabbf561fa5cf60f98d02 diff --git a/textproc/p5-Lingua-PT-Stemmer/pkg-descr b/textproc/p5-Lingua-PT-Stemmer/pkg-descr new file mode 100644 index 0000000..0b790cd --- /dev/null +++ b/textproc/p5-Lingua-PT-Stemmer/pkg-descr @@ -0,0 +1,5 @@ +Lingua::PT::Stemmer - Stemmers for Portuguese and Galician. While these +stemmers can be used stand alone, they are typically used as back ends to +the general stemmer front end provided by textproc/p5-Lingua-Stem. + +WWW: http://search.cpan.org/dist/Lingua-PT-Stemmer diff --git a/textproc/p5-Lingua-PT-Stemmer/pkg-plist b/textproc/p5-Lingua-PT-Stemmer/pkg-plist new file mode 100644 index 0000000..fb93d4f --- /dev/null +++ b/textproc/p5-Lingua-PT-Stemmer/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Lingua/GL/Stemmer.pm +%%SITE_PERL%%/Lingua/PT/Stemmer.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT/Stemmer/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT/Stemmer +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/PT 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true +@dirrm %%SITE_PERL%%/Lingua/PT +@dirrm %%SITE_PERL%%/Lingua/GL +@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true |