summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2008-06-21 17:23:26 +0000
committerminskim <minskim@pkgsrc.org>2008-06-21 17:23:26 +0000
commit90d5abf001eb9bcd605dbc985afb2da3931b0d8c (patch)
tree8e9227f2d967cdf35daff9fcf6aa01e099f9bc5f /math
parent4d222d9e8cebd94c6ce6655529a5fbbdea06988b (diff)
downloadpkgsrc-90d5abf001eb9bcd605dbc985afb2da3931b0d8c.tar.gz
Update mathomatic to 14.0.5.
Major changes since 12.8.0: - Improved the "solve verify" command option. - Added "derivative nosimplify" command option. - Added "simplify sign" command option. - More correct simplification restriction added. - Disallow variable name "all" in expressions. - Turned off readline file name completion. - Implemented integral divide operator "//".
Diffstat (limited to 'math')
-rw-r--r--math/mathomatic/Makefile4
-rw-r--r--math/mathomatic/PLIST26
-rw-r--r--math/mathomatic/distinfo10
-rw-r--r--math/mathomatic/patches/patch-aa8
4 files changed, 26 insertions, 22 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile
index 15db8a53fe9..741027a84d8 100644
--- a/math/mathomatic/Makefile
+++ b/math/mathomatic/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2008/03/04 18:12:59 jlam Exp $
+# $NetBSD: Makefile,v 1.86 2008/06/21 17:23:26 minskim Exp $
#
-DISTNAME= mathomatic-12.8.0
+DISTNAME= mathomatic-14.0.5
CATEGORIES= math
MASTER_SITES= http://www.panix.com/~gesslein/
EXTRACT_SUFX= .tar.bz2
diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST
index b17d2b1a4bf..f076a72fca4 100644
--- a/math/mathomatic/PLIST
+++ b/math/mathomatic/PLIST
@@ -1,13 +1,17 @@
-@comment $NetBSD: PLIST,v 1.10 2007/09/16 16:53:12 minskim Exp $
+@comment $NetBSD: PLIST,v 1.11 2008/06/21 17:23:26 minskim Exp $
bin/mathomatic
man/man1/mathomatic.1
-share/doc/${PKGBASE}/README.txt
-share/doc/${PKGBASE}/am.html
-share/doc/${PKGBASE}/favicon.ico
-share/doc/${PKGBASE}/greenfade.png
-share/doc/${PKGBASE}/index.html
-share/doc/${PKGBASE}/led_circle_green.png
-share/doc/${PKGBASE}/manpage.html
-share/doc/${PKGBASE}/manual.html
-share/doc/${PKGBASE}/notes.html
-@dirrm share/doc/${PKGBASE}
+share/doc/mathomatic/README.txt
+share/doc/mathomatic/am.html
+share/doc/mathomatic/doc.css
+share/doc/mathomatic/favicon.ico
+share/doc/mathomatic/greenfade.png
+share/doc/mathomatic/index.html
+share/doc/mathomatic/led_circle_green.png
+share/doc/mathomatic/manual.html
+share/doc/mathomatic/matho-pascal.1.html
+share/doc/mathomatic/matho-primes.1.html
+share/doc/mathomatic/matho-sumsq.1.html
+share/doc/mathomatic/mathomatic.1.html
+share/doc/mathomatic/open_book_nae_02.png
+@dirrm share/doc/mathomatic
diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo
index 3f5342499fb..b32c2769c45 100644
--- a/math/mathomatic/distinfo
+++ b/math/mathomatic/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.75 2007/11/21 23:36:23 minskim Exp $
+$NetBSD: distinfo,v 1.76 2008/06/21 17:23:26 minskim Exp $
-SHA1 (mathomatic-12.8.0.tar.bz2) = 898bd34bc3085d95318796343d0fef04962d23f4
-RMD160 (mathomatic-12.8.0.tar.bz2) = caa3ed249225f02385049dad3c09027d6f00c949
-Size (mathomatic-12.8.0.tar.bz2) = 127221 bytes
-SHA1 (patch-aa) = 3505940a53bd2573a4b45bbe2f13dc7755a141af
+SHA1 (mathomatic-14.0.5.tar.bz2) = ae438144b980ccf24032d8a2fe29e6c99dda6b20
+RMD160 (mathomatic-14.0.5.tar.bz2) = d5e2897a4b14fb8c4ba636813f8fe8c2fb1faabb
+Size (mathomatic-14.0.5.tar.bz2) = 141987 bytes
+SHA1 (patch-aa) = 40cb5c7b8867768234784afc209a57c2a84ff6f1
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa
index 78de3dc4bf4..cbba0aaa5e3 100644
--- a/math/mathomatic/patches/patch-aa
+++ b/math/mathomatic/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.18 2007/04/18 21:09:13 minskim Exp $
+$NetBSD: patch-aa,v 1.19 2008/06/21 17:23:26 minskim Exp $
---- makefile.orig 2007-04-04 15:06:10.000000000 -0700
+--- makefile.orig 2008-06-15 05:37:20.000000000 -0700
+++ makefile
-@@ -8,8 +8,8 @@ LDFLAGS += -s # The default linker flag
- LIBS += -lm # The default libraries to link.
+@@ -8,8 +8,8 @@ LDFLAGS += # linker flags
+ LIBS += -lm # libraries to link
# "make READLINE=1" to include readline support:
-CFLAGS += $(READLINE:1=-DREADLINE)