pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/maxima



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 28 15:18:21 UTC 2017

Modified Files:
        pkgsrc/math/maxima: Makefile PLIST distinfo

Log Message:
maxima: update to 5.41.0.

Cross-compiling changes and improvements.
Documentation changes and improvements.
Build/installation improvements.
Updates to examples.
Changes and improvements to test system.
Changes and updates to nightly builds and tests.
Added the rules to build a snappy package.
Windows installer improvements and fixes.
Improvements to Windows maxima.bat.
Debian build improvements.
Compatibility improvements with diverse LISP compilers.
Plotting improvements; improved GNUPLOT error handling.
Code optimizations.
Removed some old/unused code; cosmetic changes.
New test cases.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/math/maxima/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/math/maxima/PLIST
cvs rdiff -u -r1.31 -r1.32 pkgsrc/math/maxima/distinfo

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

Modified files:

Index: pkgsrc/math/maxima/Makefile
diff -u pkgsrc/math/maxima/Makefile:1.48 pkgsrc/math/maxima/Makefile:1.49
--- pkgsrc/math/maxima/Makefile:1.48    Wed Sep 13 10:00:53 2017
+++ pkgsrc/math/maxima/Makefile Tue Nov 28 15:18:21 2017
@@ -1,9 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2017/09/13 10:00:53 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2017/11/28 15:18:21 wiz Exp $
 
-DISTNAME=              maxima-5.40.0
-# On updates, please make sure editors/TeXmacs knows about the new
-# version number.
-# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
+DISTNAME=              maxima-5.41.0
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=maxima/}
 

Index: pkgsrc/math/maxima/PLIST
diff -u pkgsrc/math/maxima/PLIST:1.32 pkgsrc/math/maxima/PLIST:1.33
--- pkgsrc/math/maxima/PLIST:1.32       Wed Sep 13 10:00:53 2017
+++ pkgsrc/math/maxima/PLIST    Tue Nov 28 15:18:21 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2017/09/13 10:00:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.33 2017/11/28 15:18:21 wiz Exp $
 bin/maxima
 bin/rmaxima
 bin/xmaxima
@@ -371,17 +371,6 @@ share/maxima/${PKGVERSION}/doc/implement
 share/maxima/${PKGVERSION}/doc/implementation/maximatoplevelflow.png
 share/maxima/${PKGVERSION}/doc/implementation/maximatoplevelflow.ps
 share/maxima/${PKGVERSION}/doc/implementation/sloop-loop-changes.txt
-share/maxima/${PKGVERSION}/doc/misc/completescanoffunctionssortedbybytecodelength.txt
-share/maxima/${PKGVERSION}/doc/misc/grepforvariables.sh
-share/maxima/${PKGVERSION}/doc/misc/maximafunctions.txt
-share/maxima/${PKGVERSION}/doc/misc/maximafunctionsundocumented.txt
-share/maxima/${PKGVERSION}/doc/misc/maximaitemspresentinbothfunctionandvariablescans.txt
-share/maxima/${PKGVERSION}/doc/misc/maximavariables.txt
-share/maxima/${PKGVERSION}/doc/misc/maximavariablesundocumented.txt
-share/maxima/${PKGVERSION}/doc/misc/processlisfiles.sh
-share/maxima/${PKGVERSION}/doc/misc/weirdvariables.txt
-share/maxima/${PKGVERSION}/doc/misc/workingvariables.txt
-share/maxima/${PKGVERSION}/doc/misc/x.awk
 share/maxima/${PKGVERSION}/doc/share/brchre.txt
 share/maxima/${PKGVERSION}/doc/share/romberg.usg
 share/maxima/${PKGVERSION}/doc/share/translation_hints.txt
@@ -399,7 +388,6 @@ share/maxima/${PKGVERSION}/emacs/maxima.
 share/maxima/${PKGVERSION}/emacs/setup-imaxima-imath.el
 share/maxima/${PKGVERSION}/emacs/smart-complete.el
 share/maxima/${PKGVERSION}/emacs/sshell.el
-share/maxima/${PKGVERSION}/share/.gitattributes
 share/maxima/${PKGVERSION}/share/MYTOPIC-index.lisp
 share/maxima/${PKGVERSION}/share/MYTOPIC.info
 share/maxima/${PKGVERSION}/share/affine/README
@@ -2132,6 +2120,7 @@ share/maxima/${PKGVERSION}/src/utils.lis
 share/maxima/${PKGVERSION}/src/xmaxima_def.lisp
 share/maxima/${PKGVERSION}/src/zero.lisp
 share/maxima/${PKGVERSION}/tests/README.how-to
+share/maxima/${PKGVERSION}/tests/docdraw.mac
 share/maxima/${PKGVERSION}/tests/mcond_display_elseif.mac
 share/maxima/${PKGVERSION}/tests/mcond_display_elseif.out
 share/maxima/${PKGVERSION}/tests/rexamples.mac
@@ -2218,6 +2207,9 @@ share/maxima/${PKGVERSION}/tests/test_re
 share/maxima/${PKGVERSION}/tests/test_readbase_lisp_autoload.lisp
 share/maxima/${PKGVERSION}/tests/test_readbase_maxima.mac
 share/maxima/${PKGVERSION}/tests/test_readbase_maxima_autoload.mac
+share/maxima/${PKGVERSION}/tests/testbench_draw_manual.wxm
+share/maxima/${PKGVERSION}/tests/testbench_drawdf_manual.wxm
+share/maxima/${PKGVERSION}/tests/testbench_plotdf_manual.wxm
 share/maxima/${PKGVERSION}/tests/testsuite.lisp
 share/maxima/${PKGVERSION}/tests/wester_problems/test_algebra.mac
 share/maxima/${PKGVERSION}/tests/wester_problems/test_boolean_logic.mac

Index: pkgsrc/math/maxima/distinfo
diff -u pkgsrc/math/maxima/distinfo:1.31 pkgsrc/math/maxima/distinfo:1.32
--- pkgsrc/math/maxima/distinfo:1.31    Wed Sep 13 10:00:53 2017
+++ pkgsrc/math/maxima/distinfo Tue Nov 28 15:18:21 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2017/09/13 10:00:53 wiz Exp $
+$NetBSD: distinfo,v 1.32 2017/11/28 15:18:21 wiz Exp $
 
-SHA1 (maxima-5.40.0.tar.gz) = 31672bd475e4e508421c6633bd4186f4a97b694a
-RMD160 (maxima-5.40.0.tar.gz) = df5e7a02be653ac174e8a38f0057a8df84d34573
-SHA512 (maxima-5.40.0.tar.gz) = 7aa36ae56c289e1cc6bb1722a6ee93fed5bf893747a26bb52a48f93cd02d65b63c453f37dc2c86ab4596ad192150aed9ad6b361ab295eda5207d9633c07cdee6
-Size (maxima-5.40.0.tar.gz) = 41668208 bytes
+SHA1 (maxima-5.41.0.tar.gz) = 0f69a6603d7334bfec6388151eeb768e8c5e7626
+RMD160 (maxima-5.41.0.tar.gz) = e58cedfa395ac5cb4715d1b60ed7cf6ae48979cf
+SHA512 (maxima-5.41.0.tar.gz) = 1b93ae2db055ba7fb4a95924a896667f0cfa1c675c603c104181662aeb32b10b006158526b2f3ad93a59688a23eacdc82e870bb8ffb182a89e1e51de013ec209
+Size (maxima-5.41.0.tar.gz) = 41540226 bytes



Home | Main Index | Thread Index | Old Index