summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2015-10-01 18:43:27 +0000
committerprlw1 <prlw1@pkgsrc.org>2015-10-01 18:43:27 +0000
commitcaea1ab49c54888ca20bb2c799798ae3532a338c (patch)
tree8227921351bb242f150c3f8bd5bf2c45562c7639
parent36bc09a57b8ae0fe28b7d0cae483a866edaf5ff2 (diff)
downloadpkgsrc-caea1ab49c54888ca20bb2c799798ae3532a338c.tar.gz
Update maxima to 5.37.2
This release comprises some changes to the build machinery, notably commit 49d1be0 which puts tests/tests.sh.in on list of files for tarball. The Git log has the complete record. Maxima 5.37 change log ====================== New items in core: ------------------ * new function with_default_2d_display: ensure pretty-printing output New items in share: ------------------- * new package cryptools: tools for cryptography * new package elliptic_curves: elliptic curves over prime fields and binary fields * new function cgrind: output Maxima expressions as C code * package draw: new function vennplot (Venn diagrams) * package stringproc: new functions flush_output, readbyte, and writebyte Changes in core: ---------------- * function gf_symmetric renamed to gf_balanced Changes in share: -------------- * functions md5sum, sha1sum, sha256sum and base64_decode: accept and return numbers and octet lists as well as strings * packages aes and aes2: provide flexible support for different data types, e.g. octet lists Bug fixes: ---------- * [#3005]: Manual is wrong about "sqrt" and "radexpand" * [#2998]: extra () in display2d:false output * [#2988]: documentation error in gf_manual.pdf * [#2987]: Some divergent integrals give error, some don't * [#2982]: Display of taylor series in wrong order * [#2980]: "rectform" causes infinite recursion depending on variable name * [#2975]: number of distinct partitions gives wroing result * [#2972]: Wrong limits involving logs * [#2937]: dotscrules and antisymmetric * [#2936]: stack overflow in integrate * [#2934]: dotscrules and antisymmetric * [#2929]: misformatting in debugger help message * [#2905]: Assigning variable twice yields different results * [#2620]: atan2(y,x)+atan2(-y,x) doesnt always return 0 * [#2230]: abs(x)^(2*int) doesn't simplify * [#2211]: rtest_sign #77 * [#2183]: eigenvectors of a 10 x 10 * [#1193]: ev doesn't bind functions safely Unnumbered bugs: ---------------- * commit [6779ac0]: zn-nrt: root of zero should be zero * commit [b212487]: Fix up version variables so that load(drawutils) succeeds * mailing list 2015-08-29: [Documentation fails with error][1] * mailing list 2015-08-27: [Warnings from loading cartan package][2] * mailing list 2015-08-25: [Strange symmetry of acoth(x), area cotangens hyperbolicus function (#552)][3] * mailing list 2015-08-17: [trouble with GCL build][4] * mailing list 2015-06-11: [rationalize(0.1) and the manual][5] [1]: https://sourceforge.net/p/maxima/mailman/message/34417174/ [2]: https://sourceforge.net/p/maxima/mailman/message/34411188/ [3]: https://sourceforge.net/p/maxima/mailman/message/34401610/ [4]: https://sourceforge.net/p/maxima/mailman/message/34369023/ [5]: https://sourceforge.net/p/maxima/mailman/message/34196346/
-rw-r--r--math/maxima/Makefile4
-rw-r--r--math/maxima/PLIST124
-rw-r--r--math/maxima/distinfo8
3 files changed, 128 insertions, 8 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 7d67abfc47f..281a0878f9d 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2015/08/30 15:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2015/10/01 18:43:27 prlw1 Exp $
-DISTNAME= maxima-5.37.0
+DISTNAME= maxima-5.37.2
# On updates, please make sure editors/TeXmacs knows about the new
# version number.
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
diff --git a/math/maxima/PLIST b/math/maxima/PLIST
index bd1327d7400..e59e7eb8f06 100644
--- a/math/maxima/PLIST
+++ b/math/maxima/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2015/08/30 15:57:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.30 2015/10/01 18:43:27 prlw1 Exp $
bin/maxima
bin/rmaxima
bin/xmaxima
@@ -459,6 +459,7 @@ share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac
share/maxima/${PKGVERSION}/share/contrib/bode.mac
share/maxima/${PKGVERSION}/share/contrib/boolsimp/boolsimp.lisp
share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac
+share/maxima/${PKGVERSION}/share/contrib/celine.mac
share/maxima/${PKGVERSION}/share/contrib/cgrind.lisp
share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac
share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex
@@ -1570,6 +1571,7 @@ share/maxima/${PKGVERSION}/src/fcall.lisp
share/maxima/${PKGVERSION}/src/float.lisp
share/maxima/${PKGVERSION}/src/fortra.lisp
share/maxima/${PKGVERSION}/src/gamma.lisp
+share/maxima/${PKGVERSION}/src/gcl-compat.lisp
share/maxima/${PKGVERSION}/src/generate-sys-proclaim.lisp
share/maxima/${PKGVERSION}/src/generr.lisp
share/maxima/${PKGVERSION}/src/getopt.lisp
@@ -1802,7 +1804,6 @@ share/maxima/${PKGVERSION}/src/strmac.lisp
share/maxima/${PKGVERSION}/src/sublis.lisp
share/maxima/${PKGVERSION}/src/sumcon.lisp
share/maxima/${PKGVERSION}/src/suprv1.lisp
-share/maxima/${PKGVERSION}/src/sys-proclaim.lisp
share/maxima/${PKGVERSION}/src/tlimit.lisp
share/maxima/${PKGVERSION}/src/todd-coxeter.lisp
share/maxima/${PKGVERSION}/src/trans1.lisp
@@ -1828,6 +1829,125 @@ share/maxima/${PKGVERSION}/src/ufact.lisp
share/maxima/${PKGVERSION}/src/utils.lisp
share/maxima/${PKGVERSION}/src/xmaxima_def.lisp
share/maxima/${PKGVERSION}/src/zero.lisp
+share/maxima/${PKGVERSION}/tests/README.how-to
+share/maxima/${PKGVERSION}/tests/mcond_display_elseif.mac
+share/maxima/${PKGVERSION}/tests/mcond_display_elseif.out
+share/maxima/${PKGVERSION}/tests/rexamples.mac
+share/maxima/${PKGVERSION}/tests/rtest1.mac
+share/maxima/${PKGVERSION}/tests/rtest10.mac
+share/maxima/${PKGVERSION}/tests/rtest11.mac
+share/maxima/${PKGVERSION}/tests/rtest12.mac
+share/maxima/${PKGVERSION}/tests/rtest13.mac
+share/maxima/${PKGVERSION}/tests/rtest13s.mac
+share/maxima/${PKGVERSION}/tests/rtest14.mac
+share/maxima/${PKGVERSION}/tests/rtest15.mac
+share/maxima/${PKGVERSION}/tests/rtest16.mac
+share/maxima/${PKGVERSION}/tests/rtest1a.mac
+share/maxima/${PKGVERSION}/tests/rtest2.mac
+share/maxima/${PKGVERSION}/tests/rtest3.mac
+share/maxima/${PKGVERSION}/tests/rtest4.mac
+share/maxima/${PKGVERSION}/tests/rtest5.mac
+share/maxima/${PKGVERSION}/tests/rtest6.mac
+share/maxima/${PKGVERSION}/tests/rtest6a.mac
+share/maxima/${PKGVERSION}/tests/rtest6b.mac
+share/maxima/${PKGVERSION}/tests/rtest7.mac
+share/maxima/${PKGVERSION}/tests/rtest8.mac
+share/maxima/${PKGVERSION}/tests/rtest9.mac
+share/maxima/${PKGVERSION}/tests/rtest9a.mac
+share/maxima/${PKGVERSION}/tests/rtest_abs.mac
+share/maxima/${PKGVERSION}/tests/rtest_algebraic.mac
+share/maxima/${PKGVERSION}/tests/rtest_allnummod.mac
+share/maxima/${PKGVERSION}/tests/rtest_ask.mac
+share/maxima/${PKGVERSION}/tests/rtest_boolean.mac
+share/maxima/${PKGVERSION}/tests/rtest_carg.mac
+share/maxima/${PKGVERSION}/tests/rtest_diff_invtrig.mac
+share/maxima/${PKGVERSION}/tests/rtest_dot.mac
+share/maxima/${PKGVERSION}/tests/rtest_elliptic.mac
+share/maxima/${PKGVERSION}/tests/rtest_equal.mac
+share/maxima/${PKGVERSION}/tests/rtest_everysome.mac
+share/maxima/${PKGVERSION}/tests/rtest_expintegral.mac
+share/maxima/${PKGVERSION}/tests/rtest_extra.mac
+share/maxima/${PKGVERSION}/tests/rtest_gamma.mac
+share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac
+share/maxima/${PKGVERSION}/tests/rtest_integrate.mac
+share/maxima/${PKGVERSION}/tests/rtest_integrate_special.mac
+share/maxima/${PKGVERSION}/tests/rtest_lambert_w.mac
+share/maxima/${PKGVERSION}/tests/rtest_lapack.mac
+share/maxima/${PKGVERSION}/tests/rtest_laplace.mac
+share/maxima/${PKGVERSION}/tests/rtest_limit.mac
+share/maxima/${PKGVERSION}/tests/rtest_log.mac
+share/maxima/${PKGVERSION}/tests/rtest_map.mac
+share/maxima/${PKGVERSION}/tests/rtest_mset.mac
+share/maxima/${PKGVERSION}/tests/rtest_numth.mac
+share/maxima/${PKGVERSION}/tests/rtest_plot.mac
+share/maxima/${PKGVERSION}/tests/rtest_power.mac
+share/maxima/${PKGVERSION}/tests/rtest_powerseries.mac
+share/maxima/${PKGVERSION}/tests/rtest_round.mac
+share/maxima/${PKGVERSION}/tests/rtest_rules.mac
+share/maxima/${PKGVERSION}/tests/rtest_scalarp.mac
+share/maxima/${PKGVERSION}/tests/rtest_sign.mac
+share/maxima/${PKGVERSION}/tests/rtest_signum.mac
+share/maxima/${PKGVERSION}/tests/rtest_sqrt.mac
+share/maxima/${PKGVERSION}/tests/rtest_taylor.mac
+share/maxima/${PKGVERSION}/tests/rtest_tex.mac
+share/maxima/${PKGVERSION}/tests/rtest_tmlinsolve.mac
+share/maxima/${PKGVERSION}/tests/rtest_translator.mac
+share/maxima/${PKGVERSION}/tests/rtest_trig.mac
+share/maxima/${PKGVERSION}/tests/rtest_zeta.mac
+share/maxima/${PKGVERSION}/tests/rtestconjugate.mac
+share/maxima/${PKGVERSION}/tests/rtestdefstruct.mac
+share/maxima/${PKGVERSION}/tests/rtesthyp.mac
+share/maxima/${PKGVERSION}/tests/rtestifactor.mac
+share/maxima/${PKGVERSION}/tests/rtestint.mac
+share/maxima/${PKGVERSION}/tests/rtestlabels.mac
+share/maxima/${PKGVERSION}/tests/rtestmcond_display.mac
+share/maxima/${PKGVERSION}/tests/rtestmt19937.mac
+share/maxima/${PKGVERSION}/tests/rtestnset.mac
+share/maxima/${PKGVERSION}/tests/rtestode.mac
+share/maxima/${PKGVERSION}/tests/rtestode_zp.mac
+share/maxima/${PKGVERSION}/tests/rtestparser_continuations_cr.mac
+share/maxima/${PKGVERSION}/tests/rtestparser_continuations_crnl.mac
+share/maxima/${PKGVERSION}/tests/rtestparser_continuations_nl.mac
+share/maxima/${PKGVERSION}/tests/rtestsum.mac
+share/maxima/${PKGVERSION}/tests/test_readbase_lisp.lisp
+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/testsuite.lisp
+share/maxima/${PKGVERSION}/tests/wester_problems/test_algebra.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_boolean_logic.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_calculus.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_combinatorics.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_complex_domain.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_definite_integrals.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_equations.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_indefinite_integrals.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_inequalities.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_limits.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_local.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_math_vs_cs_match.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_matrix_theory.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_number_theory.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_numbers.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_numerical_analysis.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_odes.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_operators.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_pdes_heat.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_products.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_programming.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_programming_dif.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_series.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_set_theory.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_special_functions.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_statistics.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_sums.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_tensor_analysis.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_transforms.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_trigonometry.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_vector_analysis.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/test_zero_equivalence.mac
+share/maxima/${PKGVERSION}/tests/wester_problems/wester-gpl-permission-message.txt
share/maxima/${PKGVERSION}/xmaxima/demos.html
share/maxima/${PKGVERSION}/xmaxima/examples.html
share/maxima/${PKGVERSION}/xmaxima/html/figures/plot2d.gif
diff --git a/math/maxima/distinfo b/math/maxima/distinfo
index 8599e3f63bd..dcd25a11b8c 100644
--- a/math/maxima/distinfo
+++ b/math/maxima/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2015/08/30 15:57:11 wiz Exp $
+$NetBSD: distinfo,v 1.28 2015/10/01 18:43:27 prlw1 Exp $
-SHA1 (maxima-5.37.0.tar.gz) = 095f1a52c4f88ec9ef0be790f159f6853378c4e7
-RMD160 (maxima-5.37.0.tar.gz) = a17ce91721303aeeea0aed034457dd19465e9d9a
-Size (maxima-5.37.0.tar.gz) = 29618514 bytes
+SHA1 (maxima-5.37.2.tar.gz) = 460a3042beac635f25d5db453b5cccb13322a4e7
+RMD160 (maxima-5.37.2.tar.gz) = 8e53da2d81352a86125fc4ee09d12b3598dd46d2
+Size (maxima-5.37.2.tar.gz) = 29963535 bytes