pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/libixion
Module Name: pkgsrc
Committed By: wiz
Date: Mon Feb 27 10:17:51 UTC 2017
Modified Files:
pkgsrc/math/libixion: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/libixion/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/libixion/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/libixion/Makefile
diff -u pkgsrc/math/libixion/Makefile:1.3 pkgsrc/math/libixion/Makefile:1.4
--- pkgsrc/math/libixion/Makefile:1.3 Sun Jan 1 16:06:26 2017
+++ pkgsrc/math/libixion/Makefile Mon Feb 27 10:17:51 2017
@@ -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
Index: pkgsrc/math/libixion/distinfo
diff -u pkgsrc/math/libixion/distinfo:1.1 pkgsrc/math/libixion/distinfo:1.2
--- pkgsrc/math/libixion/distinfo:1.1 Tue Sep 20 10:34:22 2016
+++ pkgsrc/math/libixion/distinfo Mon Feb 27 10:17:51 2017
@@ -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