diff options
author | drochner <drochner> | 2006-10-30 21:41:26 +0000 |
---|---|---|
committer | drochner <drochner> | 2006-10-30 21:41:26 +0000 |
commit | cf970d6eacca4db43b339a513f9d3197d2986e4b (patch) | |
tree | 946992522c640de19092cd4f8fd3fbc9224249c4 /math/genius | |
parent | 46a6db57a50919727f8317de2bd9935e01dc18ff (diff) | |
download | pkgsrc-cf970d6eacca4db43b339a513f9d3197d2986e4b.tar.gz |
update to 0.7.6.1
changes:
* Add QuadraticFormula, CubicFormula, PolynomialRoots, CommutationMatrix,
ToeplitzMatrix, MakeVector, RiemannZeta, GammaFunction
* Add --exec option to execute an expression from the command line
* Add chapter to the documentation on plotting and other minor updates to
the docs
* Fix complex number handling in number of functions, particularly in
all functions that use gaussian elimination and related routines
* Translations updated a teeny bit
* Fix rational powers
Diffstat (limited to 'math/genius')
-rw-r--r-- | math/genius/Makefile | 8 | ||||
-rw-r--r-- | math/genius/PLIST | 9 | ||||
-rw-r--r-- | math/genius/distinfo | 8 |
3 files changed, 17 insertions, 8 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index 6b5ebe43809..ddaf157cb83 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2006/09/16 12:20:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2006/10/30 21:41:26 drochner Exp $ # -DISTNAME= genius-0.7.5 -PKGREVISION= 1 +DISTNAME= genius-0.7.6.1 CATEGORIES= math MASTER_SITES= http://ftp.5z.com/pub/genius/ @@ -17,6 +16,9 @@ USE_TOOLS+= pkg-config gmake intltool msgfmt USE_DIRS+= gnome2-1.5 USE_GNU_READLINE= yes +do-test: + (cd ${WRKSRC}/src; perl geniustest.pl) + .include "../../x11/gtk2/buildlink3.mk" .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" diff --git a/math/genius/PLIST b/math/genius/PLIST index 7c337c8eaf1..5c85b0808cd 100644 --- a/math/genius/PLIST +++ b/math/genius/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/03 18:59:58 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/10/30 21:41:26 drochner Exp $ bin/genius bin/gnome-genius include/genius/compil.h @@ -30,6 +30,7 @@ share/genius/gel/combinatorics/misc.gel share/genius/gel/combinatorics/recursive_sequences.gel share/genius/gel/equation_solving/diffeqs.gel share/genius/gel/equation_solving/find_root.gel +share/genius/gel/equation_solving/formulas.gel share/genius/gel/equation_solving/loader.gel share/genius/gel/functions/complex_numbers.gel share/genius/gel/functions/delta.gel @@ -66,6 +67,11 @@ share/genius/plugins/test.plugin share/gnome/help/genius/C/about.xml share/gnome/help/genius/C/examples.xml share/gnome/help/genius/C/figures/genius_window.png +share/gnome/help/genius/C/figures/line_plot.png +share/gnome/help/genius/C/figures/line_plot_graph.png +share/gnome/help/genius/C/figures/parametric.png +share/gnome/help/genius/C/figures/parametric_graph.png +share/gnome/help/genius/C/figures/surface_graph.png share/gnome/help/genius/C/gel-absolute-value-modulus.xml share/gnome/help/genius/C/gel-comparison-operators.xml share/gnome/help/genius/C/gel-conditionals.xml @@ -79,6 +85,7 @@ share/gnome/help/genius/C/gel-matrix-support.xml share/gnome/help/genius/C/gel-matrix-transpose.xml share/gnome/help/genius/C/gel-modular-evaluation.xml share/gnome/help/genius/C/gel-operator-list.xml +share/gnome/help/genius/C/gel-plotting.xml share/gnome/help/genius/C/gel-polynomials.xml share/gnome/help/genius/C/gel-previous-result.xml share/gnome/help/genius/C/gel-references.xml diff --git a/math/genius/distinfo b/math/genius/distinfo index 8f20dc910cd..a4fe00e02dc 100644 --- a/math/genius/distinfo +++ b/math/genius/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/08/03 18:59:58 drochner Exp $ +$NetBSD: distinfo,v 1.2 2006/10/30 21:41:26 drochner Exp $ -SHA1 (genius-0.7.5.tar.gz) = 56f650ecc75a42515c53646cd8f6e6176ac643ad -RMD160 (genius-0.7.5.tar.gz) = 7812973feff873657380035e032a39e838be5fa5 -Size (genius-0.7.5.tar.gz) = 2565613 bytes +SHA1 (genius-0.7.6.1.tar.gz) = 74cd331e5700ab6cb6f2b5965cbb71bc404e60de +RMD160 (genius-0.7.6.1.tar.gz) = 7c8102e4f1a17440a6b62a675162ffd1e5fcd4fa +Size (genius-0.7.6.1.tar.gz) = 2845668 bytes |