Path to this page:
./
textproc/json-glib,
JSON parser for GLib-based libraries and applications
Branch: CURRENT,
Version: 1.10.6nb2,
Package name: json-glib-1.10.6nb2,
Maintainer: pkgsrc-usersJSON-GLib is a library providing serialization and deserialization support for
the JavaScript Object Notation (JSON) format described by RFC 4627
JSON-GLib uses GLib native data types and the generic value container GValue for
ease of development. It also provides integration with the GObject classes for
direct serialization into, and deserialization from, JSON data streams.
Required to run:[
devel/glib2]
Required to build:[
devel/gobject-introspection]
Master sites:
Filesize: 247.387 KB
Version history: (Expand)
- (2025-10-24) Updated to version: json-glib-1.10.6nb2
- (2025-07-19) Updated to version: json-glib-1.10.6nb1
- (2025-01-15) Updated to version: json-glib-1.10.6
- (2024-07-22) Updated to version: json-glib-1.8.0
- (2023-08-14) Updated to version: json-glib-1.6.2nb3
- (2022-06-07) Updated to version: json-glib-1.6.2nb2
CVS history: (Expand)
| 2026-05-15 19:01:08 by Thomas Klausner | Files touched by this commit (139) |
Log message:
*: switch to glib2-introspection
The gobject-introspection package installed _some_ of the introspection
files needed for glib2, but not all - some of them are built from the glib2
sources. glib2-introspection now contains all glib2-related introspection
files.
Add a tool dependency on the new package where needed.
Remove gobject-introspection from buildlink3.mk files - this is usually
a tool and should not be forwarded via buildlink3.
Some cleanups/fixes for -current while here.
|
| 2025-10-23 22:40:24 by Thomas Klausner | Files touched by this commit (2999) |
Log message:
*: recursive bump for pcre2
Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by \
/usr/pkg/lib/libglib-2.0.so.0 not defined
|
| 2025-07-19 07:37:52 by Thomas Klausner | Files touched by this commit (190) |
Log message:
*: bump gobject-introspection users for ABI bump
XXX: I'm actually not sure why the ABI was bumped for 1.84, but now that
it is we have to bump PKGREVISIONs, otherwise pkgin is quite unhappy
|
2025-01-14 22:39:41 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
json-glib: updated to 1.10.6
Overview of changes for 1.10
• Improve the performance and reliability of the JSON tokenizer
• Improve conformance of the JSON parser
• Add conformance test suite from https://github.com/nst/JSONTestSuite
• Add JsonParser:strict to enable strict parsing
• Add `--strict` to json-glib-validate to enable strict parsing
• Deprecate the signals on JsonParser
• Port tools man pages from DocBook to reStructureText
• Add "documentation" configuration option, and deprecate \
"gtk_doc"
• Add JsonGenerator.take_root()
• Documentation improvements for JsonReader
• Raise parser error for malformed Unicode
• Build fixes and performance improvements
• Allow disabling installed tests
• Support parsing multiple root statements in non-strict mode
• Allow loading files >4GB with json-glib-validate
• Allow single quoted strings when running in non-strict mode
• Allow escaped characters when running in non-strict mode
• Add missing nullable annotation
|
| 2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
| 2022-08-09 14:08:36 by Jonathan Perkin | Files touched by this commit (72) |
Log message:
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv
and gettext-lib.
|
2022-07-29 18:29:09 by Jonathan Perkin | Files touched by this commit (15) |  |
Log message:
*: Explicitly pass -lintl on SunOS where required.
Recent libtool update appears to have exposed more of these.
|
| 2022-06-07 20:12:04 by Thomas Klausner | Files touched by this commit (1) |
Log message:
json-glib: really bump PKGREVISION
|