pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wxmaxima: update to 17.10.1



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Nov 28 14:08:45 2017 +0100
Changeset:	3afa90bee93c43b545ed0f58d0d4057d3d8b397c

Modified Files:
	wxmaxima/Makefile
	wxmaxima/PLIST
	wxmaxima/distinfo

Log Message:
wxmaxima: update to 17.10.1

Current:
  * Jump to the char containing the error on encountering unmatched parenthesis.
  * Try to place the cursor near the error in all other cases.
  * Attempt to mark the whole error message in red. This is bound to fail in
    some cases as maxima sometimes only sends part of an error message through
    the error() command. But it is better than nothing.
  * Detect and mark most warnings.
  * A "evaluate cells below" right-click-menu item.
  * Autosave now even works for unsaved documents adding them to the
    "recent documents" list if needed.
  * Big parenthesis are now drawn using unicode characters, if available.
  * Nicer integral, Product and Sum signs, optionally including antialiassing
    even if no font provides them.
  * MouseOver tooltips for some of the more exotic worksheet items.
  * A "Copy as svg" function that is as good as wxSVGFileDc allows us to be.
  * Worksheet objects now can provide their own ToolTips.
  * Config Dialogue: An editor for the startup file.
  * It is now possible to select which formats "Ctrl+C" should place data on
    the clipboard in.
  * Now multiple animations can run concurrently and can be told to autostart.
  * A menu entry that allows to select 1D and ASCII Art Maths
  * Recent files that currently don't exist are grayed out now.
  * A command-line switch that triggers evaluation on startup of wxMaxima
  * Many Bug Fixes and Performance improvements.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3afa90bee93c43b545ed0f58d0d4057d3d8b397c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wxmaxima/Makefile |  4 +--
 wxmaxima/PLIST    | 84 +++++++++++++++++++++++++++++++++++++------------------
 wxmaxima/distinfo | 10 +++----
 3 files changed, 64 insertions(+), 34 deletions(-)

diffs:
diff --git a/wxmaxima/Makefile b/wxmaxima/Makefile
index cef525d5d2..6cb83a8c0b 100644
--- a/wxmaxima/Makefile
+++ b/wxmaxima/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/02/12 06:25:43 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2017/11/28 13:08:09 wiz Exp $
 
-DISTNAME=	wxmaxima-17.05.1
+DISTNAME=	wxmaxima-17.10.1
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GITHUB:=andrejv/}
 GITHUB_TAG=	Version-${PKGVERSION_NOREV}
diff --git a/wxmaxima/PLIST b/wxmaxima/PLIST
index a6c4a45c81..7a219a026b 100644
--- a/wxmaxima/PLIST
+++ b/wxmaxima/PLIST
@@ -1,6 +1,5 @@
-@comment $NetBSD$
+@comment $NetBSD: PLIST,v 1.2 2017/11/28 13:08:09 wiz Exp $
 bin/wxmaxima
-share/appdata/wxMaxima.appdata.xml
 share/applications/wxMaxima.desktop
 share/bash-completion/completions/wxmaxima
 share/doc/wxmaxima/Autocomplete1.jpg
@@ -10,23 +9,45 @@ share/doc/wxmaxima/BatchImage.png
 share/doc/wxmaxima/InputCell.jpg
 share/doc/wxmaxima/Matrix table example.png
 share/doc/wxmaxima/MatrixTableExample.png
-share/doc/wxmaxima/NoiseFilter.jpg
 share/doc/wxmaxima/Second table example.png
 share/doc/wxmaxima/SecondTableExample.png
-share/doc/wxmaxima/SidePanes.jpg
+share/doc/wxmaxima/SidePanes.png
+share/doc/wxmaxima/cell-example.png
 share/doc/wxmaxima/ezUnits.jpg
 share/doc/wxmaxima/ezUnits.png
 share/doc/wxmaxima/maxima_screenshot.png
 share/doc/wxmaxima/sbclMemory.png
 share/doc/wxmaxima/wxMaximaLogo.jpg
 share/doc/wxmaxima/wxMaximaLogo.png
-share/doc/wxmaxima/wxMaximaWindow.jpg
+share/doc/wxmaxima/wxMaximaWindow.png
 share/doc/wxmaxima/wxMaxima_configuration_001.jpg
 share/doc/wxmaxima/wxMaxima_configuration_001.png
 share/doc/wxmaxima/wxMaxima_configuration_002.jpg
 share/doc/wxmaxima/wxMaxima_configuration_002.png
 share/doc/wxmaxima/wxmaxima.html
+share/locale/ca/LC_MESSAGES/wxMaxima.mo
+share/locale/cs/LC_MESSAGES/wxMaxima.mo
+share/locale/da/LC_MESSAGES/wxMaxima.mo
+share/locale/de/LC_MESSAGES/wxMaxima.mo
+share/locale/el/LC_MESSAGES/wxMaxima.mo
+share/locale/es/LC_MESSAGES/wxMaxima.mo
+share/locale/fi/LC_MESSAGES/wxMaxima.mo
+share/locale/fr/LC_MESSAGES/wxMaxima.mo
+share/locale/gl/LC_MESSAGES/wxMaxima.mo
+share/locale/hu/LC_MESSAGES/wxMaxima.mo
+share/locale/it/LC_MESSAGES/wxMaxima.mo
+share/locale/ja/LC_MESSAGES/wxMaxima.mo
+share/locale/kab/LC_MESSAGES/wxMaxima.mo
+share/locale/nb/LC_MESSAGES/wxMaxima.mo
+share/locale/pl/LC_MESSAGES/wxMaxima.mo
+share/locale/pt_BR/LC_MESSAGES/wxMaxima.mo
+share/locale/ru/LC_MESSAGES/wxMaxima.mo
+share/locale/tr/LC_MESSAGES/wxMaxima.mo
+share/locale/uk/LC_MESSAGES/wxMaxima.mo
+share/locale/zh_CN/LC_MESSAGES/wxMaxima.mo
+share/locale/zh_TW/LC_MESSAGES/wxMaxima.mo
 share/man/man1/wxmaxima.1
+share/metainfo/wxMaxima.appdata.xml
 share/mime/packages/x-wxmathml.xml
 share/mime/packages/x-wxmaxima-batch.xml
 share/pixmaps/text-x-wxmathml.svg
@@ -39,31 +60,34 @@ share/wxMaxima/COPYING
 share/wxMaxima/Document-export.png
 share/wxMaxima/README
 share/wxMaxima/README.md
+share/wxMaxima/a.png
 share/wxMaxima/autocomplete.txt
+share/wxMaxima/b.png
+share/wxMaxima/c.png
+share/wxMaxima/d.png
+share/wxMaxima/dialog-information.png
+share/wxMaxima/edit-copy.png
+share/wxMaxima/edit-cut.png
+share/wxMaxima/edit-find.png
 share/wxMaxima/editing.png
-share/wxMaxima/locale/ca/wxMaxima.mo
-share/wxMaxima/locale/cs/wxMaxima.mo
-share/wxMaxima/locale/da/wxMaxima.mo
-share/wxMaxima/locale/de/wxMaxima.mo
-share/wxMaxima/locale/el/wxMaxima.mo
-share/wxMaxima/locale/en/wxMaxima.mo
-share/wxMaxima/locale/es/wxMaxima.mo
-share/wxMaxima/locale/fi/wxMaxima.mo
-share/wxMaxima/locale/fr/wxMaxima.mo
-share/wxMaxima/locale/gl/wxMaxima.mo
-share/wxMaxima/locale/hu/wxMaxima.mo
-share/wxMaxima/locale/it/wxMaxima.mo
-share/wxMaxima/locale/ja/wxMaxima.mo
-share/wxMaxima/locale/kab/wxMaxima.mo
-share/wxMaxima/locale/nb/wxMaxima.mo
-share/wxMaxima/locale/pl/wxMaxima.mo
-share/wxMaxima/locale/pt_BR/wxMaxima.mo
-share/wxMaxima/locale/ru/wxMaxima.mo
-share/wxMaxima/locale/tr/wxMaxima.mo
-share/wxMaxima/locale/uk/wxMaxima.mo
-share/wxMaxima/locale/zh_CN/wxMaxima.mo
-share/wxMaxima/locale/zh_TW/wxMaxima.mo
+share/wxMaxima/go-bottom.png
+share/wxMaxima/gtk-copy.png
+share/wxMaxima/gtk-cut.png
+share/wxMaxima/gtk-find.png
+share/wxMaxima/gtk-help.png
+share/wxMaxima/gtk-new.png
+share/wxMaxima/gtk-open.png
+share/wxMaxima/gtk-paste.png
+share/wxMaxima/gtk-preferences.png
+share/wxMaxima/gtk-print.png
+share/wxMaxima/gtk-save.png
+share/wxMaxima/gtk-select-all.png
+share/wxMaxima/gtk-stop.png
+share/wxMaxima/input.png
 share/wxMaxima/maxima.png
+share/wxMaxima/media-playback-start.png
+share/wxMaxima/media-playback-startstop.png
+share/wxMaxima/media-playback-stop.png
 share/wxMaxima/network-error.png
 share/wxMaxima/network-idle.png
 share/wxMaxima/network-offline.png
@@ -71,9 +95,15 @@ share/wxMaxima/network-receive.png
 share/wxMaxima/network-transmit-receive.png
 share/wxMaxima/network-transmit.png
 share/wxMaxima/options.png
+share/wxMaxima/showCurrentCell.png
+share/wxMaxima/software-update-urgent.png
 share/wxMaxima/styles.png
 share/wxMaxima/testbench_simple.wxmx
+share/wxMaxima/text.png
 share/wxMaxima/tips.txt
+share/wxMaxima/view-refresh.png
+share/wxMaxima/weather-clear.png
+share/wxMaxima/weather-few-clouds.png
 share/wxMaxima/wxmathml.lisp
 share/wxMaxima/wxmaxima.png
 share/wxMaxima/wxmaxima.svg
diff --git a/wxmaxima/distinfo b/wxmaxima/distinfo
index a5f3b42350..c88e8f7a5f 100644
--- a/wxmaxima/distinfo
+++ b/wxmaxima/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 23:33:45 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/11/28 13:08:09 wiz Exp $
 
-SHA1 (wxmaxima-17.05.1.tar.gz) = a8fb2fac114eb40f7ed7022a988e5c73dac2ec80
-RMD160 (wxmaxima-17.05.1.tar.gz) = 856842caf24709014a9fd365146c705367b483d1
-SHA512 (wxmaxima-17.05.1.tar.gz) = f50dc7bd9a5b1c22d7d539b1e75970262aed654d6d144094a5b47da441e39e2501bafb9754fdff2933d27cf0851112f759efd2c958fef1a72bcac454b28da0d7
-Size (wxmaxima-17.05.1.tar.gz) = 5890723 bytes
+SHA1 (wxmaxima-17.10.1.tar.gz) = fd0c586705ccddfebd6f57be704fc6b23231adf0
+RMD160 (wxmaxima-17.10.1.tar.gz) = 563011cd5dbf96fe548dcef16a43aebabb8d365f
+SHA512 (wxmaxima-17.10.1.tar.gz) = 015f4a05e48d3c8918adcb4c69334b80cff8d0b97af7527742aabc438d34a6e5841e129a68f0d5e7f60c5ff7b415525874e6785c9b5a9f63925968a476ebc457
+Size (wxmaxima-17.10.1.tar.gz) = 8690844 bytes


Home | Main Index | Thread Index | Old Index