textproc/jqp: New port: TUI playground to experiment with jq

main
Yuri Victorovich 2024-05-05 14:55:58 -07:00
parent d0caf00dd5
commit 43aef7e44a
4 changed files with 28 additions and 0 deletions

View File

@ -345,6 +345,7 @@
SUBDIR += jo
SUBDIR += jq
SUBDIR += jql
SUBDIR += jqp
SUBDIR += jrefentry
SUBDIR += jshon
SUBDIR += json-yaml

19
textproc/jqp/Makefile Normal file
View File

@ -0,0 +1,19 @@
PORTNAME= jqp
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.0
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= TUI playground to experiment with jq
WWW= https://github.com/noahgorstein/jqp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/noahgorstein/jqp
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

5
textproc/jqp/distinfo Normal file
View File

@ -0,0 +1,5 @@
TIMESTAMP = 1714945297
SHA256 (go/textproc_jqp/jqp-v0.6.0/v0.6.0.mod) = 784fbb08e56f26d3863b2f7de01357e0e29f2b7684363af7615e822de38d88b7
SIZE (go/textproc_jqp/jqp-v0.6.0/v0.6.0.mod) = 1909
SHA256 (go/textproc_jqp/jqp-v0.6.0/v0.6.0.zip) = eaebbf642c5e3154b5fcb836da45ebf79d418eff1eb45a55e3e20b0104ac7e16
SIZE (go/textproc_jqp/jqp-v0.6.0/v0.6.0.zip) = 46097

3
textproc/jqp/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
jqp is a TUI playground for exploring jq.
This application utilizes the implementation of jq written in Go, gojq.