summaryrefslogtreecommitdiff
path: root/math/mathomatic/Makefile
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/Makefile
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/Makefile')
-rw-r--r--math/mathomatic/Makefile4
1 files changed, 2 insertions, 2 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