json2tsv reads JSON data from stdin. It outputs each JSON type to a
TAB-Separated Value format per line. The -n flag can be used to show
the indices for array types (by default off).
SUBDIR+= jruby
SUBDIR+= js-Gallery
SUBDIR+= jsl
+SUBDIR+= json2tsv
SUBDIR+= jsoncpp-git
SUBDIR+= judy
SUBDIR+= juk
--- /dev/null
+json2tsv reads JSON data from stdin. It outputs each JSON type to a
+TAB-Separated Value format per line. The -n flag can be used to show
+the indices for array types (by default off).
--- /dev/null
+# $NetBSD: Makefile,v 1.9 2019/08/01 18:55:29 leot Exp $
+
+DISTNAME= json2tsv-0.1
+CATEGORIES= textproc
+MASTER_SITES= http://codemadness.org/releases/json2tsv/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://codemadness.org/git/json2tsv/file/README.html
+COMMENT= Convert JSON to TSV
+LICENSE= isc
+
+USE_LANGUAGES= c99
+
+MAKE_FLAGS+= PREFIX=${PREFIX:Q}
+MAKE_FLAGS+= MANPREFIX=${PREFIX:Q}/${PKGMANDIR:Q}
+MAKE_FLAGS+= CC=${CC:Q}
+
+#REPLACE_SH+= sfeed_opml_export sfeed_update
+
+.include "../../mk/bsd.pkg.mk"
--- /dev/null
+@comment $NetBSD$
+bin/json2tsv
+man/man1/json2tsv.1
+share/doc/json2tsv/README
--- /dev/null
+$NetBSD: distinfo,v 1.7 2019/08/01 18:55:29 leot Exp $
+
+SHA1 (json2tsv-0.1.tar.gz) = d1bbe51e66b7a9d470c79543b5f580c48fb60c25
+RMD160 (json2tsv-0.1.tar.gz) = bc8bc2b42b35c61bd70fac579528cc801c9231ec
+SHA512 (json2tsv-0.1.tar.gz) = bb43847d95b25fcf8ec56268e22f7889b113717589779f68f43cbab65ab4099c65bd9a86c0b8adeb2d101a8f384fe4a315f271ee8ddacfc6fd220a1424e1b0df
+Size (json2tsv-0.1.tar.gz) = 4752 bytes