pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/mathomatic Update mathomatic to 11.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/080cb717c810
branches:  trunk
changeset: 483324:080cb717c810
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Nov 10 16:47:20 2004 +0000

description:
Update mathomatic to 11.5.

Changes:
  - Using "memmove()" instead of deprecated "bcopy()".
  - Added "tests/tutor.in", which is an incomplete Mathomatic tutor.
  - Many improvements to scripts in the tests directory.
  - Removed "calculate factor" option.
  - Code cleanup.
  - Added more modulus simplification.
  - Simplify ((a%n)*integer+b)%n to (a*integer+b)%n generally and completely.
  - real^complex and complex^complex are now approximated.

diffstat:

 math/mathomatic/Makefile |  4 ++--
 math/mathomatic/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 1d58cbf510d7 -r 080cb717c810 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Wed Nov 10 16:44:51 2004 +0000
+++ b/math/mathomatic/Makefile  Wed Nov 10 16:47:20 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2004/10/30 15:07:01 minskim Exp $
+# $NetBSD: Makefile,v 1.25 2004/11/10 16:47:20 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.4d
+DISTNAME=              mathomatic-11.5
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r 1d58cbf510d7 -r 080cb717c810 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Wed Nov 10 16:44:51 2004 +0000
+++ b/math/mathomatic/distinfo  Wed Nov 10 16:47:20 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2004/10/30 15:07:01 minskim Exp $
+$NetBSD: distinfo,v 1.23 2004/11/10 16:47:20 minskim Exp $
 
-SHA1 (mathomatic-11.4d.tgz) = 999dee35c0ac7318239f9d3ad91a7c35609c169c
-Size (mathomatic-11.4d.tgz) = 121309 bytes
+SHA1 (mathomatic-11.5.tgz) = bb8b71a63ae0076902fa33114b35e155b05d6133
+Size (mathomatic-11.5.tgz) = 128109 bytes
 SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b



Home | Main Index | Thread Index | Old Index