diff options
author | petef <petef@FreeBSD.org> | 2002-01-27 12:36:27 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-01-27 12:36:27 +0800 |
commit | a660726e4eca6b020cd3bb30ef2b5deed4c0ca26 (patch) | |
tree | 670089049fcbcc8a8a20ff78b4ab005e9d01bf37 /textproc/p5-Lingua-EN-Infinitive | |
parent | fe36d7235977ec04badfd60dbdc30349d0711556 (diff) | |
download | freebsd-ports-gnome-a660726e4eca6b020cd3bb30ef2b5deed4c0ca26.tar.gz freebsd-ports-gnome-a660726e4eca6b020cd3bb30ef2b5deed4c0ca26.tar.zst freebsd-ports-gnome-a660726e4eca6b020cd3bb30ef2b5deed4c0ca26.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>
Diffstat (limited to 'textproc/p5-Lingua-EN-Infinitive')
-rw-r--r-- | textproc/p5-Lingua-EN-Infinitive/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Infinitive/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Infinitive/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Infinitive/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Infinitive/pkg-plist | 7 |
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 |