notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
jshon JSON parser for the shell
20180209_1 textproc on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20180209_1Version of this port present on the latest quarterly branch.
Maintainer: 0mp@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-01-23 13:53:55
Last Update: 2024-01-11 13:59:36
Commit Hash: 7074d7f
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: MIT
WWW:
http://kmkeen.com/jshon/
Description:
Jshon parses, reads and creates JSON. It is designed to be as usable as possible from within the shell and replaces fragile ad hoc parsers made from grep/sed/awk as well as heavyweight one-line parsers made from perl/python. Jshon loads JSON text from stdin, performs actions, then displays the last action on stdout. Some of the options output JSON, others output plain text meta information. Because Bash has very poor nested data structures, Jshon does not try to return a native bash data structure as a typical library would. Instead, Jshon provides a history stack containing all the manipulations. The big change in the latest release is switching the everything from pass-by-value to pass-by-reference. In a typical use case (processing AUR search results for 'python') by-ref is twice as fast and uses one sixth the memory. If you are editing JSON, by-ref also makes your life a lot easier as modifications do not need to be manually inserted through the entire stack.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (6 items)
Collapse this list.
  1. bin/jshon
  2. share/man/man1/jshon.1.gz
  3. share/zsh/site-functions/jshon_zsh_completion
  4. /usr/local/share/licenses/jshon-20180209_1/catalog.mk
  5. /usr/local/share/licenses/jshon-20180209_1/LICENSE
  6. /usr/local/share/licenses/jshon-20180209_1/MIT
Collapse this list.
Dependency lines:
  • jshon>0:textproc/jshon
To install the port:
cd /usr/ports/textproc/jshon/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/jshon
  • pkg install jshon
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: jshon
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1633351648 SHA256 (keenerd-jshon-20180209-d919aea_GH0.tar.gz) = a14521b9a0bf06e48949d6bd233403b754a8ac47b08f37244e589c34d8a4db0f SIZE (keenerd-jshon-20180209-d919aea_GH0.tar.gz) = 14126

Packages (timestamps in pop-ups are UTC):
jshon
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20180209_120180209_120170302.120180209_120180209_1-20170302.1-
FreeBSD:13:quarterly20180209_120180209_12018020920180209_120180209_1201802092018020920180209
FreeBSD:14:latest20180209_120180209_12018020920180209_120180209_120180209-20180209
FreeBSD:14:quarterly2018020920180209_1-2018020920180209_1201802092018020920180209
FreeBSD:15:latest20180209_120180209_1n/a20180209_1n/a20180209_120180209_120180209_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
Library dependencies:
  1. libjansson.so : devel/jansson
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for jshon-20180209_1: ZSH=on: Install programmable completions for zsh ===> Use 'make config' to modify these settings
Options name:
textproc_jshon
USES:
gmake localbase:ldflags
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/keenerd/jshon/tar.gz/d919aea?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port