Created attachment 175383 [details] shar file Serd is C library for RDF syntax. It is used by some audio programs (new ardour, for example)
Created attachment 175392 [details] Shar file for 0.24.0 version Initially, I've put 0.22.0 version, but there is newer.
*** Bug 213286 has been marked as a duplicate of this bug. ***
Testbuilds are fine, committed, thanks!
A commit references this bug: Author: pi Date: Mon Jan 9 19:53:38 UTC 2017 New revision: 431027 URL: https://svnweb.freebsd.org/changeset/ports/431027 Log: New port: devel/serd Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples. Serd (and the included serdi tool) can be used to stream abbreviated Turtle. Serd can serialise an unbounded amount of abbreviated Turtle using a fixed amount of memory, and it does so very quickly. Serd is written to the Turtle, NTriples and URI specifications, and includes a comprehensive test suite which includes all the tests from the Turtle specification. WWW: https://drobilla.net/software/serd PR: 213169 Submitted by: Goran Mekic <meka@tilda.center> Changes: head/devel/Makefile head/devel/serd/ head/devel/serd/Makefile head/devel/serd/distinfo head/devel/serd/pkg-descr head/devel/serd/pkg-plist
MARKED AS SPAM
I'm not sure how to use it as I ported it because audio/ardour5 requires it. Maybe best approach is to check out how ardour5 uses it?