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
This commit is contained in:
parent
2b8b850198
commit
935cd3897f
4 changed files with 10 additions and 11 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue