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/p5-Lingua-EN-Numbers/pkg-descr | |
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/p5-Lingua-EN-Numbers/pkg-descr')
-rw-r--r-- | textproc/p5-Lingua-EN-Numbers/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
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> |