diff options
author | minskim <minskim@pkgsrc.org> | 2007-05-23 02:31:03 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-05-23 02:31:03 +0000 |
commit | b860b5e1b5bb7f27d90228a23a2877ab5d2578a2 (patch) | |
tree | 46cf2184171db867190be1e91100a4aa7462f1f3 | |
parent | 59438073b0364d0ed6e39c6d84810e9d89d2cbc3 (diff) | |
download | pkgsrc-b860b5e1b5bb7f27d90228a23a2877ab5d2578a2.tar.gz |
Update mathomatic to 12.7.1.
Changes:
- Remove GPL preamble in "primes/*.c", so everything is LGPL.
- Allow entering "e#" and "i#" as "e" and "i". Display "e", "i", and "pi" as
"e#", "i#", and "pi#".
- Require a space between command and command line, so variables don't get
confused with commands. This is a bug fix.
- Added a directory named "hard_stuff".
- Fixed error in "tests/finance.in".
-rw-r--r-- | math/mathomatic/Makefile | 5 | ||||
-rw-r--r-- | math/mathomatic/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index f5d784b59b6..14613d0fb36 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.79 2007/04/22 22:45:07 minskim Exp $ +# $NetBSD: Makefile,v 1.80 2007/05/23 02:31:03 minskim Exp $ # -DISTNAME= mathomatic-12.6.12 -PKGREVISION= 1 +DISTNAME= mathomatic-12.7.1 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tar.bz2 diff --git a/math/mathomatic/distinfo b/math/mathomatic/distinfo index 248d7e5bda6..1f00b522325 100644 --- a/math/mathomatic/distinfo +++ b/math/mathomatic/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.70 2007/04/18 21:09:13 minskim Exp $ +$NetBSD: distinfo,v 1.71 2007/05/23 02:31:03 minskim Exp $ -SHA1 (mathomatic-12.6.12.tar.bz2) = 20b5d2144c40dc062f58448b7a994aca9fdf914b -RMD160 (mathomatic-12.6.12.tar.bz2) = 928b1ba2446fd39865cfcd0dead91c67e70d9be7 -Size (mathomatic-12.6.12.tar.bz2) = 118966 bytes +SHA1 (mathomatic-12.7.1.tar.bz2) = daae88b7a38010d83f76a88466a183347c2c0b48 +RMD160 (mathomatic-12.7.1.tar.bz2) = 089689b3d0d460b65708eeabc8f354eaaf0f0446 +Size (mathomatic-12.7.1.tar.bz2) = 119043 bytes SHA1 (patch-aa) = 3505940a53bd2573a4b45bbe2f13dc7755a141af |