summaryrefslogtreecommitdiff
path: root/math/maxima/Makefile
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-04-22 10:27:55 +0000
committertnn <tnn@pkgsrc.org>2008-04-22 10:27:55 +0000
commitae4c7e6996e3d6b189426f9e489744663e8fd668 (patch)
tree502f1adbad4e4a0babe7d9c4c07cbe242144282d /math/maxima/Makefile
parentc2c5188f43bf7799a00457745cbca615cf15a33f (diff)
downloadpkgsrc-ae4c7e6996e3d6b189426f9e489744663e8fd668.tar.gz
Update to maxima-5.15.0. Patch From Aleksej Saushev in private mail.
Backwards-incompatible changes: * Disable verb => numerical evaluation scheme for math functions Major changes: * User interface Imaxima now packaged with Maxima New items in share: * share/contrib/bitwise: Bitwise operations on integers * share/contrib/noninteractive: Catch asksign and askprop questions and turn them into conditional expressions * share/contrib/namespaces: A namespace implementation for Maxima * share/contrib/amatrix: Matrix with underlying Lisp array Other revisions: * gf package: New version of gf package (Galois fields) * tex function: Enable TeX output to output stream * stringproc package: Revised printf; regex functions * ezunits package: Dimensional analysis; physical constants * quadpack functions: Return partially-evaluated expressions * plot functions: New options; bug fixes * tensor functions: Many improvements * graphs package: Improvements
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r--math/maxima/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile
index 00893724512..e559065b63a 100644
--- a/math/maxima/Makefile
+++ b/math/maxima/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2008/01/28 12:08:49 reinoud Exp $
+# $NetBSD: Makefile,v 1.18 2008/04/22 10:27:55 tnn Exp $
#
-DISTNAME= maxima-5.14.0
+DISTNAME= maxima-5.15.0
# On updates, please make sure editors/TeXmacs knows about the new
# version number.
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})