mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Add p5-Lingua-EN-NameCase 1.11, perl module to fix the case of
people's names. PR: 33432 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
40d65a2ed9
commit
286dba7a61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54478
@ -120,6 +120,7 @@
|
||||
SUBDIR += p5-Lingua-EN-Gender
|
||||
SUBDIR += p5-Lingua-EN-Infinitive
|
||||
SUBDIR += p5-Lingua-EN-Inflect
|
||||
SUBDIR += p5-Lingua-EN-NameCase
|
||||
SUBDIR += p5-Lingua-EN-NameParse
|
||||
SUBDIR += p5-Lingua-EN-Nickname
|
||||
SUBDIR += p5-Lingua-EN-Numbers-Ordinate
|
||||
|
22
textproc/p5-Lingua-EN-NameCase/Makefile
Normal file
22
textproc/p5-Lingua-EN-NameCase/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: Lingua::EN::NameCase
|
||||
# Date created: 31 Dec 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Lingua-EN-NameCase
|
||||
PORTVERSION= 1.11
|
||||
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::NameCase.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Lingua-EN-NameCase/distinfo
Normal file
1
textproc/p5-Lingua-EN-NameCase/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Lingua-EN-NameCase-1.11.tar.gz) = 99b2b442e7bc7bfd756871addd30e5bf
|
1
textproc/p5-Lingua-EN-NameCase/pkg-comment
Normal file
1
textproc/p5-Lingua-EN-NameCase/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module to fix the case of people's names
|
11
textproc/p5-Lingua-EN-NameCase/pkg-descr
Normal file
11
textproc/p5-Lingua-EN-NameCase/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Forenames and surnames are often stored either wholly in UPPERCASE
|
||||
or wholly in lowercase. This module allows you to convert names
|
||||
into the correct case where possible.
|
||||
|
||||
Although forenames and surnames are normally stored separately if
|
||||
they do appear in a single string, whitespace separated, NameCase
|
||||
and nc deal correctly with them.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Lingua-EN-NameCase
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
7
textproc/p5-Lingua-EN-NameCase/pkg-plist
Normal file
7
textproc/p5-Lingua-EN-NameCase/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/NameCase.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/NameCase/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/NameCase
|
||||
@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
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Lingua 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user