mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Add p5-Lingua-EN-Infinitive 1.04, determine the infinitive form of
a conjugated word. PR: 33378 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
a82a891dd9
commit
8948be7e9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53817
@ -110,6 +110,7 @@
|
||||
SUBDIR += p5-HTML-Format
|
||||
SUBDIR += p5-LJ-SpellCheck
|
||||
SUBDIR += p5-Lingua-EN-Gender
|
||||
SUBDIR += p5-Lingua-EN-Infinitive
|
||||
SUBDIR += p5-Lingua-EN-Inflect
|
||||
SUBDIR += p5-Lingua-EN-Numbers-Ordinate
|
||||
SUBDIR += p5-Lingua-EN-Sentence
|
||||
|
23
textproc/p5-Lingua-EN-Infinitive/Makefile
Normal file
23
textproc/p5-Lingua-EN-Infinitive/Makefile
Normal file
@ -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>
|
1
textproc/p5-Lingua-EN-Infinitive/distinfo
Normal file
1
textproc/p5-Lingua-EN-Infinitive/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Lingua-EN-Infinitive-1.04.tgz) = 7039d0b80e817cb4e4f8722f074288f4
|
1
textproc/p5-Lingua-EN-Infinitive/pkg-comment
Normal file
1
textproc/p5-Lingua-EN-Infinitive/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Determine the infinitive form of a conjugated word
|
8
textproc/p5-Lingua-EN-Infinitive/pkg-descr
Normal file
8
textproc/p5-Lingua-EN-Infinitive/pkg-descr
Normal file
@ -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>
|
7
textproc/p5-Lingua-EN-Infinitive/pkg-plist
Normal file
7
textproc/p5-Lingua-EN-Infinitive/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user