# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 121106 2014-06-17 18:05:30Z g5pw@macports.org $ PortSystem 1.0 name jq version 1.4 categories sysutils platforms darwin maintainers raimue \ openmaintainer license MIT description A lightweight and flexible command-line JSON processor long_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. homepage http://stedolan.github.io/jq/ master_sites http://stedolan.github.io/jq/download/source/ # remove when https://github.com/stedolan/jq/issues/416 is resolved depends_build port:bison checksums rmd160 c1139f4363ff3b44478abea82e36cfdf56ec22df \ sha256 998c41babeb57b4304e65b4eb73094279b3ab1e63801b6b4bddd487ce009b39d # The documentation requires some ruby dependencies which are not available as # ports. However, the manpage is already distributed in compiled form and will # be installed. configure.args --disable-docs livecheck.type regex livecheck.url http://stedolan.github.io/jq/download/ livecheck.regex ${name}-(\\d+(\.\\d+)+)\.tar