pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/serd



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 12 07:33:11 UTC 2025

Modified Files:
        pkgsrc/textproc/serd: Makefile PLIST distinfo

Log Message:
serd: updated ot 0.32.4

serd (0.32.4) stable; urgency=medium

* Clean up enum declarations
* Fix library current_version on MacOS
* Fix overly permissive parsing of syntax names on the command line
* Fix parsing NQuads lines with no space before the final dot
* Fix reading chunks from files without trailing newlines
* Fix rewriting special literals when datatype URIs are prefixed names
* Gracefully handle errors while writing the end of anonymous nodes
* Improve test suite coverage
* Simplify some character classification and comparison code
* Support reading lone lists in lax mode
* Treat out of range unicode characters as errors
* Write blank lines between graphs and statements in TriG


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/serd/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/serd/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/serd/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/serd/Makefile
diff -u pkgsrc/textproc/serd/Makefile:1.13 pkgsrc/textproc/serd/Makefile:1.14
--- pkgsrc/textproc/serd/Makefile:1.13  Tue Nov  5 17:16:45 2024
+++ pkgsrc/textproc/serd/Makefile       Tue Aug 12 07:33:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/11/05 17:16:45 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/08/12 07:33:11 adam Exp $
 
-DISTNAME=      serd-0.32.2
+DISTNAME=      serd-0.32.4
 CATEGORIES=    textproc
 MASTER_SITES=  https://download.drobilla.net/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/textproc/serd/PLIST
diff -u pkgsrc/textproc/serd/PLIST:1.2 pkgsrc/textproc/serd/PLIST:1.3
--- pkgsrc/textproc/serd/PLIST:1.2      Tue Nov  5 17:16:45 2024
+++ pkgsrc/textproc/serd/PLIST  Tue Aug 12 07:33:11 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2024/11/05 17:16:45 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/08/12 07:33:11 adam Exp $
 bin/serdi
 include/serd-0/serd/serd.h
 lib/libserd-0.so
 lib/libserd-0.so.${PKGVERSION}
 lib/libserd-0.so.0
 lib/pkgconfig/serd-0.pc
-${PLIST.doc}man/man1/serdi.1
+man/man1/serdi.1
 ${PLIST.doc}share/doc/serd-0/html/_static/pygments.css
 ${PLIST.doc}share/doc/serd-0/html/_static/serd.svg
 ${PLIST.doc}share/doc/serd-0/html/_static/sphinx_lv2_theme.css
@@ -22,8 +22,8 @@ ${PLIST.doc}share/doc/serd-0/html/api/se
 ${PLIST.doc}share/doc/serd-0/html/genindex.html
 ${PLIST.doc}share/doc/serd-0/html/index.html
 ${PLIST.doc}share/doc/serd-0/html/overview.html
-${PLIST.doc}share/doc/serd-0/man/mandoc.css
-${PLIST.doc}share/doc/serd-0/man/serdi.html
+share/doc/serd-0/man/mandoc.css
+share/doc/serd-0/man/serdi.html
 ${PLIST.doc}share/doc/serd-0/singlehtml/_static/pygments.css
 ${PLIST.doc}share/doc/serd-0/singlehtml/_static/serd.svg
 ${PLIST.doc}share/doc/serd-0/singlehtml/_static/sphinx_lv2_theme.css

Index: pkgsrc/textproc/serd/distinfo
diff -u pkgsrc/textproc/serd/distinfo:1.12 pkgsrc/textproc/serd/distinfo:1.13
--- pkgsrc/textproc/serd/distinfo:1.12  Tue Nov  5 17:16:45 2024
+++ pkgsrc/textproc/serd/distinfo       Tue Aug 12 07:33:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/11/05 17:16:45 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/08/12 07:33:11 adam Exp $
 
-BLAKE2s (serd-0.32.2.tar.xz) = c71c13587830a04aa7891d0599edb031500e775fcbe1dc67a55c7efccf43d42c
-SHA512 (serd-0.32.2.tar.xz) = 052f0765a9af6883a7ef1a31bd90eea3c57d93747dfb989eeda8c4dabbf2ae7d2e868d437aa2a510243f3a535e366739fe266cf82ef0d280472868c87055d50a
-Size (serd-0.32.2.tar.xz) = 168840 bytes
+BLAKE2s (serd-0.32.4.tar.xz) = 481ec9eb661795cfb3b9924bbdf7e0c3df8cae52ea1a12110089b999af1a0832
+SHA512 (serd-0.32.4.tar.xz) = 5dd0c2547929d3a52e8d8cc6fb1546c3c82f9f023e93d761569bafcabeee4c0660368b3e03774e5a8625ad29b561b75931944119ed907571de012cbcb9d82159
+Size (serd-0.32.4.tar.xz) = 174476 bytes



Home | Main Index | Thread Index | Old Index