aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-Stem-It
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-01-19 19:35:48 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-01-19 19:35:48 +0000
commitd475aaba0a291463678d85566911139bd9b1d618 (patch)
treebc7a708abc01cd70c37da0a3cd2975f2a0bbdf04 /textproc/p5-Lingua-Stem-It
parent21c8a9307ff2db131e7b3f0ecd6b8cc9a03f6991 (diff)
downloadports-d475aaba0a291463678d85566911139bd9b1d618.tar.gz
ports-d475aaba0a291463678d85566911139bd9b1d618.zip
Add Lingua::Stem::It, which provides a stemmer for Italian.
Note that this port will be required to make textproc/p5-Lingua-Stem work with all locales. PR: 60859 Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Notes
Notes: svn path=/head/; revision=98579
Diffstat (limited to 'textproc/p5-Lingua-Stem-It')
-rw-r--r--textproc/p5-Lingua-Stem-It/Makefile28
-rw-r--r--textproc/p5-Lingua-Stem-It/distinfo1
-rw-r--r--textproc/p5-Lingua-Stem-It/pkg-descr6
-rw-r--r--textproc/p5-Lingua-Stem-It/pkg-plist8
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-Stem-It/Makefile b/textproc/p5-Lingua-Stem-It/Makefile
new file mode 100644
index 000000000000..81702c9e4a59
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-It/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: Lingua::Stemmer::It
+# Date created: 31 Dec 2003
+# Whom: Thorsten Greiner <thorsten.greiner@web.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-Stem-It
+PORTVERSION= 0.01
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Lingua
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= thorsten.greiner@web.de
+COMMENT= Stemmer for Italian
+
+PERL_CONFIGURE= yes
+
+MAN3= Lingua::Stem::It.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-Lingua-Stem-It/distinfo b/textproc/p5-Lingua-Stem-It/distinfo
new file mode 100644
index 000000000000..ba9c3044d3c1
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-It/distinfo
@@ -0,0 +1 @@
+MD5 (Lingua-Stem-It-0.01.tar.gz) = b06d70d6ce3763bb33b4d9f3c04b996f
diff --git a/textproc/p5-Lingua-Stem-It/pkg-descr b/textproc/p5-Lingua-Stem-It/pkg-descr
new file mode 100644
index 000000000000..cbf33bc0410e
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-It/pkg-descr
@@ -0,0 +1,6 @@
+Lingua::Stem::It - Porter's stemming algorithm for Italian
+
+This module applies the Porter Stemming Algorithm to its parameters,
+returning the stemmed words.
+
+WWW: http://search.cpan.org/dist/Lingua-Stem-It
diff --git a/textproc/p5-Lingua-Stem-It/pkg-plist b/textproc/p5-Lingua-Stem-It/pkg-plist
new file mode 100644
index 000000000000..d7319b9eabc4
--- /dev/null
+++ b/textproc/p5-Lingua-Stem-It/pkg-plist
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/Lingua/Stem/It.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/It/.packlist
+@dirrm %%SITE_PERL%%/mach/auto/Lingua/Stem/It
+@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Lingua/Stem 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Lingua 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Lingua/Stem 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Lingua 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%% 2>/dev/null || true