diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-07 19:58:32 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-10-07 19:58:32 +0000 |
commit | 59dbb8937246ebc98ff00b812ad9be1a65a116ab (patch) | |
tree | a1ca4aec83ac2c29bdad278a4e979134ffdba115 /textproc/Makefile | |
parent | b6aed003a906c2f9957c62e930f0079e043a17db (diff) |
With Numbers_Words class you can convert numbers written in arabic digits to
words in several languages. You can convert an integer between -infinity and
infinity. If your system does not support such long numbers you can call
Numbers_Words::toWords() with just a string.
PR: ports/86893
Submitted by: Piotr Rybicki <meritus@innervision.pl>
Notes
Notes:
svn path=/head/; revision=144526
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 09d802f0fda1..e895c8c47ab3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -532,6 +532,7 @@ SUBDIR += pardiff SUBDIR += pdftohtml SUBDIR += pear-Numbers_Roman + SUBDIR += pear-Numbers_Words SUBDIR += pear-Spreadsheet_Excel_Writer SUBDIR += pear-XML_Beautifier SUBDIR += pear-XML_HTMLSax |