diff options
author | petef <petef@FreeBSD.org> | 2002-06-09 07:52:05 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-06-09 07:52:05 +0800 |
commit | e2f56ec90c7790453da5e9f701b43a120781c599 (patch) | |
tree | 8dc4a513f4f7327f11f0746a21c6614d670db3e3 /textproc | |
parent | 4539e54ec206f4684cf9189e38245e448d8fdbcb (diff) | |
download | freebsd-ports-gnome-e2f56ec90c7790453da5e9f701b43a120781c599.tar.gz freebsd-ports-gnome-e2f56ec90c7790453da5e9f701b43a120781c599.tar.zst freebsd-ports-gnome-e2f56ec90c7790453da5e9f701b43a120781c599.zip |
Add p5-Lingua-EN-Numbers 0.01, converts numeric values into their
English string equivalents.
PR: 33433
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers/pkg-plist | 7 |
6 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 87ce73a58c92..b9c8f4a78396 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Lingua-EN-Numbers/Makefile b/textproc/p5-Lingua-EN-Numbers/Makefile new file mode 100644 index 000000000000..e0171f142c2c --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers/Makefile @@ -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> diff --git a/textproc/p5-Lingua-EN-Numbers/distinfo b/textproc/p5-Lingua-EN-Numbers/distinfo new file mode 100644 index 000000000000..d424e104b07e --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers/distinfo @@ -0,0 +1 @@ +MD5 (Lingua-EN-Numbers-0.01.tar.gz) = a9b41cdd936707d8ecbc4b116b34f85c diff --git a/textproc/p5-Lingua-EN-Numbers/pkg-comment b/textproc/p5-Lingua-EN-Numbers/pkg-comment new file mode 100644 index 000000000000..2d6576ba50b6 --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers/pkg-comment @@ -0,0 +1 @@ +Converts numeric values into their English string equivalents diff --git a/textproc/p5-Lingua-EN-Numbers/pkg-descr b/textproc/p5-Lingua-EN-Numbers/pkg-descr new file mode 100644 index 000000000000..b356e80bc93f --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers/pkg-descr @@ -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> diff --git a/textproc/p5-Lingua-EN-Numbers/pkg-plist b/textproc/p5-Lingua-EN-Numbers/pkg-plist new file mode 100644 index 000000000000..4b118ca69056 --- /dev/null +++ b/textproc/p5-Lingua-EN-Numbers/pkg-plist @@ -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 |