From 83f5d0dc7933ccd896f07449f1de16bbc413b80e Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 10 Jul 2006 11:16:24 +0000 Subject: update to 1.1.3 changes: * Added support for constants e, log2(e), log10(e), ln(2), ln(10), pi, pi/2, pi/4, 1/pi, 2/pi, 2/sqrt(pi), sqrt(2) and sqrt(1/2). * Fixed bug with using global instead of evaluator specific symbol table variable in evaluator_get_variables() function. --- math/libmatheval/Makefile | 5 ++--- math/libmatheval/distinfo | 10 +++++----- math/libmatheval/patches/patch-aa | 10 +++++----- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile index 142aa30025a..5ed64d7524f 100644 --- a/math/libmatheval/Makefile +++ b/math/libmatheval/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2006/03/04 21:30:04 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/07/10 11:16:24 drochner Exp $ # -DISTNAME= libmatheval-1.1.1 -PKGREVISION= 3 +DISTNAME= libmatheval-1.1.3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=libmatheval/} diff --git a/math/libmatheval/distinfo b/math/libmatheval/distinfo index 463f7af94c0..ba7ac91411a 100644 --- a/math/libmatheval/distinfo +++ b/math/libmatheval/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 12:06:55 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/07/10 11:16:24 drochner Exp $ -SHA1 (libmatheval-1.1.1.tar.gz) = 207b8623f16801129b063733abbd585dae78a1a1 -RMD160 (libmatheval-1.1.1.tar.gz) = 909caffc3b30b24a521cbea1f13a11d9297759a4 -Size (libmatheval-1.1.1.tar.gz) = 480888 bytes -SHA1 (patch-aa) = 6903e1e79b0ba6a3f7d193b625e6a214efc1d8f3 +SHA1 (libmatheval-1.1.3.tar.gz) = 847c61ae678a7b969562884e10fb3fa1f10390b5 +RMD160 (libmatheval-1.1.3.tar.gz) = b2bb288d8bec42fc63b49a961e8f148408816fb2 +Size (libmatheval-1.1.3.tar.gz) = 496193 bytes +SHA1 (patch-aa) = c6289e600a480fbf10f37debb7db5e55c821f41d diff --git a/math/libmatheval/patches/patch-aa b/math/libmatheval/patches/patch-aa index 96276b23c97..37ba4fa5a1d 100644 --- a/math/libmatheval/patches/patch-aa +++ b/math/libmatheval/patches/patch-aa @@ -1,10 +1,10 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/08/24 12:36:29 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2006/07/10 11:16:24 drochner Exp $ ---- lib/scanner.l.orig 2004-08-23 18:45:32.000000000 +0200 +--- lib/scanner.l.orig 2006-05-05 07:22:48.000000000 +0200 +++ lib/scanner.l -@@ -151,3 +151,8 @@ void input_reset() - /* Forget contents of input buffer. */ - YY_FLUSH_BUFFER; +@@ -163,3 +163,8 @@ void input_reset() + /* Forget contents of input buffer. */ + YY_FLUSH_BUFFER; } + +int yywrap() -- cgit v1.2.3