pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/aribas Changes 1.53



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5466e71c6dd
branches:  trunk
changeset: 487860:d5466e71c6dd
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 21 09:50:20 2005 +0000

description:
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

diffstat:

 math/aribas/Makefile |  4 ++--
 math/aribas/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r d406b00e5cf8 -r d5466e71c6dd math/aribas/Makefile
--- a/math/aribas/Makefile      Fri Jan 21 06:14:23 2005 +0000
+++ b/math/aribas/Makefile      Fri Jan 21 09:50:20 2005 +0000
@@ -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 -r d406b00e5cf8 -r d5466e71c6dd math/aribas/distinfo
--- a/math/aribas/distinfo      Fri Jan 21 06:14:23 2005 +0000
+++ b/math/aribas/distinfo      Fri Jan 21 09:50:20 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index