Bug 200438

Summary: [NEW PORT] devel/php-jq: Jq shared extension for php
Product: Ports & Packages Reporter: Gasol Wu <gasol.wu>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: koobs, pi
Priority: --- Keywords: feature, patch, patch-ready
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shell archive
none
test none

Description Gasol Wu 2015-05-25 08:36:34 UTC
Created attachment 157112 [details]
shell archive

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: https://github.com/kjdev/php-ext-jq
Comment 1 Gasol Wu 2015-05-25 08:36:51 UTC
Created attachment 157113 [details]
test
Comment 2 Gasol Wu 2015-05-25 08:39:55 UTC
There are 2 patches.

- Build with jq shared library instead jq bundle.
- The version.h header doesn't ship with jq installation by default, Therefore I just make one.
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-11-01 09:14:06 UTC
A commit references this bug:

Author: pi
Date: Sun Nov  1 09:13:15 UTC 2015
New revision: 400601
URL: https://svnweb.freebsd.org/changeset/ports/400601

Log:
  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: https://github.com/kjdev/php-ext-jq

  PR:		200438
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

Changes:
  head/devel/Makefile
  head/devel/php-jq/
  head/devel/php-jq/Makefile
  head/devel/php-jq/distinfo
  head/devel/php-jq/files/
  head/devel/php-jq/files/patch-config.m4
  head/devel/php-jq/files/patch-jq.c
  head/devel/php-jq/pkg-descr
Comment 4 Kurt Jaeger freebsd_committer freebsd_triage 2015-11-01 09:15:03 UTC
Test-Builds are all fine, committed, thanks!