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
yyjson Fastest JSON library in C
0.9.0 devel on this many watch lists=0 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 0.8.0Version of this port present on the latest quarterly branch.
Maintainer: pkubaj@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-17 13:15:07
Last Update: 2024-04-16 21:48:13
Commit Hash: c1deab2
License: MIT
WWW:
https://github.com/ibireme/yyjson
Description:
A high performance JSON library written in ANSI C. Features: * Fast: can read or write gigabytes per second JSON data on modern CPUs. * Portable: complies with ANSI C (C89) for cross-platform compatibility. * Strict: complies with RFC 8259 JSON standard, ensuring strict number format and UTF-8 validation. * Extendable: offers options to allow comments, trailing commas, NaN/Inf, and custom memory allocator. * Accuracy: can accurately read and write int64, uint64, and double numbers. * Flexible: supports unlimited JSON nesting levels, \u0000 characters, and non null-terminated strings. * Manipulation: supports querying and modifying using JSON Pointer, JSON Patch and JSON Merge Patch. * Developer-Friendly: easy integration with only one h and one c file. Limitations: * An array or object is stored as a data structure such as linked list, which makes accessing elements by index or key slower than using an iterator. * Duplicate keys are allowed in an object, and the order of the keys is preserved. * JSON parsing result is immutable, requiring a mutable copy for modification.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/yyjson-0.9.0/catalog.mk
  2. /usr/local/share/licenses/yyjson-0.9.0/LICENSE
  3. /usr/local/share/licenses/yyjson-0.9.0/MIT
  4. include/yyjson.h
  5. lib/cmake/yyjson/yyjson-config-release.cmake
  6. lib/cmake/yyjson/yyjson-config.cmake
  7. lib/libyyjson.so
  8. lib/libyyjson.so.0
  9. lib/libyyjson.so.0.9.0
  10. libdata/pkgconfig/yyjson.pc
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • yyjson>0:devel/yyjson
To install the port:
cd /usr/ports/devel/yyjson/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/yyjson
  • pkg install yyjson
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: yyjson
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1713256298 SHA256 (ibireme-yyjson-0.9.0_GH0.tar.gz) = 59902bea55585d870fd7681eabe6091fbfd1a8776d1950f859d2dbbd510c74bd SIZE (ibireme-yyjson-0.9.0_GH0.tar.gz) = 1531794

Packages (timestamps in pop-ups are UTC):
yyjson
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.00.9.0-0.8.00.9.0---
FreeBSD:13:quarterly0.8.00.8.0-0.8.00.8.00.8.00.8.00.8.0
FreeBSD:14:latest0.8.00.9.0-0.8.00.9.0---
FreeBSD:14:quarterly0.8.00.8.0-0.8.00.8.00.8.00.8.00.8.0
FreeBSD:15:latest0.9.00.9.0n/a0.8.0n/a0.8.00.8.00.8.0
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Libraries
  1. sysutils/fastfetch

Configuration Options:
No options to configure
Options name:
devel_yyjson
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ibireme/yyjson/tar.gz/0.9.0?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.0
16 Apr 2024 21:48:13
commit hash: c1deab268cff73a90dd1ea5895d10311013ddab5commit hash: c1deab268cff73a90dd1ea5895d10311013ddab5commit hash: c1deab268cff73a90dd1ea5895d10311013ddab5commit hash: c1deab268cff73a90dd1ea5895d10311013ddab5 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
devel/yyjson: update to 0.9.0

Changelog:	https://github.com/ibireme/yyjson/releases/tag/0.9.0
0.8.0
14 Sep 2023 10:46:13
commit hash: 3c0d16e56959d3630553befca7078e3fac61ca28commit hash: 3c0d16e56959d3630553befca7078e3fac61ca28commit hash: 3c0d16e56959d3630553befca7078e3fac61ca28commit hash: 3c0d16e56959d3630553befca7078e3fac61ca28 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
devel/yyjson: update to 0.8.0

Changelog:	https://github.com/ibireme/yyjson/releases/tag/0.8.0
0.7.0_1
23 Aug 2023 22:24:26
commit hash: 6b09422d723f8b760e549f260093aeaa2f79e81ecommit hash: 6b09422d723f8b760e549f260093aeaa2f79e81ecommit hash: 6b09422d723f8b760e549f260093aeaa2f79e81ecommit hash: 6b09422d723f8b760e549f260093aeaa2f79e81e files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
devel/yyjson: enable building shared library
0.7.0
17 Aug 2023 13:12:18
commit hash: 70ec5e55fb58603a1cc9a8a02da81471d2e3b299commit hash: 70ec5e55fb58603a1cc9a8a02da81471d2e3b299commit hash: 70ec5e55fb58603a1cc9a8a02da81471d2e3b299commit hash: 70ec5e55fb58603a1cc9a8a02da81471d2e3b299 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
devel/yyjson: A high performance C JSON library.

Needed for upcoming update of sysutils/fastfetch.

Number of commits found: 4