diff options
author | pawel <pawel@FreeBSD.org> | 2012-11-20 05:16:42 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-11-20 05:16:42 +0800 |
commit | 43b6f345d47893f210f72e6345f360cc454a9edb (patch) | |
tree | a6202ef6102b8b3dfa6f4b4df587680ecc99196f /textproc/Makefile | |
parent | c8061cf38a372d61a2a5affb4bdc13b100481fd0 (diff) | |
download | freebsd-ports-gnome-43b6f345d47893f210f72e6345f360cc454a9edb.tar.gz freebsd-ports-gnome-43b6f345d47893f210f72e6345f360cc454a9edb.tar.zst freebsd-ports-gnome-43b6f345d47893f210f72e6345f360cc454a9edb.zip |
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 <jnlin@csie.nctu.edu.tw>
Feature safe: yes
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |