Bug 250946 - [NEW PORT] textproc/dasel: Query and update data structures from the command line
Summary: [NEW PORT] textproc/dasel: Query and update data structures from the command ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL: https://github.com/TomWright/dasel
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-08 10:55 UTC by Lewis Cook
Modified: 2020-12-06 10:16 UTC (History)
1 user (show)

See Also:


Attachments
dasel-1.2.0.diff (4.14 KB, patch)
2020-11-08 10:55 UTC, Lewis Cook
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lewis Cook freebsd_committer freebsd_triage 2020-11-08 10:55:57 UTC
Created attachment 219451 [details]
dasel-1.2.0.diff

Dasel (short for data-selector) allows
you to query and modify data structures
using selector strings.

Comparable to jq / yq, but supports JSON,
YAML, TOML and XML with zero runtime
dependencies.

WWW: https://github.com/TomWright/dasel

QA:

 * portlint: OK (looks fine).
 * testport: OK (poudriere: 12.2-RELEASE, amd64).
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-06 10:14:36 UTC
A commit references this bug:

Author: mikael
Date: Sun Dec  6 10:14:31 UTC 2020
New revision: 557125
URL: https://svnweb.freebsd.org/changeset/ports/557125

Log:
  textproc/dasel: add new port

  Dasel (short for data-selector) allows
  you to query and modify data structures
  using selector strings.

  Comparable to jq / yq, but supports JSON,
  YAML, TOML and XML with zero runtime
  dependencies.

  WWW: https://github.com/TomWright/dasel

  PR:		250946
  Submitted by:	Lewis Cook

Changes:
  head/textproc/Makefile
  head/textproc/dasel/
  head/textproc/dasel/Makefile
  head/textproc/dasel/distinfo
  head/textproc/dasel/pkg-descr
Comment 2 Mikael Urankar freebsd_committer freebsd_triage 2020-12-06 10:16:00 UTC
Thanks!