pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/pear-Numbers_Words With Numbers_Words class you c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c15e1351218
branches:  trunk
changeset: 505495:6c15e1351218
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Jan 03 21:06:00 2006 +0000

description:
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:

 math/pear-Numbers_Words/DESCR    |   5 +++++
 math/pear-Numbers_Words/Makefile |  11 +++++++++++
 math/pear-Numbers_Words/PLIST    |   1 +
 math/pear-Numbers_Words/distinfo |   5 +++++
 4 files changed, 22 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 5b2725ed2250 -r 6c15e1351218 math/pear-Numbers_Words/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/pear-Numbers_Words/DESCR     Tue Jan 03 21:06:00 2006 +0000
@@ -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 -r 5b2725ed2250 -r 6c15e1351218 math/pear-Numbers_Words/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/pear-Numbers_Words/Makefile  Tue Jan 03 21:06:00 2006 +0000
@@ -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@localhost
+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 -r 5b2725ed2250 -r 6c15e1351218 math/pear-Numbers_Words/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/pear-Numbers_Words/PLIST     Tue Jan 03 21:06:00 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/03 21:06:00 adrianp Exp $
diff -r 5b2725ed2250 -r 6c15e1351218 math/pear-Numbers_Words/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/pear-Numbers_Words/distinfo  Tue Jan 03 21:06:00 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index