summaryrefslogtreecommitdiff
path: root/math/genius
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-11-02 18:02:34 +0000
committerdrochner <drochner@pkgsrc.org>2010-11-02 18:02:34 +0000
commit935cd3897fd78674aa06ffab396295ed62fde9c4 (patch)
treeab8dc4ced2046e3d063b9a99b4681d4ef024bbe8 /math/genius
parent2b8b85019838f6ba6d4d215acc99f3f4d504f2a0 (diff)
downloadpkgsrc-935cd3897fd78674aa06ffab396295ed62fde9c4.tar.gz
update to 1.0.11
changes: * Allow changing variable names for all plotting functions * Add SlopefieldTicks, VectorfieldTicks, LinePlotVariableNames, and SurfacePlotVariableNames, parameters * Add AskButtons interactive function * Add RungeKuttaFull, EulersMethodFull functions * CHANGE: spelling fix: AuxiliaryUnitMatrix doesn't have two l's * Support for setting legend on LinePlotDrawLine with a "legend" parameter * Allow comparisons (== and !=) with null, treating it as an empty matrix * Uses GIO instead of GnomeVFS * Allow slopefield solutions to leave plot window by a small fudge factor. -bugfixes -documentation / translation updates
Diffstat (limited to 'math/genius')
-rw-r--r--math/genius/Makefile5
-rw-r--r--math/genius/PLIST4
-rw-r--r--math/genius/distinfo8
-rw-r--r--math/genius/options.mk4
4 files changed, 10 insertions, 11 deletions
diff --git a/math/genius/Makefile b/math/genius/Makefile
index b88d6d845ae..c5fa11c6ef5 100644
--- a/math/genius/Makefile
+++ b/math/genius/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2010/09/14 11:02:20 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2010/11/02 18:02:34 drochner Exp $
#
-DISTNAME= genius-1.0.9
-PKGREVISION= 4
+DISTNAME= genius-1.0.11
CATEGORIES= math
MASTER_SITES= http://ftp.5z.com/pub/genius/
diff --git a/math/genius/PLIST b/math/genius/PLIST
index b8ed1a7b1bd..d79e62c60fd 100644
--- a/math/genius/PLIST
+++ b/math/genius/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2009/09/03 13:15:20 asau Exp $
+@comment $NetBSD: PLIST,v 1.8 2010/11/02 18:02:34 drochner Exp $
bin/genius
${PLIST.x11}bin/gnome-genius
include/genius/compil.h
@@ -91,6 +91,7 @@ share/locale/en_GB/LC_MESSAGES/genius.mo
share/locale/es/LC_MESSAGES/genius.mo
share/locale/fr/LC_MESSAGES/genius.mo
share/locale/ga/LC_MESSAGES/genius.mo
+share/locale/gl/LC_MESSAGES/genius.mo
share/locale/hi/LC_MESSAGES/genius.mo
share/locale/hr/LC_MESSAGES/genius.mo
share/locale/it/LC_MESSAGES/genius.mo
@@ -108,6 +109,7 @@ share/locale/pl/LC_MESSAGES/genius.mo
share/locale/pt/LC_MESSAGES/genius.mo
share/locale/pt_BR/LC_MESSAGES/genius.mo
share/locale/rw/LC_MESSAGES/genius.mo
+share/locale/sl/LC_MESSAGES/genius.mo
share/locale/sq/LC_MESSAGES/genius.mo
share/locale/sr/LC_MESSAGES/genius.mo
share/locale/sr@Latn/LC_MESSAGES/genius.mo
diff --git a/math/genius/distinfo b/math/genius/distinfo
index 0858c004a80..39b58212437 100644
--- a/math/genius/distinfo
+++ b/math/genius/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2010/08/18 17:40:31 asau Exp $
+$NetBSD: distinfo,v 1.12 2010/11/02 18:02:34 drochner Exp $
-SHA1 (genius-1.0.9.tar.gz) = 04cc07365418f2f4c428cd40bd7fea85a83a151a
-RMD160 (genius-1.0.9.tar.gz) = d2765d07aa790ff3aeb88b4ad71d882e711d49a1
-Size (genius-1.0.9.tar.gz) = 2171307 bytes
+SHA1 (genius-1.0.11.tar.gz) = 7be35bfead9a24856e397fe7a2060fd4e6802d34
+RMD160 (genius-1.0.11.tar.gz) = 241d5c5fc030d2f6fdd678f920221e0b92979447
+Size (genius-1.0.11.tar.gz) = 2255516 bytes
SHA1 (patch-ab) = 18c647d379d34bedbf2415a41b675333940cec71
diff --git a/math/genius/options.mk b/math/genius/options.mk
index 333faef9b4a..659e913acdb 100644
--- a/math/genius/options.mk
+++ b/math/genius/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2009/09/03 13:15:20 asau Exp $
+# $NetBSD: options.mk,v 1.2 2010/11/02 18:02:34 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.genius
PKG_SUPPORTED_OPTIONS= x11
@@ -11,11 +11,9 @@ PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
.if !empty(PKG_OPTIONS:Mx11)
PLIST.x11= yes
-.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/gtksourceview2/buildlink3.mk"
.include "../../x11/vte/buildlink3.mk"