diff options
author | adrianp <adrianp@pkgsrc.org> | 2006-01-03 21:06:00 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2006-01-03 21:06:00 +0000 |
commit | d7760e43cb6bb04516fea26ed7500043a47f10c1 (patch) | |
tree | 0b1606ebd638c3af36957885ac4ffcb316cffba9 /math/pear-Numbers_Words | |
parent | 32c7a1cee9d64de9991123007cac98bf5159c19f (diff) | |
download | pkgsrc-d7760e43cb6bb04516fea26ed7500043a47f10c1.tar.gz |
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.
Diffstat (limited to 'math/pear-Numbers_Words')
-rw-r--r-- | math/pear-Numbers_Words/DESCR | 5 | ||||
-rw-r--r-- | math/pear-Numbers_Words/Makefile | 11 | ||||
-rw-r--r-- | math/pear-Numbers_Words/PLIST | 1 | ||||
-rw-r--r-- | math/pear-Numbers_Words/distinfo | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/math/pear-Numbers_Words/DESCR b/math/pear-Numbers_Words/DESCR new file mode 100644 index 00000000000..d4bbf5717ed --- /dev/null +++ b/math/pear-Numbers_Words/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/math/pear-Numbers_Words/Makefile b/math/pear-Numbers_Words/Makefile new file mode 100644 index 00000000000..a5743991beb --- /dev/null +++ b/math/pear-Numbers_Words/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/01/03 21:06:00 adrianp Exp $ + +DISTNAME= Numbers_Words-0.14.0 +CATEGORIES= math + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://pear.php.net/package/Numbers_Words/ +COMMENT= Provides methods for spelling numerals in words + +.include "../../lang/php/pear.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/pear-Numbers_Words/PLIST b/math/pear-Numbers_Words/PLIST new file mode 100644 index 00000000000..676ca80ce48 --- /dev/null +++ b/math/pear-Numbers_Words/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/03 21:06:00 adrianp Exp $ diff --git a/math/pear-Numbers_Words/distinfo b/math/pear-Numbers_Words/distinfo new file mode 100644 index 00000000000..e4a4759d482 --- /dev/null +++ b/math/pear-Numbers_Words/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/01/03 21:06:00 adrianp Exp $ + +SHA1 (pear/Numbers_Words-0.14.0.tgz) = 6e94739ccd0ee6e4993ed8234b962ef515f61ec8 +RMD160 (pear/Numbers_Words-0.14.0.tgz) = 597da44da8070bfdf8fcae29c130afe1648c1ced +Size (pear/Numbers_Words-0.14.0.tgz) = 44088 bytes |