summaryrefslogtreecommitdiff
path: root/math/libmatheval
diff options
context:
space:
mode:
authordrochner <drochner>2006-07-10 11:16:24 +0000
committerdrochner <drochner>2006-07-10 11:16:24 +0000
commit936d344811ef5738127b1f3cdabdcc942325f4b5 (patch)
tree4b3f584ccdda5846203f3b05426b07f68c24a404 /math/libmatheval
parent5fc0a2f731dd2cc49035d84f948aaf7f9e77f3f4 (diff)
downloadpkgsrc-936d344811ef5738127b1f3cdabdcc942325f4b5.tar.gz
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.
Diffstat (limited to 'math/libmatheval')
-rw-r--r--math/libmatheval/Makefile5
-rw-r--r--math/libmatheval/distinfo10
-rw-r--r--math/libmatheval/patches/patch-aa10
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()