Mon May 9 22:32:40 2011 UTC ()
Update Maxima to version 5.24.0

Maxima 5.24 change log

New items in core:
 * function defstruct: documentation

New items in share:
 * package lapack: function dgemm (matrix multiplication)
 * package fractals: documentation
 * package finance: documentation

Other changes:
 * elliptic functions: bug fixes
 * integration: apply trigonometric identities for some special cases
 * improve TeX output for conditional expressions
 * more work on German translation of reference manual
 * regularize error messages and prepare for translation
 * remove unused functions and variables
 * XMaxima user interface: bug fixes and improvements
 * package draw: bug fixes, pngcairo output
 * package noninteractive: bug fixes
 * package clebsch_gordan: new version
 * package graphs: updates
 * package ezunits: updates

Bug fixes:

3211937  wrong sign for integral of e^(-1/x^2)
3199708  integrate(sin(2x)atan(sin(x)),x)
3198530  Apparently wrong limit with factorial
3181353  Documentation of "at" misleading
3165872  integrate(abs(sin(x)),x,0,2*%pi) wrong result
3158526  integrate(x^2*exp(x)/(1+exp(x))^2,x , minf, inf);
3154534  need local declaration in antid.mac
3154351  abs_integrate --> errors from apply
3153533  incorrect integration
3153506  typo in antid / FIX
3153170  abs_integrate + composisiton of unit step
3153169  abs_integrate of unit step
3138054  bfloat problem / FIX
3133916  scanmap(minfactorial,a!) infinite loop
3131324  simplification of sqrt
3067098  The command timer for a Lisp function
2808179  maxima.el inferior-maxima-complete on Emacs 23
1285104  trigsimp and trigreduce & square roots
 917283  Comment syntax confused
  unnumbered: lisp (gcl?) being unable to read 1.79769d308
  unnumbered: draw2d(explicit(321.4567,x,0,1)) causing hang
  unnumbered: plotting functions by name
  unnumbered: asinh and atanh are increasing odd functions
  unnumbered: bad interaction of rassociative and tellsimp

Maxima 5.23 change log

Backwards-incompatible changes:
 * package draw: changed names of some options:
     file_bgcolor --> background_color
     pic_width, pic_height, eps_width, eps_height, pdf_width, pdf_height --> dimensions
     rot_horizontal, rot_vertical --> view

New items in core:
 * function bf_find_root: bigfloat version of find_root
 * function find_root: recognize keyword arguments

New items in share:
 * package cobyla: import Fortran COBYLA (constrained optimization)
 * package draw: new graphic objects 'errors' and 'region'

Other revisions:
 * further work on exponential integrals
 * further work on abs and signum identities
 * further work on special cases in integration
 * translation of reference manual to German (ongoing)
 * clean-up in code related to processing files
 * general code clean-up
 * package ezunits: additional built-in conversions

Bug fixes:

3114834  maxima-help does not find help topics
3111568  subsequent calls to gradef hide variable dependencies
3102421  noninteractive-mode and kill(all)
3101075  limit bug
3093408  Bug in simplify_sum
3085498  integration error (partial solution)
3081820  lbfgs causes error
3080397  laplace(unit_step(-t),t,s) generates an error
3079975  rectform(atan2(y,0)) -> division by zero
3073827  integrate(t*cos(a*t^2 + b*t + c), t, 0, 1) => division by 0
3072490  contrib diag.mac variable scope
3071208  rtest15--limit to inf from above
3067311  eivects doesn't load eigen automatically
3064709  domain error for tan
3062883  diff does not recognize indirect dependencies in expressions
3060669  filename_merge with more than two arguments
3060166  und documentation is incorrect
3058324  $save must bind *print-circle* to NIL
3058290  tan(%pi*integer) simplification
3055427  conjugate solver
3045559  integrate(exp(-u^2), u, minf, x) => incorrect gamma_incomple
3041267  jacobi_cs(x,1) returns a wrong expression
3041196  carg(exp(x+%i*y)) -> y not correct
3040667  logarc(acosh(z)) needlessly complicated
3039452  integrate(sqrt(t^c)/(t*(b*t^c+a)),t) hangs
3038883  In general exp(z)^a --> exp(z*a) not correct
3034415  integrate(1/abs(x),x) using abs_integrate
3024924  list_matrix_entries
3020589  xlabel and ylabel don't change plot3d axis labels
3020243  defint(exp(cos(x))*cos(sin(x)),x,0,2*%pi) wrong result 0
2997443  ic2 fails
2970792  gradef(s) together with vect package
2881021  ic2 and bc2 may return incorrect results (solution suggeste)
2796194  error doing a Fourier transform.
2727846  tan(%pi/2) is not correct (or just not nice?)
2555641  no doc for subnumsimp
2541376  antidiff bug
2171237  load(basic) warnings
2123651  min and max of imaginary and real numbers
1993208  cartesian_product incorrect on empyt argument list
1990099  wrong integer_partitions(0)
1892341  taylor message about something assumed to be 0 in integral
1890128  no user doc for cauchy_matrix
1839088  ic2 fails with division by 0
1789213  ic1 for solution containing indefinite integral
1439559  function burn is broken
1213621  reveal with matrix argument
1149719  ratvarswitch not documented
1045920  a>1 and b>1, is a+b>2?
 875089  defint(f(x)=g(x),x,0,1) -> false = false
 767338  Evaluation of array names
 703789  save() doesn't return a pathname
(unnumbered)  integrate(cos(2*x)*cos(x),x) is wrong.


(asau)
diff -r1.28 -r1.29 pkgsrc/math/maxima/Makefile
diff -r1.21 -r1.22 pkgsrc/math/maxima/PLIST
diff -r1.19 -r1.20 pkgsrc/math/maxima/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/math/maxima/Makefile (expand / switch to unified diff)

--- pkgsrc/math/maxima/Makefile 2010/12/26 23:51:13 1.28
+++ pkgsrc/math/maxima/Makefile 2011/05/09 22:32:40 1.29
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.28 2010/12/26 23:51:13 asau Exp $ 1# $NetBSD: Makefile,v 1.29 2011/05/09 22:32:40 asau Exp $
2# 2#
3 3
4DISTNAME= maxima-5.23.0 4DISTNAME= maxima-5.24.0
5# On updates, please make sure editors/TeXmacs knows about the new 5# On updates, please make sure editors/TeXmacs knows about the new
6# version number. 6# version number.
7# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima}) 7# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
8CATEGORIES= math 8CATEGORIES= math
9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/} 9MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://maxima.sourceforge.net/ 12HOMEPAGE= http://maxima.sourceforge.net/
13COMMENT= Computer algebra system 13COMMENT= Computer algebra system
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16# Note: lisp backend is depended and setup up for in options.mk 16# Note: lisp backend is depended and setup up for in options.mk
17DEPENDS+= tk-[0-9]*:../../x11/tk 17DEPENDS+= tk-[0-9]*:../../x11/tk

cvs diff -r1.21 -r1.22 pkgsrc/math/maxima/PLIST (expand / switch to unified diff)

--- pkgsrc/math/maxima/PLIST 2010/12/26 23:51:13 1.21
+++ pkgsrc/math/maxima/PLIST 2011/05/09 22:32:40 1.22
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.21 2010/12/26 23:51:13 asau Exp $ 1@comment $NetBSD: PLIST,v 1.22 2011/05/09 22:32:40 asau Exp $
2bin/maxima 2bin/maxima
3bin/rmaxima 3bin/rmaxima
4bin/xmaxima 4bin/xmaxima
5info/imaxima.info 5info/imaxima.info
6info/maxima-index.lisp 6info/maxima-index.lisp
7info/maxima.info 7info/maxima.info
8info/xmaxima.info 8info/xmaxima.info
9${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run 9${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run
10${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem 10${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
11${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima 11${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima
12${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core 12${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core
13libexec/maxima/${PKGVERSION}/mgnuplot 13libexec/maxima/${PKGVERSION}/mgnuplot
14man/man1/maxima.1 14man/man1/maxima.1
@@ -109,26 +109,29 @@ share/maxima/${PKGVERSION}/doc/html/figu @@ -109,26 +109,29 @@ share/maxima/${PKGVERSION}/doc/html/figu
109share/maxima/${PKGVERSION}/doc/html/figures/plotting4.gif 109share/maxima/${PKGVERSION}/doc/html/figures/plotting4.gif
110share/maxima/${PKGVERSION}/doc/html/figures/plotting5.gif 110share/maxima/${PKGVERSION}/doc/html/figures/plotting5.gif
111share/maxima/${PKGVERSION}/doc/html/figures/plotting6.gif 111share/maxima/${PKGVERSION}/doc/html/figures/plotting6.gif
112share/maxima/${PKGVERSION}/doc/html/figures/plotting7.gif 112share/maxima/${PKGVERSION}/doc/html/figures/plotting7.gif
113share/maxima/${PKGVERSION}/doc/html/figures/plotting8.gif 113share/maxima/${PKGVERSION}/doc/html/figures/plotting8.gif
114share/maxima/${PKGVERSION}/doc/html/figures/plotting9.gif 114share/maxima/${PKGVERSION}/doc/html/figures/plotting9.gif
115share/maxima/${PKGVERSION}/doc/html/header.hhp 115share/maxima/${PKGVERSION}/doc/html/header.hhp
116share/maxima/${PKGVERSION}/doc/html/index.hhk 116share/maxima/${PKGVERSION}/doc/html/index.hhk
117share/maxima/${PKGVERSION}/doc/html/intromax.html 117share/maxima/${PKGVERSION}/doc/html/intromax.html
118share/maxima/${PKGVERSION}/doc/html/maxima.hhp 118share/maxima/${PKGVERSION}/doc/html/maxima.hhp
119share/maxima/${PKGVERSION}/doc/html/maxima.html 119share/maxima/${PKGVERSION}/doc/html/maxima.html
120share/maxima/${PKGVERSION}/doc/html/maxima_1.html 120share/maxima/${PKGVERSION}/doc/html/maxima_1.html
121share/maxima/${PKGVERSION}/doc/html/maxima_10.html 121share/maxima/${PKGVERSION}/doc/html/maxima_10.html
 122share/maxima/${PKGVERSION}/doc/html/maxima_100.html
 123share/maxima/${PKGVERSION}/doc/html/maxima_101.html
 124share/maxima/${PKGVERSION}/doc/html/maxima_102.html
122share/maxima/${PKGVERSION}/doc/html/maxima_11.html 125share/maxima/${PKGVERSION}/doc/html/maxima_11.html
123share/maxima/${PKGVERSION}/doc/html/maxima_12.html 126share/maxima/${PKGVERSION}/doc/html/maxima_12.html
124share/maxima/${PKGVERSION}/doc/html/maxima_13.html 127share/maxima/${PKGVERSION}/doc/html/maxima_13.html
125share/maxima/${PKGVERSION}/doc/html/maxima_14.html 128share/maxima/${PKGVERSION}/doc/html/maxima_14.html
126share/maxima/${PKGVERSION}/doc/html/maxima_15.html 129share/maxima/${PKGVERSION}/doc/html/maxima_15.html
127share/maxima/${PKGVERSION}/doc/html/maxima_16.html 130share/maxima/${PKGVERSION}/doc/html/maxima_16.html
128share/maxima/${PKGVERSION}/doc/html/maxima_17.html 131share/maxima/${PKGVERSION}/doc/html/maxima_17.html
129share/maxima/${PKGVERSION}/doc/html/maxima_18.html 132share/maxima/${PKGVERSION}/doc/html/maxima_18.html
130share/maxima/${PKGVERSION}/doc/html/maxima_19.html 133share/maxima/${PKGVERSION}/doc/html/maxima_19.html
131share/maxima/${PKGVERSION}/doc/html/maxima_2.html 134share/maxima/${PKGVERSION}/doc/html/maxima_2.html
132share/maxima/${PKGVERSION}/doc/html/maxima_20.html 135share/maxima/${PKGVERSION}/doc/html/maxima_20.html
133share/maxima/${PKGVERSION}/doc/html/maxima_21.html 136share/maxima/${PKGVERSION}/doc/html/maxima_21.html
134share/maxima/${PKGVERSION}/doc/html/maxima_22.html 137share/maxima/${PKGVERSION}/doc/html/maxima_22.html
@@ -493,47 +496,44 @@ share/maxima/${PKGVERSION}/share/contrib @@ -493,47 +496,44 @@ share/maxima/${PKGVERSION}/share/contrib
493share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac 496share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_murphy_2_5.mac
494share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac 497share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_odelin.mac
495share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac 498share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/rtestode_utils.mac
496share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp 499share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp
497share/maxima/${PKGVERSION}/share/contrib/distrib/distrib.mac 500share/maxima/${PKGVERSION}/share/contrib/distrib/distrib.mac
498share/maxima/${PKGVERSION}/share/contrib/distrib/numdistrib.lisp 501share/maxima/${PKGVERSION}/share/contrib/distrib/numdistrib.lisp
499share/maxima/${PKGVERSION}/share/contrib/distrib/rtest_distrib.mac 502share/maxima/${PKGVERSION}/share/contrib/distrib/rtest_distrib.mac
500share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.dem 503share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.dem
501share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.lisp 504share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.lisp
502share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.mac 505share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.mac
503share/maxima/${PKGVERSION}/share/contrib/ezunits/physical_constants.mac 506share/maxima/${PKGVERSION}/share/contrib/ezunits/physical_constants.mac
504share/maxima/${PKGVERSION}/share/contrib/ezunits/rtestezunits.mac 507share/maxima/${PKGVERSION}/share/contrib/ezunits/rtestezunits.mac
505share/maxima/${PKGVERSION}/share/contrib/f90.lisp 508share/maxima/${PKGVERSION}/share/contrib/f90.lisp
506share/maxima/${PKGVERSION}/share/contrib/finance/finance.es.texi 
507share/maxima/${PKGVERSION}/share/contrib/finance/finance.mac 509share/maxima/${PKGVERSION}/share/contrib/finance/finance.mac
508share/maxima/${PKGVERSION}/share/contrib/finance/finance.texi 
509share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp 510share/maxima/${PKGVERSION}/share/contrib/floatproperties.lisp
510share/maxima/${PKGVERSION}/share/contrib/format/README 511share/maxima/${PKGVERSION}/share/contrib/format/README
511share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma 512share/maxima/${PKGVERSION}/share/contrib/format/autoload-m.macsyma
512share/maxima/${PKGVERSION}/share/contrib/format/autoload-mp.macsyma 513share/maxima/${PKGVERSION}/share/contrib/format/autoload-mp.macsyma
513share/maxima/${PKGVERSION}/share/contrib/format/coeflist.demo 514share/maxima/${PKGVERSION}/share/contrib/format/coeflist.demo
514share/maxima/${PKGVERSION}/share/contrib/format/coeflist.lisp 515share/maxima/${PKGVERSION}/share/contrib/format/coeflist.lisp
515share/maxima/${PKGVERSION}/share/contrib/format/coeflistp.lisp 516share/maxima/${PKGVERSION}/share/contrib/format/coeflistp.lisp
516share/maxima/${PKGVERSION}/share/contrib/format/format.announce 517share/maxima/${PKGVERSION}/share/contrib/format/format.announce
517share/maxima/${PKGVERSION}/share/contrib/format/format.demo 518share/maxima/${PKGVERSION}/share/contrib/format/format.demo
518share/maxima/${PKGVERSION}/share/contrib/format/format.lisp 519share/maxima/${PKGVERSION}/share/contrib/format/format.lisp
519share/maxima/${PKGVERSION}/share/contrib/format/format.mac 520share/maxima/${PKGVERSION}/share/contrib/format/format.mac
520share/maxima/${PKGVERSION}/share/contrib/format/format.ps 521share/maxima/${PKGVERSION}/share/contrib/format/format.ps
521share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo 522share/maxima/${PKGVERSION}/share/contrib/format/pois2.demo
522share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps 523share/maxima/${PKGVERSION}/share/contrib/format/pois2m.ps
523share/maxima/${PKGVERSION}/share/contrib/fourier_elim/fourier_elim.lisp 524share/maxima/${PKGVERSION}/share/contrib/fourier_elim/fourier_elim.lisp
524share/maxima/${PKGVERSION}/share/contrib/fourier_elim/rtest_fourier_elim.mac 525share/maxima/${PKGVERSION}/share/contrib/fourier_elim/rtest_fourier_elim.mac
525share/maxima/${PKGVERSION}/share/contrib/fractals/fractals.mac 526share/maxima/${PKGVERSION}/share/contrib/fractals/fractals.mac
526share/maxima/${PKGVERSION}/share/contrib/fractals/fractals.texi 
527share/maxima/${PKGVERSION}/share/contrib/fractals/rtest_fractals.mac 527share/maxima/${PKGVERSION}/share/contrib/fractals/rtest_fractals.mac
528share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac 528share/maxima/${PKGVERSION}/share/contrib/fresnel/d78.mac
529share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac 529share/maxima/${PKGVERSION}/share/contrib/fresnel/fg.mac
530share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac 530share/maxima/${PKGVERSION}/share/contrib/fresnel/filter.mac
531share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel.mac 531share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel.mac
532share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel1.mac 532share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel1.mac
533share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelCStaylor.mac 533share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelCStaylor.mac
534share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFG.mac 534share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFG.mac
535share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGArrays.mac 535share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGArrays.mac
536share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGTable.mac 536share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelFGTable.mac
537share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values.mac 537share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values.mac
538share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values1.mac 538share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnel_linear_values1.mac
539share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelstudy.mac 539share/maxima/${PKGVERSION}/share/contrib/fresnel/fresnelstudy.mac
@@ -660,26 +660,27 @@ share/maxima/${PKGVERSION}/share/contrib @@ -660,26 +660,27 @@ share/maxima/${PKGVERSION}/share/contrib
660share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png 660share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png
661share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp 661share/maxima/${PKGVERSION}/share/contrib/mcclim/maxima-repl-mcclim.lisp
662share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png 662share/maxima/${PKGVERSION}/share/contrib/mcclim/postscriptoutput.png
663share/maxima/${PKGVERSION}/share/contrib/meijer_g.tex 663share/maxima/${PKGVERSION}/share/contrib/meijer_g.tex
664share/maxima/${PKGVERSION}/share/contrib/meijer_gv2.mac 664share/maxima/${PKGVERSION}/share/contrib/meijer_gv2.mac
665share/maxima/${PKGVERSION}/share/contrib/mnewton.mac 665share/maxima/${PKGVERSION}/share/contrib/mnewton.mac
666share/maxima/${PKGVERSION}/share/contrib/multiadditive.lisp 666share/maxima/${PKGVERSION}/share/contrib/multiadditive.lisp
667share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac 667share/maxima/${PKGVERSION}/share/contrib/namespaces/foo.mac
668share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp 668share/maxima/${PKGVERSION}/share/contrib/namespaces/namespaces.lisp
669share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac 669share/maxima/${PKGVERSION}/share/contrib/namespaces/rtest_namespaces.mac
670share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp 670share/maxima/${PKGVERSION}/share/contrib/noninteractive/asksign1.lisp
671share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp 671share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.lisp
672share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac 672share/maxima/${PKGVERSION}/share/contrib/noninteractive/noninteractive.mac
 673share/maxima/${PKGVERSION}/share/contrib/noninteractive/rtest_noninteractive.mac
673share/maxima/${PKGVERSION}/share/contrib/nset/README 674share/maxima/${PKGVERSION}/share/contrib/nset/README
674share/maxima/${PKGVERSION}/share/contrib/nset/announce-1.2.txt 675share/maxima/${PKGVERSION}/share/contrib/nset/announce-1.2.txt
675share/maxima/${PKGVERSION}/share/contrib/nset/changes_1.0_to_1.2.txt 676share/maxima/${PKGVERSION}/share/contrib/nset/changes_1.0_to_1.2.txt
676share/maxima/${PKGVERSION}/share/contrib/numericalio/README 677share/maxima/${PKGVERSION}/share/contrib/numericalio/README
677share/maxima/${PKGVERSION}/share/contrib/numericalio/array.data 678share/maxima/${PKGVERSION}/share/contrib/numericalio/array.data
678share/maxima/${PKGVERSION}/share/contrib/numericalio/encode-decode-float.lisp 679share/maxima/${PKGVERSION}/share/contrib/numericalio/encode-decode-float.lisp
679share/maxima/${PKGVERSION}/share/contrib/numericalio/numericalio.lisp 680share/maxima/${PKGVERSION}/share/contrib/numericalio/numericalio.lisp
680share/maxima/${PKGVERSION}/share/contrib/numericalio/numericalio.mac 681share/maxima/${PKGVERSION}/share/contrib/numericalio/numericalio.mac
681share/maxima/${PKGVERSION}/share/contrib/numericalio/pipe.data 682share/maxima/${PKGVERSION}/share/contrib/numericalio/pipe.data
682share/maxima/${PKGVERSION}/share/contrib/numericalio/ragged.data 683share/maxima/${PKGVERSION}/share/contrib/numericalio/ragged.data
683share/maxima/${PKGVERSION}/share/contrib/numericalio/really-csv.data 684share/maxima/${PKGVERSION}/share/contrib/numericalio/really-csv.data
684share/maxima/${PKGVERSION}/share/contrib/numericalio/really-space-separated.csv 685share/maxima/${PKGVERSION}/share/contrib/numericalio/really-space-separated.csv
685share/maxima/${PKGVERSION}/share/contrib/numericalio/rectangular.csv 686share/maxima/${PKGVERSION}/share/contrib/numericalio/rectangular.csv
@@ -859,45 +860,51 @@ share/maxima/${PKGVERSION}/share/diff_fo @@ -859,45 +860,51 @@ share/maxima/${PKGVERSION}/share/diff_fo
859share/maxima/${PKGVERSION}/share/diff_form/example.txt 860share/maxima/${PKGVERSION}/share/diff_form/example.txt
860share/maxima/${PKGVERSION}/share/diff_form/f_star_test4.mac 861share/maxima/${PKGVERSION}/share/diff_form/f_star_test4.mac
861share/maxima/${PKGVERSION}/share/diff_form/frobenius.mac 862share/maxima/${PKGVERSION}/share/diff_form/frobenius.mac
862share/maxima/${PKGVERSION}/share/diff_form/helpfunc.mac 863share/maxima/${PKGVERSION}/share/diff_form/helpfunc.mac
863share/maxima/${PKGVERSION}/share/diff_form/hodge_test3.mac 864share/maxima/${PKGVERSION}/share/diff_form/hodge_test3.mac
864share/maxima/${PKGVERSION}/share/diff_form/lorentz_example.txt 865share/maxima/${PKGVERSION}/share/diff_form/lorentz_example.txt
865share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac 866share/maxima/${PKGVERSION}/share/diff_form/new_cartan_test4.mac
866share/maxima/${PKGVERSION}/share/diff_form/poisson.mac 867share/maxima/${PKGVERSION}/share/diff_form/poisson.mac
867share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt 868share/maxima/${PKGVERSION}/share/diff_form/readme_diff_form.txt
868share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt 869share/maxima/${PKGVERSION}/share/diff_form/surface_example.txt
869share/maxima/${PKGVERSION}/share/diffequations/abel.mac 870share/maxima/${PKGVERSION}/share/diffequations/abel.mac
870share/maxima/${PKGVERSION}/share/diffequations/desoln.mac 871share/maxima/${PKGVERSION}/share/diffequations/desoln.mac
871share/maxima/${PKGVERSION}/share/diffequations/desoln.usg 872share/maxima/${PKGVERSION}/share/diffequations/desoln.usg
 873share/maxima/${PKGVERSION}/share/diffequations/drawdf.mac
872share/maxima/${PKGVERSION}/share/diffequations/exampl.mac 874share/maxima/${PKGVERSION}/share/diffequations/exampl.mac
873share/maxima/${PKGVERSION}/share/diffequations/linde1.mc 875share/maxima/${PKGVERSION}/share/diffequations/linde1.mc
874share/maxima/${PKGVERSION}/share/diffequations/ode2.mac 876share/maxima/${PKGVERSION}/share/diffequations/ode2.mac
875share/maxima/${PKGVERSION}/share/diffequations/ode2.usg 877share/maxima/${PKGVERSION}/share/diffequations/ode2.usg
876share/maxima/${PKGVERSION}/share/diffequations/odeaux.mac 878share/maxima/${PKGVERSION}/share/diffequations/odeaux.mac
877share/maxima/${PKGVERSION}/share/diffequations/pdvtr.mac 879share/maxima/${PKGVERSION}/share/diffequations/pdvtr.mac
878share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac 880share/maxima/${PKGVERSION}/share/diffequations/phypgm.mac
879share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac 881share/maxima/${PKGVERSION}/share/diffequations/pivtr.mac
880share/maxima/${PKGVERSION}/share/diffequations/pmain.mac 882share/maxima/${PKGVERSION}/share/diffequations/pmain.mac
881share/maxima/${PKGVERSION}/share/draw/draw.lisp 883share/maxima/${PKGVERSION}/share/draw/draw.lisp
 884share/maxima/${PKGVERSION}/share/draw/drawutils.mac
 885share/maxima/${PKGVERSION}/share/draw/drawutils.texi
 886share/maxima/${PKGVERSION}/share/draw/grcommon.lisp
882share/maxima/${PKGVERSION}/share/draw/implicit3d.lisp 887share/maxima/${PKGVERSION}/share/draw/implicit3d.lisp
883share/maxima/${PKGVERSION}/share/draw/picture.lisp 888share/maxima/${PKGVERSION}/share/draw/picture.lisp
884share/maxima/${PKGVERSION}/share/draw/rtest_draw.mac 889share/maxima/${PKGVERSION}/share/draw/rtest_draw.mac
 890share/maxima/${PKGVERSION}/share/draw/vtk.lisp
885share/maxima/${PKGVERSION}/share/draw/wbd.lisp 891share/maxima/${PKGVERSION}/share/draw/wbd.lisp
886share/maxima/${PKGVERSION}/share/draw/worldmap.mac 892share/maxima/${PKGVERSION}/share/draw/worldmap.mac
887share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp 893share/maxima/${PKGVERSION}/share/dynamics/complex_dynamics.lisp
888share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac 894share/maxima/${PKGVERSION}/share/dynamics/dynamics.mac
889share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp 895share/maxima/${PKGVERSION}/share/dynamics/plotdf.lisp
890share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac 896share/maxima/${PKGVERSION}/share/dynamics/rtest_dynamics.mac
 897share/maxima/${PKGVERSION}/share/dynamics/visualization.lisp
891share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac 898share/maxima/${PKGVERSION}/share/hypergeometric/abramowitz_id.mac
892share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp 899share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric.lisp
893share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac 900share/maxima/${PKGVERSION}/share/hypergeometric/hypergeometric_mac.mac
894share/maxima/${PKGVERSION}/share/hypergeometric/nfloat.lisp 901share/maxima/${PKGVERSION}/share/hypergeometric/nfloat.lisp
895share/maxima/${PKGVERSION}/share/hypergeometric/rtest_hg.mac 902share/maxima/${PKGVERSION}/share/hypergeometric/rtest_hg.mac
896share/maxima/${PKGVERSION}/share/hypergeometric/rtest_nfloat.mac 903share/maxima/${PKGVERSION}/share/hypergeometric/rtest_nfloat.mac
897share/maxima/${PKGVERSION}/share/integequations/inteqn.mac 904share/maxima/${PKGVERSION}/share/integequations/inteqn.mac
898share/maxima/${PKGVERSION}/share/integequations/inteqn.usg 905share/maxima/${PKGVERSION}/share/integequations/inteqn.usg
899share/maxima/${PKGVERSION}/share/integequations/intexs.mac 906share/maxima/${PKGVERSION}/share/integequations/intexs.mac
900share/maxima/${PKGVERSION}/share/integration/antid.dem 907share/maxima/${PKGVERSION}/share/integration/antid.dem
901share/maxima/${PKGVERSION}/share/integration/antid.mac 908share/maxima/${PKGVERSION}/share/integration/antid.mac
902share/maxima/${PKGVERSION}/share/integration/bypart.mac 909share/maxima/${PKGVERSION}/share/integration/bypart.mac
903share/maxima/${PKGVERSION}/share/integration/delta.dem 910share/maxima/${PKGVERSION}/share/integration/delta.dem
@@ -970,26 +977,27 @@ share/maxima/${PKGVERSION}/share/lapack/ @@ -970,26 +977,27 @@ share/maxima/${PKGVERSION}/share/lapack/
970share/maxima/${PKGVERSION}/share/lapack/blas/zscal.lisp 977share/maxima/${PKGVERSION}/share/lapack/blas/zscal.lisp
971share/maxima/${PKGVERSION}/share/lapack/blas/zswap.lisp 978share/maxima/${PKGVERSION}/share/lapack/blas/zswap.lisp
972share/maxima/${PKGVERSION}/share/lapack/blas/zsymm.lisp 979share/maxima/${PKGVERSION}/share/lapack/blas/zsymm.lisp
973share/maxima/${PKGVERSION}/share/lapack/blas/zsyr2k.lisp 980share/maxima/${PKGVERSION}/share/lapack/blas/zsyr2k.lisp
974share/maxima/${PKGVERSION}/share/lapack/blas/zsyrk.lisp 981share/maxima/${PKGVERSION}/share/lapack/blas/zsyrk.lisp
975share/maxima/${PKGVERSION}/share/lapack/blas/ztbmv.lisp 982share/maxima/${PKGVERSION}/share/lapack/blas/ztbmv.lisp
976share/maxima/${PKGVERSION}/share/lapack/blas/ztbsv.lisp 983share/maxima/${PKGVERSION}/share/lapack/blas/ztbsv.lisp
977share/maxima/${PKGVERSION}/share/lapack/blas/ztpmv.lisp 984share/maxima/${PKGVERSION}/share/lapack/blas/ztpmv.lisp
978share/maxima/${PKGVERSION}/share/lapack/blas/ztpsv.lisp 985share/maxima/${PKGVERSION}/share/lapack/blas/ztpsv.lisp
979share/maxima/${PKGVERSION}/share/lapack/blas/ztrmm.lisp 986share/maxima/${PKGVERSION}/share/lapack/blas/ztrmm.lisp
980share/maxima/${PKGVERSION}/share/lapack/blas/ztrmv.lisp 987share/maxima/${PKGVERSION}/share/lapack/blas/ztrmv.lisp
981share/maxima/${PKGVERSION}/share/lapack/blas/ztrsm.lisp 988share/maxima/${PKGVERSION}/share/lapack/blas/ztrsm.lisp
982share/maxima/${PKGVERSION}/share/lapack/blas/ztrsv.lisp 989share/maxima/${PKGVERSION}/share/lapack/blas/ztrsv.lisp
 990share/maxima/${PKGVERSION}/share/lapack/dgemm.lisp
983share/maxima/${PKGVERSION}/share/lapack/dgesv.lisp 991share/maxima/${PKGVERSION}/share/lapack/dgesv.lisp
984share/maxima/${PKGVERSION}/share/lapack/eigensys.lisp 992share/maxima/${PKGVERSION}/share/lapack/eigensys.lisp
985share/maxima/${PKGVERSION}/share/lapack/lapack-lisp.system 993share/maxima/${PKGVERSION}/share/lapack/lapack-lisp.system
986share/maxima/${PKGVERSION}/share/lapack/lapack-package.lisp 994share/maxima/${PKGVERSION}/share/lapack/lapack-package.lisp
987share/maxima/${PKGVERSION}/share/lapack/lapack.mac 995share/maxima/${PKGVERSION}/share/lapack/lapack.mac
988share/maxima/${PKGVERSION}/share/lapack/lapack.system 996share/maxima/${PKGVERSION}/share/lapack/lapack.system
989share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsdc.lisp 997share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsdc.lisp
990share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsqr.lisp 998share/maxima/${PKGVERSION}/share/lapack/lapack/dbdsqr.lisp
991share/maxima/${PKGVERSION}/share/lapack/lapack/ddisna.lisp 999share/maxima/${PKGVERSION}/share/lapack/lapack/ddisna.lisp
992share/maxima/${PKGVERSION}/share/lapack/lapack/dgebak.lisp 1000share/maxima/${PKGVERSION}/share/lapack/lapack/dgebak.lisp
993share/maxima/${PKGVERSION}/share/lapack/lapack/dgebal.lisp 1001share/maxima/${PKGVERSION}/share/lapack/lapack/dgebal.lisp
994share/maxima/${PKGVERSION}/share/lapack/lapack/dgebd2.lisp 1002share/maxima/${PKGVERSION}/share/lapack/lapack/dgebd2.lisp
995share/maxima/${PKGVERSION}/share/lapack/lapack/dgebrd.lisp 1003share/maxima/${PKGVERSION}/share/lapack/lapack/dgebrd.lisp

cvs diff -r1.19 -r1.20 pkgsrc/math/maxima/distinfo (expand / switch to unified diff)

--- pkgsrc/math/maxima/distinfo 2010/12/26 23:51:13 1.19
+++ pkgsrc/math/maxima/distinfo 2011/05/09 22:32:40 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2010/12/26 23:51:13 asau Exp $ 1$NetBSD: distinfo,v 1.20 2011/05/09 22:32:40 asau Exp $
2 2
3SHA1 (maxima-5.23.0.tar.gz) = 18e9b32af8393346315c4ce647c7e023a901de41 3SHA1 (maxima-5.24.0.tar.gz) = 13586c1221bb5f36067a4cce1e6d5fb31e44e41c
4RMD160 (maxima-5.23.0.tar.gz) = eb7a51fcb21ad11a69955bae2069d434dda86d45 4RMD160 (maxima-5.24.0.tar.gz) = 46e9ce7dbf8293606ab76b50926fbef922f4cafb
5Size (maxima-5.23.0.tar.gz) = 21949755 bytes 5Size (maxima-5.24.0.tar.gz) = 25422077 bytes