pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/maxima Update maxima to 5.17.1, based on wip/maxi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d80943cb176
branches:  trunk
changeset: 551916:4d80943cb176
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Dec 21 05:04:28 2008 +0000

description:
Update maxima to 5.17.1, based on wip/maxima, which was updated
and tested by Aleksej Saushev and Stathis Kamperis.

Major changes:
- Expand code for special functions
- quad_qagi accepts upper and lower limits instead of flags for limits
- Cut out solve_inconsistent_error
- new, alternate implementation of vector operations
- colorterm: simple output color-coding

diffstat:

 math/maxima/Makefile |   6 +++---
 math/maxima/PLIST    |  15 +++++++++++++--
 math/maxima/distinfo |   8 ++++----
 3 files changed, 20 insertions(+), 9 deletions(-)

diffs (120 lines):

diff -r 3b1247f014ae -r 4d80943cb176 math/maxima/Makefile
--- a/math/maxima/Makefile      Sun Dec 21 05:03:34 2008 +0000
+++ b/math/maxima/Makefile      Sun Dec 21 05:04:28 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2008/08/25 22:14:17 ahoka Exp $
+# $NetBSD: Makefile,v 1.20 2008/12/21 05:04:28 minskim Exp $
 #
 
-DISTNAME=              maxima-5.16.3
+DISTNAME=              maxima-5.17.1
 # On updates, please make sure editors/TeXmacs knows about the new
 # version number.
 # (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
@@ -18,7 +18,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         yes
-USE_TOOLS+=            perl
+USE_TOOLS+=            makeinfo perl
 REPLACE_SH=            doc/misc/grepforvariables.sh
 
 INFO_FILES=            yes
diff -r 3b1247f014ae -r 4d80943cb176 math/maxima/PLIST
--- a/math/maxima/PLIST Sun Dec 21 05:03:34 2008 +0000
+++ b/math/maxima/PLIST Sun Dec 21 05:04:28 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2008/08/25 22:14:17 ahoka Exp $
+@comment $NetBSD: PLIST,v 1.13 2008/12/21 05:04:28 minskim Exp $
 bin/maxima
 bin/rmaxima
 bin/xmaxima
@@ -8,8 +8,8 @@
 info/xmaxima.info
 ${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/lisp.run
 ${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
+${PLIST.ecl}lib/maxima/${PKGVERSION}/binary-ecl/maxima
 ${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
@@ -219,6 +219,7 @@
 share/maxima/${PKGVERSION}/emacs/imaxima.lisp
 share/maxima/${PKGVERSION}/emacs/maxima-font-lock.el
 share/maxima/${PKGVERSION}/emacs/maxima.el
+share/maxima/${PKGVERSION}/emacs/setup-imaxima-imath.el
 share/maxima/${PKGVERSION}/emacs/smart-complete.el
 share/maxima/${PKGVERSION}/emacs/sshell.el
 share/maxima/${PKGVERSION}/share/affine/README
@@ -1034,6 +1035,7 @@
 share/maxima/${PKGVERSION}/share/numeric/format.lisp
 share/maxima/${PKGVERSION}/share/numeric/format.usg
 share/maxima/${PKGVERSION}/share/numeric/interpol.mac
+share/maxima/${PKGVERSION}/share/numeric/jtroot3.mac
 share/maxima/${PKGVERSION}/share/numeric/newton.mac
 share/maxima/${PKGVERSION}/share/numeric/newton1.mac
 share/maxima/${PKGVERSION}/share/numeric/riemsum.mac
@@ -1084,6 +1086,7 @@
 share/maxima/${PKGVERSION}/share/simplification/rducon.lisp
 share/maxima/${PKGVERSION}/share/simplification/rncomb.dem
 share/maxima/${PKGVERSION}/share/simplification/rncomb.mac
+share/maxima/${PKGVERSION}/share/simplification/rtest_rncomb.mac
 share/maxima/${PKGVERSION}/share/simplification/scifac.dem
 share/maxima/${PKGVERSION}/share/simplification/scifac.lisp
 share/maxima/${PKGVERSION}/share/simplification/sqdnst.mac
@@ -1196,6 +1199,9 @@
 share/maxima/${PKGVERSION}/share/vector/vector.dem
 share/maxima/${PKGVERSION}/share/vector/vector.mac
 share/maxima/${PKGVERSION}/share/vector/vector.usg
+share/maxima/${PKGVERSION}/share/vector/vector_rebuild.lisp
+share/maxima/${PKGVERSION}/share/vector/vector_rebuild.mac
+share/maxima/${PKGVERSION}/share/vector/vector_rebuild.usg
 share/maxima/${PKGVERSION}/src/acall.lisp
 share/maxima/${PKGVERSION}/src/airy.lisp
 share/maxima/${PKGVERSION}/src/algfac.lisp
@@ -1238,6 +1244,7 @@
 share/maxima/${PKGVERSION}/src/fcall.lisp
 share/maxima/${PKGVERSION}/src/float.lisp
 share/maxima/${PKGVERSION}/src/fortra.lisp
+share/maxima/${PKGVERSION}/src/gamma.lisp
 share/maxima/${PKGVERSION}/src/generate-sys-proclaim.lisp
 share/maxima/${PKGVERSION}/src/generr.lisp
 share/maxima/${PKGVERSION}/src/gnuplot.lisp
@@ -1529,12 +1536,15 @@
 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_expintegral.mac
+share/maxima/${PKGVERSION}/tests/rtest_gamma.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
 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_taylor.mac
 share/maxima/${PKGVERSION}/tests/rtest_trig.mac
 share/maxima/${PKGVERSION}/tests/rtest_zeta.mac
@@ -1630,6 +1640,7 @@
 @dirrm share/maxima/${PKGVERSION}/share/misc
 @dirrm share/maxima/${PKGVERSION}/share/matrix
 @dirrm share/maxima/${PKGVERSION}/share/macro
+@dirrm share/maxima/${PKGVERSION}/share/lisp-utils
 @dirrm share/maxima/${PKGVERSION}/share/linearalgebra
 @dirrm share/maxima/${PKGVERSION}/share/lbfgs
 @dirrm share/maxima/${PKGVERSION}/share/lapack/lapack
diff -r 3b1247f014ae -r 4d80943cb176 math/maxima/distinfo
--- a/math/maxima/distinfo      Sun Dec 21 05:03:34 2008 +0000
+++ b/math/maxima/distinfo      Sun Dec 21 05:04:28 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2008/08/25 22:14:17 ahoka Exp $
+$NetBSD: distinfo,v 1.11 2008/12/21 05:04:28 minskim Exp $
 
-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
+SHA1 (maxima-5.17.1.tar.gz) = 0f87f2fbf3c91cd54528cfc355ddf5ed30ee66ac
+RMD160 (maxima-5.17.1.tar.gz) = 0738ddd1f8247ae0300b5810fa21db1fbfc608c3
+Size (maxima-5.17.1.tar.gz) = 20080768 bytes



Home | Main Index | Thread Index | Old Index