aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2004-01-19 19:45:20 +0000
committerErwin Lansing <erwin@FreeBSD.org>2004-01-19 19:45:20 +0000
commit6bf2f5079dcec3d9937a1381796d119ad002abdc (patch)
tree1e6b5898f4fa9cf20f87fd54617e953cd0678cdb
parentd475aaba0a291463678d85566911139bd9b1d618 (diff)
downloadports-6bf2f5079dcec3d9937a1381796d119ad002abdc.tar.gz
ports-6bf2f5079dcec3d9937a1381796d119ad002abdc.zip
Notes
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Text-German/Makefile22
-rw-r--r--textproc/p5-Text-German/distinfo1
-rw-r--r--textproc/p5-Text-German/pkg-descr10
-rw-r--r--textproc/p5-Text-German/pkg-plist15
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