Path to this page:
./
textproc/sord,
Lightweight C library for storing RDF data in memory
Branch: CURRENT,
Version: 0.16.16,
Package name: sord-0.16.16,
Maintainer: pkgsrc-usersSord is a lightweight C library for storing RDF data in memory.
Required to run:[
devel/pcre] [
textproc/serd]
Master sites:
Filesize: 104.637 KB
Version history: (Expand)
- (2024-11-05) Updated to version: sord-0.16.16
- (2023-08-14) Updated to version: sord-0.16.10nb1
- (2022-06-11) Updated to version: sord-0.16.10
- (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
CVS history: (Expand)
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:09:50 by Nia Alarie | Files touched by this commit (2) | |
Log message:
sord: update to 0.16.10
sord (0.16.10) stable;
* Fix Windows build
* Fix potential crash or incorrectness issue with GCC 10 again
|
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.
|