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.3f.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f081e27056a
branches:  trunk
changeset: 481075:4f081e27056a
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Sep 25 00:40:53 2004 +0000

description:
Update mathomatic to 11.3f.

Changes since 11.3c:

Improved eliminate command error handling.

Added "eliminate all" command.

Code cleanup.

Man pages for the prime number tools were contributed
by David Moreno Garza.  Many thanks.

Renamed the Mathomatic directory in the source tarball to
"mathomatic-`cat VERSION`".

Added several comments to the source code.

Renamed prime number tools to "matho-*".

Improvement to full simplification.

Tried something new with uf_simp() that fixed a problem with Mathomatic
solve complicating expressions.

Minor bugfix to eliminate command.

diffstat:

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

diffs (83 lines):

diff -r e50f8ef09d73 -r 4f081e27056a doc/CHANGES
--- a/doc/CHANGES       Sat Sep 25 00:34:26 2004 +0000
+++ b/doc/CHANGES       Sat Sep 25 00:40:53 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7243 2004/09/25 00:34:26 grant Exp $
+$NetBSD: CHANGES,v 1.7244 2004/09/25 00:40:53 minskim Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4422,3 +4422,4 @@
        Added vanessa_socket-0.0.7 [grant 2004-09-25]
        Added vanessa_adt-0.0.6 [grant 2004-09-25]
        Added mailscanner-4.30.3.2 [grant 2004-09-25]
+       Updated mathomatic to 11.3f [minskim 2004-09-25]
diff -r e50f8ef09d73 -r 4f081e27056a doc/TODO
--- a/doc/TODO  Sat Sep 25 00:34:26 2004 +0000
+++ b/doc/TODO  Sat Sep 25 00:40:53 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.2166 2004/09/24 13:50:28 adam Exp $
+$NetBSD: TODO,v 1.2167 2004/09/25 00:40:53 minskim Exp $
 
 Suggested new packages
 ======================
@@ -322,7 +322,6 @@
        o maradns-1.0.23
        o marbles-1.0.6
        o matchbox-0.8.3 [pkgsrc-wip]
-       o mathomatic-11.3f
        o micq-0.4.11
        o midnight-commander-4.6.0
        o mimedefang-2.45
diff -r e50f8ef09d73 -r 4f081e27056a math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sat Sep 25 00:34:26 2004 +0000
+++ b/math/mathomatic/Makefile  Sat Sep 25 00:40:53 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/08/04 19:59:59 minskim Exp $
+# $NetBSD: Makefile,v 1.19 2004/09/25 00:40:53 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.3c
+DISTNAME=              mathomatic-11.3f
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
@@ -12,7 +12,6 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-WRKSRC=                        ${WRKDIR}/am
 USE_BUILDLINK3=                yes
 NO_CONFIGURE=          yes
 MAKEFILE=              makefile
diff -r e50f8ef09d73 -r 4f081e27056a math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sat Sep 25 00:34:26 2004 +0000
+++ b/math/mathomatic/distinfo  Sat Sep 25 00:40:53 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2004/08/04 19:59:59 minskim Exp $
+$NetBSD: distinfo,v 1.18 2004/09/25 00:40:53 minskim Exp $
 
-SHA1 (mathomatic-11.3c.tgz) = 6246998f340460bb588caef47e74b45824e7696a
-Size (mathomatic-11.3c.tgz) = 126520 bytes
-SHA1 (patch-aa) = f2879261541a9c5934404b0f7a6272343feb57ca
+SHA1 (mathomatic-11.3f.tgz) = 838140d130f7a084cdfea13056c7464a849c321e
+Size (mathomatic-11.3f.tgz) = 119172 bytes
+SHA1 (patch-aa) = 75ecc14afaa661e27db5020e18fe6da7eb9d7afd
diff -r e50f8ef09d73 -r 4f081e27056a math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa  Sat Sep 25 00:34:26 2004 +0000
+++ b/math/mathomatic/patches/patch-aa  Sat Sep 25 00:40:53 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.7 2004/08/04 19:59:59 minskim Exp $
+$NetBSD: patch-aa,v 1.8 2004/09/25 00:40:54 minskim Exp $
 
 --- makefile.orig      2004-08-02 20:07:42.000000000 -0500
 +++ makefile
@@ -15,7 +15,7 @@
 -CFLAGS                += $(READLINE:1=-DREADLINE)
 -LIBS          += $(READLINE:1=-lreadline -lcurses)
 +CFLAGS                += -DREADLINE
-+LIBS          += -lreadline
++LIBS          += -lreadline -ltermcap
  
 -prefix                = /usr/local
 +prefix                = ${PREFIX}



Home | Main Index | Thread Index | Old Index