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.1b.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0f2300234a2
branches:  trunk
changeset: 475341:c0f2300234a2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri May 14 15:01:31 2004 +0000

description:
Update mathomatic to 11.1b.

Changes since 11.1:
Added Java code generation (usage: "code java").

Added "list export" option, to display equations in exportable format.
They can be cut-and-pasted to another math program with this option.

Added a blank line after every equation listed with the "list" and
"code" commands.  Looks better.

Made "MAX_VAR_LEN" completely flexible (can be set to any value; set to 80).

Improved factoring of polynomials with repeated factors by trying to
differentiate with respect to every variable.

diffstat:

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

diffs (58 lines):

diff -r bc4075d92fac -r c0f2300234a2 doc/CHANGES
--- a/doc/CHANGES       Fri May 14 13:59:20 2004 +0000
+++ b/doc/CHANGES       Fri May 14 15:01:31 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5934 2004/05/14 13:33:32 adam Exp $
+$NetBSD: CHANGES,v 1.5935 2004/05/14 15:01:31 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2527,3 +2527,4 @@
        Updated ethereal to 0.10.4 [xtraeme 2004-05-14]
        Updated xterm to 188 [grant 2004-05-14]
        Updated net-snmp to 5.1.1 [adam 2004-05-14]
+       Updated mathomatic to 11.1b [minskim 2004-05-14]
diff -r bc4075d92fac -r c0f2300234a2 doc/TODO
--- a/doc/TODO  Fri May 14 13:59:20 2004 +0000
+++ b/doc/TODO  Fri May 14 15:01:31 2004 +0000
@@ -279,7 +279,6 @@
        o maradns-1.0.21
        o marbles-1.0.6
        o matchbox-0.8.2 [pkgsrc-wip]
-       o mathomatic-11.1b
        o mhonarc-2.6.9
        o micq-0.4.11
        o midnight-commander-4.6.0
diff -r bc4075d92fac -r c0f2300234a2 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Fri May 14 13:59:20 2004 +0000
+++ b/math/mathomatic/Makefile  Fri May 14 15:01:31 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/05/10 16:47:15 minskim Exp $
+# $NetBSD: Makefile,v 1.10 2004/05/14 15:01:31 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.1
+DISTNAME=              mathomatic-11.1b
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
@@ -13,7 +13,6 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 WRKSRC=                        ${WRKDIR}/am
-DIST_SUBDIR=           ${PKGNAME_NOREV}
 USE_BUILDLINK3=                yes
 NO_CONFIGURE=          yes
 MAKEFILE=              makefile
diff -r bc4075d92fac -r c0f2300234a2 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Fri May 14 13:59:20 2004 +0000
+++ b/math/mathomatic/distinfo  Fri May 14 15:01:31 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2004/05/10 16:47:15 minskim Exp $
+$NetBSD: distinfo,v 1.9 2004/05/14 15:01:31 minskim Exp $
 
-SHA1 (mathomatic-11.1/mathomatic-11.1.tgz) = 7d5a52ffb607d39ed429a2925f756fb72966fee2
-Size (mathomatic-11.1/mathomatic-11.1.tgz) = 119337 bytes
+SHA1 (mathomatic-11.1b.tgz) = e2a4e871d7f8b66c82c259d08c9315694d7b24c3
+Size (mathomatic-11.1b.tgz) = 127668 bytes
 SHA1 (patch-aa) = f2b0919ad4ce62172e8719218c6e295bee248aaf



Home | Main Index | Thread Index | Old Index