diff options
author | sno <sno@pkgsrc.org> | 2010-08-19 19:05:12 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-08-19 19:05:12 +0000 |
commit | 9a7c453c4e58efb2cb83c9b3ce7cf21232b2cbe4 (patch) | |
tree | b718688abe1a94218d9541b4184ad6ad6c879d06 /textproc | |
parent | 472f1f4aff8487f87d2d0fa7d8149eb218947247 (diff) | |
download | pkgsrc-9a7c453c4e58efb2cb83c9b3ce7cf21232b2cbe4.tar.gz |
Importing package for Perl5 module Text::German 0.06 as dependency of
scheduled import of Lingua::Stem 0.84.
This is a rather incomplete implementation of work done by Gudrun
Putze-Meier. 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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-German/DESCR | 6 | ||||
-rw-r--r-- | textproc/p5-Text-German/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Text-German/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-Text-German/DESCR b/textproc/p5-Text-German/DESCR new file mode 100644 index 00000000000..67c94dc21d3 --- /dev/null +++ b/textproc/p5-Text-German/DESCR @@ -0,0 +1,6 @@ +This is a rather incomplete implementation of work done by Gudrun +Putze-Meier. 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. diff --git a/textproc/p5-Text-German/Makefile b/textproc/p5-Text-German/Makefile new file mode 100644 index 00000000000..fe6e5653008 --- /dev/null +++ b/textproc/p5-Text-German/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/08/19 19:05:12 sno Exp $ + +DISTNAME= Text-German-0.06 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Text-German/ +COMMENT= German grundform reduction +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +REPLACE_PERL+= lib/Text/German.pm + +PERL5_PACKLIST= auto/Text/German/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-German/distinfo b/textproc/p5-Text-German/distinfo new file mode 100644 index 00000000000..e952c35f404 --- /dev/null +++ b/textproc/p5-Text-German/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/08/19 19:05:12 sno Exp $ + +SHA1 (Text-German-0.06.tar.gz) = c2a6da23928595c1b177019500d463963e896690 +RMD160 (Text-German-0.06.tar.gz) = 82ba2c64e57d3ec127f0387f910ecd38d8324cf8 +Size (Text-German-0.06.tar.gz) = 13061 bytes |