Skip to content

Commit

Permalink
textproc/jqp: New port: TUI playground to experiment with jq
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed May 5, 2024
1 parent d0caf00 commit 43aef7e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@
SUBDIR += jo
SUBDIR += jq
SUBDIR += jql
SUBDIR += jqp
SUBDIR += jrefentry
SUBDIR += jshon
SUBDIR += json-yaml
Expand Down
19 changes: 19 additions & 0 deletions textproc/jqp/Makefile
Original file line number Diff line number Diff line change
@@ -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 changes: 5 additions & 0 deletions textproc/jqp/distinfo
Original file line number Diff line number Diff line change
@@ -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 changes: 3 additions & 0 deletions textproc/jqp/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
jqp is a TUI playground for exploring jq.

This application utilizes the implementation of jq written in Go, gojq.

0 comments on commit 43aef7e

Please sign in to comment.