Date: Sun, 23 Feb 2020 12:55:01 +0000 (UTC) From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526919 - head/math/wxmaxima Message-ID: <202002231255.01NCt1Xl022667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: salvadore Date: Sun Feb 23 12:55:01 2020 New Revision: 526919 URL: https://svnweb.freebsd.org/changeset/ports/526919 Log: Update math/wxmaxima from 20.01.3 to 20.02.1 - Add another small tutorial. - Symbols sidebar: correctly remember additional symbols. - Unicode chars can now be input using the alt+x method. - Add a unicode sidebard that isn't shown by default as it starts up slowly. - Many corrections to the display routine. - Better scroll wheel support. - Russian translation update. - Fix a bug causing part of a fraction not to be displayed. - Several additional bug fixes. Approved by: gerald (mentor) Modified: head/math/wxmaxima/Makefile head/math/wxmaxima/distinfo head/math/wxmaxima/pkg-plist Modified: head/math/wxmaxima/Makefile ============================================================================== --- head/math/wxmaxima/Makefile Sun Feb 23 11:04:46 2020 (r526918) +++ head/math/wxmaxima/Makefile Sun Feb 23 12:55:01 2020 (r526919) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wxmaxima -PORTVERSION= 20.01.3 +PORTVERSION= 20.02.1 DISTVERSIONPREFIX= Version- CATEGORIES= math Modified: head/math/wxmaxima/distinfo ============================================================================== --- head/math/wxmaxima/distinfo Sun Feb 23 11:04:46 2020 (r526918) +++ head/math/wxmaxima/distinfo Sun Feb 23 12:55:01 2020 (r526919) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579792013 -SHA256 (wxMaxima-Developers-wxmaxima-Version-20.01.3_GH0.tar.gz) = 0cbb768e0c5c5efb4fda22ffd1a6ee45ecf98d469ae44b0cbcaa9497eda674f2 -SIZE (wxMaxima-Developers-wxmaxima-Version-20.01.3_GH0.tar.gz) = 14221966 +TIMESTAMP = 1581585358 +SHA256 (wxMaxima-Developers-wxmaxima-Version-20.02.1_GH0.tar.gz) = dd79b624db0a1a802ba71aab8fa412fa0c318e98f51c13acf97dd46122228068 +SIZE (wxMaxima-Developers-wxmaxima-Version-20.02.1_GH0.tar.gz) = 15198553 Modified: head/math/wxmaxima/pkg-plist ============================================================================== --- head/math/wxmaxima/pkg-plist Sun Feb 23 11:04:46 2020 (r526918) +++ head/math/wxmaxima/pkg-plist Sun Feb 23 12:55:01 2020 (r526919) @@ -95,6 +95,7 @@ share/wxMaxima/sqrtCells.wxm share/wxMaxima/subCells.wxm share/wxMaxima/subsupCells.wxm share/wxMaxima/sumCells.wxm +share/wxMaxima/threadtest.wxm share/wxMaxima/unicode.wxm share/wxMaxima/unicode_specialchars.wxm share/wxMaxima/weirdLabels.wxm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002231255.01NCt1Xl022667>