Date: Tue, 23 Oct 2012 10:56:18 +0800 (CST) From: Jui-Nan Lin <jnlin@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172971: [NEW PORT] textproc/jq: A lightweight and flexible command-line JSON processor Message-ID: <20121023025618.E71C18A329@Florence.tamama.org> Resent-Message-ID: <201210230310.q9N3A22C031053@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172971 >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: Tue Oct 23 03:10:01 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: 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 (stedolan-jq-jq-1.1-bf61e95.tar.gz) = 0e53d2753e40705a684f499789920f2cebfa7adfbec03a270519c25a5fc03f60 XSIZE (stedolan-jq-jq-1.1-bf61e95.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 XMASTER_SITES= https://github.com/stedolan/${PORTNAME}/tarball/${PORTNAME}-${PORTVERSION}/ XDISTNAME= stedolan-${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} X XMAINTAINER= jnlin@csie.nctu.edu.tw XCOMMENT= A lightweight and flexible command-line JSON processor X XGITVERSION= bf61e95 XFETCH_ARGS= -pRr X XWRKSRC= ${WRKDIR}/stedolan-${PORTNAME}-${GITVERSION} 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?20121023025618.E71C18A329>