Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  1 Nov 2012 13:30:24 +0800 (CST)
From:      Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/173256: [NEW PORT] textproc/jq: A lightweight and flexible command-line JSON processor
Message-ID:  <20121101053024.CD8A68A2E4@Florence.tamama.org>
Resent-Message-ID: <201211010540.qA15e2eg016110@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173256
>Category:       ports
>Synopsis:       [NEW PORT] textproc/jq: A lightweight and flexible command-line JSON processor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 01 05:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 8.3-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD Florence.tamama.org 8.3-RELEASE FreeBSD 8.3-RELEASE #15: Thu Apr 12 21:12:37 CST 2012
>Description:
Please close PR ports/172971, thanks!

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/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
>How-To-Repeat:
>Fix:

--- .shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	jq
#	jq/distinfo
#	jq/Makefile
#	jq/pkg-descr
#
echo c - jq
mkdir -p jq > /dev/null 2>&1
echo x - jq/distinfo
sed 's/^X//' >jq/distinfo << '58ccb6faacc848767962de38e4708ae4'
XSHA256 (jq-1.1.tar.gz) = 0e53d2753e40705a684f499789920f2cebfa7adfbec03a270519c25a5fc03f60
XSIZE (jq-1.1.tar.gz) = 432144
58ccb6faacc848767962de38e4708ae4
echo x - jq/Makefile
sed 's/^X//' >jq/Makefile << '792da4791197f517387945e56555cd0c'
X# New ports collection makefile for:	jq
X# Date created:		2012-10-23
X# Whom:			Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	jq
XPORTVERSION=	1.1
XCATEGORIES=	textproc
X
XMAINTAINER=	jnlin@csie.nctu.edu.tw
XCOMMENT=	A lightweight and flexible command-line JSON processor
X
XUSE_GITHUB=	yes
XGH_ACCOUNT=	stedolan
XGH_TAGNAME=	jq-${PORTVERSION}
XGH_COMMIT=	bf61e95
X
XUSE_GMAKE=	yes
X
XPLIST_FILES=	bin/jq
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/jq ${PREFIX}/bin
X
X.include <bsd.port.mk>
792da4791197f517387945e56555cd0c
echo x - jq/pkg-descr
sed 's/^X//' >jq/pkg-descr << '116f391838f1eef45d579195d8f3b9c3'
Xjq is like sed for JSON data - you can use it to slice and
Xfilter and map and transform structured data with the same
Xease that sed, awk, grep and friends let you play with text.
X
XWWW: http://stedolan.github.com/jq/
116f391838f1eef45d579195d8f3b9c3
exit
--- .shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121101053024.CD8A68A2E4>