pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/zix
Module Name: pkgsrc
Committed By: adam
Date: Wed Apr 15 11:19:09 UTC 2026
Modified Files:
pkgsrc/devel/zix: Makefile PLIST distinfo
Log Message:
zix: updated to 0.8.0
zix (0.8.0) stable; urgency=medium
* Add ZIX_REALTIME and ZIX_NONBLOCKING attributes
* Add warning suppression macros
* Annotate count and size parameters of allocator API
* Avoid "deprecated" POSIX functions on Windows
* Avoid over-use of yielding meson options
* Clean up attribute documentation
* Gracefully handle failed allocation in path and filesystem functions
* Reduce empty BTree memory requirements
* Strengthen zix_file_equals()
* Use getenv() instead of environ to avoid issues on FreeBSD
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/zix/Makefile pkgsrc/devel/zix/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/zix/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/zix/Makefile
diff -u pkgsrc/devel/zix/Makefile:1.4 pkgsrc/devel/zix/Makefile:1.5
--- pkgsrc/devel/zix/Makefile:1.4 Mon Mar 9 09:49:47 2026
+++ pkgsrc/devel/zix/Makefile Wed Apr 15 11:19:09 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2026/03/09 09:49:47 adam Exp $
+# $NetBSD: Makefile,v 1.5 2026/04/15 11:19:09 adam Exp $
-DISTNAME= zix-0.6.2
-PKGREVISION= 2
+DISTNAME= zix-0.8.0
CATEGORIES= devel
MASTER_SITES= https://download.drobilla.net/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/devel/zix/PLIST
diff -u pkgsrc/devel/zix/PLIST:1.4 pkgsrc/devel/zix/PLIST:1.5
--- pkgsrc/devel/zix/PLIST:1.4 Mon Mar 9 09:49:47 2026
+++ pkgsrc/devel/zix/PLIST Wed Apr 15 11:19:09 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2026/03/09 09:49:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/04/15 11:19:09 adam Exp $
include/zix-0/zix/allocator.h
include/zix-0/zix/attributes.h
include/zix-0/zix/btree.h
@@ -14,6 +14,7 @@ include/zix-0/zix/status.h
include/zix-0/zix/string_view.h
include/zix-0/zix/thread.h
include/zix-0/zix/tree.h
+include/zix-0/zix/warnings.h
include/zix-0/zix/zix.h
lib/libzix-0.so
lib/libzix-0.so.${PKGVERSION}
@@ -35,6 +36,7 @@ ${PLIST.doc}share/doc/zix-0/html/api/zix
${PLIST.doc}share/doc/zix-0/html/api/zix_btree_modification.html
${PLIST.doc}share/doc/zix-0/html/api/zix_btree_searching.html
${PLIST.doc}share/doc/zix-0/html/api/zix_btree_setup.html
+${PLIST.doc}share/doc/zix-0/html/api/zix_btree_types.html
${PLIST.doc}share/doc/zix-0/html/api/zix_data_structures.html
${PLIST.doc}share/doc/zix-0/html/api/zix_digest.html
${PLIST.doc}share/doc/zix-0/html/api/zix_environment.html
@@ -48,11 +50,11 @@ ${PLIST.doc}share/doc/zix-0/html/api/zix
${PLIST.doc}share/doc/zix-0/html/api/zix_fs_queries.html
${PLIST.doc}share/doc/zix-0/html/api/zix_fs_resolution.html
${PLIST.doc}share/doc/zix-0/html/api/zix_hash.html
-${PLIST.doc}share/doc/zix-0/html/api/zix_hash_datatypes.html
${PLIST.doc}share/doc/zix-0/html/api/zix_hash_iteration.html
${PLIST.doc}share/doc/zix-0/html/api/zix_hash_modification.html
${PLIST.doc}share/doc/zix-0/html/api/zix_hash_searching.html
${PLIST.doc}share/doc/zix-0/html/api/zix_hash_setup.html
+${PLIST.doc}share/doc/zix-0/html/api/zix_hash_types.html
${PLIST.doc}share/doc/zix-0/html/api/zix_path.html
${PLIST.doc}share/doc/zix-0/html/api/zix_path_concatenation.html
${PLIST.doc}share/doc/zix-0/html/api/zix_path_decomposition.html
@@ -61,6 +63,7 @@ ${PLIST.doc}share/doc/zix-0/html/api/zix
${PLIST.doc}share/doc/zix-0/html/api/zix_ring.html
${PLIST.doc}share/doc/zix-0/html/api/zix_ring_read.html
${PLIST.doc}share/doc/zix-0/html/api/zix_ring_setup.html
+${PLIST.doc}share/doc/zix-0/html/api/zix_ring_types.html
${PLIST.doc}share/doc/zix-0/html/api/zix_ring_write.html
${PLIST.doc}share/doc/zix-0/html/api/zix_sem.html
${PLIST.doc}share/doc/zix-0/html/api/zix_status.html
@@ -72,6 +75,7 @@ ${PLIST.doc}share/doc/zix-0/html/api/zix
${PLIST.doc}share/doc/zix-0/html/api/zix_tree_modification.html
${PLIST.doc}share/doc/zix-0/html/api/zix_tree_searching.html
${PLIST.doc}share/doc/zix-0/html/api/zix_tree_setup.html
+${PLIST.doc}share/doc/zix-0/html/api/zix_tree_types.html
${PLIST.doc}share/doc/zix-0/html/api/zix_utilities.html
${PLIST.doc}share/doc/zix-0/html/error_handling.html
${PLIST.doc}share/doc/zix-0/html/genindex.html
Index: pkgsrc/devel/zix/distinfo
diff -u pkgsrc/devel/zix/distinfo:1.2 pkgsrc/devel/zix/distinfo:1.3
--- pkgsrc/devel/zix/distinfo:1.2 Tue Aug 12 07:30:15 2025
+++ pkgsrc/devel/zix/distinfo Wed Apr 15 11:19:09 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/08/12 07:30:15 adam Exp $
+$NetBSD: distinfo,v 1.3 2026/04/15 11:19:09 adam Exp $
-BLAKE2s (zix-0.6.2.tar.xz) = ae7eef5bc1482a5988569332ee6369052248508c1420225f9a313cb1ed02ad54
-SHA512 (zix-0.6.2.tar.xz) = 3b072f00481a34e8b900311c2dc77fd73a63a34f69ea953be6b714f5bcbdebcc3cdd81feae73b5ad2bdc09a4bac122e12d9035cfc417ca41dfe5230d1fe13d9c
-Size (zix-0.6.2.tar.xz) = 81316 bytes
+BLAKE2s (zix-0.8.0.tar.xz) = 94221b97090a832937379d5cbecefe357420fc31a773cd2bc02c9ea51ff9c72c
+SHA512 (zix-0.8.0.tar.xz) = fccb3e3b05c4d28e7fa6ed94537681167e2ee22a23dd4e1b4f3e5474da8dce3fe682cc6ccda219d140b956014c444a6f721d7272f3dba52df3a07e13b594f963
+Size (zix-0.8.0.tar.xz) = 83812 bytes
Home |
Main Index |
Thread Index |
Old Index