diff options
author | drochner <drochner@pkgsrc.org> | 2013-07-24 11:15:55 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-07-24 11:15:55 +0000 |
commit | d72de10a5d9bd2ff77a20a73a606ef0ca6a3ae5d (patch) | |
tree | 0199429dcbc1adf26e14a8be2c33f02a2020602d | |
parent | 58ba7636e138fa06b488e058175b807972916993 (diff) | |
download | pkgsrc-d72de10a5d9bd2ff77a20a73a606ef0ca6a3ae5d.tar.gz |
update to 1.0.17
changes:
-Plotting uses cairo (and is antialised) by using updated GtkExtra
-Improvements to line plots including autoscaling the y axis by default
-PDF export
-Lots of of fixes and other minor improvements all over
-rw-r--r-- | math/genius/Makefile | 5 | ||||
-rw-r--r-- | math/genius/PLIST | 3 | ||||
-rw-r--r-- | math/genius/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index 94ec2c80322..ae67d823540 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2013/07/15 02:02:25 ryoon Exp $ +# $NetBSD: Makefile,v 1.57 2013/07/24 11:15:55 drochner Exp $ # -DISTNAME= genius-1.0.16 -PKGREVISION= 4 +DISTNAME= genius-1.0.17 CATEGORIES= math MASTER_SITES= http://ftp.5z.com/pub/genius/ diff --git a/math/genius/PLIST b/math/genius/PLIST index e225783453f..525854fdd70 100644 --- a/math/genius/PLIST +++ b/math/genius/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2013/03/15 19:10:40 drochner Exp $ +@comment $NetBSD: PLIST,v 1.12 2013/07/24 11:15:55 drochner Exp $ bin/genius ${PLIST.x11}bin/gnome-genius include/genius/compil.h @@ -74,7 +74,6 @@ 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-function-list.xml share/gnome/help/genius/C/genius.xml share/gnome/help/genius/C/legal.xml share/gnome/help/genius/cs/figures/genius_window.png diff --git a/math/genius/distinfo b/math/genius/distinfo index e835d22ad5d..d046d7a2c09 100644 --- a/math/genius/distinfo +++ b/math/genius/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2013/03/15 19:10:40 drochner Exp $ +$NetBSD: distinfo,v 1.18 2013/07/24 11:15:55 drochner Exp $ -SHA1 (genius-1.0.16.tar.gz) = 3b5463fb7345a0de7b38c0cb06fc7fcff82db072 -RMD160 (genius-1.0.16.tar.gz) = 0cffc7200ea13a17db5a78c18cf2c30f15c22a5d -Size (genius-1.0.16.tar.gz) = 3846399 bytes +SHA1 (genius-1.0.17.tar.gz) = 884a12db62de68aa90b078ba9baa124f73c44f51 +RMD160 (genius-1.0.17.tar.gz) = 17b6fa3fddf65f4bab8e0d7721f85ea8a666d838 +Size (genius-1.0.17.tar.gz) = 3960909 bytes SHA1 (patch-gtkextra_gtkplot.c) = 3ea37b0a15454b5d81d62b93dd4a70828259d97f SHA1 (patch-gtkextra_gtkplotsurface.c) = 5f1e98dc7268ebef3a5edf04496a92b4f620114c |