summaryrefslogtreecommitdiff
path: root/math/qalculate-units/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-02-24 21:09:13 +0000
committeradam <adam@pkgsrc.org>2006-02-24 21:09:13 +0000
commit098a91ce8a92297521f7c098ca080877df86b211 (patch)
tree2b26264fe8481b116ae55b3acf2170d2e468ac00 /math/qalculate-units/Makefile
parent2c8cc0bbb3b16539cbee6b6d4c24e0c95ce0caca (diff)
downloadpkgsrc-098a91ce8a92297521f7c098ca080877df86b211.tar.gz
Changes 0.9.2:
- Enhanced factorization, with square free factorization of rational multivariate polynomials - New simplification using the enhanced factorization - Much more efficient determinant and matrix inverse calculation - Greatly enhanced and reworked solving of equations and inequalities - More efficient evaluation avoiding recalculations - Generally enhanced and more correct algebraic functionality - Faster calculation of powers with large exponent and base close to one - Option to automatically simplify or factorize - Option to warn about denominators assumed non-zero - Fix negative exponents with lower-case e - Fix fetching of exchange rates with gnome-vfs &lt; 2.10 - Polynomial functions: coeff(), lcoeff(), pcontent(), degree(), etc. - Fix ln(e^x) - Display "x &lt; 3 && x &gt; 1" as "1 &lt; x &lt; 3" - Display "&amp;&amp;" and "||" as "and" and "or" by default - Fix display of fractions in "Decimal (Try Exact)" mode - Compile without errors or warnings with -pedantic and -Wextra - Unicode fixes - ...and many more minor fixes and enhancements (and probably some new bugs)...
Diffstat (limited to 'math/qalculate-units/Makefile')
-rw-r--r--math/qalculate-units/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile
index 95656158723..6bb35dc8294 100644
--- a/math/qalculate-units/Makefile
+++ b/math/qalculate-units/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:04 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/02/24 21:09:13 adam Exp $
-DISTNAME= qalculate-units-0.8.2
-PKGREVISION= 2
+DISTNAME= qalculate-units-0.9.0
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/}