Port details |
- jo Small utility to create JSON objects
- 1.6_1 textproc =2 1.6_1Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2016-03-12 21:01:25
- Last Update: 2024-01-30 22:35:24
- Commit Hash: 345d607
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://github.com/jpmens/jo
- Description:
- jo creates a JSON string on stdout from words given it as arguments or read
from stdin. Without option -a it generates an object whereby each word is a
key=value (or key@value) pair with key being the JSON object element and value
its value. jo attempts to guess the type of value in order to create number
(using strtod(3)), string, or null values in JSON.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/jo/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/jo
- pkg install jo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1641669790
SHA256 (jo-1.6.tar.gz) = eb15592f1ba6d5a77468a1438a20e3d21c3d63bb7d045fb3544f223340fcd1a1
SIZE (jo-1.6.tar.gz) = 151941
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- sysutils/samdruckerclientshell
Configuration Options:
- No options to configure
- Options name:
- textproc_jo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6_1 30 Jan 2024 22:35:24 |
Muhammad Moinur Rahman (bofh) |
textproc/jo: Moved man to share/man |
1.6 11 Apr 2023 20:46:12 |
Muhammad Moinur Rahman (bofh) |
*/*: Adopt ports from swills@ |
1.6 11 Apr 2023 20:34:04 |
Rene Ladan (rene) |
all: return swills' ports to the pools after safeeping his ports bit.
With hat: portmgr-secretary |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6 12 Mar 2022 22:30:38 |
Steve Wills (swills) Author: Kurt Jaeger |
textproc/jo: Update to 1.6
PR: 261042 |
1.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4 21 Jul 2020 01:28:32 |
swills |
textproc/jo: update to 1.4 |
1.3 31 Jan 2020 17:04:02 |
dbaio |
textproc/jo: Update to 1.3
Changelog:
- FIX: Escaped @ ("\@") is treated as "@" (#42, #103)
- NEW: Support reading JSON array elements (#91)
- UPD: Add home and removable-media interfaces to snap (#94)
- FIX: fix unlikely crash after malloc fail when base64 encoding.
- NEW: Support reading nested data from pipes (#82)
PR: 243419
Approved by: swills (maintainer) |
1.2 28 Dec 2018 03:14:06 |
swills |
textproc/jo: update to 1.2 |
1.1 27 Jul 2017 01:38:21 |
swills |
textproc/jo: update to 1.1 |
1.0 02 Dec 2016 09:21:59 |
mat |
http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by: Absolight |
1.0 12 Mar 2016 21:01:16 |
swills |
textproc/jo: create port
jo creates a JSON string on stdout from words given it as arguments or read
from stdin. Without option -a it generates an object whereby each word is a
key=value (or key@value) pair with key being the JSON object element and value
its value. jo attempts to guess the type of value in order to create number
(using strtod(3)), string, or null values in JSON.
WWW: https://github.com/jpmens/jo |