Add p5-Lingua-EN-NameParse 1.16, perl routines for manipulating a
person's name. PR: 33381 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
2d09fa3eed
commit
b8bc10a4e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53821
@ -112,6 +112,7 @@
|
||||
SUBDIR += p5-Lingua-EN-Gender
|
||||
SUBDIR += p5-Lingua-EN-Infinitive
|
||||
SUBDIR += p5-Lingua-EN-Inflect
|
||||
SUBDIR += p5-Lingua-EN-NameParse
|
||||
SUBDIR += p5-Lingua-EN-Nickname
|
||||
SUBDIR += p5-Lingua-EN-Numbers-Ordinate
|
||||
SUBDIR += p5-Lingua-EN-Sentence
|
||||
|
27
textproc/p5-Lingua-EN-NameParse/Makefile
Normal file
27
textproc/p5-Lingua-EN-NameParse/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Lingua::EN::NameParse
|
||||
# Date created: 30 Dec 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Lingua-EN-NameParse
|
||||
PORTVERSION= 1.16
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Lingua
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Lingua::EN::NameGrammar.3 \
|
||||
Lingua::EN::NameParse.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Lingua-EN-NameParse/distinfo
Normal file
1
textproc/p5-Lingua-EN-NameParse/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Lingua-EN-NameParse-1.16.tar.gz) = 7037ff8e4ab4e58aa85b155671f571d2
|
1
textproc/p5-Lingua-EN-NameParse/pkg-comment
Normal file
1
textproc/p5-Lingua-EN-NameParse/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl routines for manipulating a person's name
|
7
textproc/p5-Lingua-EN-NameParse/pkg-descr
Normal file
7
textproc/p5-Lingua-EN-NameParse/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module takes as input a person or persons name in free format
|
||||
text and attempts to parse it. If successful, the name is broken
|
||||
down into components and useful functions can be performed.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Lingua-EN-NameParse
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
8
textproc/p5-Lingua-EN-NameParse/pkg-plist
Normal file
8
textproc/p5-Lingua-EN-NameParse/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/NameGrammar.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/NameParse.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/NameParse/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/NameParse
|
||||
@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