diff options
author | taca <taca@pkgsrc.org> | 2010-02-06 15:55:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-06 15:55:13 +0000 |
commit | 02b5f10bc7813031a9ef0c422fee8df5001d8ae1 (patch) | |
tree | cc90fbfe8e9508af2f5208cc1bedd7c6ec57d419 /math | |
parent | 04dd8d0f4c1933a97f9d6a2a7cb16204473cef49 (diff) | |
download | pkgsrc-02b5f10bc7813031a9ef0c422fee8df5001d8ae1.tar.gz |
Updaet pear-Numbers_Roman from 0.2.0 to 1.0.2.
1.0.2
QA release:
- Fix bug with _L and _C giving wrong values (swapped)
- Fix bug: toRoman() used $this although it's static
- Add unit tests
1.0.1
- Added support for lowercase input/output
- Starting with this release conversion is supported from integers up to
5 999 999 and from the equivalent Roman Numerals
- Added an optional HTML tag to disply roman numerals over 4000 in an
historically accurate fashion
- General fixes and code rewrite maintaining backward compatibility
Diffstat (limited to 'math')
-rw-r--r-- | math/pear-Numbers_Roman/Makefile | 5 | ||||
-rw-r--r-- | math/pear-Numbers_Roman/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/pear-Numbers_Roman/Makefile b/math/pear-Numbers_Roman/Makefile index 10c39795f95..55a56dc6f2c 100644 --- a/math/pear-Numbers_Roman/Makefile +++ b/math/pear-Numbers_Roman/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2009/07/17 18:00:18 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/06 15:55:13 taca Exp $ -DISTNAME= Numbers_Roman-0.2.0 -PKGREVISION= 1 +DISTNAME= Numbers_Roman-1.0.2 CATEGORIES= math MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/math/pear-Numbers_Roman/distinfo b/math/pear-Numbers_Roman/distinfo index 8b00e556f2a..b274eca4289 100644 --- a/math/pear-Numbers_Roman/distinfo +++ b/math/pear-Numbers_Roman/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/01/03 21:05:15 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2010/02/06 15:55:13 taca Exp $ -SHA1 (pear/Numbers_Roman-0.2.0.tgz) = 8aa2d978f6fea39085834cc4393a3d51e00b49be -RMD160 (pear/Numbers_Roman-0.2.0.tgz) = 7a1bc98fe93a08c487a28fcd0680ddd0abe44167 -Size (pear/Numbers_Roman-0.2.0.tgz) = 3753 bytes +SHA1 (pear/Numbers_Roman-1.0.2.tgz) = f9dd058ea7a296e1fe1ca42643e9dedb032fcc5b +RMD160 (pear/Numbers_Roman-1.0.2.tgz) = 0ff09482e79415a31a54fb7db663d3b2fad92239 +Size (pear/Numbers_Roman-1.0.2.tgz) = 6210 bytes |