summaryrefslogtreecommitdiffstats
path: root/textproc/p5-Lingua-PT-Stemmer
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2004-01-09 02:53:41 +0000
committerpetef <petef@FreeBSD.org>2004-01-09 02:53:41 +0000
commit33187f2c12e0c41a0a217e062b7c36bbed183ac9 (patch)
treedb38f706b0cf56b6f7ea7e1dc1bd9a226823c167 /textproc/p5-Lingua-PT-Stemmer
parentddd43f3acfebfb1a9bc36d8c3a8be6455d549e4c (diff)
downloadFreeBSD-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/p5-Lingua-PT-Stemmer')
-rw-r--r--textproc/p5-Lingua-PT-Stemmer/Makefile28
-rw-r--r--textproc/p5-Lingua-PT-Stemmer/distinfo1
-rw-r--r--textproc/p5-Lingua-PT-Stemmer/pkg-descr5
-rw-r--r--textproc/p5-Lingua-PT-Stemmer/pkg-plist9
4 files changed, 43 insertions, 0 deletions
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
OpenPOWER on IntegriCloud