Path to this page:
./
textproc/sord,
Lightweight C library for storing RDF data in memory
Branch: CURRENT,
Version: 0.16.8,
Package name: sord-0.16.8,
Maintainer: pkgsrc-usersSord is a lightweight C library for storing RDF data in memory.
Required to run:[
devel/pcre] [
textproc/serd]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 512.732 KB
Version history: (Expand)
- (2021-01-24) Updated to version: sord-0.16.8
- (2020-11-24) Updated to version: sord-0.16.6
- (2019-12-15) Updated to version: sord-0.16.4
- (2019-04-25) Updated to version: sord-0.16.2nb1
- (2019-01-02) Updated to version: sord-0.16.2
- (2017-11-23) Package has been reborn
CVS history: (Expand)
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:27:36 by Nia Alarie | Files touched by this commit (2) |
Log message:
sord: Update to 0.16.8
sord (0.16.8) stable;
* Clean up code
* Fix potential undefined behavior
* Fix potentially incorrect search results
* Remove the need for a generated configuration header
|
2020-11-24 15:10:28 by Nia Alarie | Files touched by this commit (2) |
Log message:
sord: Update to 0.16.6
sord (0.16.6) stable;
* Fix potential crash or incorrectness issues with GCC 10
* Fix various minor warnings and other code quality issues
-- David Robillard <d@drobilla.net> Sun, 27 Sep 2020 11:08:18 +0000
|
2019-12-14 18:53:39 by Nia Alarie | Files touched by this commit (7) |
Log message:
Convert some drobilla.net packages to waf.mk.
This removes a lot of do-X: targets and redundant python runtime deps.
|
2019-12-14 18:33:04 by Nia Alarie | Files touched by this commit (2) |
Log message:
sord: Update to 0.16.4
sord (0.16.4) stable;
* Update build system
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|
2019-01-02 20:46:10 by Benny Siegert | Files touched by this commit (2) |
Log message:
Update sord to 0.16.2.
Sord 0.16.2
* sord_validate: Fix restriction count reporting
* sord_validate: Use consistent error format
* sord_validate: Add support for maximum cardinality
* sord_validate: Only report functional / inverse functional property errors
if the subjects / objects are not blank
Sord 0.16.0
* Fix construction and comparison of URIs with UTF-8 characters
* Fix documentation generation
* Return error from sord_inserter_write_statement() if a node can not be
written (e.g. undefined prefix)
* Make sord_node_get_counted return byte count, and clarify documentation
* Safely return NULL from sord_iter_get() for end iterators
* Add sord_node_get_string_measured() to get both byte and character counts
* sord_validate: Do proper numeric comparison for propery bounds checking
* sord_validate: Tolerate xsd:decimal literals for double and float
properties if literals match pattern
Sord 0.14.0
* Reduce memory usage and increase performance with a better data structure
* Add sord_erase() for erasing statements via an iterator
* Fix bugs with stores that contain both graphs and default graph statements
* Fix crash caused by multiple deletion of datatype nodes
* Fix compilation on compilers that do not support -pthread flag
* Fix minor memory leak in sordi
* Fix using sordi with stdin
* Show sordi errors in standard format
* sord_validate: More extensive validation, including cardinality,
PlainLiteral, and someValuesFrom restrictions.
* This release does not break the ABI, but the semantics of iterators has
changed: any modification to a model invalidates iterators on that model
* Improve test coverage
* Upgrade to waf 1.8.14
|