From 03dd2f133e8f892905ac77b69682317104e85baf Mon Sep 17 00:00:00 2001 From: msf Date: Thu, 30 Dec 2004 03:54:43 +0000 Subject: [PATCH] - initial import of Lingua-Stem-Snowball-Da-1.01 The stem function takes a scalar as a parameter and stems the word according to Martin Porters Danish stemming algorithm, which can be found at the Snowball website: . --- textproc/p5-Lingua-Stem-Snowball-Da/Makefile | 21 +++++++++++++++++++ textproc/p5-Lingua-Stem-Snowball-Da/distinfo | 3 +++ textproc/p5-Lingua-Stem-Snowball-Da/pkg/DESCR | 3 +++ textproc/p5-Lingua-Stem-Snowball-Da/pkg/PLIST | 7 +++++++ 4 files changed, 34 insertions(+) create mode 100644 textproc/p5-Lingua-Stem-Snowball-Da/Makefile create mode 100644 textproc/p5-Lingua-Stem-Snowball-Da/distinfo create mode 100644 textproc/p5-Lingua-Stem-Snowball-Da/pkg/DESCR create mode 100644 textproc/p5-Lingua-Stem-Snowball-Da/pkg/PLIST diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/Makefile b/textproc/p5-Lingua-Stem-Snowball-Da/Makefile new file mode 100644 index 00000000000..65ba6b08a8c --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Da/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2004/12/30 03:54:43 msf Exp $ + +COMMENT= "Porters stemming algorithm for Denmark" + +DISTNAME= Lingua-Stem-Snowball-Da-1.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 + +MAINTAINER= Mathieu Sauve-Frankel + +# Artistic +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} + +CONFIGURE_STYLE= perl + +.include diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/distinfo b/textproc/p5-Lingua-Stem-Snowball-Da/distinfo new file mode 100644 index 00000000000..8751c26afcb --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Da/distinfo @@ -0,0 +1,3 @@ +MD5 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = e8d9a8285bce0c9e4bedc138cd6a1501 +RMD160 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = ca971aaee10d29b3f9e5b4f693767d78f2d0ffc5 +SHA1 (Lingua-Stem-Snowball-Da-1.01.tar.gz) = f6306c9d3b94005213ddb22e34a8e786cc9100a0 diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/pkg/DESCR b/textproc/p5-Lingua-Stem-Snowball-Da/pkg/DESCR new file mode 100644 index 00000000000..07bb4294776 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Da/pkg/DESCR @@ -0,0 +1,3 @@ +The stem function takes a scalar as a parameter and stems the word +according to Martin Porters Danish stemming algorithm, which can be +found at the Snowball website: . diff --git a/textproc/p5-Lingua-Stem-Snowball-Da/pkg/PLIST b/textproc/p5-Lingua-Stem-Snowball-Da/pkg/PLIST new file mode 100644 index 00000000000..d46f15eeda7 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Da/pkg/PLIST @@ -0,0 +1,7 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/30 03:54:43 msf Exp $ +${P5SITE}/Lingua/ +${P5SITE}/Lingua/Stem/ +${P5SITE}/Lingua/Stem/Snowball/ +${P5SITE}/Lingua/Stem/Snowball/Da.pm +@comment ${P5SITE}/Lingua/Stem/Snowball/stemmer.pl +@man man/man3p/Lingua::Stem::Snowball::Da.3p