pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/39404: [diff] update math/maxima to 5.16.3
>Number: 39404
>Category: pkg
>Synopsis: [diff] update math/maxima to 5.16.3
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Mon Aug 25 15:10:01 +0000 2008
>Originator: Aleksej Saushev <asau%inbox.ru@localhost>
>Release: NetBSD 4.99.72
>Organization:
>Environment:
System: NetBSD asau.local 4.99.72 NetBSD 4.99.72 (KERN) #0: Wed Aug 13 11:15:03
MSD 2008
asau%asau.local@localhost:/home/asau/netbsd/tmp/obj/sys/arch/i386/compile/KERN
i386
Architecture: i386
Machine: i386
>Description:
New Maxima release is available.
>How-To-Repeat:
Read Maximalist?
>Fix:
Changes since Maxima 5.15
Major changes:
* ECL can build Maxima via autoconf machinery
Other revisions:
* Revision and extension of code for exponential integral functions
* Revision and extension of code for hypergeometric functions
* share/contrib/amatrix: revisions
* share/contrib/gf: bug fixes
* share/contrib/sarag: revisions
* share/contrib/zeilberger: revisions
* share/contrib/graphs: revisions
* share/contrib/distrib: revisions and new test script
* share/contrib/maximaMathML: revisions
* share/tensor: additional demonstrations
* Patches for Lispworks and MCL
* Revisions and extensions of reference manual and its translations
Various bug fixes.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/math/maxima/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile 22 Apr 2008 10:27:55 -0000 1.18
+++ Makefile 25 Aug 2008 12:19:48 -0000
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.18 2008/04/22 10:27:55 tnn Exp $
#
-DISTNAME= maxima-5.15.0
+DISTNAME= maxima-5.16.3
# On updates, please make sure editors/TeXmacs knows about the new
# version number.
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/math/maxima/PLIST,v
retrieving revision 1.11
diff -u -r1.11 PLIST
--- PLIST 22 Apr 2008 10:27:55 -0000 1.11
+++ PLIST 25 Aug 2008 12:19:48 -0000
@@ -9,6 +9,7 @@
${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run
${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
${PLIST.sbcl}lib/maxima/${PKGVERSION}/binary-sbcl/maxima.core
+${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima
libexec/maxima/${PKGVERSION}/mgnuplot
man/man1/maxima.1
share/maxima/${PKGVERSION}/demo/array.dem
@@ -53,6 +54,8 @@
share/maxima/${PKGVERSION}/doc/html/figures/graphs11.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs12.gif
share/maxima/${PKGVERSION}/doc/html/figures/graphs13.gif
+share/maxima/${PKGVERSION}/doc/html/figures/graphs14.gif
+share/maxima/${PKGVERSION}/doc/html/figures/graphs15.gif
share/maxima/${PKGVERSION}/doc/html/figures/implicit_plot.gif
share/maxima/${PKGVERSION}/doc/html/figures/orthopoly1.gif
share/maxima/${PKGVERSION}/doc/html/figures/plotdf1.gif
@@ -183,6 +186,7 @@
share/maxima/${PKGVERSION}/doc/html/maxima_90.html
share/maxima/${PKGVERSION}/doc/html/maxima_91.html
share/maxima/${PKGVERSION}/doc/html/maxima_92.html
+share/maxima/${PKGVERSION}/doc/html/maxima_93.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
@@ -323,6 +327,7 @@
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_algorithm.mac
share/maxima/${PKGVERSION}/share/contrib/Zeilberger/zeilberger_linear_algebra.mac
share/maxima/${PKGVERSION}/share/contrib/amatrix/README
+share/maxima/${PKGVERSION}/share/contrib/amatrix/amatrix.dem
share/maxima/${PKGVERSION}/share/contrib/amatrix/amatrix.lisp
share/maxima/${PKGVERSION}/share/contrib/amatrix/amatrix.mac
share/maxima/${PKGVERSION}/share/contrib/amatrix/rtest_amatrix.mac
@@ -392,6 +397,8 @@
share/maxima/${PKGVERSION}/share/contrib/diffequations/tests/testsuite.lisp
share/maxima/${PKGVERSION}/share/contrib/distrib/distrib.mac
share/maxima/${PKGVERSION}/share/contrib/distrib/numdistrib.lisp
+share/maxima/${PKGVERSION}/share/contrib/distrib/rtest_distrib.mac
+share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.dem
share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.lisp
share/maxima/${PKGVERSION}/share/contrib/ezunits/ezunits.mac
share/maxima/${PKGVERSION}/share/contrib/ezunits/physical_constants.mac
@@ -502,8 +509,10 @@
share/maxima/${PKGVERSION}/share/contrib/ggf.mac
share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
share/maxima/${PKGVERSION}/share/contrib/graphs/cgraphs.mac
+share/maxima/${PKGVERSION}/share/contrib/graphs/connectivity.mac
share/maxima/${PKGVERSION}/share/contrib/graphs/create_graph.mac
share/maxima/${PKGVERSION}/share/contrib/graphs/demoucron.lisp
+share/maxima/${PKGVERSION}/share/contrib/graphs/dijkstra.lisp
share/maxima/${PKGVERSION}/share/contrib/graphs/draw_graph.mac
share/maxima/${PKGVERSION}/share/contrib/graphs/graph6.lisp
share/maxima/${PKGVERSION}/share/contrib/graphs/graph_core.lisp
@@ -517,6 +526,7 @@
share/maxima/${PKGVERSION}/share/contrib/graphs/spring_embedding.lisp
share/maxima/${PKGVERSION}/share/contrib/impdiff.mac
share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp
+share/maxima/${PKGVERSION}/share/contrib/integer_sequence.lisp
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
@@ -532,10 +542,10 @@
share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp
-share/maxima/${PKGVERSION}/share/contrib/maximaMathML/load-mathml.lisp
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml-maxima.lisp
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathml.readme
share/maxima/${PKGVERSION}/share/contrib/maximaMathML/mathmldisplay.lisp
+share/maxima/${PKGVERSION}/share/contrib/maximaMathML/maximaMathML.lisp
share/maxima/${PKGVERSION}/share/contrib/mcclim/README
share/maxima/${PKGVERSION}/share/contrib/mcclim/formula.lisp
share/maxima/${PKGVERSION}/share/contrib/mcclim/listeneroutput.png
@@ -575,6 +585,7 @@
share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff-doc.pdf
share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff-doc.tex
share/maxima/${PKGVERSION}/share/contrib/pdiff/pdiff.lisp
+share/maxima/${PKGVERSION}/share/contrib/pdiff/rtest_pdiff.mac
share/maxima/${PKGVERSION}/share/contrib/plsquares.mac
share/maxima/${PKGVERSION}/share/contrib/powers.lisp
share/maxima/${PKGVERSION}/share/contrib/prim/prim-ex.mac
@@ -637,6 +648,8 @@
share/maxima/${PKGVERSION}/share/contrib/rand/vandpol.usg
share/maxima/${PKGVERSION}/share/contrib/rtest_lsquares.mac
share/maxima/${PKGVERSION}/share/contrib/rtest_opproperties.mac
+share/maxima/${PKGVERSION}/share/contrib/rtest_sequence.mac
+share/maxima/${PKGVERSION}/share/contrib/rtest_topoly.mac
share/maxima/${PKGVERSION}/share/contrib/rtestdefstruct.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac
share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac
@@ -677,6 +690,7 @@
share/maxima/${PKGVERSION}/share/contrib/simplex/minimize_sx.mac
share/maxima/${PKGVERSION}/share/contrib/simplex/simplex.mac
share/maxima/${PKGVERSION}/share/contrib/simplex/simplex_algorithm.lisp
+share/maxima/${PKGVERSION}/share/contrib/solve_rat_ineq.mac
share/maxima/${PKGVERSION}/share/contrib/solve_rec/rtest_simplify_sum.mac
share/maxima/${PKGVERSION}/share/contrib/solve_rec/rtest_solve_rec.mac
share/maxima/${PKGVERSION}/share/contrib/solve_rec/simplify_sum.mac
@@ -954,6 +968,7 @@
share/maxima/${PKGVERSION}/share/linearalgebra/test-lu.mac
share/maxima/${PKGVERSION}/share/linearalgebra/test-matrixexp.mac
share/maxima/${PKGVERSION}/share/linearalgebra/test-polynomialp.mac
+share/maxima/${PKGVERSION}/share/lisp-utils/defsystem.lisp
share/maxima/${PKGVERSION}/share/macro/autolo.mac
share/maxima/${PKGVERSION}/share/macro/basic.mac
share/maxima/${PKGVERSION}/share/macro/caseq.mac
@@ -1023,6 +1038,7 @@
share/maxima/${PKGVERSION}/share/numeric/newton1.mac
share/maxima/${PKGVERSION}/share/numeric/riemsum.mac
share/maxima/${PKGVERSION}/share/numeric/romberg.lisp
+share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac
share/maxima/${PKGVERSION}/share/numeric/rtest_romberg.mac
share/maxima/${PKGVERSION}/share/numeric/simpsn.dem
share/maxima/${PKGVERSION}/share/numeric/simpsn.mac
@@ -1031,7 +1047,6 @@
share/maxima/${PKGVERSION}/share/orthopoly/README
share/maxima/${PKGVERSION}/share/orthopoly/changes_0.9_to_0.94.txt
share/maxima/${PKGVERSION}/share/orthopoly/h_atom.dem
-share/maxima/${PKGVERSION}/share/orthopoly/orthopoly-init.lisp
share/maxima/${PKGVERSION}/share/orthopoly/orthopoly.lisp
share/maxima/${PKGVERSION}/share/orthopoly/test_orthopoly.mac
share/maxima/${PKGVERSION}/share/orthopoly/variational_method.dem
@@ -1213,9 +1228,11 @@
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
@@ -1505,12 +1522,14 @@
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_boolean.mac
share/maxima/${PKGVERSION}/tests/rtest_diff_invtrig.mac
share/maxima/${PKGVERSION}/tests/rtest_dot.mac
share/maxima/${PKGVERSION}/tests/rtest_equal.mac
share/maxima/${PKGVERSION}/tests/rtest_everysome.mac
+share/maxima/${PKGVERSION}/tests/rtest_hypgeo.mac
share/maxima/${PKGVERSION}/tests/rtest_map.mac
share/maxima/${PKGVERSION}/tests/rtest_mset.mac
share/maxima/${PKGVERSION}/tests/rtest_round.mac
@@ -1683,5 +1702,6 @@
@dirrm libexec/maxima
${PLIST.clisp}@dirrm lib/maxima/${PKGVERSION}/binary-clisp
${PLIST.sbcl}@dirrm lib/maxima/${PKGVERSION}/binary-sbcl
+${PLIST.ecl}@dirrm lib/maxima/${PKGVERSION}/binary-ecl
@dirrm lib/maxima/${PKGVERSION}
@dirrm lib/maxima
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/math/maxima/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo 22 Apr 2008 10:27:55 -0000 1.9
+++ distinfo 25 Aug 2008 12:19:48 -0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2008/04/22 10:27:55 tnn Exp $
+$NetBSD$
-SHA1 (maxima-5.15.0.tar.gz) = 8487d120471e97f24014889f6f13dfa9fb651293
-RMD160 (maxima-5.15.0.tar.gz) = 037e2341d130d78e1ff2f067916caae1a13d80f9
-Size (maxima-5.15.0.tar.gz) = 19851523 bytes
+SHA1 (maxima-5.16.3.tar.gz) = 3b93c74182ccd6d5822e5ed279febb0ce2162ec0
+RMD160 (maxima-5.16.3.tar.gz) = 7f45cd9da065268e64c05146908e15c886c46810
+Size (maxima-5.16.3.tar.gz) = 19938512 bytes
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/math/maxima/options.mk,v
retrieving revision 1.2
diff -u -r1.2 options.mk
--- options.mk 12 Apr 2008 22:43:04 -0000 1.2
+++ options.mk 25 Aug 2008 12:19:48 -0000
@@ -2,7 +2,7 @@
PKG_OPTIONS_VAR= PKG_OPTIONS.maxima
PKG_OPTIONS_REQUIRED_GROUPS= lisp
-PKG_OPTIONS_GROUP.lisp= clisp sbcl
+PKG_OPTIONS_GROUP.lisp= clisp sbcl ecl
PKG_SUGGESTED_OPTIONS+= clisp
@@ -17,6 +17,11 @@
DEPENDS+= sbcl-[0-9]*:../../lang/sbcl
CONFIGURE_ARGS+= --enable-sbcl
.endif
+.if !empty(PKG_OPTIONS:Mecl)
+DEPENDS+= ecl-[0-9]*:../../lang/ecl
+CONFIGURE_ARGS+= --enable-ecl
+.include "../../lang/ecl/buildlink3.mk"
+.endif
# Modify PLIST
PLIST_VARS+= ${PKG_OPTIONS_GROUP.lisp}
Home |
Main Index |
Thread Index |
Old Index