pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/libmatheval update to 1.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37ee4cb3a751
branches:  trunk
changeset: 515877:37ee4cb3a751
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Jul 10 11:16:24 2006 +0000

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

 math/libmatheval/Makefile         |   5 ++---
 math/libmatheval/distinfo         |  10 +++++-----
 math/libmatheval/patches/patch-aa |  10 +++++-----
 3 files changed, 12 insertions(+), 13 deletions(-)

diffs (48 lines):

diff -r ac323d7ffa49 -r 37ee4cb3a751 math/libmatheval/Makefile
--- a/math/libmatheval/Makefile Mon Jul 10 11:10:52 2006 +0000
+++ b/math/libmatheval/Makefile Mon Jul 10 11:16:24 2006 +0000
@@ -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 -r ac323d7ffa49 -r 37ee4cb3a751 math/libmatheval/distinfo
--- a/math/libmatheval/distinfo Mon Jul 10 11:10:52 2006 +0000
+++ b/math/libmatheval/distinfo Mon Jul 10 11:16:24 2006 +0000
@@ -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 -r ac323d7ffa49 -r 37ee4cb3a751 math/libmatheval/patches/patch-aa
--- a/math/libmatheval/patches/patch-aa Mon Jul 10 11:10:52 2006 +0000
+++ b/math/libmatheval/patches/patch-aa Mon Jul 10 11:16:24 2006 +0000
@@ -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()



Home | Main Index | Thread Index | Old Index