From 33187f2c12e0c41a0a217e062b7c36bbed183ac9 Mon Sep 17 00:00:00 2001 From: petef Date: Fri, 9 Jan 2004 02:53:41 +0000 Subject: Add p5-Lingua-PT-Stemmer 0.01, stemmers for Portuguese and Galician. PR: 60858 Submitted by: Thorsten Greiner --- textproc/Makefile | 1 + textproc/p5-Lingua-PT-Stemmer/Makefile | 28 ++++++++++++++++++++++++++++ textproc/p5-Lingua-PT-Stemmer/distinfo | 1 + textproc/p5-Lingua-PT-Stemmer/pkg-descr | 5 +++++ textproc/p5-Lingua-PT-Stemmer/pkg-plist | 9 +++++++++ 5 files changed, 44 insertions(+) create mode 100644 textproc/p5-Lingua-PT-Stemmer/Makefile create mode 100644 textproc/p5-Lingua-PT-Stemmer/distinfo create mode 100644 textproc/p5-Lingua-PT-Stemmer/pkg-descr create mode 100644 textproc/p5-Lingua-PT-Stemmer/pkg-plist (limited to 'textproc') 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 +# +# $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 + +.if ${PERL_LEVEL} < 500601 +IGNORE= p5-Lingua-PT-Stemmer requires perl 5.6.1. Instal lang/perl5 and then try again +.endif + +.include 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 -- cgit v1.1