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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61b4da693831
branches:  trunk
changeset: 498920:61b4da693831
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Sep 05 14:44:15 2005 +0000

description:
Update mathomatic to 12.4.10.

Changes:
  - Created "complex.h".
  - Fixed and documented "help all >filename", for quickly creating a
    quick command reference.
  - Fixed up and commented "main.c".
  - Split off "complex.c" into "complex_lib.c" and made it an
    independent complex number library.
  - Added "integrate definite" command option.
  - Corrected makefile install.
  - Added check in nintegrate command to fail if result contains
    infinity or nan.
  - A few complex number improvements were made.
  - Allow a text pre-processor to pipe input into Mathomatic.

diffstat:

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

diffs (54 lines):

diff -r 42dbe0705d61 -r 61b4da693831 math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Mon Sep 05 14:43:12 2005 +0000
+++ b/math/mathomatic/Makefile  Mon Sep 05 14:44:15 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2005/08/27 19:13:04 minskim Exp $
+# $NetBSD: Makefile,v 1.48 2005/09/05 14:44:15 minskim Exp $
 #
 
-DISTNAME=              mathomatic-12.4.9
+DISTNAME=              mathomatic-12.4.10
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r 42dbe0705d61 -r 61b4da693831 math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Mon Sep 05 14:43:12 2005 +0000
+++ b/math/mathomatic/distinfo  Mon Sep 05 14:44:15 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2005/08/27 19:13:04 minskim Exp $
+$NetBSD: distinfo,v 1.45 2005/09/05 14:44:15 minskim Exp $
 
-SHA1 (mathomatic-12.4.9.tgz) = 7ba2c5a6321dd2e1509800619b48d9231653760d
-RMD160 (mathomatic-12.4.9.tgz) = feed9ebf172caf772c44109c336f3eb7fff14276
-Size (mathomatic-12.4.9.tgz) = 129367 bytes
-SHA1 (patch-aa) = 282d15396b661b4f9056233c7901b1f5b7df354f
+SHA1 (mathomatic-12.4.10.tgz) = 681f7f69cd1ffbdd0b739d1a540630ba5b6636b9
+RMD160 (mathomatic-12.4.10.tgz) = 550166dd5155d0cd77b88b0ff7622ad3bd752a70
+Size (mathomatic-12.4.10.tgz) = 129953 bytes
+SHA1 (patch-aa) = fe3062fd5243ee7667ea49b18564c19b09750c45
diff -r 42dbe0705d61 -r 61b4da693831 math/mathomatic/patches/patch-aa
--- a/math/mathomatic/patches/patch-aa  Mon Sep 05 14:43:12 2005 +0000
+++ b/math/mathomatic/patches/patch-aa  Mon Sep 05 14:44:15 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.13 2005/08/27 18:58:51 minskim Exp $
+$NetBSD: patch-aa,v 1.14 2005/09/05 14:44:15 minskim Exp $
 
---- makefile.orig      2005-08-03 01:21:10.000000000 -0700
+--- makefile.orig      2005-08-29 11:59:12.000000000 -0700
 +++ makefile
 @@ -5,11 +5,11 @@ CFLAGS               += -O -DUNIX -DVERSION=\"$(VERSI
  LDFLAGS               += -s
@@ -11,10 +11,10 @@
 +CFLAGS                += -DREADLINE
 +LIBS          += -lreadline -lncurses
  
--prefix                = /usr/share
+-prefix                = /usr
 -bindir                = /usr/local/bin
 +prefix                = ${PREFIX}
 +bindir                = ${PREFIX}/bin
- mandir                = $(prefix)/man
- docdir                = $(prefix)/doc
+ mandir                = $(prefix)/share/man
+ docdir                = $(prefix)/share/doc
  



Home | Main Index | Thread Index | Old Index