aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Lingua-EN-Infinitive
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-01-27 04:36:27 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-01-27 04:36:27 +0000
commit8948be7e9da455bace5fbd7c58ed2ca57361dc50 (patch)
treecdacce3990dd868b3a95b3e9e60d040be5afada2 /textproc/p5-Lingua-EN-Infinitive
parenta82a891dd901b84a43b0f0ee9b944c1bcffaa0f7 (diff)
downloadports-8948be7e9da455bace5fbd7c58ed2ca57361dc50.tar.gz
ports-8948be7e9da455bace5fbd7c58ed2ca57361dc50.zip
Add p5-Lingua-EN-Infinitive 1.04, determine the infinitive form of
a conjugated word. PR: 33378 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=53817
Diffstat (limited to 'textproc/p5-Lingua-EN-Infinitive')
-rw-r--r--textproc/p5-Lingua-EN-Infinitive/Makefile23
-rw-r--r--textproc/p5-Lingua-EN-Infinitive/distinfo1
-rw-r--r--textproc/p5-Lingua-EN-Infinitive/pkg-comment1
-rw-r--r--textproc/p5-Lingua-EN-Infinitive/pkg-descr8
-rw-r--r--textproc/p5-Lingua-EN-Infinitive/pkg-plist7
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Infinitive/Makefile b/textproc/p5-Lingua-EN-Infinitive/Makefile
new file mode 100644
index 000000000000..9b7da00a89b7
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Infinitive/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: Lingua::EN::Infinitive
+# Date created: 30 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Lingua-EN-Infinitive
+PORTVERSION= 1.04
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Lingua
+PKGNAMEPREFIX= p5-
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Lingua::EN::Infinitive.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Lingua-EN-Infinitive/distinfo b/textproc/p5-Lingua-EN-Infinitive/distinfo
new file mode 100644
index 000000000000..071ec344f7c1
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Infinitive/distinfo
@@ -0,0 +1 @@
+MD5 (Lingua-EN-Infinitive-1.04.tgz) = 7039d0b80e817cb4e4f8722f074288f4
diff --git a/textproc/p5-Lingua-EN-Infinitive/pkg-comment b/textproc/p5-Lingua-EN-Infinitive/pkg-comment
new file mode 100644
index 000000000000..b99793b34e78
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Infinitive/pkg-comment
@@ -0,0 +1 @@
+Determine the infinitive form of a conjugated word
diff --git a/textproc/p5-Lingua-EN-Infinitive/pkg-descr b/textproc/p5-Lingua-EN-Infinitive/pkg-descr
new file mode 100644
index 000000000000..ee1829169b5d
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Infinitive/pkg-descr
@@ -0,0 +1,8 @@
+Determine the infinitive form of a conjugated word. Also,
+determine the suffix used to identify which rule to apply to
+transform the conjugated word into the infinitive form.
+
+
+WWW: http://search.cpan.org/search?dist=Lingua-EN-Infinitive
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/textproc/p5-Lingua-EN-Infinitive/pkg-plist b/textproc/p5-Lingua-EN-Infinitive/pkg-plist
new file mode 100644
index 000000000000..d051cbe42b47
--- /dev/null
+++ b/textproc/p5-Lingua-EN-Infinitive/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Infinitive.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Infinitive/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Infinitive
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua 2>/dev/null || true
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true