pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/sord



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Jan  2 19:46:10 UTC 2019

Modified Files:
        pkgsrc/textproc/sord: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/sord/Makefile \
    pkgsrc/textproc/sord/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/sord/Makefile
diff -u pkgsrc/textproc/sord/Makefile:1.2 pkgsrc/textproc/sord/Makefile:1.3
--- pkgsrc/textproc/sord/Makefile:1.2   Sat Sep 16 19:27:21 2017
+++ pkgsrc/textproc/sord/Makefile       Wed Jan  2 19:46:10 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/09/16 19:27:21 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2019/01/02 19:46:10 bsiegert Exp $
 
-DISTNAME=      sord-0.12.2
+DISTNAME=      sord-0.16.2
 CATEGORIES=    textproc
 MASTER_SITES=  http://download.drobilla.net/
 EXTRACT_SUFX=  .tar.bz2
@@ -31,7 +31,7 @@ do-install:
        cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} ${PYTHONBIN} ./waf install
 
 .include "../../devel/pcre/buildlink3.mk"
-BUILDLINK_API_DEPENDS.serd+=   serd>=0.18.0
+BUILDLINK_API_DEPENDS.serd+=   serd>=0.30.0
 .include "../../textproc/serd/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/sord/distinfo
diff -u pkgsrc/textproc/sord/distinfo:1.2 pkgsrc/textproc/sord/distinfo:1.3
--- pkgsrc/textproc/sord/distinfo:1.2   Wed Nov  4 02:00:12 2015
+++ pkgsrc/textproc/sord/distinfo       Wed Jan  2 19:46:10 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 02:00:12 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/01/02 19:46:10 bsiegert Exp $
 
-SHA1 (sord-0.12.2.tar.bz2) = 01def87419beed8bb51a89e50307a22940f1d968
-RMD160 (sord-0.12.2.tar.bz2) = 1ce1252b4f40938d6208e1b2cd5cff75113c135f
-SHA512 (sord-0.12.2.tar.bz2) = 2906808138658f89cb6ab939c20e0a092180535629c75b1a0277648af18fb019055dd3cde53f57d7b0d635666be98848bed021ba0bd922a34cfaae3a98c66cbd
-Size (sord-0.12.2.tar.bz2) = 303365 bytes
+SHA1 (sord-0.16.2.tar.bz2) = f3c0abc569cd7ed4163c74db308992065d5c0942
+RMD160 (sord-0.16.2.tar.bz2) = 441808ca00b1d60cef786b6812ba548f10a52fa1
+SHA512 (sord-0.16.2.tar.bz2) = fe143c07ed18c15ffaf2461ca587df76e365a075f5d93f5eaa4c26196e0b1dd59d24d16e176de3664a2658377a2934083af5742c80884e8e7dd201dcaccb9698
+Size (sord-0.16.2.tar.bz2) = 324386 bytes



Home | Main Index | Thread Index | Old Index