diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-19 19:59:31 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-01-19 19:59:31 +0000 |
commit | 106c420628e2a351a0438268b7fc65ef461cb9ce (patch) | |
tree | c7ca6b3d02d4987ef5476507bdddebf567a2e1f5 /textproc | |
parent | 4b1cdc2fe28cca81ed70213bbe38c75ce05ac714 (diff) | |
download | ports-106c420628e2a351a0438268b7fc65ef461cb9ce.tar.gz ports-106c420628e2a351a0438268b7fc65ef461cb9ce.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-Se/Makefile | 29 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-Se/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-Se/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball-Se/pkg-plist | 10 |
5 files changed, 45 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 73a19b697722..90d52731e0ad 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -231,6 +231,7 @@ SUBDIR += p5-Lingua-Stem-It SUBDIR += p5-Lingua-Stem-Snowball-Da SUBDIR += p5-Lingua-Stem-Snowball-No + SUBDIR += p5-Lingua-Stem-Snowball-Se SUBDIR += p5-MARC SUBDIR += p5-NetAddr-IP-Find SUBDIR += p5-Number-Format diff --git a/textproc/p5-Lingua-Stem-Snowball-Se/Makefile b/textproc/p5-Lingua-Stem-Snowball-Se/Makefile new file mode 100644 index 000000000000..59c535ac65c5 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Se/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: Lingua::Stem::Snowball::Se +# Date created: 29 Dec 2003 +# Whom: Thorsten Greiner <thorsten.greiner@web.de> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-Stem-Snowball-Se +PORTVERSION= 1.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/A/AS/ASKSH +PKGNAMEPREFIX= p5- +DISTNAME= Snowball-Swedish-${PORTVERSION} + +MAINTAINER= thorsten.greiner@web.de +COMMENT= A stemmer for Swedish + +PERL_CONFIGURE= yes + +MAN3= Lingua::Stem::Snowball::Se.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-Snowball-Se/distinfo b/textproc/p5-Lingua-Stem-Snowball-Se/distinfo new file mode 100644 index 000000000000..15e51ac56f54 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Se/distinfo @@ -0,0 +1 @@ +MD5 (Snowball-Swedish-1.01.tar.gz) = 59c1b9f82422e27846e2e50db2f8a9a7 diff --git a/textproc/p5-Lingua-Stem-Snowball-Se/pkg-descr b/textproc/p5-Lingua-Stem-Snowball-Se/pkg-descr new file mode 100644 index 000000000000..6570f4afcf94 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Se/pkg-descr @@ -0,0 +1,4 @@ +Lingua::Stem::Snowball::Se is a perl port of the swedish +stemmer at http://snowball.sourceforge.net. + +WWW: http://search.cpan.org/~asksh/Snowball-Swedish-1.01/Se.pm diff --git a/textproc/p5-Lingua-Stem-Snowball-Se/pkg-plist b/textproc/p5-Lingua-Stem-Snowball-Se/pkg-plist new file mode 100644 index 000000000000..e4920e2da592 --- /dev/null +++ b/textproc/p5-Lingua-Stem-Snowball-Se/pkg-plist @@ -0,0 +1,10 @@ +%%SITE_PERL%%/Lingua/Stem/Snowball/stemmer.pl +%%SITE_PERL%%/Lingua/Stem/Snowball/Se.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/Stem/Snowball/Se/.packlist +@dirrm %%SITE_PERL%%/mach/auto/Lingua/Stem/Snowball/Se +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Lingua/Stem/Snowball 2>/dev/null || true +@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/Snowball 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 |