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.2c.
details: https://anonhg.NetBSD.org/pkgsrc/rev/caf5f82be945
branches: trunk
changeset: 477124:caf5f82be945
user: minskim <minskim%pkgsrc.org@localhost>
date: Sat Jun 26 21:23:43 2004 +0000
description:
Update mathomatic to 11.2c.
Changes since 11.2:
Doubled the default amount of memory consumption to 11 megabytes.
This allows equations twice as large.
Fixed bug factoring infinity.
Slight improvement to "integrate" command.
Trap window resize signal and set number of screen columns and rows.
Code cleanup.
Fixed factoring of constants in factor command.
Added "laplace" command.
Allow "#" as a comment, as long as it is not immediately followed by
a number.
Enabled shelling out for all versions with the "!" command.
Improvement and speedup for poly_gcd() and poly2_gcd().
Slight improvement in polynomial factoring made by deleting 1 line of code.
Use getopt(3) to parse command line options.
Made "-c" and "-h" options work together. If both are specified,
work in HTML mono mode.
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 1f257084b055 -r caf5f82be945 doc/CHANGES
--- a/doc/CHANGES Sat Jun 26 21:17:55 2004 +0000
+++ b/doc/CHANGES Sat Jun 26 21:23:43 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6336 2004/06/26 21:03:09 recht Exp $
+$NetBSD: CHANGES,v 1.6337 2004/06/26 21:23:43 minskim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3091,3 +3091,4 @@
Updated mono to 0.97 [recht 2004-06-26]
Updated libgdiplus to 0.10 [recht 2004-06-26]
Updated winelib to 0.3 [recht 2004-06-26]
+ Updated mathomatic to 11.2c [minskim 2004-06-26]
diff -r 1f257084b055 -r caf5f82be945 doc/TODO
--- a/doc/TODO Sat Jun 26 21:17:55 2004 +0000
+++ b/doc/TODO Sat Jun 26 21:23:43 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.1870 2004/06/26 20:41:19 adrianp Exp $
+$NetBSD: TODO,v 1.1871 2004/06/26 21:23:43 minskim Exp $
Suggested new packages
======================
@@ -303,7 +303,6 @@
o maradns-1.0.23
o marbles-1.0.6
o matchbox-0.8.2 [pkgsrc-wip]
- o mathomatic-11.2c
o micq-0.4.11
o midnight-commander-4.6.0
o mimedefang-2.43
diff -r 1f257084b055 -r caf5f82be945 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile Sat Jun 26 21:17:55 2004 +0000
+++ b/math/mathomatic/Makefile Sat Jun 26 21:23:43 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2004/06/04 03:38:29 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2004/06/26 21:23:43 minskim Exp $
#
-DISTNAME= mathomatic-11.2
+DISTNAME= mathomatic-11.2c
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tgz
diff -r 1f257084b055 -r caf5f82be945 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo Sat Jun 26 21:17:55 2004 +0000
+++ b/math/mathomatic/distinfo Sat Jun 26 21:23:43 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2004/06/04 03:38:29 minskim Exp $
+$NetBSD: distinfo,v 1.12 2004/06/26 21:23:43 minskim Exp $
-SHA1 (mathomatic-11.2.tgz) = 0891248f8001d6632bb0fc1a13832dbaadf1b9dd
-Size (mathomatic-11.2.tgz) = 121525 bytes
+SHA1 (mathomatic-11.2c.tgz) = ccf3b18ac9613c59327e1f03954f18d34483d410
+Size (mathomatic-11.2c.tgz) = 123833 bytes
SHA1 (patch-aa) = 5db7a43eaee9ed963a180e7617f4e8125ac541c8
Home |
Main Index |
Thread Index |
Old Index