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.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6fa613ee656
branches:  trunk
changeset: 476139:c6fa613ee656
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jun 04 03:38:29 2004 +0000

description:
Update mathomatic to 11.2.

Changes since 11.1c:

Moved notification of polynomial factoring success to debug level 1 or higher.

Removed "NO_COMPLEX_ROOTS" compile-time define option.
I am thinking of making this a run-time option.

Increased security of "SECURE" compile-time define.
Absolutely no file operations are allowed or linked in.

Added check for terminal with isatty().
This allows better piping into Mathomatic.

Split up change-log ("changes.txt" and "changes_old.txt").

Changed "x!" to mean gamma(x+1) for Laplace transforms.

Fixed parsing of things like "2e#", which failed before,
thinking it was scientific notation.

Wrote "primes/twin.c", to find twin primes.

Added "help usage" command.

Allow output of "help" command to be redirected to a file.

Fixed parsing of variable names (like "pig", which didn't work right).

Added "integrate" command.

Fixed "derivative" command.

Code cleanup.

Fixed "taylor" command.

diffstat:

 doc/CHANGES                      |  3 ++-
 math/mathomatic/Makefile         |  4 ++--
 math/mathomatic/distinfo         |  8 ++++----
 math/mathomatic/patches/patch-aa |  6 +++---
 4 files changed, 11 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r a3eb86664c09 -r c6fa613ee656 doc/CHANGES
--- a/doc/CHANGES       Fri Jun 04 03:36:18 2004 +0000
+++ b/doc/CHANGES       Fri Jun 04 03:38:29 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6117 2004/06/04 03:36:18 uebayasi Exp $
+$NetBSD: CHANGES,v 1.6118 2004/06/04 03:38:29 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2775,3 +2775,4 @@
        Updated bitlbee to 0.90 [xtraeme 2004-06-03]
        Updated allegro to 4.1.14 [xtraeme 2004-06-03]
        Updated acpi-isal to 20040311p1 [uebayasi 2004-06-04]
+       Updated mathomatic to 11.2 [minskim 2004-06-04]
diff -r a3eb86664c09 -r c6fa613ee656 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Fri Jun 04 03:36:18 2004 +0000
+++ b/math/mathomatic/Makefile  Fri Jun 04 03:38:29 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2004/05/20 21:27:25 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2004/06/04 03:38:29 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.1c
+DISTNAME=              mathomatic-11.2
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r a3eb86664c09 -r c6fa613ee656 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Fri Jun 04 03:36:18 2004 +0000
+++ b/math/mathomatic/distinfo  Fri Jun 04 03:38:29 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2004/05/20 21:27:25 minskim Exp $
+$NetBSD: distinfo,v 1.11 2004/06/04 03:38:29 minskim Exp $
 
-SHA1 (mathomatic-11.1c.tgz) = a11f2515a6fb1094166f3731cdfab8467fa74692
-Size (mathomatic-11.1c.tgz) = 119151 bytes
-SHA1 (patch-aa) = f2b0919ad4ce62172e8719218c6e295bee248aaf
+SHA1 (mathomatic-11.2.tgz) = 0891248f8001d6632bb0fc1a13832dbaadf1b9dd
+Size (mathomatic-11.2.tgz) = 121525 bytes
+SHA1 (patch-aa) = 5db7a43eaee9ed963a180e7617f4e8125ac541c8
diff -r a3eb86664c09 -r c6fa613ee656 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa  Fri Jun 04 03:36:18 2004 +0000
+++ b/math/mathomatic/patches/patch-aa  Fri Jun 04 03:38:29 2004 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.4 2004/05/10 16:47:15 minskim Exp $
+$NetBSD: patch-aa,v 1.5 2004/06/04 03:38:29 minskim Exp $
 
---- makefile.orig      2004-05-08 18:33:05.000000000 -0500
+--- makefile.orig      2004-06-01 00:55:54.000000000 -0500
 +++ makefile
 @@ -1,13 +1,13 @@
- # Makefile for compiling Mathomatic for UNIX or Linux.
+ # Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X.
  
 -CFLAGS                = -O -DUNIX
 -LDFLAGS               = -s



Home | Main Index | Thread Index | Old Index