diff options
author | adam <adam@pkgsrc.org> | 2005-01-21 09:50:20 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-21 09:50:20 +0000 |
commit | ff69c1f99d7f9873fa73025270861534c784f698 (patch) | |
tree | a75655cdf385cc9d9d197158037105cd20f03610 | |
parent | e24f55470c9187813f66b7fb215e5143a71777bb (diff) | |
download | pkgsrc-ff69c1f99d7f9873fa73025270861534c784f698.tar.gz |
Changes 1.53
- bug fix in handling of -pi (previous version changed constant pi)
- bug fix in division of integer vectors with negative coefficients
- for loop can now handle >= 2**32 iterations
- fixed bug which occurred in V 1.50 while parsing certain
parenthized expressions
-rw-r--r-- | math/aribas/Makefile | 4 | ||||
-rw-r--r-- | math/aribas/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/aribas/Makefile b/math/aribas/Makefile index a42d1804048..6e3e3db45b6 100644 --- a/math/aribas/Makefile +++ b/math/aribas/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2003/08/30 20:49:20 jtb Exp $ +# $NetBSD: Makefile,v 1.12 2005/01/21 09:50:20 adam Exp $ -DISTNAME= aribas-1.40 +DISTNAME= aribas-1.53 CATEGORIES= math MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/ diff --git a/math/aribas/distinfo b/math/aribas/distinfo index 79e1c1c4d00..5a6379b257d 100644 --- a/math/aribas/distinfo +++ b/math/aribas/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2003/08/30 20:49:21 jtb Exp $ +$NetBSD: distinfo,v 1.7 2005/01/21 09:50:20 adam Exp $ -SHA1 (aribas-1.40.tar.gz) = 82e90efb0440b8dd30fbb476d74247be5e77901c -Size (aribas-1.40.tar.gz) = 283690 bytes +SHA1 (aribas-1.53.tar.gz) = 4a454064907a8458ea6a607a730ff33307fd88b3 +Size (aribas-1.53.tar.gz) = 283085 bytes SHA1 (patch-aa) = 0757982b5094b89519b202d7d650c1aeeb30a781 |