summaryrefslogtreecommitdiff
path: root/math/aribas
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2008-06-23 17:55:33 +0000
committerdrochner <drochner@pkgsrc.org>2008-06-23 17:55:33 +0000
commit582b419cf435e4822e4d38001bde34faf7fe97e5 (patch)
tree839dee612123e8ac97d464420df5ef2100cebac3 /math/aribas
parentbbe1dd93d94aa8e5aaec92f186d43bae308e6016 (diff)
downloadpkgsrc-582b419cf435e4822e4d38001bde34faf7fe97e5.tar.gz
update to 1.63
changes: -direct support for polynomial arithmetic over GF(2) -for loop can now handle >= 2**32 iterations -bugfixes
Diffstat (limited to 'math/aribas')
-rw-r--r--math/aribas/Makefile7
-rw-r--r--math/aribas/distinfo10
-rw-r--r--math/aribas/patches/patch-aa16
3 files changed, 16 insertions, 17 deletions
diff --git a/math/aribas/Makefile b/math/aribas/Makefile
index 919977fd3db..5fb2144564c 100644
--- a/math/aribas/Makefile
+++ b/math/aribas/Makefile
@@ -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
HOMEPAGE= http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
diff --git a/math/aribas/distinfo b/math/aribas/distinfo
index 5c237885a37..7d96ec0a27c 100644
--- a/math/aribas/distinfo
+++ b/math/aribas/distinfo
@@ -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 --git a/math/aribas/patches/patch-aa b/math/aribas/patches/patch-aa
index c40f1696872..87a36fb1cbc 100644
--- a/math/aribas/patches/patch-aa
+++ b/math/aribas/patches/patch-aa
@@ -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 @@ $NetBSD: patch-aa,v 1.4 2003/08/30 20:49:21 jtb Exp $
# 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: