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 1.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff3f191330c6
branches:  trunk
changeset: 557017:ff3f191330c6
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Apr 08 18:22:54 2009 +0000

description:
update to 1.0.6
changes:
-Try the slopefield / vectorfield plots
-bugfixes
-drop dependency on libgnome

diffstat:

 math/genius/Makefile         |   9 ++++-----
 math/genius/PLIST            |   4 +++-
 math/genius/distinfo         |   9 +++++----
 math/genius/patches/patch-aa |  12 ++++++++++++
 4 files changed, 24 insertions(+), 10 deletions(-)

diffs (80 lines):

diff -r 717974e38805 -r ff3f191330c6 math/genius/Makefile
--- a/math/genius/Makefile      Wed Apr 08 17:03:25 2009 +0000
+++ b/math/genius/Makefile      Wed Apr 08 18:22:54 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2009/03/08 15:56:46 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2009/04/08 18:22:54 drochner Exp $
 #
 
-DISTNAME=              genius-1.0.3
+DISTNAME=              genius-1.0.6
 CATEGORIES=            math
 MASTER_SITES=          http://ftp.5z.com/pub/genius/
 
@@ -23,15 +23,14 @@
 
 .include "../../databases/shared-mime-info/mimedb.mk"
 .include "../../devel/gmp/buildlink3.mk"
-.include "../../devel/libgnome/buildlink3.mk"
-.include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../devel/libglade/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"
+.include "../../sysutils/gnome-vfs/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
-.include "../../x11/gtksourceview/buildlink3.mk"
+.include "../../x11/gtksourceview2/buildlink3.mk"
 .include "../../x11/vte/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 717974e38805 -r ff3f191330c6 math/genius/PLIST
--- a/math/genius/PLIST Wed Apr 08 17:03:25 2009 +0000
+++ b/math/genius/PLIST Wed Apr 08 18:22:54 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2007/11/22 20:31:44 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/04/08 18:22:54 drochner Exp $
 bin/genius
 bin/gnome-genius
 include/genius/compil.h
@@ -74,7 +74,9 @@
 share/gnome/help/genius/C/gel-function-list.xml
 share/gnome/help/genius/C/genius.xml
 share/gnome/help/genius/C/legal.xml
+share/icons/hicolor/32x32/apps/genius-stock-plot.png
 share/icons/hicolor/32x32/apps/gnome-genius.png
+share/icons/hicolor/48x48/apps/genius-stock-plot.png
 share/icons/hicolor/48x48/apps/gnome-genius.png
 share/locale/ar/LC_MESSAGES/genius.mo
 share/locale/az/LC_MESSAGES/genius.mo
diff -r 717974e38805 -r ff3f191330c6 math/genius/distinfo
--- a/math/genius/distinfo      Wed Apr 08 17:03:25 2009 +0000
+++ b/math/genius/distinfo      Wed Apr 08 18:22:54 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2008/06/23 17:16:56 drochner Exp $
+$NetBSD: distinfo,v 1.7 2009/04/08 18:22:54 drochner Exp $
 
-SHA1 (genius-1.0.3.tar.gz) = d6ad2ebc9d158fb288e3524b3741ff40a9a445b4
-RMD160 (genius-1.0.3.tar.gz) = 1870b769e3462e34e50f473d57f598fd42bbdfa6
-Size (genius-1.0.3.tar.gz) = 2200286 bytes
+SHA1 (genius-1.0.6.tar.gz) = 37d6af0931e4eda0cc18f90ae6f3dc6671c39d77
+RMD160 (genius-1.0.6.tar.gz) = 04739e1756186acc58fa8b269066d5b718bb334e
+Size (genius-1.0.6.tar.gz) = 2195097 bytes
+SHA1 (patch-aa) = 1fac171f0b22c3d6a269cca99c575142c201088e
diff -r 717974e38805 -r ff3f191330c6 math/genius/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/genius/patches/patch-aa      Wed Apr 08 18:22:54 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2009/04/08 18:22:54 drochner Exp $
+
+--- src/graphing.c.orig        2009-04-08 20:15:12.000000000 +0200
++++ src/graphing.c
+@@ -4629,6 +4629,7 @@ plot_from_dialog_lineplot (void)
+ 
+       line_plot_clear_funcs ();
+ 
++      j = 0;
+       for (i = 0; i < MAXFUNC; i++) {
+               if (func[i] != NULL) {
+                       plot_func[j] = func[i];



Home | Main Index | Thread Index | Old Index