pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/json2tsv json2tsv: Import json2tsv-0.2 as tex...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4d7284c9892d
branches: trunk
changeset: 342516:4d7284c9892d
user: leot <leot%pkgsrc.org@localhost>
date: Sun Oct 20 18:03:50 2019 +0000
description:
json2tsv: Import json2tsv-0.2 as textproc/json2tsv
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).
diffstat:
textproc/json2tsv/DESCR | 3 +++
textproc/json2tsv/Makefile | 18 ++++++++++++++++++
textproc/json2tsv/PLIST | 4 ++++
textproc/json2tsv/distinfo | 6 ++++++
4 files changed, 31 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r ee6ff659ccb7 -r 4d7284c9892d textproc/json2tsv/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json2tsv/DESCR Sun Oct 20 18:03:50 2019 +0000
@@ -0,0 +1,3 @@
+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).
diff -r ee6ff659ccb7 -r 4d7284c9892d textproc/json2tsv/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json2tsv/Makefile Sun Oct 20 18:03:50 2019 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2019/10/20 18:03:50 leot Exp $
+
+DISTNAME= json2tsv-0.2
+CATEGORIES= textproc
+MASTER_SITES= http://codemadness.org/releases/json2tsv/
+
+MAINTAINER= leot%NetBSD.org@localhost
+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}
+
+.include "../../mk/bsd.pkg.mk"
diff -r ee6ff659ccb7 -r 4d7284c9892d textproc/json2tsv/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json2tsv/PLIST Sun Oct 20 18:03:50 2019 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2019/10/20 18:03:50 leot Exp $
+bin/json2tsv
+man/man1/json2tsv.1
+share/doc/json2tsv/README
diff -r ee6ff659ccb7 -r 4d7284c9892d textproc/json2tsv/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json2tsv/distinfo Sun Oct 20 18:03:50 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/10/20 18:03:50 leot Exp $
+
+SHA1 (json2tsv-0.2.tar.gz) = ea96a66a5e41e54f3b76d89be12af4c8627297d7
+RMD160 (json2tsv-0.2.tar.gz) = 6a86b63e068971b616492073c00ec5316ba1c045
+SHA512 (json2tsv-0.2.tar.gz) = 8205113cf263037da300a8463abf18fec2dd077e42ed34764c7c44b35025990ddd6f5586d7235080f9b975c23e44bdb8870316fafe3682fc6450e28e519da3b1
+Size (json2tsv-0.2.tar.gz) = 5171 bytes
Home |
Main Index |
Thread Index |
Old Index