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 | eb12c4f78cf3a56d0129ec35b1f6f7fcaab7c5cc (patch) | |
tree | 4a56f5366c535c5c0731d58bed7e5de4ac23aaea /math/qalculate-units | |
parent | 066163ed2eb8507c6fe05ae51118420d6f6f5b21 (diff) | |
download | pkgsrc-eb12c4f78cf3a56d0129ec35b1f6f7fcaab7c5cc.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-units')
-rw-r--r-- | math/qalculate-units/Makefile | 6 | ||||
-rw-r--r-- | math/qalculate-units/PLIST | 3 | ||||
-rw-r--r-- | math/qalculate-units/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile index 6bb35dc8294..e24a12975dc 100644 --- a/math/qalculate-units/Makefile +++ b/math/qalculate-units/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:52 adam Exp $ -DISTNAME= qalculate-units-0.9.0 +DISTNAME= qalculate-units-0.9.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} @@ -10,7 +10,7 @@ COMMENT= Utility for conversion between units 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-units/PLIST b/math/qalculate-units/PLIST index d9e053f6e7d..7a6f36cb6cf 100644 --- a/math/qalculate-units/PLIST +++ b/math/qalculate-units/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:52 adam Exp $ bin/qalculate-units share/applications/qalculate-units.desktop -share/locale/sv/LC_MESSAGES/qalculate-units.mo diff --git a/math/qalculate-units/distinfo b/math/qalculate-units/distinfo index 1a27872fc99..3dc2081c4d3 100644 --- a/math/qalculate-units/distinfo +++ b/math/qalculate-units/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:52 adam Exp $ -SHA1 (qalculate-units-0.9.0.tar.gz) = 144b4f888b74d7ed261cc8d518bf458d753a0cbf -RMD160 (qalculate-units-0.9.0.tar.gz) = 97c20f8b9a125611c9f41d7c12799350c52f7fb2 -Size (qalculate-units-0.9.0.tar.gz) = 367622 bytes +SHA1 (qalculate-units-0.9.3.tar.gz) = 7307e18bd41da20bca31c064173c13dd3fbff30d +RMD160 (qalculate-units-0.9.3.tar.gz) = 7012b481d030abf906ca300db86ec1a3816f68d8 +Size (qalculate-units-0.9.3.tar.gz) = 369369 bytes |