diff options
author | drochner <drochner@pkgsrc.org> | 2007-11-05 20:44:03 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-11-05 20:44:03 +0000 |
commit | 3c196e3f730e14647c9bf8b868e5513036ce188a (patch) | |
tree | 73dc1176f8d68f91ba8a7059694e136ea37e49ac /math/qalculate/Makefile | |
parent | 830ef238d161319ed79c5ea1b4d9c95b085c8dd0 (diff) | |
download | pkgsrc-3c196e3f730e14647c9bf8b868e5513036ce188a.tar.gz |
update to 0.9.6
changes:
-Use Lambert W to solve more equations and avoid infinite loop when solving
some equations
-More data on elements
-Fix simplification of (1-1/x)^3 and similar
-Fix clumsy mistakes in with prefixes leading to crashes
-Fix parsing of unit expressions (when converting) such as W/(m K)
-Add more exact values for sin() and cos() and avoid floating point underflow
by, in approximate mode, checking against the value of pi
-Always input decimal separator sign on keypad separator press
-Fix crash when expression entry reclaims focus if compiled with optimizations
(GTK+)
-New units: typographic units, pouce, pied du roi, grams of TNT and tons of TNT
-New functions: lambertW(), addDays(), addMonths(), addYear(), addTime(),
isNumber(), isReal(), isRational(), isInteger(), representsNumber(),
representsReal(), representsRational(), representsInteger()
-New variable: omega constant
-Other minor fixes and enhancements
also fix wrong inclusion of scrollkeeper/bl3
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r-- | math/qalculate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 9969622504f..f8635f3fa51 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2007/02/22 16:15:14 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2007/11/05 20:44:03 drochner Exp $ -DISTNAME= libqalculate-0.9.5 -PKGNAME= qalculate-0.9.5 +DISTNAME= libqalculate-0.9.6 +PKGNAME= qalculate-0.9.6 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} |