From 43b6f345d47893f210f72e6345f360cc454a9edb Mon Sep 17 00:00:00 2001 From: pawel Date: Mon, 19 Nov 2012 21:16:42 +0000 Subject: jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. WWW: http://stedolan.github.com/jq/ PR: ports/173256 Submitted by: Jui-Nan Lin Feature safe: yes --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index b6b337476abe..df79bb4828d3 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -333,6 +333,7 @@ SUBDIR += jdictionary SUBDIR += jdictionary-int-eng SUBDIR += jing + SUBDIR += jq SUBDIR += jrefentry SUBDIR += kbedic SUBDIR += kdiff3 -- cgit