2013-09-07 13:17:22 +00:00
|
|
|
|
# -*- 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
|
|
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
2015-08-21 10:42:28 +00:00
|
|
|
|
PortGroup github 1.0
|
2013-09-07 13:17:22 +00:00
|
|
|
|
|
2026-06-29 11:03:48 -04:00
|
|
|
|
github.setup jqlang jq 1.8.2 jq-
|
2023-07-31 19:59:40 -04:00
|
|
|
|
github.tarball_from releases
|
2025-07-02 03:41:00 +08:00
|
|
|
|
revision 0
|
2023-07-31 19:59:40 -04:00
|
|
|
|
|
2013-09-07 13:17:22 +00:00
|
|
|
|
categories sysutils
|
2023-07-31 19:59:40 -04:00
|
|
|
|
license MIT
|
2025-02-06 01:52:59 +01:00
|
|
|
|
maintainers {gmail.com:herby.gillot @herbygillot} \
|
2013-09-07 13:17:22 +00:00
|
|
|
|
openmaintainer
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
2023-08-01 16:16:55 -04:00
|
|
|
|
homepage https://jqlang.github.io/jq/
|
2013-09-07 13:17:22 +00:00
|
|
|
|
|
2026-06-29 11:03:48 -04:00
|
|
|
|
checksums rmd160 cb557191b2698d3f05b0a0166170d295dd085ea0 \
|
|
|
|
|
|
sha256 71b8d6e8f5fe81f6c6d0d110e3892251f6ce76ed095abd315e26e6e1193af3af \
|
|
|
|
|
|
size 1959950
|
2016-08-29 22:10:13 +00:00
|
|
|
|
|
2023-09-07 11:39:27 -04:00
|
|
|
|
depends_lib-append port:oniguruma6
|
2013-09-07 13:17:22 +00:00
|
|
|
|
|
|
|
|
|
|
# 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.
|
2016-08-29 22:10:13 +00:00
|
|
|
|
configure.args --disable-docs \
|
2020-10-27 12:12:34 -05:00
|
|
|
|
--disable-silent-rules \
|
2018-12-12 14:11:37 -05:00
|
|
|
|
--with-oniguruma=${prefix} \
|
|
|
|
|
|
--disable-maintainer-mode
|
2013-09-07 13:17:22 +00:00
|
|
|
|
|
|
|
|
|
|
livecheck.type regex
|
|
|
|
|
|
livecheck.regex ${name}-(\\d+(\.\\d+)+)\.tar
|
2023-08-11 07:35:13 -04:00
|
|
|
|
|
|
|
|
|
|
test.run yes
|
|
|
|
|
|
test.target check
|