pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/pear-Numbers_Roman Updaet pear-Numbers_Roman from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2b17a0d23d7
branches:  trunk
changeset: 571006:b2b17a0d23d7
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Feb 06 15:55:13 2010 +0000

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

 math/pear-Numbers_Roman/Makefile |  5 ++---
 math/pear-Numbers_Roman/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r c854e8cb9279 -r b2b17a0d23d7 math/pear-Numbers_Roman/Makefile
--- a/math/pear-Numbers_Roman/Makefile  Sat Feb 06 15:54:18 2010 +0000
+++ b/math/pear-Numbers_Roman/Makefile  Sat Feb 06 15:55:13 2010 +0000
@@ -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@localhost
diff -r c854e8cb9279 -r b2b17a0d23d7 math/pear-Numbers_Roman/distinfo
--- a/math/pear-Numbers_Roman/distinfo  Sat Feb 06 15:54:18 2010 +0000
+++ b/math/pear-Numbers_Roman/distinfo  Sat Feb 06 15:55:13 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index