Path to this page:
./
textproc/serd,
Lightweight C library for RDF syntax
Branch: CURRENT,
Version: 0.32.2,
Package name: serd-0.32.2,
Maintainer: pkgsrc-usersSerd is a lightweight C library for RDF syntax which supports reading and
writing Turtle and NTriples.
Serd is not intended to be a swiss-army knife of RDF syntax, but rather is
suited to resource limited or performance critical applications (e.g. converting
many gigabytes of NTriples to Turtle), or situations where a simple
reader/writer with minimal dependencies is ideal (e.g. in LV2 implementations or
embedded applications).
Master sites:
Filesize: 164.883 KB
Version history: (Expand)
- (2024-11-05) Updated to version: serd-0.32.2
- (2023-08-14) Updated to version: serd-0.30.12nb1
- (2022-06-11) Updated to version: serd-0.30.12
- (2021-01-24) Updated to version: serd-0.30.10
- (2020-11-24) Updated to version: serd-0.30.6
- (2020-05-18) Updated to version: serd-0.30.4
CVS history: (Expand)
2024-11-05 18:16:45 by Adam Ciarcinski | Files touched by this commit (5) | |
Log message:
serd: updated to 0.32.2
serd (0.32.2) stable; urgency=medium
* Enable clang nullability checks
* Fix writing empty list objects within blank nodes
serd (0.32.0) stable; urgency=medium
* Add Windows path separator support to serd_node_new_file_uri()
* Add long "help" and "version" options to serdi
* Add options to disable html or singlehtml documentation
* Add serd_reader_skip_until_byte() to public API
* Allow SERD_API to be defined by the user
* Avoid creating test files in the current directory
* Avoid using ASCII grave as a quote
* Check for POSIX features with the build system
* Clean up and improve test suite
* Clean up code
* Fix crash when trying to read chunks without starting
* Fix hang when skipping an error at EOF when lax parsing
* Fix incorrect parsing of strange quote escape patterns
* Fix possible hang when writing nested Turtle lists
* Fix potential memory leaks when a write is aborted
* Fix relative URI creation
* Gracefully handle bad characters in Turtle blank node syntax
* Gracefully handle bad characters in Turtle datatype syntax
* Improve TriG pretty-printing and remove trailing newlines
* Improve pretty-printing of lists and inline subjects
* Improve serdi man page
* Improve writer error handling
* Make URI writing stricter by default
* Make serd_reader_read_chunk() work with NQuads
* Override pkg-config dependency within meson
* Remove junk files from documentation install
* Remove support for writing Turtle named inline nodes extension
* Replace duplicated dox_to_sphinx script with sphinxygen dependency
* Test header for warnings more strictly
* Update standard test suites
|
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
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-06-11 14:08:21 by Nia Alarie | Files touched by this commit (2) | |
Log message:
serd: update to 0.30.12
serd (0.30.12) stable;
* Fix warnings and build issues with clang 13 and VS 2019
* Fix writing long literals with triple quotes
* Improve documentation style
* Support combining several BSD-style command line flags in serdi
* Write statements with invalid URI characters in lax mode
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-01-24 17:17:35 by Nia Alarie | Files touched by this commit (2) |
Log message:
serd: Update to 0.30.10
serd (0.30.10) stable;
* Add fallback configuration if documentation theme is unavailable
* Fix SERD_DISABLE_DEPRECATED
* Fix building for older MacOS versions on newer MacOS
* Fix documentation installation directory
|
2020-11-24 15:29:07 by Nia Alarie | Files touched by this commit (2) |
Log message:
serd: Update to 0.30.6
serd (0.30.6) stable;
* Fix various minor warnings and other code quality issues
* Improve reader error handling
* Make all free functions tolerant of NULL
* Parse prefixed names more strictly
-- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 10:51:38 +0000
|