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/Makefile | |
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/Makefile')
-rw-r--r-- | math/qalculate/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index b7b1876ebe9..07f31e5f3d8 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/04/12 16:37:37 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/04/17 07:48:51 adam Exp $ -DISTNAME= libqalculate-0.9.2 -PKGNAME= qalculate-0.9.2 -PKGREVISION= 2 +DISTNAME= libqalculate-0.9.3 +PKGNAME= qalculate-0.9.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} @@ -13,7 +12,7 @@ COMMENT= Qalculate is a modern multi-purpose desktop calculator USE_GNU_READLINE= yes USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake msgfmt pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= ${WRKSRC}/libqalculate.pc.in |