- initial import of Text-German-0.06
This is a rather incomplete implementation 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.
This commit is contained in:
parent
72ce5b4fe2
commit
f75fee2d8f
21
textproc/p5-Text-German/Makefile
Normal file
21
textproc/p5-Text-German/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2005/04/03 17:29:07 msf Exp $
|
||||||
|
|
||||||
|
COMMENT= "German grundform reduction"
|
||||||
|
|
||||||
|
DISTNAME= Text-German-0.06
|
||||||
|
PKGNAME= p5-${DISTNAME}
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
|
||||||
|
# Artistic
|
||||||
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
|
PERMIT_PACKAGE_FTP= Yes
|
||||||
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= perl
|
||||||
|
|
||||||
|
PKG_ARCH= *
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
4
textproc/p5-Text-German/distinfo
Normal file
4
textproc/p5-Text-German/distinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
MD5 (Text-German-0.06.tar.gz) = 9e968525f7385c80d636a4ba68d27bf4
|
||||||
|
RMD160 (Text-German-0.06.tar.gz) = 82ba2c64e57d3ec127f0387f910ecd38d8324cf8
|
||||||
|
SHA1 (Text-German-0.06.tar.gz) = c2a6da23928595c1b177019500d463963e896690
|
||||||
|
SIZE (Text-German-0.06.tar.gz) = 13061
|
12
textproc/p5-Text-German/patches/patch-German_pod
Normal file
12
textproc/p5-Text-German/patches/patch-German_pod
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-German_pod,v 1.1.1.1 2005/04/03 17:29:07 msf Exp $
|
||||||
|
--- German.pod.orig Sun Apr 3 13:17:45 2005
|
||||||
|
+++ German.pod Sun Apr 3 13:17:53 2005
|
||||||
|
@@ -20,7 +20,7 @@ C<$stem = Text::German::reduce($word)>
|
||||||
|
|
||||||
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
-This is a rather incomplete implementaion of work done by Gudrun
|
||||||
|
+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
|
6
textproc/p5-Text-German/pkg/DESCR
Normal file
6
textproc/p5-Text-German/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
This is a rather incomplete implementation 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.
|
14
textproc/p5-Text-German/pkg/PLIST
Normal file
14
textproc/p5-Text-German/pkg/PLIST
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/04/03 17:29:07 msf Exp $
|
||||||
|
${P5SITE}/Text/
|
||||||
|
${P5SITE}/Text/German/
|
||||||
|
${P5SITE}/Text/German.pm
|
||||||
|
${P5SITE}/Text/German.pod
|
||||||
|
${P5SITE}/Text/German/Adjektiv.pm
|
||||||
|
${P5SITE}/Text/German/Ausnahme.pm
|
||||||
|
${P5SITE}/Text/German/Cache.pm
|
||||||
|
${P5SITE}/Text/German/Endung.pm
|
||||||
|
${P5SITE}/Text/German/Regel.pm
|
||||||
|
${P5SITE}/Text/German/Util.pm
|
||||||
|
${P5SITE}/Text/German/Verb.pm
|
||||||
|
${P5SITE}/Text/German/Vorsilbe.pm
|
||||||
|
@man man/man3p/Text::German.3p
|
Loading…
Reference in New Issue
Block a user