pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/json2tsv json2tsv: Update to 0.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/83016f43baf5
branches: trunk
changeset: 771652:83016f43baf5
user: leot <leot%pkgsrc.org@localhost>
date: Tue Dec 21 14:49:05 2021 +0000
description:
json2tsv: Update to 0.8
Changes:
0.8
---
- Optimize number parsing for large number datasets
- Add -F and -R options to allow to specify a different field and record
separator
- Print \n and \t also when using -F/-R options
- Documentation improvements
0.7
---
- Use unlocked I/O by default
- Fix gcc warnings
- Documentation improvements
diffstat:
textproc/json2tsv/Makefile | 4 ++--
textproc/json2tsv/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r f975ca347032 -r 83016f43baf5 textproc/json2tsv/Makefile
--- a/textproc/json2tsv/Makefile Tue Dec 21 14:01:26 2021 +0000
+++ b/textproc/json2tsv/Makefile Tue Dec 21 14:49:05 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/01/27 16:52:28 leot Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/21 14:49:05 leot Exp $
-DISTNAME= json2tsv-0.6
+DISTNAME= json2tsv-0.8
CATEGORIES= textproc
MASTER_SITES= https://codemadness.org/releases/json2tsv/
diff -r f975ca347032 -r 83016f43baf5 textproc/json2tsv/distinfo
--- a/textproc/json2tsv/distinfo Tue Dec 21 14:01:26 2021 +0000
+++ b/textproc/json2tsv/distinfo Tue Dec 21 14:49:05 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:22:13 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/12/21 14:49:05 leot Exp $
-BLAKE2s (json2tsv-0.6.tar.gz) = 38cc3da88703ea975d47088b979f7916f253db7e51ae0abe13cb445c1fdb3d6d
-SHA512 (json2tsv-0.6.tar.gz) = 63e1f4f7dfc4e11704bc6aa5d5726f35ace6f232ee96573d666d2ca1cd48833d8f253e281651bae5d44de00a7124a358c73a207cb4854445cfbbe03cd26d9012
-Size (json2tsv-0.6.tar.gz) = 6165 bytes
+BLAKE2s (json2tsv-0.8.tar.gz) = 135af037b29056581613165eb79a92747e98f46b31385696fe1e9779f693ad4c
+SHA512 (json2tsv-0.8.tar.gz) = ef2f540a9b648dd696bf71beabaa21e74b748bb6b9a44d95cb536680fd226a37719f71cd1881eceafd27c9968c093ff90711cc663f022a8dba65f9333fbdd063
+Size (json2tsv-0.8.tar.gz) = 7631 bytes
Home |
Main Index |
Thread Index |
Old Index