summaryrefslogtreecommitdiff
path: root/math/mathomatic
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-09-05 14:44:15 +0000
committerminskim <minskim@pkgsrc.org>2005-09-05 14:44:15 +0000
commite101638499942eacaba0210caf20067befa46ee1 (patch)
tree588a0d74e8dff3a0b2cc19994f84a6e5e643bb49 /math/mathomatic
parent6e404fb0d0c9059b75033e27d5484cb31ab7cc85 (diff)
downloadpkgsrc-e101638499942eacaba0210caf20067befa46ee1.tar.gz
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 (limited to 'math/mathomatic')
-rw-r--r--math/mathomatic/Makefile4
-rw-r--r--math/mathomatic/distinfo10
-rw-r--r--math/mathomatic/patches/patch-aa10
3 files changed, 12 insertions, 12 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index e0c04662f73..08f831b2c96 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -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 --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo
index 46c60cb182b..601b0a34adc 100644
--- a/math/mathomatic/distinfo
+++ b/math/mathomatic/distinfo
@@ -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 --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa
index 388d358fa45..c3852eb7cb5 100644
--- a/math/mathomatic/patches/patch-aa
+++ b/math/mathomatic/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.13 2005/08/27 18:58:51 minskim Exp $
+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