diff options
author | minskim <minskim@pkgsrc.org> | 2006-11-19 20:53:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-11-19 20:53:24 +0000 |
commit | a54ffb758644a267ec0f2c001cf07179f7389d5b (patch) | |
tree | 8772747988976b2d651fb0136d39d2a3a9a2e8dd /math/mathomatic | |
parent | 32022306d7320100ed6ee51ff4048082c3ed33e5 (diff) | |
download | pkgsrc-a54ffb758644a267ec0f2c001cf07179f7389d5b.tar.gz |
Update mathomatic to 12.6.7.
Changes since 12.6.3:
Fix sign bug for negative factorials (gamma function).
Improve user interface of solve command.
Add alternate command syntax for sum and product commands.
Add "-r" option, which disables readline input processing.
Fix optimize command.
Documentation changes.
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 4 | ||||
-rw-r--r-- | math/mathomatic/PLIST | 3 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 5147de68b50..8eb441309d3 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2006/09/13 00:39:03 minskim Exp $ +# $NetBSD: Makefile,v 1.74 2006/11/19 20:53:24 minskim Exp $ # -DISTNAME= mathomatic-12.6.3 +DISTNAME= mathomatic-12.6.7 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/PLIST b/math/mathomatic/PLIST index 0c56da107bf..44802dc08e0 100644 --- a/math/mathomatic/PLIST +++ b/math/mathomatic/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/01/21 23:25:02 minskim Exp $ +@comment $NetBSD: PLIST,v 1.8 2006/11/19 20:53:24 minskim Exp $ bin/mathomatic man/man1/mathomatic.1 share/doc/${PKGBASE}/README.txt @@ -6,5 +6,4 @@ share/doc/${PKGBASE}/am.html share/doc/${PKGBASE}/index.html share/doc/${PKGBASE}/manpage.html share/doc/${PKGBASE}/manual.html -share/doc/${PKGBASE}/notes.html @dirrm share/doc/${PKGBASE} diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 44c95ac2866..71e6b9bee01 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.67 2006/09/13 00:39:03 minskim Exp $ +$NetBSD: distinfo,v 1.68 2006/11/19 20:53:24 minskim Exp $ -SHA1 (mathomatic-12.6.3.tar.bz2) = 710648792b1cee28e9dbbc7a04b786245e40a3aa -RMD160 (mathomatic-12.6.3.tar.bz2) = e374cf9eedfc2098c497fdfcef0e7f1551c20caa -Size (mathomatic-12.6.3.tar.bz2) = 115517 bytes +SHA1 (mathomatic-12.6.7.tar.bz2) = b15a4972cf5b33dac93fe1132174f4f50125e89a +RMD160 (mathomatic-12.6.7.tar.bz2) = 39acd1434fd678192a87b927aa11169bc434ef83 +Size (mathomatic-12.6.7.tar.bz2) = 115770 bytes SHA1 (patch-aa) = e1e881d988e092376e15b0b2b4fc1af7546daee9 |