diff options
author | adam <adam@pkgsrc.org> | 2006-04-17 07:48:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-17 07:48:51 +0000 |
commit | 219ba675b23eb33ac10cfcf69494fc1c28ac9b42 (patch) | |
tree | 4a56f5366c535c5c0731d58bed7e5de4ac23aaea /math/qalculate-bases | |
parent | 8c573059ae7a352c8e30a50401a1e42fdb90b953 (diff) | |
download | pkgsrc-219ba675b23eb33ac10cfcf69494fc1c28ac9b42.tar.gz |
Changes 0.9.3:
* Avoid floating point overflow and underflow
* Do not use "Read Precision" in plot
* cos(x*pi*rad) equals 1 if x is even, not -1
* isodate(), localdate(), timestamp(), stamptodate() functions
* Fix show ending zeroes
* Fix prefixes with automatic simplification/factorization
* Approximate comparison
* ...and some more...
Diffstat (limited to 'math/qalculate-bases')
-rw-r--r-- | math/qalculate-bases/Makefile | 6 | ||||
-rw-r--r-- | math/qalculate-bases/PLIST | 3 | ||||
-rw-r--r-- | math/qalculate-bases/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/math/qalculate-bases/Makefile b/math/qalculate-bases/Makefile index 92489143c28..a8498e93849 100644 --- a/math/qalculate-bases/Makefile +++ b/math/qalculate-bases/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2006/02/24 21:09:13 adam Exp $ +# $NetBSD: Makefile,v 1.5 2006/04/17 07:48:51 adam Exp $ -DISTNAME= qalculate-bases-0.9.0 +DISTNAME= qalculate-bases-0.9.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} @@ -10,7 +10,7 @@ COMMENT= Utility for conversion between number bases using Qalculate USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/math/qalculate-bases/PLIST b/math/qalculate-bases/PLIST index d59efe37350..8c6d7f50ced 100644 --- a/math/qalculate-bases/PLIST +++ b/math/qalculate-bases/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2006/04/17 07:07:25 jlam Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/04/17 07:48:51 adam Exp $ bin/qalculate-bases share/applications/qalculate-bases.desktop -share/locale/sv/LC_MESSAGES/qalculate-bases.mo diff --git a/math/qalculate-bases/distinfo b/math/qalculate-bases/distinfo index ab350c09d6f..012e97b10e8 100644 --- a/math/qalculate-bases/distinfo +++ b/math/qalculate-bases/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/02/24 21:09:13 adam Exp $ +$NetBSD: distinfo,v 1.3 2006/04/17 07:48:51 adam Exp $ -SHA1 (qalculate-bases-0.9.0.tar.gz) = 0fec7000f4f876a8eb0840745ce3927a6e23b0a1 -RMD160 (qalculate-bases-0.9.0.tar.gz) = 62489eee845cca8fbca5e101a12e6bad02703dc4 -Size (qalculate-bases-0.9.0.tar.gz) = 360721 bytes +SHA1 (qalculate-bases-0.9.3.tar.gz) = 7de833fc0f64cd72f06ad558f8a052c4b41b9796 +RMD160 (qalculate-bases-0.9.3.tar.gz) = 1e04adc17a077bdf4786ae2afb7ed4c35b2e8a22 +Size (qalculate-bases-0.9.3.tar.gz) = 362602 bytes |