Commit Graph

7 Commits

Author SHA1 Message Date
sthen 56a28fcfb7 remove DISTFILES setting for cargo ports using GH_*, no longer needed
with cargo.port.mk r1.35
2023-01-30 13:28:38 +00:00
sthen 6781029335 bump REVISION for ports using rust, so that pkg_add -u for i386 users
updates to packages without -znotext (i.e. with text relocations disabled)
makes sense to phessler, semarie, tb
2022-10-28 10:00:45 +00:00
semarie 6f1dbcb6fe adjust rust programs to run with immutable stack
the rust std library has been changed to not try to reallocate
a guard page on the stack.

as the rust std library is statically linked in rust programs,
bump REVISION to force reinstall.
2022-10-09 16:32:18 +00:00
jca 59f3e357d6 Bump cc and libc crates in those rust ports
cc >= 1.0.73 (latest) and libc >= 0.2.113 (latest is 0.2.232) are needed
for powerpc64 and riscv64 support.  semarie@ will take care of the
lang/rust bits.

Help from semarie@, powerpc64 tests by gkoehler@, ok semarie@
2022-08-24 21:43:08 +00:00
sthen 1bd8e2b3af install the jless.help file in share/doc/jless so it's easier to find the
available keys. also refer to the web version in DESCR.
2022-04-03 13:02:44 +00:00
sthen 177136ffc6 add HOMEPAGE 2022-03-18 14:35:08 +00:00
sthen d2b1eae23c import textproc/jless, ok kn@
jless is a command-line viewer designed for reading, exploring, and
searching through JSON data. It also supports YAML.

jless will pretty print your files and apply syntax highlighting.
Use it when exploring external APIs, or debugging request payloads.

Expand and collapse Objects and Arrays to grasp the high- and low-level
structure of a document. jless has a large suite of vim-inspired
commands that make exploring data a breeze.

jless supports full text regular-expression based search. Quickly find
the data you're looking for in long String values, or jump between
values for the same Object key.
2022-03-18 13:33:50 +00:00