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.4c.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/729591567c54
branches:  trunk
changeset: 482089:729591567c54
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Oct 20 02:07:56 2004 +0000

description:
Update mathomatic to 11.4c.

Changes:
  - Code cleanup.  Polynomial division routine is now very easy to use.
  - Renamed "WINDOWS" define to "CYGWIN".
  - Added "set preserve_roots" option.
  - Added modulus solving.

diffstat:

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

diffs (56 lines):

diff -r f2199aa00bdb -r 729591567c54 doc/CHANGES
--- a/doc/CHANGES       Wed Oct 20 00:20:17 2004 +0000
+++ b/doc/CHANGES       Wed Oct 20 02:07:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7478 2004/10/19 23:13:21 hubertf Exp $
+$NetBSD: CHANGES,v 1.7479 2004/10/20 02:07:56 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4769,3 +4769,4 @@
        Added evolution-webcal-2.0.0 [jmmv 2004-10-19]
        Updated gnome to 2.8.0nb1 [jmmv 2004-10-19]
        Updated centericq to 4.12.0 [hubertf 2004-10-19]
+       Updated mathomatic to 11.4c [minskim 2004-10-20]
diff -r f2199aa00bdb -r 729591567c54 doc/TODO
--- a/doc/TODO  Wed Oct 20 00:20:17 2004 +0000
+++ b/doc/TODO  Wed Oct 20 02:07:56 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.2230 2004/10/20 00:20:17 wiz Exp $
+$NetBSD: TODO,v 1.2231 2004/10/20 02:07:56 minskim Exp $
 
 Suggested new packages
 ======================
@@ -333,7 +333,6 @@
        o maketool-0.8.4
        o maradns-1.0.23
        o marbles-1.0.6
-       o mathomatic-11.4c
        o micq-0.4.11
        o midnight-commander-4.6.0 [pkgsrc-wip]
        o mimedefang-2.45
diff -r f2199aa00bdb -r 729591567c54 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Wed Oct 20 00:20:17 2004 +0000
+++ b/math/mathomatic/Makefile  Wed Oct 20 02:07:56 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2004/10/14 13:43:26 minskim Exp $
+# $NetBSD: Makefile,v 1.23 2004/10/20 02:07:56 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.4b
+DISTNAME=              mathomatic-11.4c
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r f2199aa00bdb -r 729591567c54 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Wed Oct 20 00:20:17 2004 +0000
+++ b/math/mathomatic/distinfo  Wed Oct 20 02:07:56 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2004/10/14 13:43:26 minskim Exp $
+$NetBSD: distinfo,v 1.21 2004/10/20 02:07:56 minskim Exp $
 
-SHA1 (mathomatic-11.4b.tgz) = adf92e9c3d1e58ba4c8a21efd57d717a2561e857
-Size (mathomatic-11.4b.tgz) = 120932 bytes
+SHA1 (mathomatic-11.4c.tgz) = 3e533b70b9ce148a5660a35df99311cec779511d
+Size (mathomatic-11.4c.tgz) = 121344 bytes
 SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b



Home | Main Index | Thread Index | Old Index