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.0d.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de556392fb1a
branches:  trunk
changeset: 473774:de556392fb1a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Apr 24 15:44:19 2004 +0000

description:
Update mathomatic to 11.0d.

Changes:
  - Removed some simplification optimizations in favor of correctness
    and simpler code.  Minor slowdown.
  - Doubled "MAX_COMPARE_TERMS".
  - Simplify order poly_div then smart_div reversed.
  - Kludge for size checking in poly_div removed.
  - Broke "am.in".  Edited.
  - Added "simplify poly" option to do poly_div first.

diffstat:

 doc/CHANGES              |  3 ++-
 doc/TODO                 |  3 +--
 math/mathomatic/Makefile |  5 ++---
 math/mathomatic/distinfo |  6 +++---
 4 files changed, 8 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r 244f30cba3fe -r de556392fb1a doc/CHANGES
--- a/doc/CHANGES       Sat Apr 24 15:21:35 2004 +0000
+++ b/doc/CHANGES       Sat Apr 24 15:44:19 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5726 2004/04/24 09:30:58 jmmv Exp $
+$NetBSD: CHANGES,v 1.5727 2004/04/24 15:44:19 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2230,3 +2230,4 @@
        Updated qmail to 1.03nb6 [schmonz 2004-04-24]
        Updated gnome-pkgview to 1.0.6 [jmmv 2004-04-24]
        Updated gaim to 0.77 [jmmv 2004-04-24]
+       Updated mathomatic to 11.0d [minskim 2004-04-24]
diff -r 244f30cba3fe -r de556392fb1a doc/TODO
--- a/doc/TODO  Sat Apr 24 15:21:35 2004 +0000
+++ b/doc/TODO  Sat Apr 24 15:44:19 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1666 2004/04/24 14:35:07 wiz Exp $
+$NetBSD: TODO,v 1.1667 2004/04/24 15:44:19 minskim Exp $
 
 Suggested new packages
 ======================
@@ -256,7 +256,6 @@
        o maradns-1.0.21
        o marbles-1.0.6
        o matchbox-0.8
-       o mathomatic-11.0d
        o micq-0.4.11
        o midnight-commander-4.6.0
        o mimedefang-2.42
diff -r 244f30cba3fe -r de556392fb1a math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sat Apr 24 15:21:35 2004 +0000
+++ b/math/mathomatic/Makefile  Sat Apr 24 15:44:19 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2004/04/22 23:45:54 minskim Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/24 15:44:19 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.0c
-PKGREVISION=           1
+DISTNAME=              mathomatic-11.0d
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r 244f30cba3fe -r de556392fb1a math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sat Apr 24 15:21:35 2004 +0000
+++ b/math/mathomatic/distinfo  Sat Apr 24 15:44:19 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2004/04/21 21:26:26 minskim Exp $
+$NetBSD: distinfo,v 1.5 2004/04/24 15:44:19 minskim Exp $
 
-SHA1 (mathomatic-11.0c/mathomatic-11.0c.tgz) = fe185a11f030c93f3739e5913c95598db95a1f7e
-Size (mathomatic-11.0c/mathomatic-11.0c.tgz) = 109973 bytes
+SHA1 (mathomatic-11.0d/mathomatic-11.0d.tgz) = 1e5c5530d5d72824e41e33e0f93800e446dc5818
+Size (mathomatic-11.0d/mathomatic-11.0d.tgz) = 109833 bytes
 SHA1 (patch-aa) = b5b1336df22a9381c3d748e4e49f0429ca773c47



Home | Main Index | Thread Index | Old Index