# -*- 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 139609 2015-08-21 10:42:28Z raimue@macports.org $ PortSystem 1.0 PortGroup github 1.0 github.setup stedolan jq 1.5 jq- 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/ github.tarball_from releases # remove when https://github.com/stedolan/jq/issues/416 is resolved depends_build port:bison checksums rmd160 a403cb2007f76e8489ed5cca41851d08429cfcc1 \ sha256 c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c # 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.regex ${name}-(\\d+(\.\\d+)+)\.tar