From 96257a349cdcf6fbd7095679bbbdd577db9ffeb8 Mon Sep 17 00:00:00 2001 From: ryoon Date: Wed, 5 Aug 2015 13:08:22 +0000 Subject: Update to 5.36.1 * Use gmake to fix build. Changelog: Changes in Release 5.36.1 This is a bug-fix minor release. To see the changes in the major release 5.36, read the Maxima 5.36 change log Bugs fixed Bug 2936: Stack overflow in integrate. Bugs in the draw package. Problem in loading wxm files from the Explorer in Wxmaxima. Maxima 5.36 change log New items in core: function parse_timedate: parse time/date string New items in share: function lll: Lenstra-Lenstra-Lovasz algorithm Changes in core: at: remove variables in simplification Other changes: package contrib_ode: update test suite package ezunits: additional femto, pico, nano, and micro fractions package ezunits: apply rules more aggressively package maxima-odesolve: documentation package gentran: update package draw: geometric transformations for 2D implicit functions package coma: new version package maximaMathML: hook mechanism package noninteractive: new script expand_branches.mac Bug fixes: [#2924]: Maxima fails to run on lisp interpreters [#2922]: input '20log(x)' causes strange error [#2919]: Definite integration broken: integrate(1/(x^2), x, -inf, inf) gives zero [#2913]: trigrat crashes with variable name "e" [#2907]: ratsubst(z, sin(x + 1), 0) crashes when radsubstflag = true [#2898]: limit of continuous --> und [#2892]: julia() and mandelbrot() creates maxout.gnuplot in different place than plot2d()/plot3d() [#2883]: load (lsquares); Error [#2881]: quad_qags recently got problems evaluating erf [#2878]: Installing from maxima-5.35.1.tar.gz requires Makeinfo [#2873]: implicit_plot does not accept symbolic ranges [#2865]: Use exp as a list [#2862]: Incorrect result for integrate(u/(u+1)^2,u,0,inf); [#2854]: Integral hangs with domain:complex [#2853]: abs_integrate hangs after encountering log(0) Unnumbered bugs: mailing list 2015-03-16: Requesting advice on simplification rules for user-defined operators mailing list 2015-02-09: save(..) can't save syntax extensions in a readable form mailing list 2015-02-16: expand phenomenon mailing list 2015-02-08: Newbie lisp question mailing list 2015-01-22: Matrix inversion with detout = true? mailing list 2015-01-09: Problem loading package COMA mailing list 2015-01-05: order of operands is changed due to source information commit [b0a9ab]: Fix jacobi_sc(elliptic_kc(m)/2,m) commit [ff92d9]: Fix make_elliptic_f for inverse_jacobi_ns and inverse_jacobi_nc commit [b7dc04]: Added device info to paths in cl-info::*info-tables* commit [95c186]: Fixes a bug in the style option parser commit [bf9a67]: Correct the derivative of bessel_y wrt order: diff(bessel_y(v,z),v) commit [0d8d8a]: Handle the (finite) geometric sums with quotient 1. commit [b3cffd]: Fix bug controlling non numeric symbols in explicit commit [114860]: Add device to maxima-load-pathname-directory. commit [72d617]: Fix maxima -s PORT command. Maxima 5.35 change log New items in core: * in evaluation, allow general expressions as operators New items in share: * package Eulix: numerical solution of ordinary differential equations * script hermite_reduce.mac: implement Rothstein-Trager algorithm Changes in core: * function supcontext: evaluate argument(s) * functions supcontext, newcontext: return made-up name if none supplied * function powerseries: bug fixes Other changes: * many updates to documentation Bug fixes: #2847: limits of powers of constants #2845: Avoid initialization-time compile in commac.lisp #2818: Problem with trigreduce #2816: Significant reduction in processing LaTeX output in imaxima in new version #2815: abs_integrate leads to infinite recursion #2814: abs_integrate: integration of x*ceiling(x) #2800: a typo in mode_identity documentation #2774: desolve doesn't know how to interpret temporary variables #2623: shortest_path #2575: Integration error: integrate(sqrt(k-k*cos(2*x)), x) #2371: limit((exp(a*x)-1)/(exp(a*x)+1),x,inf) fails unnumbered bugs: mailing list 2014-11-26: Error in histogram and continuous_freq mailing list 2014-09-01: SIGN1 strangeness, was: Problem with bfloat Maxima 5.34 change log New items in core: * function invert_by_gausselim: invert by Gaussian elimination (used to be function invertmx) * function invert_by_adjoint: invert by adjoint method (used to be function invert) * functions push, pop: now implemented in core New items in share: * package coma: functions for control engineering * function sha1sum (package stringproc): compute SHA1 hash * engineering-format.lisp: change default float display format Changes in core: * function invert: use adjoint method or Gaussian elimination depending on size of matrix * function tex: Define TeX properties for gamma_incomplete and friends Bug fixes: #2785: dynamics package: plotting fails on evolution() and other functions #2784: Ceiling gives error, without even an error message #2782: realroots(x*y) internal error #2776: Error when integrate sqrt #2775: powerseries of some log expressions #2772: powerseries of some trig expressions #2768: "notequal" tries to put multiprecision rational numbers into floats #2765: powerseries of a derivative #2764: power series of 1 + x^n and regression tests in rtest16.mac #2763: symmetricp(matrix) DOEs not work #2760: powerseries at infinty broken #2755: powerseries of natural exponential #2751: powerseries of bessel functions needlessly fail #2750: powerseries(x^x,x,0) gives Lisp error #2749: Float evaluation of sinh causes Lisp error instead of overflowing to bigfloat #2746: scifac / gcfac crash #2745: limit with numer:true #2741: imaxima preamble broken for display in emacs #2738: Integrate encountered a Lisp error: The value 2 is not of type LIST #2732: wrong answer for similar to gaussian integral #2726: integrate produces wrong answer for Gaussian Moments #2725: pochhammer(n,x) documentation #2721: maxima can't refresh plots in gnuplot_pipes format #2719: Matrix invert() behaviour #2718: imaxima LaTeX definitions conflict with amsmath #2717: plot2d treats linear and log plots inconsistently #2716: is allows more than one argument #2711: `i' is not local in `geosum' #2710: `rempart' from package `functs' fails #2707: `rowp' fails if `p' function is defined #2697: Inconsistent handling of Greek symbols #2683: Plot2d default terminal broken #2678: transform_xy rejects argument constructed with make_transform #2677: [gnuplot_pm3d,false] does not disable pm3d #2621: "gamma limit error" #2526: abs_integrate fails on integrate(sqrt(x + sqrt(x)), x) unnumbered bugs: mailing list 2014-08-16: bind stack overflow in loop mailing list 2014-07-01: "rtest8.mac test failure" mailing list 2014-06-29: "rule issue" limit((atan(x)-(%pi/2))/(sin(10/x)),x,inf) ezgcd(p1,p2,...) => true when ratp returns true for any argument Maxima 5.33 change log New items in share: * package alt-display: hook for nonstandard display functions * package kovacicODE: Kovacic method for ordinary differential equations * package odes: several methods for ordinary differential equations * package trigtools: manipulating trigonometric function expressions * package sound: functions for audio synthesis Changes in core: * promote result to bigfloat on floating point overflow * variables declared to be irrational are considered real * display floats with leading "0." instead of "." only * function tex: accepts Lisp objects now * functions expintegral_shi, expintegral_chi: limits * functions hankel_1, hankel_2: numerically evaluate when the order is complex * function declare: rational and irrational properties mutually exclusive * functions get, put: when first argument is a string, assume it is the name of an operator * functions round, truncate: handle arguments of zeroa and zerob * functions for Galois fields: improve power tables and introduce nth root * operator @: TeX property Other changes: * package ezunits: TeX property for units conversion operator * package maximaMathML: some updates * package draw: support for gnuplot terminal canvas * documentation: updating Brazilian Portuguese translation of user manual Bug fixes: * 2703: plotting option legend causes an error * 2702: plotting option adapt_depth causes an error * 2701: plotting option logy causes an error * 2700: plot option psfile causes an error * 2699: nticks seems ignored * 2696: *prompt-prefix* and *prompt-suffix* not inserted for askinteger / asksign * 2695: kill kills built-in properties of operator after user-defined property * 2687: call-arguments-limit easily exhaustable in tex1 * 2682: Function zeta fails numerically for large numbers that aren't even integers * 2681: solve_rec wrong result * 2676: integral incorrect when variable is subscripted * 2675: maxima will not do the simplest of definite integrals and will not factor otherwise * 2671: Since 4833b5 Maxima (with ECL at least) outputs palette numbers gnuplot unnumbered bugs: * bug in gnuplot_term option * bug in starplot * bug in ratinterpol * %e^^A should not simplify to %e^A * %pi is now correctly rounded with high probability * embedded plotting bug in XMaxima * bug in single-label case for plotting option 'label' * bug in comment indentation in Emacs * $CONS and friends should treat lists the same as other expressions * mailing list 2014-02-27: "assigning to a list of structure fields does not work" --- math/maxima/Makefile | 7 +- math/maxima/PLIST | 514 +++++++++++++++++++++++++++++++++++++++++++++++++-- math/maxima/distinfo | 8 +- 3 files changed, 508 insertions(+), 21 deletions(-) (limited to 'math') diff --git a/math/maxima/Makefile b/math/maxima/Makefile index 629bfb065e7..a1fa97c0af3 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.42 2015/06/12 10:50:28 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2015/08/05 13:08:22 ryoon Exp $ -DISTNAME= maxima-5.32.1 +DISTNAME= maxima-5.36.1 # On updates, please make sure editors/TeXmacs knows about the new # version number. # (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) -PKGREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/} @@ -17,7 +16,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= tk-[0-9]*:../../x11/tk GNU_CONFIGURE= yes -USE_TOOLS+= makeinfo perl +USE_TOOLS+= gmake makeinfo perl REPLACE_SH= doc/misc/grepforvariables.sh INFO_FILES= yes diff --git a/math/maxima/PLIST b/math/maxima/PLIST index 9b4929bb0bd..6a047933757 100644 --- a/math/maxima/PLIST +++ b/math/maxima/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2014/03/11 20:16:32 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.28 2015/08/05 13:08:22 ryoon Exp $ bin/maxima bin/rmaxima bin/xmaxima @@ -12,6 +12,20 @@ ${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima ${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core libexec/maxima/${PKGVERSION}/mgnuplot man/man1/maxima.1 +share/maxima/${PKGVERSION}/demo/cf.dem +share/maxima/${PKGVERSION}/demo/demo.dem +share/maxima/${PKGVERSION}/demo/eaton1.dem +share/maxima/${PKGVERSION}/demo/eaton2.dem +share/maxima/${PKGVERSION}/demo/ezgcd.dem +share/maxima/${PKGVERSION}/demo/hypgeo.dem +share/maxima/${PKGVERSION}/demo/macex.dem +share/maxima/${PKGVERSION}/demo/macro.dem +share/maxima/${PKGVERSION}/demo/manual.demo +share/maxima/${PKGVERSION}/demo/newfac.dem +share/maxima/${PKGVERSION}/demo/plots.mac +share/maxima/${PKGVERSION}/demo/romberg.dem +share/maxima/${PKGVERSION}/demo/sumcon.dem +share/maxima/${PKGVERSION}/demo/trgsmp.dem share/maxima/${PKGVERSION}/doc/EMaximaIntro.ps share/maxima/${PKGVERSION}/doc/contributors share/maxima/${PKGVERSION}/doc/html/contents.hhc @@ -32,14 +46,16 @@ share/maxima/${PKGVERSION}/doc/html/figures/bodephase6.gif share/maxima/${PKGVERSION}/doc/html/figures/bodephase7.gif share/maxima/${PKGVERSION}/doc/html/figures/bodephase8.gif share/maxima/${PKGVERSION}/doc/html/figures/bodephase9.gif -share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.gif -share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.gif -share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.gif -share/maxima/${PKGVERSION}/doc/html/figures/dynamics4.gif -share/maxima/${PKGVERSION}/doc/html/figures/dynamics5.gif -share/maxima/${PKGVERSION}/doc/html/figures/dynamics6.gif -share/maxima/${PKGVERSION}/doc/html/figures/dynamics7.gif -share/maxima/${PKGVERSION}/doc/html/figures/dynamics8.gif +share/maxima/${PKGVERSION}/doc/html/figures/color_terminal.png +share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.png +share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.png +share/maxima/${PKGVERSION}/doc/html/figures/dynamics3.png +share/maxima/${PKGVERSION}/doc/html/figures/dynamics4.png +share/maxima/${PKGVERSION}/doc/html/figures/dynamics5.png +share/maxima/${PKGVERSION}/doc/html/figures/dynamics6.png +share/maxima/${PKGVERSION}/doc/html/figures/dynamics7.png +share/maxima/${PKGVERSION}/doc/html/figures/dynamics8.png +share/maxima/${PKGVERSION}/doc/html/figures/favicon.ico share/maxima/${PKGVERSION}/doc/html/figures/graphs01.gif share/maxima/${PKGVERSION}/doc/html/figures/graphs02.gif share/maxima/${PKGVERSION}/doc/html/figures/graphs03.gif @@ -91,6 +107,8 @@ share/maxima/${PKGVERSION}/doc/html/figures/plotting6.png share/maxima/${PKGVERSION}/doc/html/figures/plotting7.png share/maxima/${PKGVERSION}/doc/html/figures/plotting8.png share/maxima/${PKGVERSION}/doc/html/figures/plotting9.png +share/maxima/${PKGVERSION}/doc/html/figures/scene1.png +share/maxima/${PKGVERSION}/doc/html/figures/scene2.png share/maxima/${PKGVERSION}/doc/html/header.hhp share/maxima/${PKGVERSION}/doc/html/index.hhk share/maxima/${PKGVERSION}/doc/html/intromax.html @@ -194,6 +212,7 @@ share/maxima/${PKGVERSION}/doc/html/maxima_95.html share/maxima/${PKGVERSION}/doc/html/maxima_96.html share/maxima/${PKGVERSION}/doc/html/maxima_97.html share/maxima/${PKGVERSION}/doc/html/maxima_98.html +share/maxima/${PKGVERSION}/doc/html/maxima_99.html share/maxima/${PKGVERSION}/doc/html/maxima_abt.html share/maxima/${PKGVERSION}/doc/html/maxima_fot.html share/maxima/${PKGVERSION}/doc/html/maxima_ovr.html @@ -268,6 +287,7 @@ share/maxima/${PKGVERSION}/share/algebra/nusum.mac share/maxima/${PKGVERSION}/share/algebra/recur.dem share/maxima/${PKGVERSION}/share/algebra/recur.mac share/maxima/${PKGVERSION}/share/algebra/recur.transcript +share/maxima/${PKGVERSION}/share/algebra/rtest_recur.mac share/maxima/${PKGVERSION}/share/algebra/solver/linsolve.mac share/maxima/${PKGVERSION}/share/algebra/solver/misc.mac share/maxima/${PKGVERSION}/share/algebra/solver/readme @@ -315,6 +335,7 @@ share/maxima/${PKGVERSION}/share/calculus/qualsp.lisp share/maxima/${PKGVERSION}/share/calculus/revert.mac share/maxima/${PKGVERSION}/share/calculus/taylor1.mac share/maxima/${PKGVERSION}/share/cobyla/bf-cobyla-interface.lisp +share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.demo share/maxima/${PKGVERSION}/share/cobyla/bf_fmin_cobyla.mac share/maxima/${PKGVERSION}/share/cobyla/cobyla-interface.lisp share/maxima/${PKGVERSION}/share/cobyla/cobyla-lisp.system @@ -342,6 +363,7 @@ share/maxima/${PKGVERSION}/share/cobyla/lisp/cobylb.lisp share/maxima/${PKGVERSION}/share/cobyla/lisp/trstlp.lisp share/maxima/${PKGVERSION}/share/cobyla/load-bf-cobyla.lisp share/maxima/${PKGVERSION}/share/cobyla/load-cobyla.lisp +share/maxima/${PKGVERSION}/share/cobyla/rtest_cobyla.mac share/maxima/${PKGVERSION}/share/colnew/colnew-if.lisp share/maxima/${PKGVERSION}/share/colnew/colnew-lisp.system share/maxima/${PKGVERSION}/share/colnew/colnew-package.lisp @@ -382,6 +404,24 @@ share/maxima/${PKGVERSION}/share/colnew/prob2.mac share/maxima/${PKGVERSION}/share/colnew/prob3.mac share/maxima/${PKGVERSION}/share/colnew/prob4.mac share/maxima/${PKGVERSION}/share/combinatorics/README +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.html +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix.rst +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Spline_T3.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_T1.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Step_TP.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T1R.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T2.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T3N.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T4.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_T5N.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TP.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_TS.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_T5.mac +share/maxima/${PKGVERSION}/share/contrib/Eulix/Eulix_Table_TC.mac share/maxima/${PKGVERSION}/share/contrib/Grobner/README share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner-demo.output share/maxima/${PKGVERSION}/share/contrib/Grobner/grobner.demo @@ -407,8 +447,12 @@ share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zb_prover.mac share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger.mac share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac +share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.lisp +share/maxima/${PKGVERSION}/share/contrib/alt-display/alt-display.mac +share/maxima/${PKGVERSION}/share/contrib/alt-display/tex-display.lisp share/maxima/${PKGVERSION}/share/contrib/altsimp/altsimp.lisp share/maxima/${PKGVERSION}/share/contrib/augmented_lagrangian.mac +share/maxima/${PKGVERSION}/share/contrib/binsplit/binsplit.lisp share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise.lisp share/maxima/${PKGVERSION}/share/contrib/bitwise/bitwise_specification.txt share/maxima/${PKGVERSION}/share/contrib/bitwise/rtest_bitwise.mac @@ -418,6 +462,9 @@ share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp +share/maxima/${PKGVERSION}/share/contrib/coma/COMA.txt +share/maxima/${PKGVERSION}/share/contrib/coma/Control_Engineering_with_Maxima.pdf +share/maxima/${PKGVERSION}/share/contrib/coma/coma.mac share/maxima/${PKGVERSION}/share/contrib/devine.mac share/maxima/${PKGVERSION}/share/contrib/diag.mac share/maxima/${PKGVERSION}/share/contrib/diag_test.mac @@ -473,6 +520,7 @@ share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5 share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp +share/maxima/${PKGVERSION}/share/contrib/engineering-format.lisp share/maxima/${PKGVERSION}/share/contrib/f90.lisp share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp share/maxima/${PKGVERSION}/share/contrib/format/README @@ -488,6 +536,7 @@ share/maxima/${PKGVERSION}/share/contrib/format/format.mac share/maxima/${PKGVERSION}/share/contrib/format/format.ps share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps +share/maxima/${PKGVERSION}/share/contrib/format/rtest_format.mac share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac @@ -556,6 +605,7 @@ share/maxima/${PKGVERSION}/share/contrib/gentran/test/matrix.output share/maxima/${PKGVERSION}/share/contrib/gentran/test/mcond.lisp share/maxima/${PKGVERSION}/share/contrib/gentran/test/mdo.lisp share/maxima/${PKGVERSION}/share/contrib/gentran/test/rk.in +share/maxima/${PKGVERSION}/share/contrib/gentran/test/rtest_gentran.mac share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.mac share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.output share/maxima/${PKGVERSION}/share/contrib/gentran/test/runge.template @@ -576,15 +626,18 @@ share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp share/maxima/${PKGVERSION}/share/contrib/impdiff.mac share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.html +share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.info share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi share/maxima/${PKGVERSION}/share/contrib/integration/hyperint.mac +share/maxima/${PKGVERSION}/share/contrib/integration/integration-index.lisp share/maxima/${PKGVERSION}/share/contrib/integration/partition.mac share/maxima/${PKGVERSION}/share/contrib/integration/rtest_abs_integrate.mac share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac share/maxima/${PKGVERSION}/share/contrib/lindstedt.mac +share/maxima/${PKGVERSION}/share/contrib/lll.lisp share/maxima/${PKGVERSION}/share/contrib/log10.mac share/maxima/${PKGVERSION}/share/contrib/lurkmathml/README share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml.lisp @@ -592,6 +645,11 @@ share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathml_ref_list_for_IE share/maxima/${PKGVERSION}/share/contrib/lurkmathml/mathmltest share/maxima/${PKGVERSION}/share/contrib/lurkmathml/maximadiffs.txt share/maxima/${PKGVERSION}/share/contrib/makeOrders.mac +share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/README +share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.info +share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.mac +share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.texi +share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/maxima-odesolve-index.lisp share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp @@ -610,6 +668,7 @@ share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp +share/maxima/${PKGVERSION}/share/contrib/noninteractive/expand_branches.mac share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac @@ -679,6 +738,7 @@ share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.dem share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.mac share/maxima/${PKGVERSION}/share/contrib/rkf45/rkf45.pdf share/maxima/${PKGVERSION}/share/contrib/rkf45/rtest_rkf45.mac +share/maxima/${PKGVERSION}/share/contrib/rtest_augmented_lagrangian.mac share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac @@ -718,7 +778,6 @@ share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools-doc.pdf share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools.mac share/maxima/${PKGVERSION}/share/contrib/unit/unit-functions.lisp share/maxima/${PKGVERSION}/share/contrib/unit/unit.mac -share/maxima/${PKGVERSION}/share/contrib/unit/unit.texi share/maxima/${PKGVERSION}/share/contrib/unwind_protect.lisp share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.dem share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.mac @@ -726,6 +785,8 @@ share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg share/maxima/${PKGVERSION}/share/descriptive/biomed.data share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac share/maxima/${PKGVERSION}/share/descriptive/pidigits.data +share/maxima/${PKGVERSION}/share/descriptive/rtest_descriptive.mac +share/maxima/${PKGVERSION}/share/descriptive/rtest_statgraph.mac share/maxima/${PKGVERSION}/share/descriptive/wind.data share/maxima/${PKGVERSION}/share/diff_form/cartan_new.lisp share/maxima/${PKGVERSION}/share/diff_form/curvture2.mac @@ -740,6 +801,7 @@ share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac share/maxima/${PKGVERSION}/share/diff_form/poisson.mac share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt +share/maxima/${PKGVERSION}/share/diff_form/tests/rtest_diff_form.mac share/maxima/${PKGVERSION}/share/diffequations/abel.mac share/maxima/${PKGVERSION}/share/diffequations/desoln.mac share/maxima/${PKGVERSION}/share/diffequations/desoln.usg @@ -756,9 +818,11 @@ share/maxima/${PKGVERSION}/share/diffequations/pmain.mac share/maxima/${PKGVERSION}/share/distrib/distrib.mac share/maxima/${PKGVERSION}/share/distrib/numdistrib.lisp share/maxima/${PKGVERSION}/share/distrib/rtest_distrib.mac +share/maxima/${PKGVERSION}/share/draw/draw-index.lisp share/maxima/${PKGVERSION}/share/draw/draw.lisp share/maxima/${PKGVERSION}/share/draw/draw.system share/maxima/${PKGVERSION}/share/draw/draw_gnuplot.dem +share/maxima/${PKGVERSION}/share/draw/drawutils.info share/maxima/${PKGVERSION}/share/draw/drawutils.mac share/maxima/${PKGVERSION}/share/draw/drawutils.texi share/maxima/${PKGVERSION}/share/draw/gnuplot.lisp @@ -823,7 +887,9 @@ share/maxima/${PKGVERSION}/share/integration/bypart.mac share/maxima/${PKGVERSION}/share/integration/delta.dem share/maxima/${PKGVERSION}/share/integration/delta.mac share/maxima/${PKGVERSION}/share/integration/delta.usg +share/maxima/${PKGVERSION}/share/integration/hermite_reduce.mac share/maxima/${PKGVERSION}/share/integration/rtest_antid.mac +share/maxima/${PKGVERSION}/share/integration/rtest_hermite_reduce.mac share/maxima/${PKGVERSION}/share/lapack/blas/blas-lisp.system share/maxima/${PKGVERSION}/share/lapack/blas/blas-package.lisp share/maxima/${PKGVERSION}/share/lapack/blas/dasum.lisp @@ -1071,6 +1137,7 @@ share/maxima/${PKGVERSION}/share/lbfgs/lbfgs.mac share/maxima/${PKGVERSION}/share/lbfgs/maxima-lbfgs.lisp share/maxima/${PKGVERSION}/share/lbfgs/mcsrch.lisp share/maxima/${PKGVERSION}/share/lbfgs/mcstep.lisp +share/maxima/${PKGVERSION}/share/lbfgs/rtest_lbfgs.mac share/maxima/${PKGVERSION}/share/lbfgs/run-lbfgs.lisp share/maxima/${PKGVERSION}/share/lbfgs/sdrive.lisp share/maxima/${PKGVERSION}/share/linearalgebra/announcement.txt @@ -1096,6 +1163,7 @@ share/maxima/${PKGVERSION}/share/linearalgebra/test-polynomialp.mac share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp share/maxima/${PKGVERSION}/share/logic/COPYING share/maxima/${PKGVERSION}/share/logic/TODO +share/maxima/${PKGVERSION}/share/logic/logic-index.lisp share/maxima/${PKGVERSION}/share/logic/logic.dem share/maxima/${PKGVERSION}/share/logic/logic.html share/maxima/${PKGVERSION}/share/logic/logic.info @@ -1103,6 +1171,7 @@ share/maxima/${PKGVERSION}/share/logic/logic.lisp share/maxima/${PKGVERSION}/share/logic/logic.mac share/maxima/${PKGVERSION}/share/logic/logic.pdf share/maxima/${PKGVERSION}/share/logic/logic.texi +share/maxima/${PKGVERSION}/share/logic/rtest_logic.mac share/maxima/${PKGVERSION}/share/lsquares/lsquares.mac share/maxima/${PKGVERSION}/share/lsquares/plsquares.mac share/maxima/${PKGVERSION}/share/lsquares/rtest_lsquares.mac @@ -1160,6 +1229,7 @@ share/maxima/${PKGVERSION}/share/minpack/minpack-lisp.system share/maxima/${PKGVERSION}/share/minpack/minpack-package.lisp share/maxima/${PKGVERSION}/share/minpack/minpack.mac share/maxima/${PKGVERSION}/share/minpack/minpack.system +share/maxima/${PKGVERSION}/share/minpack/rtest_minpack.mac share/maxima/${PKGVERSION}/share/misc/arrfun.mac share/maxima/${PKGVERSION}/share/misc/declin.dem share/maxima/${PKGVERSION}/share/misc/declin.mac @@ -1306,6 +1376,7 @@ share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum.mac share/maxima/${PKGVERSION}/share/solve_rec/simplify_sum_test.mac share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.dem share/maxima/${PKGVERSION}/share/solve_rec/solve_rec.mac +share/maxima/${PKGVERSION}/share/sound/sound.lisp share/maxima/${PKGVERSION}/share/specfun.lisp share/maxima/${PKGVERSION}/share/stats/inference_result.lisp share/maxima/${PKGVERSION}/share/stats/numstats.lisp @@ -1318,6 +1389,7 @@ share/maxima/${PKGVERSION}/share/stringproc/pregexp.lisp share/maxima/${PKGVERSION}/share/stringproc/printf.lisp share/maxima/${PKGVERSION}/share/stringproc/rtestprintf.mac share/maxima/${PKGVERSION}/share/stringproc/rteststringproc.mac +share/maxima/${PKGVERSION}/share/stringproc/sha1.lisp share/maxima/${PKGVERSION}/share/stringproc/sregex.lisp share/maxima/${PKGVERSION}/share/stringproc/stringproc.lisp share/maxima/${PKGVERSION}/share/stringproc/stringproc.mac @@ -1431,6 +1503,7 @@ share/maxima/${PKGVERSION}/share/trigonometry/trgsmp.mac share/maxima/${PKGVERSION}/share/trigonometry/trigrat.lisp share/maxima/${PKGVERSION}/share/utils/mactex-utilities.lisp share/maxima/${PKGVERSION}/share/vector/rtest_vect.mac +share/maxima/${PKGVERSION}/share/vector/rtest_vector_rebuild.mac share/maxima/${PKGVERSION}/share/vector/vect.dem share/maxima/${PKGVERSION}/share/vector/vect.mac share/maxima/${PKGVERSION}/share/vector/vect.usg @@ -1443,6 +1516,424 @@ share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg share/maxima/${PKGVERSION}/share/z_transform/rtest_z_transform.mac share/maxima/${PKGVERSION}/share/z_transform/z_transform.mac +share/maxima/${PKGVERSION}/src/acall.lisp +share/maxima/${PKGVERSION}/src/airy.lisp +share/maxima/${PKGVERSION}/src/algfac.lisp +share/maxima/${PKGVERSION}/src/algsys.lisp +share/maxima/${PKGVERSION}/src/ar.lisp +share/maxima/${PKGVERSION}/src/askp.lisp +share/maxima/${PKGVERSION}/src/asum.lisp +share/maxima/${PKGVERSION}/src/autoconf-variables.lisp +share/maxima/${PKGVERSION}/src/autol.lisp +share/maxima/${PKGVERSION}/src/bessel.lisp +share/maxima/${PKGVERSION}/src/buildq.lisp +share/maxima/${PKGVERSION}/src/cl-info.lisp +share/maxima/${PKGVERSION}/src/clmacs.lisp +share/maxima/${PKGVERSION}/src/combin.lisp +share/maxima/${PKGVERSION}/src/comm.lisp +share/maxima/${PKGVERSION}/src/comm2.lisp +share/maxima/${PKGVERSION}/src/commac.lisp +share/maxima/${PKGVERSION}/src/command-line.lisp +share/maxima/${PKGVERSION}/src/compar.lisp +share/maxima/${PKGVERSION}/src/compat.lisp +share/maxima/${PKGVERSION}/src/conjugate.lisp +share/maxima/${PKGVERSION}/src/cpoly.lisp +share/maxima/${PKGVERSION}/src/csimp.lisp +share/maxima/${PKGVERSION}/src/csimp2.lisp +share/maxima/${PKGVERSION}/src/db.lisp +share/maxima/${PKGVERSION}/src/defcal.lisp +share/maxima/${PKGVERSION}/src/defint.lisp +share/maxima/${PKGVERSION}/src/desoln.lisp +share/maxima/${PKGVERSION}/src/displa.lisp +share/maxima/${PKGVERSION}/src/displm.lisp +share/maxima/${PKGVERSION}/src/dskfn.lisp +share/maxima/${PKGVERSION}/src/ecl-port.lisp +share/maxima/${PKGVERSION}/src/elim.lisp +share/maxima/${PKGVERSION}/src/ellipt.lisp +share/maxima/${PKGVERSION}/src/evalw.lisp +share/maxima/${PKGVERSION}/src/expintegral.lisp +share/maxima/${PKGVERSION}/src/ezgcd.lisp +share/maxima/${PKGVERSION}/src/factor.lisp +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/generate-sys-proclaim.lisp +share/maxima/${PKGVERSION}/src/generr.lisp +share/maxima/${PKGVERSION}/src/getopt.lisp +share/maxima/${PKGVERSION}/src/gnuplot_def.lisp +share/maxima/${PKGVERSION}/src/grind.lisp +share/maxima/${PKGVERSION}/src/hayat.lisp +share/maxima/${PKGVERSION}/src/homog.lisp +share/maxima/${PKGVERSION}/src/hyp.lisp +share/maxima/${PKGVERSION}/src/hypgeo.lisp +share/maxima/${PKGVERSION}/src/ifactor.lisp +share/maxima/${PKGVERSION}/src/init-cl.lisp +share/maxima/${PKGVERSION}/src/inmis.lisp +share/maxima/${PKGVERSION}/src/intl.lisp +share/maxima/${PKGVERSION}/src/intpol.lisp +share/maxima/${PKGVERSION}/src/invert.lisp +share/maxima/${PKGVERSION}/src/irinte.lisp +share/maxima/${PKGVERSION}/src/laplac.lisp +share/maxima/${PKGVERSION}/src/lesfac.lisp +share/maxima/${PKGVERSION}/src/letmac.lisp +share/maxima/${PKGVERSION}/src/limit.lisp +share/maxima/${PKGVERSION}/src/linnew.lisp +share/maxima/${PKGVERSION}/src/lmdcls.lisp +share/maxima/${PKGVERSION}/src/logarc.lisp +share/maxima/${PKGVERSION}/src/macdes.lisp +share/maxima/${PKGVERSION}/src/macsys.lisp +share/maxima/${PKGVERSION}/src/mactex.lisp +share/maxima/${PKGVERSION}/src/marray.lisp +share/maxima/${PKGVERSION}/src/mat.lisp +share/maxima/${PKGVERSION}/src/matcom.lisp +share/maxima/${PKGVERSION}/src/matrix.lisp +share/maxima/${PKGVERSION}/src/matrun.lisp +share/maxima/${PKGVERSION}/src/max_ext.lisp +share/maxima/${PKGVERSION}/src/maxima-build.lisp +share/maxima/${PKGVERSION}/src/maxima-package.lisp +share/maxima/${PKGVERSION}/src/maxmac.lisp +share/maxima/${PKGVERSION}/src/maxmin.lisp +share/maxima/${PKGVERSION}/src/mdebug.lisp +share/maxima/${PKGVERSION}/src/mdefun.lisp +share/maxima/${PKGVERSION}/src/mdot.lisp +share/maxima/${PKGVERSION}/src/merror.lisp +share/maxima/${PKGVERSION}/src/mforma.lisp +share/maxima/${PKGVERSION}/src/mformt.lisp +share/maxima/${PKGVERSION}/src/mhayat.lisp +share/maxima/${PKGVERSION}/src/mlisp.lisp +share/maxima/${PKGVERSION}/src/mload.lisp +share/maxima/${PKGVERSION}/src/mmacro.lisp +share/maxima/${PKGVERSION}/src/mopers.lisp +share/maxima/${PKGVERSION}/src/mormac.lisp +share/maxima/${PKGVERSION}/src/mrgmac.lisp +share/maxima/${PKGVERSION}/src/mstuff.lisp +share/maxima/${PKGVERSION}/src/mtrace.lisp +share/maxima/${PKGVERSION}/src/mutils.lisp +share/maxima/${PKGVERSION}/src/nalgfa.lisp +share/maxima/${PKGVERSION}/src/newdet.lisp +share/maxima/${PKGVERSION}/src/newinv.lisp +share/maxima/${PKGVERSION}/src/nforma.lisp +share/maxima/${PKGVERSION}/src/nisimp.lisp +share/maxima/${PKGVERSION}/src/nparse.lisp +share/maxima/${PKGVERSION}/src/nrat4.lisp +share/maxima/${PKGVERSION}/src/nregex.lisp +share/maxima/${PKGVERSION}/src/nset.lisp +share/maxima/${PKGVERSION}/src/numeric.lisp +share/maxima/${PKGVERSION}/src/numerical/f2cl-lib.lisp +share/maxima/${PKGVERSION}/src/numerical/f2cl-package.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/d9aimp.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/d9b0mp.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/d9b1mp.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/d9lgmc.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/d9upak.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dai.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/daie.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dasyik.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dasyjy.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi0.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesi1.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj0.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesj1.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk0.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesk1.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy0.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbesy1.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbi.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbie.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi0e.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbsi1e.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk0e.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbsk1e.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbsknu.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dbsynu.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dcsevl.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/de1.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dei.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/derf.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/derfc.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dgamlm.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dgamln.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dgamma.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dgtsl.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/djairy.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dlngam.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqag.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqage.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqagi.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqagie.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqagp.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqagpe.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqags.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqagse.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqawc.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqawce.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqawf.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqawfe.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqawo.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqawoe.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqaws.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqawse.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25c.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25f.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqc25s.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqcheb.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqelg.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15i.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqk15w.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqk21.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqk31.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqk41.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqk51.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqk61.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqmomo.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqng.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqpsrt.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtc.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgtf.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dqwgts.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dspenc.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/dyairy.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/fdump.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/initds.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/j4save.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/quadpack.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/xercnt.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/xerhlt.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/xermsg.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/xerprn.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/xersve.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/xgetua.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zabs.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zacai.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zacon.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zairy.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zasyi.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbesh.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbesi.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbesj.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbesk.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbesy.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbinu.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbiry.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbknu.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbuni.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zbunk.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zdiv.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zexp.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zkscl.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zlog.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zmlri.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zmlt.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zrati.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zs1s2.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zseri.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zshch.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zsqrt.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zuchk.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zunhj.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zuni1.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zuni2.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zunik.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zunk1.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zunk2.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zuoik.lisp +share/maxima/${PKGVERSION}/src/numerical/slatec/zwrsk.lisp +share/maxima/${PKGVERSION}/src/nummod.lisp +share/maxima/${PKGVERSION}/src/numth.lisp +share/maxima/${PKGVERSION}/src/opers.lisp +share/maxima/${PKGVERSION}/src/optim.lisp +share/maxima/${PKGVERSION}/src/optimize.lisp +share/maxima/${PKGVERSION}/src/option.lisp +share/maxima/${PKGVERSION}/src/outmis.lisp +share/maxima/${PKGVERSION}/src/pade.lisp +share/maxima/${PKGVERSION}/src/plasma.lisp +share/maxima/${PKGVERSION}/src/plot.lisp +share/maxima/${PKGVERSION}/src/pois2.lisp +share/maxima/${PKGVERSION}/src/pois3.lisp +share/maxima/${PKGVERSION}/src/polyrz.lisp +share/maxima/${PKGVERSION}/src/psolve.lisp +share/maxima/${PKGVERSION}/src/rand-mt19937.lisp +share/maxima/${PKGVERSION}/src/rat3a.lisp +share/maxima/${PKGVERSION}/src/rat3b.lisp +share/maxima/${PKGVERSION}/src/rat3c.lisp +share/maxima/${PKGVERSION}/src/rat3d.lisp +share/maxima/${PKGVERSION}/src/rat3e.lisp +share/maxima/${PKGVERSION}/src/ratmac.lisp +share/maxima/${PKGVERSION}/src/ratout.lisp +share/maxima/${PKGVERSION}/src/residu.lisp +share/maxima/${PKGVERSION}/src/result.lisp +share/maxima/${PKGVERSION}/src/risch.lisp +share/maxima/${PKGVERSION}/src/rpart.lisp +share/maxima/${PKGVERSION}/src/rzmac.lisp +share/maxima/${PKGVERSION}/src/schatc.lisp +share/maxima/${PKGVERSION}/src/scs.lisp +share/maxima/${PKGVERSION}/src/series.lisp +share/maxima/${PKGVERSION}/src/server.lisp +share/maxima/${PKGVERSION}/src/share-subdirs.lisp +share/maxima/${PKGVERSION}/src/simp.lisp +share/maxima/${PKGVERSION}/src/sin.lisp +share/maxima/${PKGVERSION}/src/sinint.lisp +share/maxima/${PKGVERSION}/src/sloop.lisp +share/maxima/${PKGVERSION}/src/solve.lisp +share/maxima/${PKGVERSION}/src/specfn.lisp +share/maxima/${PKGVERSION}/src/spgcd.lisp +share/maxima/${PKGVERSION}/src/sprdet.lisp +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 +share/maxima/${PKGVERSION}/src/trans2.lisp +share/maxima/${PKGVERSION}/src/trans3.lisp +share/maxima/${PKGVERSION}/src/trans4.lisp +share/maxima/${PKGVERSION}/src/trans5.lisp +share/maxima/${PKGVERSION}/src/transf.lisp +share/maxima/${PKGVERSION}/src/transl.lisp +share/maxima/${PKGVERSION}/src/transm.lisp +share/maxima/${PKGVERSION}/src/transq.lisp +share/maxima/${PKGVERSION}/src/transs.lisp +share/maxima/${PKGVERSION}/src/trdata.lisp +share/maxima/${PKGVERSION}/src/trgred.lisp +share/maxima/${PKGVERSION}/src/trigi.lisp +share/maxima/${PKGVERSION}/src/trigo.lisp +share/maxima/${PKGVERSION}/src/trmode.lisp +share/maxima/${PKGVERSION}/src/troper.lisp +share/maxima/${PKGVERSION}/src/trpred.lisp +share/maxima/${PKGVERSION}/src/trprop.lisp +share/maxima/${PKGVERSION}/src/trutil.lisp +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 @@ -1469,6 +1960,3 @@ share/maxima/${PKGVERSION}/xmaxima/maxima-new.png share/maxima/${PKGVERSION}/xmaxima/msgs/es.msg share/maxima/${PKGVERSION}/xmaxima/msgs/ru.msg share/maxima/${PKGVERSION}/xmaxima/plotmaxima.html -@pkgdir share/maxima/${PKGVERSION}/tests -@pkgdir share/maxima/${PKGVERSION}/src -@pkgdir share/maxima/${PKGVERSION}/demo diff --git a/math/maxima/distinfo b/math/maxima/distinfo index de530835bd9..0177f1d6f41 100644 --- a/math/maxima/distinfo +++ b/math/maxima/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2014/03/11 20:16:32 ryoon Exp $ +$NetBSD: distinfo,v 1.26 2015/08/05 13:08:22 ryoon Exp $ -SHA1 (maxima-5.32.1.tar.gz) = 8667c9e26fdb2889ceb0641b0abc7372aadd591a -RMD160 (maxima-5.32.1.tar.gz) = 9c7564a2b6418aacfc28f1de0a8fa9a64257bd66 -Size (maxima-5.32.1.tar.gz) = 28650767 bytes +SHA1 (maxima-5.36.1.tar.gz) = 7ab4136e59906f5230fb72ffd2582f4d4bd13b0c +RMD160 (maxima-5.36.1.tar.gz) = 6446bd96c4138aec61a7906cc9fd8923670d2892 +Size (maxima-5.36.1.tar.gz) = 29615673 bytes -- cgit v1.2.3