pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/genius update to 0.7.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a866f793d7c
branches:  trunk
changeset: 520830:5a866f793d7c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Oct 30 21:41:26 2006 +0000

description:
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:

 math/genius/Makefile |  8 +++++---
 math/genius/PLIST    |  9 ++++++++-
 math/genius/distinfo |  8 ++++----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (74 lines):

diff -r 1f883a74fddc -r 5a866f793d7c math/genius/Makefile
--- a/math/genius/Makefile      Mon Oct 30 21:38:04 2006 +0000
+++ b/math/genius/Makefile      Mon Oct 30 21:41:26 2006 +0000
@@ -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_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 -r 1f883a74fddc -r 5a866f793d7c math/genius/PLIST
--- a/math/genius/PLIST Mon Oct 30 21:38:04 2006 +0000
+++ b/math/genius/PLIST Mon Oct 30 21:41:26 2006 +0000
@@ -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/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/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-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 -r 1f883a74fddc -r 5a866f793d7c math/genius/distinfo
--- a/math/genius/distinfo      Mon Oct 30 21:38:04 2006 +0000
+++ b/math/genius/distinfo      Mon Oct 30 21:41:26 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index