diff options
author | drochner <drochner> | 2009-04-08 18:22:54 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-04-08 18:22:54 +0000 |
commit | e47ae98c70d067400af69facacbd4b63e275fe59 (patch) | |
tree | fc28cf9b763b4a358c7ef11a00f4a19297b88ecd /math | |
parent | 4b67ca49a1e353f0597f49da9d7cc676d0d31b6d (diff) | |
download | pkgsrc-e47ae98c70d067400af69facacbd4b63e275fe59.tar.gz |
update to 1.0.6
changes:
-Try the slopefield / vectorfield plots
-bugfixes
-drop dependency on libgnome
Diffstat (limited to 'math')
-rw-r--r-- | math/genius/Makefile | 9 | ||||
-rw-r--r-- | math/genius/PLIST | 4 | ||||
-rw-r--r-- | math/genius/distinfo | 9 | ||||
-rw-r--r-- | math/genius/patches/patch-aa | 12 |
4 files changed, 24 insertions, 10 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile index 64414680190..b927ff5bd88 100644 --- a/math/genius/Makefile +++ b/math/genius/Makefile @@ -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 @@ do-test: .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 --git a/math/genius/PLIST b/math/genius/PLIST index ad6d4511120..95281a7756d 100644 --- a/math/genius/PLIST +++ b/math/genius/PLIST @@ -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/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/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 --git a/math/genius/distinfo b/math/genius/distinfo index ba0b1baab4d..8dcb4965130 100644 --- a/math/genius/distinfo +++ b/math/genius/distinfo @@ -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 --git a/math/genius/patches/patch-aa b/math/genius/patches/patch-aa new file mode 100644 index 00000000000..525da1867a2 --- /dev/null +++ b/math/genius/patches/patch-aa @@ -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]; |