diff options
author | adam <adam@pkgsrc.org> | 2006-02-24 21:09:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-02-24 21:09:13 +0000 |
commit | 098a91ce8a92297521f7c098ca080877df86b211 (patch) | |
tree | 2b26264fe8481b116ae55b3acf2170d2e468ac00 /math/qalculate-gtk | |
parent | 2c8cc0bbb3b16539cbee6b6d4c24e0c95ce0caca (diff) | |
download | pkgsrc-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 < 2.10
- Polynomial functions: coeff(), lcoeff(), pcontent(), degree(), etc.
- Fix ln(e^x)
- Display "x < 3 && x > 1" as "1 < x < 3"
- Display "&&" 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-gtk')
-rw-r--r-- | math/qalculate-gtk/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate-gtk/PLIST | 4 | ||||
-rw-r--r-- | math/qalculate-gtk/distinfo | 10 | ||||
-rw-r--r-- | math/qalculate-gtk/patches/patch-aa | 6 |
4 files changed, 13 insertions, 12 deletions
diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index 346da578a97..f8a71814f1c 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2006/02/05 23:10:04 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/02/24 21:09:13 adam Exp $ -DISTNAME= qalculate-gtk-0.8.2.1 -PKGREVISION= 3 +DISTNAME= qalculate-gtk-0.9.2 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} diff --git a/math/qalculate-gtk/PLIST b/math/qalculate-gtk/PLIST index 343405cb89e..c95988e36e6 100644 --- a/math/qalculate-gtk/PLIST +++ b/math/qalculate-gtk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/03 13:39:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/02/24 21:09:13 adam Exp $ bin/qalculate-gtk ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/qalculate-gtk.mo share/applications/qalculate-gtk.desktop @@ -12,8 +12,10 @@ share/gnome/help/qalculate-gtk/C/figures/completion.png share/gnome/help/qalculate-gtk/C/figures/convert-number-bases.png share/gnome/help/qalculate-gtk/C/figures/convert-unit.png share/gnome/help/qalculate-gtk/C/figures/edit-function.png +share/gnome/help/qalculate-gtk/C/figures/edit-functiongeneral.png share/gnome/help/qalculate-gtk/C/figures/edit-matrix.png share/gnome/help/qalculate-gtk/C/figures/edit-unit.png +share/gnome/help/qalculate-gtk/C/figures/edit-variable.png share/gnome/help/qalculate-gtk/C/figures/function-manager.png share/gnome/help/qalculate-gtk/C/figures/gnuplot.png share/gnome/help/qalculate-gtk/C/figures/import-csv.png diff --git a/math/qalculate-gtk/distinfo b/math/qalculate-gtk/distinfo index ebc81b3de9f..744729299cc 100644 --- a/math/qalculate-gtk/distinfo +++ b/math/qalculate-gtk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/10/20 17:22:32 drochner Exp $ +$NetBSD: distinfo,v 1.4 2006/02/24 21:09:13 adam Exp $ -SHA1 (qalculate-gtk-0.8.2.1.tar.gz) = 7c8e80ba24baea466d35e41a15c130cab41d1e0f -RMD160 (qalculate-gtk-0.8.2.1.tar.gz) = 983635e12f22cbf79d995ec78f389b0d469ed7ac -Size (qalculate-gtk-0.8.2.1.tar.gz) = 1211326 bytes -SHA1 (patch-aa) = 52d6f39fb7fd2b38f6e4da99f8c52d611d2e941c +SHA1 (qalculate-gtk-0.9.2.tar.gz) = ef1b7053159107aaf7f439b3660f061f4e28ab67 +RMD160 (qalculate-gtk-0.9.2.tar.gz) = 3c696f4fdef6a24bfff55f0c20e49fa8014f2630 +Size (qalculate-gtk-0.9.2.tar.gz) = 1497315 bytes +SHA1 (patch-aa) = 4966d0e3fcc55cc6a836b91f097b39377c4654c6 diff --git a/math/qalculate-gtk/patches/patch-aa b/math/qalculate-gtk/patches/patch-aa index fdc248c33f7..557eaf1c5d5 100644 --- a/math/qalculate-gtk/patches/patch-aa +++ b/math/qalculate-gtk/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/08/03 13:39:31 adam Exp $ +$NetBSD: patch-aa,v 1.2 2006/02/24 21:09:13 adam Exp $ ---- src/Makefile.in.orig 2005-08-02 12:07:01.000000000 +0000 +--- src/Makefile.in.orig 2005-12-22 10:31:26.000000000 +0100 +++ src/Makefile.in -@@ -525,7 +525,6 @@ uninstall-am: uninstall-binPROGRAMS unin +@@ -530,7 +530,6 @@ uninstall-am: uninstall-binPROGRAMS unin install-exec-local: |