pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/libixion Updated libixion to 0.12.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aaa37a377e6
branches:  trunk
changeset: 359100:2aaa37a377e6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 27 10:17:51 2017 +0000

description:
Updated libixion to 0.12.2.

    Up the version to 0.12.2.

    Update the CHANGELOG.

    Fix lexer tokenizer to get R1C1 addresses properly parsed.

    For now, a lexer name that contains a '[' and ']' pair can have any
    characters in-between, in order to have e.g. 'R[-5]C' properly
    parsed as a name.

    Fix a range address parsing error.

    It previously failed to parse 'R[-5]C:R[-1]C'.

    Add a test case that ixion currently fails to parse.

    Export these hash::operator(...) symbols.

    add CI config

diffstat:

 math/libixion/Makefile |   5 ++---
 math/libixion/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r ba0fc2264d89 -r 2aaa37a377e6 math/libixion/Makefile
--- a/math/libixion/Makefile    Mon Feb 27 10:04:51 2017 +0000
+++ b/math/libixion/Makefile    Mon Feb 27 10:17:51 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/01/01 16:06:26 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/02/27 10:17:51 wiz Exp $
 
-DISTNAME=      libixion-0.12.1
-PKGREVISION=   2
+DISTNAME=      libixion-0.12.2
 CATEGORIES=    math devel
 MASTER_SITES=  http://kohei.us/files/ixion/src/
 EXTRACT_SUFX=  .tar.xz
diff -r ba0fc2264d89 -r 2aaa37a377e6 math/libixion/distinfo
--- a/math/libixion/distinfo    Mon Feb 27 10:04:51 2017 +0000
+++ b/math/libixion/distinfo    Mon Feb 27 10:17:51 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/09/20 10:34:22 wiz Exp $
+$NetBSD: distinfo,v 1.2 2017/02/27 10:17:51 wiz Exp $
 
-SHA1 (libixion-0.12.1.tar.xz) = ee0c216d93cb124e4aebd2a48d53a1a1c4a5fc59
-RMD160 (libixion-0.12.1.tar.xz) = c8ef753f2da4209af72de8f6998a8233ef579ed8
-SHA512 (libixion-0.12.1.tar.xz) = b3ba4c09f3f12df7fe9e6ef19d35e618d0effce2cf0866acdb23c72754ac7168c24cc979d6a49c756cf70b1e4a79e58b33ec6a05b8155b43a1682375eea9d022
-Size (libixion-0.12.1.tar.xz) = 406300 bytes
+SHA1 (libixion-0.12.2.tar.xz) = 0ba2fcf947368c6518a41160d524b206cdbac0d7
+RMD160 (libixion-0.12.2.tar.xz) = 92179c732925303aa026ba436a36f838153b3c05
+SHA512 (libixion-0.12.2.tar.xz) = 0a85120a08c79c73a252a997c8b3df461fe1f8ce8b2334aee0e50bfd887a440a220b44922edd18fbd402b1c8ea8be629e6181493bc618eda198f35159813ddcd
+Size (libixion-0.12.2.tar.xz) = 407280 bytes



Home | Main Index | Thread Index | Old Index