summaryrefslogtreecommitdiff
path: root/math/genius
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2006-10-30 21:41:26 +0000
committerdrochner <drochner@pkgsrc.org>2006-10-30 21:41:26 +0000
commit44fc0d7adb98ca22411760937f8a04751f11a85b (patch)
tree946992522c640de19092cd4f8fd3fbc9224249c4 /math/genius
parentba895162da5e737db5779d61964d42008b004fd4 (diff)
downloadpkgsrc-44fc0d7adb98ca22411760937f8a04751f11a85b.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/Makefile8
-rw-r--r--math/genius/PLIST9
-rw-r--r--math/genius/distinfo8
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