diff options
author | erwin <erwin@FreeBSD.org> | 2004-01-20 03:45:20 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-01-20 03:45:20 +0800 |
commit | a0810b2cac184a833997a500401aa0afe3b77f3b (patch) | |
tree | 495be897ebec25badd90a7ff89c48cd9ceabdda0 /textproc | |
parent | 7aa93170c3ad49c6e156faa7d2aa53426c9bae16 (diff) | |
download | freebsd-ports-gnome-a0810b2cac184a833997a500401aa0afe3b77f3b.tar.gz freebsd-ports-gnome-a0810b2cac184a833997a500401aa0afe3b77f3b.tar.zst freebsd-ports-gnome-a0810b2cac184a833997a500401aa0afe3b77f3b.zip |
Add p5-Text-German 0.03, german grundform reduction,
which provides a stemmer for German
PR: 60863
Submitted by: Thorsten Greiner <thorsten.greiner@web.de>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-German/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Text-German/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-German/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/p5-Text-German/pkg-plist | 15 |
5 files changed, 49 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index f38eb4c36a39..d003d9b2f901 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -280,6 +280,7 @@ SUBDIR += p5-Text-Flowchart SUBDIR += p5-Text-Format SUBDIR += p5-Text-FormatTable + SUBDIR += p5-Text-German SUBDIR += p5-Text-Glob SUBDIR += p5-Text-Graphics SUBDIR += p5-Text-MagicTemplate diff --git a/textproc/p5-Text-German/Makefile b/textproc/p5-Text-German/Makefile new file mode 100644 index 000000000000..3c24bd5a790b --- /dev/null +++ b/textproc/p5-Text-German/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Text::German +# Date created: 30 Dec 2003 +# Whom: Thorsten Greiner <thorsten.greiner@web.de> +# +# $FreeBSD$ +# + +PORTNAME= Text-German +PORTVERSION= 0.03 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/U/UL/ULPFR +PKGNAMEPREFIX= p5- + +MAINTAINER= thorsten.greiner@web.de +COMMENT= German grundform reduction + +PERL_CONFIGURE= yes + +MAN3= Text::German.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-German/distinfo b/textproc/p5-Text-German/distinfo new file mode 100644 index 000000000000..8870f2a8de4c --- /dev/null +++ b/textproc/p5-Text-German/distinfo @@ -0,0 +1 @@ +MD5 (Text-German-0.03.tar.gz) = 120f14768ecb254f090fcfa0f7e57850 diff --git a/textproc/p5-Text-German/pkg-descr b/textproc/p5-Text-German/pkg-descr new file mode 100644 index 000000000000..8bcce2677731 --- /dev/null +++ b/textproc/p5-Text-German/pkg-descr @@ -0,0 +1,10 @@ +Text::German - German grundform reduction + +This is a rather incomplete implementaion of work done by Gudrun Putze-Meier +<gudrun.pm@t-online.de>. I have to confess that I never read her original +paper. So all credit belongs to her, all bugs are mine. I tried to get some +insight from an implementation of two students of mine. They remain anonymous +because their work was the wost piece of code I ever saw. My code behaves +mostly as their implementation did except it is about 75 times faster. + +WWW: http://search.cpan.org/dist/Text-German/ diff --git a/textproc/p5-Text-German/pkg-plist b/textproc/p5-Text-German/pkg-plist new file mode 100644 index 000000000000..559f77c4985b --- /dev/null +++ b/textproc/p5-Text-German/pkg-plist @@ -0,0 +1,15 @@ +%%SITE_PERL%%/Text/German.pod +%%SITE_PERL%%/Text/German.pm +%%SITE_PERL%%/Text/German/Adjektiv.pm +%%SITE_PERL%%/Text/German/Ausnahme.pm +%%SITE_PERL%%/Text/German/Cache.pm +%%SITE_PERL%%/Text/German/Endung.pm +%%SITE_PERL%%/Text/German/Regel.pm +%%SITE_PERL%%/Text/German/Util.pm +%%SITE_PERL%%/Text/German/Verb.pm +%%SITE_PERL%%/Text/German/Vorsilbe.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/German/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/German +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text/German 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |