mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Add p5-Lingua-EN-Nickname 1.1, genealogical nickname matching
(Liz=Beth). PR: 33380 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
8948be7e9d
commit
2d09fa3eed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53819
@ -112,6 +112,7 @@
|
||||
SUBDIR += p5-Lingua-EN-Gender
|
||||
SUBDIR += p5-Lingua-EN-Infinitive
|
||||
SUBDIR += p5-Lingua-EN-Inflect
|
||||
SUBDIR += p5-Lingua-EN-Nickname
|
||||
SUBDIR += p5-Lingua-EN-Numbers-Ordinate
|
||||
SUBDIR += p5-Lingua-EN-Sentence
|
||||
SUBDIR += p5-Lingua-Ispell
|
||||
|
22
textproc/p5-Lingua-EN-Nickname/Makefile
Normal file
22
textproc/p5-Lingua-EN-Nickname/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: Lingua::EN::Nickname
|
||||
# Date created: 30 Dec 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Lingua-EN-Nickname
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Lingua
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Lingua::EN::Nickname.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Lingua-EN-Nickname/distinfo
Normal file
1
textproc/p5-Lingua-EN-Nickname/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Lingua-EN-Nickname-1.1.tar.gz) = 6000b6d5dc727a0dde052b96243b7054
|
1
textproc/p5-Lingua-EN-Nickname/pkg-comment
Normal file
1
textproc/p5-Lingua-EN-Nickname/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Genealogical nickname matching (Liz=Beth)
|
8
textproc/p5-Lingua-EN-Nickname/pkg-descr
Normal file
8
textproc/p5-Lingua-EN-Nickname/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Nicknames, alternate spellings, and alternate etymological derivations
|
||||
make checking first name equivalence nearly impossible. This module
|
||||
will tell you that 'Maggie', 'Peg', and 'Margaret' are all probably
|
||||
the same name.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Lingua-EN-Nickname
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
8
textproc/p5-Lingua-EN-Nickname/pkg-plist
Normal file
8
textproc/p5-Lingua-EN-Nickname/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Nickname.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/nickhash.pl
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Nickname/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Nickname
|
||||
@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