pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/aribas update to 1.63
details: https://anonhg.NetBSD.org/pkgsrc/rev/494b999f9533
branches: trunk
changeset: 543872:494b999f9533
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Jun 23 17:55:33 2008 +0000
description:
update to 1.63
changes:
-direct support for polynomial arithmetic over GF(2)
-for loop can now handle >= 2**32 iterations
-bugfixes
diffstat:
math/aribas/Makefile | 7 +++----
math/aribas/distinfo | 10 +++++-----
math/aribas/patches/patch-aa | 16 ++++++++--------
3 files changed, 16 insertions(+), 17 deletions(-)
diffs (69 lines):
diff -r 24f2b41080bd -r 494b999f9533 math/aribas/Makefile
--- a/math/aribas/Makefile Mon Jun 23 17:38:29 2008 +0000
+++ b/math/aribas/Makefile Mon Jun 23 17:55:33 2008 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2008/03/04 18:12:58 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/23 17:55:33 drochner Exp $
-DISTNAME= aribas-1.53
-PKGREVISION= 1
+DISTNAME= aribas-1.63
CATEGORIES= math
-MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/
+MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/UNIX_LINUX/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
diff -r 24f2b41080bd -r 494b999f9533 math/aribas/distinfo
--- a/math/aribas/distinfo Mon Jun 23 17:38:29 2008 +0000
+++ b/math/aribas/distinfo Mon Jun 23 17:55:33 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2005/02/23 12:06:54 agc Exp $
+$NetBSD: distinfo,v 1.9 2008/06/23 17:55:33 drochner Exp $
-SHA1 (aribas-1.53.tar.gz) = 4a454064907a8458ea6a607a730ff33307fd88b3
-RMD160 (aribas-1.53.tar.gz) = ca7394cb6c65308b14b252212d943247ce623a22
-Size (aribas-1.53.tar.gz) = 283085 bytes
-SHA1 (patch-aa) = 0757982b5094b89519b202d7d650c1aeeb30a781
+SHA1 (aribas-1.63.tar.gz) = 280d71a7ecaa8f1ce6c62efa61118e2f48b63353
+RMD160 (aribas-1.63.tar.gz) = f377eac5fa6da2aa2411f7e75eca426e539ad2aa
+Size (aribas-1.63.tar.gz) = 291939 bytes
+SHA1 (patch-aa) = 34f6ec935bbe6c957ff40f07e2923a58b07e252b
diff -r 24f2b41080bd -r 494b999f9533 math/aribas/patches/patch-aa
--- a/math/aribas/patches/patch-aa Mon Jun 23 17:38:29 2008 +0000
+++ b/math/aribas/patches/patch-aa Mon Jun 23 17:55:33 2008 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.4 2003/08/30 20:49:21 jtb Exp $
+$NetBSD: patch-aa,v 1.5 2008/06/23 17:55:33 drochner Exp $
---- src/Makefile.orig 2003-08-08 19:23:47.000000000 +0100
-+++ src/Makefile 2003-08-08 19:25:03.000000000 +0100
+--- src/Makefile.orig 2007-08-24 11:46:36.000000000 +0200
++++ src/Makefile
@@ -4,8 +4,8 @@
- # date: 2003-06-09
+ # date: 2007-08-23
#############################################################
-CC = cc
@@ -13,16 +13,16 @@
# for some compilers it might be necessary to remove the -O flag
# If you have the GNU gcc compiler on your system, you may wish
# to use gcc. Then outcomment the first two lines and activate
-@@ -14,7 +14,7 @@
+@@ -14,7 +14,7 @@ CFLAGS = -DUNiX -O
#CC = gcc
#CFLAGS = -DUNiX -DPROTO -O -v
--MEMFLAG1 = -DMEM=6
-+#MEMFLAG1 = -DMEM=6
+-MEMFLAG1 = -DMEM=8
++#MEMFLAG1 = -DMEM=8
# MEM may be set to any integer value from 1 to 16.
# This is the size of the ARIBAS heap in Megabytes
# The value should not exceed one half of the RAM of your machine
-@@ -37,14 +37,14 @@
+@@ -37,14 +37,14 @@ $(OBJECTS): common.h
terminal.o: logscr.inc
.c.o:
Home |
Main Index |
Thread Index |
Old Index