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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
pdjson Public Domain JSON Parser Library for C
g20250825 textprocnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: nsonack@herrhotzenplotz.de search for ports maintained by this maintainer
Port Added: 2025-08-29 18:06:07
Last Update: 2025-08-29 18:01:55
Commit Hash: 5623db0
License: UNLICENSE
WWW:
https://github.com/skeeto/pdjson/
Description:
A public domain JSON parser focused on correctness, ANSI C99 compliance, full Unicode (UTF-8) support, minimal memory footprint, and a simple API. As a streaming API, arbitrary large JSON could be processed with a small amount of memory (the size of the largest string in the JSON).
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 (11 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/pdjson-g20250825/catalog.mk
  3. /usr/local/share/licenses/pdjson-g20250825/LICENSE
  4. /usr/local/share/licenses/pdjson-g20250825/UNLICENSE
  5. include/pdjson.h
  6. lib/libpdjson.so
  7. lib/libpdjson.so.0
  8. libdata/pkgconfig/pdjson.pc
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • pdjson>0:textproc/pdjson
To install the port:
cd /usr/ports/textproc/pdjson/ && make install clean
To add the package, run one of these commands:
  • pkg install textproc/pdjson
  • pkg install pdjson
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pdjson
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1756138081 SHA256 (skeeto-pdjson-g20250825-78fe04b820dc8817f540bdd87fb22887e0ef3981_GH0.tar.gz) = e6bf6a90e65736faa5cfa6641a1f3278b577504d63f7fd2bf6b1454d94fa223c SIZE (skeeto-pdjson-g20250825-78fe04b820dc8817f540bdd87fb22887e0ef3981_GH0.tar.gz) = 11698

Packages (timestamps in pop-ups are UTC):
pdjson
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-g20250825--g20250825---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-g20250825--g20250825---
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest--n/a-n/a---
This port has no dependencies.
This port is required by:
for Libraries
  1. devel/gcli

Configuration Options:
No options to configure
Options name:
textproc_pdjson
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/skeeto/pdjson/tar.gz/78fe04b820dc8817f540bdd87fb22887e0ef3981?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20250825
29 Aug 2025 18:01:55
commit hash: 5623db0c74b4d320d7617df7417f89bc91f9b937commit hash: 5623db0c74b4d320d7617df7417f89bc91f9b937commit hash: 5623db0c74b4d320d7617df7417f89bc91f9b937commit hash: 5623db0c74b4d320d7617df7417f89bc91f9b937 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Nico Sonack
textproc/pdjson: Public Domain JSON Parser Library for C

A public domain JSON parser focused on correctness, ANSI C99
compliance, full Unicode (UTF-8) support, minimal memory footprint,
and a simple API. As a streaming API, arbitrary large JSON could
be processed with a small amount of memory (the size of the largest
string in the JSON).

Number of commits found: 1