pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mathomatic Update mathomatic to 12.4.7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89d7bee9a290
branches:  trunk
changeset: 498624:89d7bee9a290
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Aug 27 18:58:51 2005 +0000

description:
Update mathomatic to 12.4.7.

Changes:
  - Fixed minor bug in real and imaginary commands.
  - Fixed roots command.
  - Cleaned up Prime Number Tools man pages.
  - Cleaned up the Mathomatic source code.
  - Corrected the Mathomatic library.
  - Ported taylor command to non-equations.

diffstat:

 math/mathomatic/Makefile         |   4 ++--
 math/mathomatic/distinfo         |  10 +++++-----
 math/mathomatic/patches/patch-aa |  14 ++++++++------
 3 files changed, 15 insertions(+), 13 deletions(-)

diffs (58 lines):

diff -r 6cdb7c514772 -r 89d7bee9a290 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sat Aug 27 13:22:42 2005 +0000
+++ b/math/mathomatic/Makefile  Sat Aug 27 18:58:51 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2005/07/30 15:38:26 minskim Exp $
+# $NetBSD: Makefile,v 1.46 2005/08/27 18:58:51 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.4.6
+DISTNAME=              mathomatic-12.4.7
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r 6cdb7c514772 -r 89d7bee9a290 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sat Aug 27 13:22:42 2005 +0000
+++ b/math/mathomatic/distinfo  Sat Aug 27 18:58:51 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2005/07/30 15:38:26 minskim Exp $
+$NetBSD: distinfo,v 1.43 2005/08/27 18:58:51 minskim Exp $
 
-SHA1 (mathomatic-12.4.6.tgz) = 9c597d726fbd2e0b03aade8072f964f5978b04db
-RMD160 (mathomatic-12.4.6.tgz) = 7ec2c117fe0a5a8774550fa7ea06428254f99b79
-Size (mathomatic-12.4.6.tgz) = 129295 bytes
-SHA1 (patch-aa) = c9bfd24f0e0bfe50b6a23222cbc79eeb274a1ea9
+SHA1 (mathomatic-12.4.7.tgz) = e694f5ded8061ac63f5f8805b933e201997774e7
+RMD160 (mathomatic-12.4.7.tgz) = 562f0d4b3c94c1c7833f0c909d5535c319520e33
+Size (mathomatic-12.4.7.tgz) = 129236 bytes
+SHA1 (patch-aa) = 282d15396b661b4f9056233c7901b1f5b7df354f
diff -r 6cdb7c514772 -r 89d7bee9a290 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa  Sat Aug 27 13:22:42 2005 +0000
+++ b/math/mathomatic/patches/patch-aa  Sat Aug 27 18:58:51 2005 +0000
@@ -1,18 +1,20 @@
-$NetBSD: patch-aa,v 1.12 2005/04/29 13:05:28 minskim Exp $
+$NetBSD: patch-aa,v 1.13 2005/08/27 18:58:51 minskim Exp $
 
---- makefile.orig      Tue Apr 19 21:09:24 2005
+--- makefile.orig      2005-08-03 01:21:10.000000000 -0700
 +++ makefile
-@@ -5,10 +5,10 @@ CFLAGS               += -O -DUNIX -DVERSION=\"$(VERSI
+@@ -5,11 +5,11 @@ CFLAGS               += -O -DUNIX -DVERSION=\"$(VERSI
  LDFLAGS               += -s
  LIBS          += -lm
  
 -CFLAGS                += $(READLINE:1=-DREADLINE)
 -LIBS          += $(READLINE:1=-lreadline -lncurses)
 +CFLAGS                += -DREADLINE
-+LIBS          += -lreadline -ltermcap
++LIBS          += -lreadline -lncurses
  
--prefix                = /usr/local
+-prefix                = /usr/share
+-bindir                = /usr/local/bin
 +prefix                = ${PREFIX}
- bindir                = $(prefix)/bin
++bindir                = ${PREFIX}/bin
  mandir                = $(prefix)/man
  docdir                = $(prefix)/doc
+ 



Home | Main Index | Thread Index | Old Index