From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 23 03:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8616787 for ; Tue, 23 Oct 2012 03:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id A22C48FC14 for ; Tue, 23 Oct 2012 03:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9N3A2Ce031054 for ; Tue, 23 Oct 2012 03:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9N3A22C031053; Tue, 23 Oct 2012 03:10:02 GMT (envelope-from gnats) Resent-Date: Tue, 23 Oct 2012 03:10:02 GMT Resent-Message-Id: <201210230310.q9N3A22C031053@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jui-Nan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02D7F622 for ; Tue, 23 Oct 2012 03:02:21 +0000 (UTC) (envelope-from jnlin@tamama.org) Received: from Florence.tamama.org (Florence.tamama.org [59.120.212.55]) by mx1.freebsd.org (Postfix) with ESMTP id C1E8E8FC20 for ; Tue, 23 Oct 2012 03:02:20 +0000 (UTC) Received: by Florence.tamama.org (Postfix, from userid 1000) id E71C18A329; Tue, 23 Oct 2012 10:56:18 +0800 (CST) Message-Id: <20121023025618.E71C18A329@Florence.tamama.org> Date: Tue, 23 Oct 2012 10:56:18 +0800 (CST) From: Jui-Nan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/172971: [NEW PORT] textproc/jq: A lightweight and flexible command-line JSON processor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 03:10:02 -0000 >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 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 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: