mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add p5-Lingua-EN-Numbers 0.01, converts numeric values into their
English string equivalents. PR: 33433 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
8d923ffda5
commit
f966ba94d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60924
@ -134,6 +134,7 @@
|
||||
SUBDIR += p5-Lingua-EN-NameCase
|
||||
SUBDIR += p5-Lingua-EN-NameParse
|
||||
SUBDIR += p5-Lingua-EN-Nickname
|
||||
SUBDIR += p5-Lingua-EN-Numbers
|
||||
SUBDIR += p5-Lingua-EN-Numbers-Ordinate
|
||||
SUBDIR += p5-Lingua-EN-Sentence
|
||||
SUBDIR += p5-Lingua-Ispell
|
||||
|
22
textproc/p5-Lingua-EN-Numbers/Makefile
Normal file
22
textproc/p5-Lingua-EN-Numbers/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: Lingua::EN::Numbers
|
||||
# Date created: 31 Dec 2001
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Lingua-EN-Numbers
|
||||
PORTVERSION= 0.01
|
||||
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::Numbers.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
textproc/p5-Lingua-EN-Numbers/distinfo
Normal file
1
textproc/p5-Lingua-EN-Numbers/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Lingua-EN-Numbers-0.01.tar.gz) = a9b41cdd936707d8ecbc4b116b34f85c
|
1
textproc/p5-Lingua-EN-Numbers/pkg-comment
Normal file
1
textproc/p5-Lingua-EN-Numbers/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Converts numeric values into their English string equivalents
|
10
textproc/p5-Lingua-EN-Numbers/pkg-descr
Normal file
10
textproc/p5-Lingua-EN-Numbers/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Lingua::EN::Numbers converts arbitrary numbers into human-oriented
|
||||
English text. Limited support is included for parsing standardly
|
||||
formatted numbers (i.e. '3,213.23'). But no attempt has been made
|
||||
to handle any complex formats. Support for multiple variants of
|
||||
English are supported. Currently only "American" formatting is
|
||||
supported.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Lingua-EN-Numbers
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
7
textproc/p5-Lingua-EN-Numbers/pkg-plist
Normal file
7
textproc/p5-Lingua-EN-Numbers/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Lingua/EN/Numbers.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Numbers/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Lingua/EN/Numbers
|
||||
@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