pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update mathomatic to 11.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6117a80e1b5b
branches: trunk
changeset: 481443:6117a80e1b5b
user: minskim <minskim%pkgsrc.org@localhost>
date: Mon Oct 04 21:32:28 2004 +0000
description:
Update mathomatic to 11.4.
Changes:
Changed sum and product commands to not create another equation if the
result is a constant. If the result is a constant, it is just displayed.
Mathomatic now approximates -1^(2^.5) and the like.
Added modulus (%) operator.
Added simplification of univariate modulus expressions.
Changed univariate modulus simplification to multivariate, integer only
simplification.
diffstat:
doc/CHANGES | 4 +++-
doc/TODO | 3 +--
math/mathomatic/Makefile | 5 ++---
math/mathomatic/distinfo | 6 +++---
4 files changed, 9 insertions(+), 9 deletions(-)
diffs (58 lines):
diff -r 1b29ee723a1f -r 6117a80e1b5b doc/CHANGES
--- a/doc/CHANGES Mon Oct 04 20:53:10 2004 +0000
+++ b/doc/CHANGES Mon Oct 04 21:32:28 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7342 2004/10/04 20:53:10 cube Exp $
+$NetBSD: CHANGES,v 1.7343 2004/10/04 21:32:28 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -4544,3 +4544,5 @@
Updated cppunit to 1.10.2nb1 [wulf 2004-10-04]
Updated ircservices to 5.0.41 [wiz 2004-10-04]
Added ion3-20040906 [cube 2004-10-04]
+ Updated mathomatic to 11.4 [minskim 2004-10-04]
+
diff -r 1b29ee723a1f -r 6117a80e1b5b doc/TODO
--- a/doc/TODO Mon Oct 04 20:53:10 2004 +0000
+++ b/doc/TODO Mon Oct 04 21:32:28 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.2196 2004/10/04 12:19:30 wiz Exp $
+$NetBSD: TODO,v 1.2197 2004/10/04 21:32:29 minskim Exp $
Suggested new packages
======================
@@ -331,7 +331,6 @@
o maketool-0.8.4
o maradns-1.0.23
o marbles-1.0.6
- o mathomatic-11.4
o micq-0.4.11
o midnight-commander-4.6.0 [pkgsrc-wip]
o mimedefang-2.45
diff -r 1b29ee723a1f -r 6117a80e1b5b math/mathomatic/Makefile
--- a/math/mathomatic/Makefile Mon Oct 04 20:53:10 2004 +0000
+++ b/math/mathomatic/Makefile Mon Oct 04 21:32:28 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2004/10/03 00:12:56 tv Exp $
+# $NetBSD: Makefile,v 1.21 2004/10/04 21:32:29 minskim Exp $
#
-DISTNAME= mathomatic-11.3f
-PKGREVISION= 1
+DISTNAME= mathomatic-11.4
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
diff -r 1b29ee723a1f -r 6117a80e1b5b math/mathomatic/distinfo
--- a/math/mathomatic/distinfo Mon Oct 04 20:53:10 2004 +0000
+++ b/math/mathomatic/distinfo Mon Oct 04 21:32:28 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2004/09/25 00:40:53 minskim Exp $
+$NetBSD: distinfo,v 1.19 2004/10/04 21:32:29 minskim Exp $
-SHA1 (mathomatic-11.3f.tgz) = 838140d130f7a084cdfea13056c7464a849c321e
-Size (mathomatic-11.3f.tgz) = 119172 bytes
+SHA1 (mathomatic-11.4.tgz) = 72cb6af569f3452a0c3a021f8cad69f5267b8aa5
+Size (mathomatic-11.4.tgz) = 119821 bytes
SHA1 (patch-aa) = 75ecc14afaa661e27db5020e18fe6da7eb9d7afd
Home |
Main Index |
Thread Index |
Old Index