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:           Sun Oct 20 18:03:50 UTC 2019

Added Files:
        pkgsrc/textproc/json2tsv: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/json2tsv/DESCR \
    pkgsrc/textproc/json2tsv/Makefile pkgsrc/textproc/json2tsv/PLIST \
    pkgsrc/textproc/json2tsv/distinfo

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

Added files:

Index: pkgsrc/textproc/json2tsv/DESCR
diff -u /dev/null pkgsrc/textproc/json2tsv/DESCR:1.1
--- /dev/null   Sun Oct 20 18:03:50 2019
+++ pkgsrc/textproc/json2tsv/DESCR      Sun Oct 20 18:03:50 2019
@@ -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).
Index: pkgsrc/textproc/json2tsv/Makefile
diff -u /dev/null pkgsrc/textproc/json2tsv/Makefile:1.1
--- /dev/null   Sun Oct 20 18:03:50 2019
+++ pkgsrc/textproc/json2tsv/Makefile   Sun Oct 20 18:03:50 2019
@@ -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"
Index: pkgsrc/textproc/json2tsv/PLIST
diff -u /dev/null pkgsrc/textproc/json2tsv/PLIST:1.1
--- /dev/null   Sun Oct 20 18:03:50 2019
+++ pkgsrc/textproc/json2tsv/PLIST      Sun Oct 20 18:03:50 2019
@@ -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
Index: pkgsrc/textproc/json2tsv/distinfo
diff -u /dev/null pkgsrc/textproc/json2tsv/distinfo:1.1
--- /dev/null   Sun Oct 20 18:03:50 2019
+++ pkgsrc/textproc/json2tsv/distinfo   Sun Oct 20 18:03:50 2019
@@ -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