pkgsrc-WIP-changes archive

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

json2tsv: Remove, imported in pkgsrc as textproc/json2tsv



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Oct 20 20:05:18 2019 +0200
Changeset:	7bd74e2976818f8d990fb9c6b268161ad6f536d4

Modified Files:
	Makefile
Removed Files:
	json2tsv/DESCR
	json2tsv/Makefile
	json2tsv/PLIST
	json2tsv/distinfo

Log Message:
json2tsv: Remove, imported in pkgsrc as textproc/json2tsv

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7bd74e2976818f8d990fb9c6b268161ad6f536d4

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

diffstat:
 Makefile          |  1 -
 json2tsv/DESCR    |  3 ---
 json2tsv/Makefile | 18 ------------------
 json2tsv/PLIST    |  4 ----
 json2tsv/distinfo |  6 ------
 5 files changed, 32 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index ec6bc93ad2..2a4b97dd28 100644
--- a/Makefile
+++ b/Makefile
@@ -1721,7 +1721,6 @@ SUBDIR+=	jpicedt
 SUBDIR+=	jruby
 SUBDIR+=	js-Gallery
 SUBDIR+=	jsl
-SUBDIR+=	json2tsv
 SUBDIR+=	json2tsv-git
 SUBDIR+=	jsoncpp-git
 SUBDIR+=	judy
diff --git a/json2tsv/DESCR b/json2tsv/DESCR
deleted file mode 100644
index 06bca7421f..0000000000
--- a/json2tsv/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-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 --git a/json2tsv/Makefile b/json2tsv/Makefile
deleted file mode 100644
index d684e58ef4..0000000000
--- a/json2tsv/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2019/08/01 18:55:29 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 --git a/json2tsv/PLIST b/json2tsv/PLIST
deleted file mode 100644
index d06bdf99b0..0000000000
--- a/json2tsv/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/json2tsv
-man/man1/json2tsv.1
-share/doc/json2tsv/README
diff --git a/json2tsv/distinfo b/json2tsv/distinfo
deleted file mode 100644
index 93aaef7cc6..0000000000
--- a/json2tsv/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.7 2019/08/01 18:55:29 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