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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
pdjson Public Domain JSON Parser Library for C
g20250825 textproc 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 g20250825Version of this port present on the latest quarterly branch.
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.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
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:latestg20250825g20250825-g20250825g20250825n/an/an/a
FreeBSD:13:quarterlyg20250825g20250825--g20250825n/an/an/a
FreeBSD:14:latestg20250825g20250825--g20250825---
FreeBSD:14:quarterlyg20250825g20250825--g20250825---
FreeBSD:15:latestg20250825g20250825n/a-n/an/a--
FreeBSD:15:quarterlyg20250825g20250825n/a-n/an/a--
FreeBSD:16:latestg20250825g20250825n/a-n/an/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