pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/json2tsv



Module Name:    pkgsrc
Committed By:   leot
Date:           Sat May 28 18:44:42 UTC 2022

Modified Files:
        pkgsrc/textproc/json2tsv: Makefile distinfo

Log Message:
json2tsv: Update to 0.9

Changes:
0.9
===
* Improve read and write error handling in streams.
* Allow octal format for the separator and check the format a bit more strict.
* Fix code that could have side-effects: nodes[--depth].index++
  (This line found a bug in the scc compiler).
* README: optimize the unescape() function.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/json2tsv/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/json2tsv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/json2tsv/Makefile
diff -u pkgsrc/textproc/json2tsv/Makefile:1.7 pkgsrc/textproc/json2tsv/Makefile:1.8
--- pkgsrc/textproc/json2tsv/Makefile:1.7       Tue Dec 21 14:49:05 2021
+++ pkgsrc/textproc/json2tsv/Makefile   Sat May 28 18:44:41 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/12/21 14:49:05 leot Exp $
+# $NetBSD: Makefile,v 1.8 2022/05/28 18:44:41 leot Exp $
 
-DISTNAME=      json2tsv-0.8
+DISTNAME=      json2tsv-0.9
 CATEGORIES=    textproc
 MASTER_SITES=  https://codemadness.org/releases/json2tsv/
 

Index: pkgsrc/textproc/json2tsv/distinfo
diff -u pkgsrc/textproc/json2tsv/distinfo:1.8 pkgsrc/textproc/json2tsv/distinfo:1.9
--- pkgsrc/textproc/json2tsv/distinfo:1.8       Tue Dec 21 14:49:05 2021
+++ pkgsrc/textproc/json2tsv/distinfo   Sat May 28 18:44:41 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/12/21 14:49:05 leot Exp $
+$NetBSD: distinfo,v 1.9 2022/05/28 18:44:41 leot Exp $
 
-BLAKE2s (json2tsv-0.8.tar.gz) = 135af037b29056581613165eb79a92747e98f46b31385696fe1e9779f693ad4c
-SHA512 (json2tsv-0.8.tar.gz) = ef2f540a9b648dd696bf71beabaa21e74b748bb6b9a44d95cb536680fd226a37719f71cd1881eceafd27c9968c093ff90711cc663f022a8dba65f9333fbdd063
-Size (json2tsv-0.8.tar.gz) = 7631 bytes
+BLAKE2s (json2tsv-0.9.tar.gz) = b3ff4ee2a0d954ddd1017963fc8bea24a66a5268bbb9339cb58f5a9d0284085e
+SHA512 (json2tsv-0.9.tar.gz) = 5d462cd4e88f1eceb8a305369dcba41a17a489b92ba0056fd2b86ab42502d0348ea73789cc77f91bad898165bbc1eacc3adbd0bdb5aacf03a99d22996785ee26
+Size (json2tsv-0.9.tar.gz) = 7786 bytes



Home | Main Index | Thread Index | Old Index