aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Affixes
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-11-03 06:48:20 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-11-03 06:48:20 +0000
commitce7a4a22d982548e3e099e03bb2d2938f6123a59 (patch)
tree4974dc15faeec64c6ae7b8d9f7a0ecf31b600a7f /textproc/p5-Text-Affixes
parenta6899c530fbcb354dc746fcb398b0c48e68f264c (diff)
- This perl module provide two functions to get prefix/suffix from
text. - Prefix/Suffix examination is useful in Natural Language Processing. Approved by: co-mentor (vanilla)
Notes
Notes: svn path=/head/; revision=120689
Diffstat (limited to 'textproc/p5-Text-Affixes')
-rw-r--r--textproc/p5-Text-Affixes/Makefile28
-rw-r--r--textproc/p5-Text-Affixes/distinfo2
-rw-r--r--textproc/p5-Text-Affixes/pkg-descr9
-rw-r--r--textproc/p5-Text-Affixes/pkg-plist8
4 files changed, 47 insertions, 0 deletions
diff --git a/textproc/p5-Text-Affixes/Makefile b/textproc/p5-Text-Affixes/Makefile
new file mode 100644
index 000000000000..53525fcd6be9
--- /dev/null
+++ b/textproc/p5-Text-Affixes/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: Text::Affixes
+# Date created: Nov 3 2004
+# Whom: clsung
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-Affixes
+PORTVERSION= 0.05
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= clsung@FreeBSD.org
+COMMENT= Perl module for prefixes and suffixes analisys of text
+
+PERL_CONFIGURE= yes
+
+MAN3= Text::Affixes.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= This 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-Text-Affixes/distinfo b/textproc/p5-Text-Affixes/distinfo
new file mode 100644
index 000000000000..b64fe309ea68
--- /dev/null
+++ b/textproc/p5-Text-Affixes/distinfo
@@ -0,0 +1,2 @@
+MD5 (Text-Affixes-0.05.tar.gz) = bb466a67f5bd48999d57ef1a7179ff51
+SIZE (Text-Affixes-0.05.tar.gz) = 3139
diff --git a/textproc/p5-Text-Affixes/pkg-descr b/textproc/p5-Text-Affixes/pkg-descr
new file mode 100644
index 000000000000..9c7248bbd6f5
--- /dev/null
+++ b/textproc/p5-Text-Affixes/pkg-descr
@@ -0,0 +1,9 @@
+Text-Affixes
+
+This module is used in Natural Language Processing tools
+that require Prefixe or Suffix examination of text.
+
+WWW: http://search.cpan.org/dist/Text-Affixes/
+
+- Cheng-Lung Sung
+clsung@FreeBSD.org
diff --git a/textproc/p5-Text-Affixes/pkg-plist b/textproc/p5-Text-Affixes/pkg-plist
new file mode 100644
index 000000000000..c4cea6ed15d6
--- /dev/null
+++ b/textproc/p5-Text-Affixes/pkg-plist
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Affixes/.packlist
+%%SITE_PERL%%/auto/Text/Affixes/autosplit.ix
+%%SITE_PERL%%/Text/Affixes.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Affixes
+@dirrm %%SITE_PERL%%/auto/Text/Affixes
+@unexec rmdir %D/%%SITE_PERL%%/auto/Text 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true