update to 1.0.16
changes: -Plotting improvements, new functions -lots of fixes -translation updates
This commit is contained in:
parent
2a392385fa
commit
c47db4c60a
3 changed files with 17 additions and 8 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.50 2013/02/16 11:23:05 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2013/03/15 19:10:39 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= genius-1.0.15
|
||||
PKGREVISION= 7
|
||||
DISTNAME= genius-1.0.16
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://ftp.5z.com/pub/genius/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.10 2012/04/14 13:28:23 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.11 2013/03/15 19:10:40 drochner Exp $
|
||||
bin/genius
|
||||
${PLIST.x11}bin/gnome-genius
|
||||
include/genius/compil.h
|
||||
|
@ -105,6 +105,13 @@ share/gnome/help/genius/fr/figures/parametric.png
|
|||
share/gnome/help/genius/fr/figures/parametric_graph.png
|
||||
share/gnome/help/genius/fr/figures/surface_graph.png
|
||||
share/gnome/help/genius/fr/genius.xml
|
||||
share/gnome/help/genius/ru/figures/genius_window.png
|
||||
share/gnome/help/genius/ru/figures/line_plot.png
|
||||
share/gnome/help/genius/ru/figures/line_plot_graph.png
|
||||
share/gnome/help/genius/ru/figures/parametric.png
|
||||
share/gnome/help/genius/ru/figures/parametric_graph.png
|
||||
share/gnome/help/genius/ru/figures/surface_graph.png
|
||||
share/gnome/help/genius/ru/genius.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
|
||||
|
@ -126,6 +133,7 @@ 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/id/LC_MESSAGES/genius.mo
|
||||
share/locale/it/LC_MESSAGES/genius.mo
|
||||
share/locale/ja/LC_MESSAGES/genius.mo
|
||||
share/locale/ko/LC_MESSAGES/genius.mo
|
||||
|
@ -141,6 +149,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/ro/LC_MESSAGES/genius.mo
|
||||
share/locale/ru/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
|
||||
|
@ -157,3 +166,4 @@ share/omf/genius/genius-cs.omf
|
|||
share/omf/genius/genius-de.omf
|
||||
share/omf/genius/genius-es.omf
|
||||
share/omf/genius/genius-fr.omf
|
||||
share/omf/genius/genius-ru.omf
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.16 2013/03/02 18:02:11 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.17 2013/03/15 19:10:40 drochner Exp $
|
||||
|
||||
SHA1 (genius-1.0.15.tar.gz) = 6f38b700f2a6e3f1d1b62dac3bf49d383ca4d3ce
|
||||
RMD160 (genius-1.0.15.tar.gz) = 118f9875099867a73fcee917c6c72ff0daf27a22
|
||||
Size (genius-1.0.15.tar.gz) = 3580821 bytes
|
||||
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 (patch-gtkextra_gtkplot.c) = 3ea37b0a15454b5d81d62b93dd4a70828259d97f
|
||||
SHA1 (patch-gtkextra_gtkplotsurface.c) = 5f1e98dc7268ebef3a5edf04496a92b4f620114c
|
||||
|
|
Loading…
Reference in a new issue