Wed Oct 2 14:00:17 2019 UTC ()
Update to 2.2.18

Changelog:
Version 2.2.18 (9 June 2019)
--------------

	When compiling for GTK-4, require version >= 3.96.0 and make
	consequential changes including to documentation (acinclude.m4,
	README; doxygen.main.in, application.h, extension.h,
	file_print_manager.h, file_print_manager.cpp, gobj_handle.h,
	notifier.h, prog_present.h, reassembler.h, shared_handle.h,
	text_print_manager.h, text_print_manager.cpp, thread.h, widget.h,
	window.h and window.cpp; tests/test_application.cpp;
	tests/extra/test_file_print_manager.cpp,
	tests/extra/test_text_print_manager.cpp).

	Update other documentation (doxygen.main.in; async_queue.h,
	gerror_handle.h, shared_handle.h).

Version 2.2.17 (24 October 2018)
--------------

	Set FD_CLOEXEC on pipe file descriptors for Notifier objects
	(notifier.cpp).

	Add support for guile-3.0 (acinclude.m4; extension.h).

Version 2.2.16.1 (27 June 2018)
----------------

	Provide a configuration file suitable for doxygen-1.8.14; include
	generated .js files in the distribution tarball; rebuild the
	documentation (doxygen.main.in; docs/Doxyfile.in,
	docs/Makefile.am).

Version 2.2.16 (27 June 2018)
--------------

	When compiling for GTK+-4, require version >= 3.94.0
	(acinclude.m4, README; doxygen.main.in).

	Fix changes in GTK+-3.94 (file_print_manager.h,
	file_print_manager.cpp, window.h, window.cpp).

	Fix the change from GdkPixbuf to GdkTexture in GTK+-3.93
	(file_print_manager.h, file_print_manager.cpp, window.h,
	window.cpp).

	Let the CGU_USE_GTK manifest constant in cgu_config.h indicate the
	version of GTK+ that the library is configured for, and set
	GDK_VERSION_MIN_REQUIRED for GTK+-4 (acinclude.m4;
	tests/test_application.cpp,
	tests/extra/test_file_print_manager.cpp,
	tests/extra/test_text_print_manager.cpp; cgu_config.h,
	text_print_manager.cpp).

	Correct documentation (application.h, extension.h, window.h).


(ryoon)
diff -r1.15 -r1.16 pkgsrc/x11/c++-gtk-utils/Makefile
diff -r1.4 -r1.5 pkgsrc/x11/c++-gtk-utils/PLIST
diff -r1.7 -r1.8 pkgsrc/x11/c++-gtk-utils/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/x11/c++-gtk-utils/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/c++-gtk-utils/Makefile 2019/07/21 22:24:14 1.15
+++ pkgsrc/x11/c++-gtk-utils/Makefile 2019/10/02 14:00:17 1.16
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.15 2019/07/21 22:24:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2019/10/02 14:00:17 ryoon Exp $
2 2
3DISTNAME= c++-gtk-utils-2.2.15 3DISTNAME= c++-gtk-utils-2.2.18
4PKGREVISION= 5 
5CATEGORIES= x11 4CATEGORIES= x11
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cxx-gtk-utils/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cxx-gtk-utils/}
7 6
8MAINTAINER= ryoon@NetBSD.org 7MAINTAINER= ryoon@NetBSD.org
9HOMEPAGE= http://cxx-gtk-utils.sourceforge.net/ 8HOMEPAGE= http://cxx-gtk-utils.sourceforge.net/
10COMMENT= Lightweight library for programming GTK+ programs using C++ 9COMMENT= Lightweight library for programming GTK+ programs using C++
11LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 13USE_LIBTOOL= yes
15USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
16USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
17 16

cvs diff -r1.4 -r1.5 pkgsrc/x11/c++-gtk-utils/PLIST (expand / switch to unified diff)

--- pkgsrc/x11/c++-gtk-utils/PLIST 2018/02/27 12:17:06 1.4
+++ pkgsrc/x11/c++-gtk-utils/PLIST 2019/10/02 14:00:17 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2018/02/27 12:17:06 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.5 2019/10/02 14:00:17 ryoon Exp $
2include/c++-gtk-utils-3-2.2/c++-gtk-utils/application.h 2include/c++-gtk-utils-3-2.2/c++-gtk-utils/application.h
3include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_channel.h 3include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_channel.h
4include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_queue.h 4include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_queue.h
5include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_result.h 5include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_result.h
6include/c++-gtk-utils-3-2.2/c++-gtk-utils/callback.h 6include/c++-gtk-utils-3-2.2/c++-gtk-utils/callback.h
7include/c++-gtk-utils-3-2.2/c++-gtk-utils/cgu_config.h 7include/c++-gtk-utils-3-2.2/c++-gtk-utils/cgu_config.h
8include/c++-gtk-utils-3-2.2/c++-gtk-utils/convert.h 8include/c++-gtk-utils-3-2.2/c++-gtk-utils/convert.h
9include/c++-gtk-utils-3-2.2/c++-gtk-utils/do_if.h 9include/c++-gtk-utils-3-2.2/c++-gtk-utils/do_if.h
10include/c++-gtk-utils-3-2.2/c++-gtk-utils/emitter.h 10include/c++-gtk-utils-3-2.2/c++-gtk-utils/emitter.h
11include/c++-gtk-utils-3-2.2/c++-gtk-utils/extension.h 11include/c++-gtk-utils-3-2.2/c++-gtk-utils/extension.h
12include/c++-gtk-utils-3-2.2/c++-gtk-utils/fdstream.h 12include/c++-gtk-utils-3-2.2/c++-gtk-utils/fdstream.h
13include/c++-gtk-utils-3-2.2/c++-gtk-utils/fdstream.tpp 13include/c++-gtk-utils-3-2.2/c++-gtk-utils/fdstream.tpp
14include/c++-gtk-utils-3-2.2/c++-gtk-utils/file_print_manager.h 14include/c++-gtk-utils-3-2.2/c++-gtk-utils/file_print_manager.h
@@ -49,50 +49,46 @@ share/doc/c++-gtk-utils/2.2/README @@ -49,50 +49,46 @@ share/doc/c++-gtk-utils/2.2/README
49share/doc/c++-gtk-utils/2.2/html/Clang.html 49share/doc/c++-gtk-utils/2.2/html/Clang.html
50share/doc/c++-gtk-utils/2.2/html/GTK.html 50share/doc/c++-gtk-utils/2.2/html/GTK.html
51share/doc/c++-gtk-utils/2.2/html/GtkBuilder.html 51share/doc/c++-gtk-utils/2.2/html/GtkBuilder.html
52share/doc/c++-gtk-utils/2.2/html/Linkage.html 52share/doc/c++-gtk-utils/2.2/html/Linkage.html
53share/doc/c++-gtk-utils/2.2/html/Memory.html 53share/doc/c++-gtk-utils/2.2/html/Memory.html
54share/doc/c++-gtk-utils/2.2/html/Namespaces.html 54share/doc/c++-gtk-utils/2.2/html/Namespaces.html
55share/doc/c++-gtk-utils/2.2/html/Porting.html 55share/doc/c++-gtk-utils/2.2/html/Porting.html
56share/doc/c++-gtk-utils/2.2/html/Qt.html 56share/doc/c++-gtk-utils/2.2/html/Qt.html
57share/doc/c++-gtk-utils/2.2/html/Threading.html 57share/doc/c++-gtk-utils/2.2/html/Threading.html
58share/doc/c++-gtk-utils/2.2/html/Variants.html 58share/doc/c++-gtk-utils/2.2/html/Variants.html
59share/doc/c++-gtk-utils/2.2/html/annotated.html 59share/doc/c++-gtk-utils/2.2/html/annotated.html
60share/doc/c++-gtk-utils/2.2/html/application_8h.html 60share/doc/c++-gtk-utils/2.2/html/application_8h.html
61share/doc/c++-gtk-utils/2.2/html/application_8h_source.html 61share/doc/c++-gtk-utils/2.2/html/application_8h_source.html
62share/doc/c++-gtk-utils/2.2/html/arrowdown.png 
63share/doc/c++-gtk-utils/2.2/html/arrowright.png 
64share/doc/c++-gtk-utils/2.2/html/async__channel_8h.html 62share/doc/c++-gtk-utils/2.2/html/async__channel_8h.html
65share/doc/c++-gtk-utils/2.2/html/async__channel_8h_source.html 63share/doc/c++-gtk-utils/2.2/html/async__channel_8h_source.html
66share/doc/c++-gtk-utils/2.2/html/async__queue_8h.html 64share/doc/c++-gtk-utils/2.2/html/async__queue_8h.html
67share/doc/c++-gtk-utils/2.2/html/async__queue_8h_source.html 65share/doc/c++-gtk-utils/2.2/html/async__queue_8h_source.html
68share/doc/c++-gtk-utils/2.2/html/async__result_8h.html 66share/doc/c++-gtk-utils/2.2/html/async__result_8h.html
69share/doc/c++-gtk-utils/2.2/html/async__result_8h_source.html 67share/doc/c++-gtk-utils/2.2/html/async__result_8h_source.html
70share/doc/c++-gtk-utils/2.2/html/bc_s.png 68share/doc/c++-gtk-utils/2.2/html/bc_s.png
71share/doc/c++-gtk-utils/2.2/html/bdwn.png 69share/doc/c++-gtk-utils/2.2/html/bdwn.png
72share/doc/c++-gtk-utils/2.2/html/callback_8h.html 70share/doc/c++-gtk-utils/2.2/html/callback_8h.html
73share/doc/c++-gtk-utils/2.2/html/callback_8h_source.html 71share/doc/c++-gtk-utils/2.2/html/callback_8h_source.html
74share/doc/c++-gtk-utils/2.2/html/cgu__config_8h.html 72share/doc/c++-gtk-utils/2.2/html/cgu__config_8h.html
75share/doc/c++-gtk-utils/2.2/html/cgu__config_8h_source.html 73share/doc/c++-gtk-utils/2.2/html/cgu__config_8h_source.html
76share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Application-members.html 74share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Application-members.html
77share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Application.html 75share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Application.html
78share/doc/c++-gtk-utils/2.2/html/classCgu_1_1ApplicationNameError-members.html 
79share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncChannel-members.html 76share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncChannel-members.html
80share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncChannel.html 77share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncChannel.html
81share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncQueue-members.html 78share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncQueue-members.html
82share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncQueue.html 79share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncQueue.html
83share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncQueueDispatch-members.html 80share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncQueueDispatch-members.html
84share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncQueueDispatch.html 81share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncQueueDispatch.html
85share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncQueuePopError-members.html 
86share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncResult-members.html 82share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncResult-members.html
87share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncResult.html 83share/doc/c++-gtk-utils/2.2/html/classCgu_1_1AsyncResult.html
88share/doc/c++-gtk-utils/2.2/html/classCgu_1_1CFree-members.html 84share/doc/c++-gtk-utils/2.2/html/classCgu_1_1CFree-members.html
89share/doc/c++-gtk-utils/2.2/html/classCgu_1_1CFree.html 85share/doc/c++-gtk-utils/2.2/html/classCgu_1_1CFree.html
90share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1CallbackArg-members.html 86share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1CallbackArg-members.html
91share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1CallbackArg.html 87share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1CallbackArg.html
92share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__fun__tuple-members.html 88share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__fun__tuple-members.html
93share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__fun__tuple.html 89share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__fun__tuple.html
94share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__fun__tuple.png 90share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__fun__tuple.png
95share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__lambda-members.html 91share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__lambda-members.html
96share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__lambda.html 92share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__lambda.html
97share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__lambda.png 93share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__lambda.png
98share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__memfun-members.html 94share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Callback_1_1Callback__memfun-members.html
@@ -155,45 +151,42 @@ share/doc/c++-gtk-utils/2.2/html/classCg @@ -155,45 +151,42 @@ share/doc/c++-gtk-utils/2.2/html/classCg
155share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1.html 151share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1.html
156share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1.png 152share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1.png
157share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1__const-members.html 153share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1__const-members.html
158share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1__const.html 154share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1__const.html
159share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1__const.png 155share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor1__const.png
160share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2-members.html 156share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2-members.html
161share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2.html 157share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2.html
162share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2.png 158share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2.png
163share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2__const-members.html 159share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2__const-members.html
164share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2__const.html 160share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2__const.html
165share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2__const.png 161share/doc/c++-gtk-utils/2.2/html/classCgu_1_1MemFun_1_1Functor2__const.png
166share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Notifier-members.html 162share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Notifier-members.html
167share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Notifier.html 163share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Notifier.html
168share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Param-members.html 
169share/doc/c++-gtk-utils/2.2/html/classCgu_1_1PipeFifo-members.html 164share/doc/c++-gtk-utils/2.2/html/classCgu_1_1PipeFifo-members.html
170share/doc/c++-gtk-utils/2.2/html/classCgu_1_1PipeFifo.html 165share/doc/c++-gtk-utils/2.2/html/classCgu_1_1PipeFifo.html
171share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Releaser-members.html 166share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Releaser-members.html
172share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Releaser.html 167share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Releaser.html
173share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SafeEmitterArg-members.html 168share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SafeEmitterArg-members.html
174share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SafeEmitterArg.html 169share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SafeEmitterArg.html
175share/doc/c++-gtk-utils/2.2/html/classCgu_1_1ScopedHandle-members.html 170share/doc/c++-gtk-utils/2.2/html/classCgu_1_1ScopedHandle-members.html
176share/doc/c++-gtk-utils/2.2/html/classCgu_1_1ScopedHandle.html 171share/doc/c++-gtk-utils/2.2/html/classCgu_1_1ScopedHandle.html
177share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedHandle-members.html 172share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedHandle-members.html
178share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedHandle.html 173share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedHandle.html
179share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedHandleError-members.html 
180share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedLockHandle-members.html 174share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedLockHandle-members.html
181share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedLockHandle.html 175share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedLockHandle.html
182share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedLockPtr-members.html 176share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedLockPtr-members.html
183share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedLockPtr.html 177share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedLockPtr.html
184share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedPtr-members.html 178share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedPtr-members.html
185share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedPtr.html 179share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedPtr.html
186share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SharedPtrError-members.html 
187share/doc/c++-gtk-utils/2.2/html/classCgu_1_1StandardArrayDelete-members.html 180share/doc/c++-gtk-utils/2.2/html/classCgu_1_1StandardArrayDelete-members.html
188share/doc/c++-gtk-utils/2.2/html/classCgu_1_1StandardArrayDelete.html 181share/doc/c++-gtk-utils/2.2/html/classCgu_1_1StandardArrayDelete.html
189share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SyncPipe-members.html 182share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SyncPipe-members.html
190share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SyncPipe.html 183share/doc/c++-gtk-utils/2.2/html/classCgu_1_1SyncPipe.html
191share/doc/c++-gtk-utils/2.2/html/classCgu_1_1TextPrintManager-members.html 184share/doc/c++-gtk-utils/2.2/html/classCgu_1_1TextPrintManager-members.html
192share/doc/c++-gtk-utils/2.2/html/classCgu_1_1TextPrintManager.html 185share/doc/c++-gtk-utils/2.2/html/classCgu_1_1TextPrintManager.html
193share/doc/c++-gtk-utils/2.2/html/classCgu_1_1TextPrintManager.png 186share/doc/c++-gtk-utils/2.2/html/classCgu_1_1TextPrintManager.png
194share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1CancelBlock-members.html 187share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1CancelBlock-members.html
195share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1CancelBlock.html 188share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1CancelBlock.html
196share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1Cond-members.html 189share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1Cond-members.html
197share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1Cond.html 190share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1Cond.html
198share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1Exit.html 191share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1Exit.html
199share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1Future-members.html 192share/doc/c++-gtk-utils/2.2/html/classCgu_1_1Thread_1_1Future-members.html
@@ -270,116 +263,119 @@ share/doc/c++-gtk-utils/2.2/html/classCg @@ -270,116 +263,119 @@ share/doc/c++-gtk-utils/2.2/html/classCg
270share/doc/c++-gtk-utils/2.2/html/classes.html 263share/doc/c++-gtk-utils/2.2/html/classes.html
271share/doc/c++-gtk-utils/2.2/html/classstd_1_1hash.html 264share/doc/c++-gtk-utils/2.2/html/classstd_1_1hash.html
272share/doc/c++-gtk-utils/2.2/html/closed.png 265share/doc/c++-gtk-utils/2.2/html/closed.png
273share/doc/c++-gtk-utils/2.2/html/convert_8h.html 266share/doc/c++-gtk-utils/2.2/html/convert_8h.html
274share/doc/c++-gtk-utils/2.2/html/convert_8h_source.html 267share/doc/c++-gtk-utils/2.2/html/convert_8h_source.html
275share/doc/c++-gtk-utils/2.2/html/deprecated.html 268share/doc/c++-gtk-utils/2.2/html/deprecated.html
276share/doc/c++-gtk-utils/2.2/html/dir_101f02d72531e1268e20029abbed11e1.html 269share/doc/c++-gtk-utils/2.2/html/dir_101f02d72531e1268e20029abbed11e1.html
277share/doc/c++-gtk-utils/2.2/html/do__if_8h.html 270share/doc/c++-gtk-utils/2.2/html/do__if_8h.html
278share/doc/c++-gtk-utils/2.2/html/do__if_8h_source.html 271share/doc/c++-gtk-utils/2.2/html/do__if_8h_source.html
279share/doc/c++-gtk-utils/2.2/html/doc.png 272share/doc/c++-gtk-utils/2.2/html/doc.png
280share/doc/c++-gtk-utils/2.2/html/doxygen.css 273share/doc/c++-gtk-utils/2.2/html/doxygen.css
281share/doc/c++-gtk-utils/2.2/html/doxygen.png 274share/doc/c++-gtk-utils/2.2/html/doxygen.png
282share/doc/c++-gtk-utils/2.2/html/doxygen_8main.html 275share/doc/c++-gtk-utils/2.2/html/doxygen_8main.html
 276share/doc/c++-gtk-utils/2.2/html/dynsections.js
283share/doc/c++-gtk-utils/2.2/html/emitter_8h.html 277share/doc/c++-gtk-utils/2.2/html/emitter_8h.html
284share/doc/c++-gtk-utils/2.2/html/emitter_8h_source.html 278share/doc/c++-gtk-utils/2.2/html/emitter_8h_source.html
285share/doc/c++-gtk-utils/2.2/html/extension_8h.html 279share/doc/c++-gtk-utils/2.2/html/extension_8h.html
286share/doc/c++-gtk-utils/2.2/html/extension_8h_source.html 280share/doc/c++-gtk-utils/2.2/html/extension_8h_source.html
287share/doc/c++-gtk-utils/2.2/html/fdstream_8h.html 281share/doc/c++-gtk-utils/2.2/html/fdstream_8h.html
288share/doc/c++-gtk-utils/2.2/html/fdstream_8h_source.html 282share/doc/c++-gtk-utils/2.2/html/fdstream_8h_source.html
289share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h.html 283share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h.html
290share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h_source.html 284share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h_source.html
291share/doc/c++-gtk-utils/2.2/html/files.html 285share/doc/c++-gtk-utils/2.2/html/files.html
292share/doc/c++-gtk-utils/2.2/html/folderclosed.png 286share/doc/c++-gtk-utils/2.2/html/folderclosed.png
293share/doc/c++-gtk-utils/2.2/html/folderopen.png 287share/doc/c++-gtk-utils/2.2/html/folderopen.png
294share/doc/c++-gtk-utils/2.2/html/functions.html 288share/doc/c++-gtk-utils/2.2/html/functions.html
 289share/doc/c++-gtk-utils/2.2/html/functions_0x7e.html
295share/doc/c++-gtk-utils/2.2/html/functions_b.html 290share/doc/c++-gtk-utils/2.2/html/functions_b.html
296share/doc/c++-gtk-utils/2.2/html/functions_c.html 291share/doc/c++-gtk-utils/2.2/html/functions_c.html
297share/doc/c++-gtk-utils/2.2/html/functions_d.html 292share/doc/c++-gtk-utils/2.2/html/functions_d.html
298share/doc/c++-gtk-utils/2.2/html/functions_e.html 293share/doc/c++-gtk-utils/2.2/html/functions_e.html
299share/doc/c++-gtk-utils/2.2/html/functions_enum.html 294share/doc/c++-gtk-utils/2.2/html/functions_enum.html
300share/doc/c++-gtk-utils/2.2/html/functions_eval.html 295share/doc/c++-gtk-utils/2.2/html/functions_eval.html
301share/doc/c++-gtk-utils/2.2/html/functions_f.html 296share/doc/c++-gtk-utils/2.2/html/functions_f.html
302share/doc/c++-gtk-utils/2.2/html/functions_func.html 297share/doc/c++-gtk-utils/2.2/html/functions_func.html
 298share/doc/c++-gtk-utils/2.2/html/functions_func_0x7e.html
303share/doc/c++-gtk-utils/2.2/html/functions_func_b.html 299share/doc/c++-gtk-utils/2.2/html/functions_func_b.html
304share/doc/c++-gtk-utils/2.2/html/functions_func_c.html 300share/doc/c++-gtk-utils/2.2/html/functions_func_c.html
305share/doc/c++-gtk-utils/2.2/html/functions_func_d.html 301share/doc/c++-gtk-utils/2.2/html/functions_func_d.html
306share/doc/c++-gtk-utils/2.2/html/functions_func_e.html 302share/doc/c++-gtk-utils/2.2/html/functions_func_e.html
307share/doc/c++-gtk-utils/2.2/html/functions_func_f.html 303share/doc/c++-gtk-utils/2.2/html/functions_func_f.html
308share/doc/c++-gtk-utils/2.2/html/functions_func_g.html 304share/doc/c++-gtk-utils/2.2/html/functions_func_g.html
309share/doc/c++-gtk-utils/2.2/html/functions_func_h.html 305share/doc/c++-gtk-utils/2.2/html/functions_func_h.html
310share/doc/c++-gtk-utils/2.2/html/functions_func_i.html 306share/doc/c++-gtk-utils/2.2/html/functions_func_i.html
311share/doc/c++-gtk-utils/2.2/html/functions_func_j.html 307share/doc/c++-gtk-utils/2.2/html/functions_func_j.html
312share/doc/c++-gtk-utils/2.2/html/functions_func_l.html 308share/doc/c++-gtk-utils/2.2/html/functions_func_l.html
313share/doc/c++-gtk-utils/2.2/html/functions_func_m.html 309share/doc/c++-gtk-utils/2.2/html/functions_func_m.html
314share/doc/c++-gtk-utils/2.2/html/functions_func_n.html 310share/doc/c++-gtk-utils/2.2/html/functions_func_n.html
315share/doc/c++-gtk-utils/2.2/html/functions_func_o.html 311share/doc/c++-gtk-utils/2.2/html/functions_func_o.html
316share/doc/c++-gtk-utils/2.2/html/functions_func_p.html 312share/doc/c++-gtk-utils/2.2/html/functions_func_p.html
317share/doc/c++-gtk-utils/2.2/html/functions_func_r.html 313share/doc/c++-gtk-utils/2.2/html/functions_func_r.html
318share/doc/c++-gtk-utils/2.2/html/functions_func_s.html 314share/doc/c++-gtk-utils/2.2/html/functions_func_s.html
319share/doc/c++-gtk-utils/2.2/html/functions_func_t.html 315share/doc/c++-gtk-utils/2.2/html/functions_func_t.html
320share/doc/c++-gtk-utils/2.2/html/functions_func_u.html 316share/doc/c++-gtk-utils/2.2/html/functions_func_u.html
321share/doc/c++-gtk-utils/2.2/html/functions_func_v.html 317share/doc/c++-gtk-utils/2.2/html/functions_func_v.html
322share/doc/c++-gtk-utils/2.2/html/functions_func_w.html 318share/doc/c++-gtk-utils/2.2/html/functions_func_w.html
323share/doc/c++-gtk-utils/2.2/html/functions_func_x.html 319share/doc/c++-gtk-utils/2.2/html/functions_func_x.html
324share/doc/c++-gtk-utils/2.2/html/functions_func_~.html 
325share/doc/c++-gtk-utils/2.2/html/functions_g.html 320share/doc/c++-gtk-utils/2.2/html/functions_g.html
326share/doc/c++-gtk-utils/2.2/html/functions_h.html 321share/doc/c++-gtk-utils/2.2/html/functions_h.html
327share/doc/c++-gtk-utils/2.2/html/functions_i.html 322share/doc/c++-gtk-utils/2.2/html/functions_i.html
328share/doc/c++-gtk-utils/2.2/html/functions_j.html 323share/doc/c++-gtk-utils/2.2/html/functions_j.html
329share/doc/c++-gtk-utils/2.2/html/functions_l.html 324share/doc/c++-gtk-utils/2.2/html/functions_l.html
330share/doc/c++-gtk-utils/2.2/html/functions_m.html 325share/doc/c++-gtk-utils/2.2/html/functions_m.html
331share/doc/c++-gtk-utils/2.2/html/functions_n.html 326share/doc/c++-gtk-utils/2.2/html/functions_n.html
332share/doc/c++-gtk-utils/2.2/html/functions_o.html 327share/doc/c++-gtk-utils/2.2/html/functions_o.html
333share/doc/c++-gtk-utils/2.2/html/functions_p.html 328share/doc/c++-gtk-utils/2.2/html/functions_p.html
334share/doc/c++-gtk-utils/2.2/html/functions_r.html 329share/doc/c++-gtk-utils/2.2/html/functions_r.html
335share/doc/c++-gtk-utils/2.2/html/functions_rela.html 330share/doc/c++-gtk-utils/2.2/html/functions_rela.html
336share/doc/c++-gtk-utils/2.2/html/functions_s.html 331share/doc/c++-gtk-utils/2.2/html/functions_s.html
337share/doc/c++-gtk-utils/2.2/html/functions_t.html 332share/doc/c++-gtk-utils/2.2/html/functions_t.html
338share/doc/c++-gtk-utils/2.2/html/functions_type.html 333share/doc/c++-gtk-utils/2.2/html/functions_type.html
339share/doc/c++-gtk-utils/2.2/html/functions_u.html 334share/doc/c++-gtk-utils/2.2/html/functions_u.html
340share/doc/c++-gtk-utils/2.2/html/functions_v.html 335share/doc/c++-gtk-utils/2.2/html/functions_v.html
341share/doc/c++-gtk-utils/2.2/html/functions_vars.html 336share/doc/c++-gtk-utils/2.2/html/functions_vars.html
342share/doc/c++-gtk-utils/2.2/html/functions_w.html 337share/doc/c++-gtk-utils/2.2/html/functions_w.html
343share/doc/c++-gtk-utils/2.2/html/functions_x.html 338share/doc/c++-gtk-utils/2.2/html/functions_x.html
344share/doc/c++-gtk-utils/2.2/html/functions_~.html 
345share/doc/c++-gtk-utils/2.2/html/future_8h.html 339share/doc/c++-gtk-utils/2.2/html/future_8h.html
346share/doc/c++-gtk-utils/2.2/html/future_8h_source.html 340share/doc/c++-gtk-utils/2.2/html/future_8h_source.html
347share/doc/c++-gtk-utils/2.2/html/gerror__handle_8h.html 341share/doc/c++-gtk-utils/2.2/html/gerror__handle_8h.html
348share/doc/c++-gtk-utils/2.2/html/gerror__handle_8h_source.html 342share/doc/c++-gtk-utils/2.2/html/gerror__handle_8h_source.html
349share/doc/c++-gtk-utils/2.2/html/globals.html 343share/doc/c++-gtk-utils/2.2/html/globals.html
350share/doc/c++-gtk-utils/2.2/html/globals_defs.html 344share/doc/c++-gtk-utils/2.2/html/globals_defs.html
351share/doc/c++-gtk-utils/2.2/html/gobj__handle_8h.html 345share/doc/c++-gtk-utils/2.2/html/gobj__handle_8h.html
352share/doc/c++-gtk-utils/2.2/html/gobj__handle_8h_source.html 346share/doc/c++-gtk-utils/2.2/html/gobj__handle_8h_source.html
353share/doc/c++-gtk-utils/2.2/html/group__IntIterHelpers.html 347share/doc/c++-gtk-utils/2.2/html/group__IntIterHelpers.html
354share/doc/c++-gtk-utils/2.2/html/group__fdstreams.html 348share/doc/c++-gtk-utils/2.2/html/group__fdstreams.html
355share/doc/c++-gtk-utils/2.2/html/group__gstreams.html 349share/doc/c++-gtk-utils/2.2/html/group__gstreams.html
356share/doc/c++-gtk-utils/2.2/html/group__handles.html 350share/doc/c++-gtk-utils/2.2/html/group__handles.html
357share/doc/c++-gtk-utils/2.2/html/group__io__watch.html 351share/doc/c++-gtk-utils/2.2/html/group__io__watch.html
358share/doc/c++-gtk-utils/2.2/html/group__prog__present.html 352share/doc/c++-gtk-utils/2.2/html/group__prog__present.html
359share/doc/c++-gtk-utils/2.2/html/group__timeout.html 353share/doc/c++-gtk-utils/2.2/html/group__timeout.html
360share/doc/c++-gtk-utils/2.2/html/group__tuple.html 354share/doc/c++-gtk-utils/2.2/html/group__tuple.html
361share/doc/c++-gtk-utils/2.2/html/gstream_8h.html 355share/doc/c++-gtk-utils/2.2/html/gstream_8h.html
362share/doc/c++-gtk-utils/2.2/html/gstream_8h_source.html 356share/doc/c++-gtk-utils/2.2/html/gstream_8h_source.html
363share/doc/c++-gtk-utils/2.2/html/gvar__handle_8h.html 357share/doc/c++-gtk-utils/2.2/html/gvar__handle_8h.html
364share/doc/c++-gtk-utils/2.2/html/gvar__handle_8h_source.html 358share/doc/c++-gtk-utils/2.2/html/gvar__handle_8h_source.html
365share/doc/c++-gtk-utils/2.2/html/hierarchy.html 359share/doc/c++-gtk-utils/2.2/html/hierarchy.html
366share/doc/c++-gtk-utils/2.2/html/index.html 360share/doc/c++-gtk-utils/2.2/html/index.html
367share/doc/c++-gtk-utils/2.2/html/intrusive__ptr_8h.html 361share/doc/c++-gtk-utils/2.2/html/intrusive__ptr_8h.html
368share/doc/c++-gtk-utils/2.2/html/intrusive__ptr_8h_source.html 362share/doc/c++-gtk-utils/2.2/html/intrusive__ptr_8h_source.html
369share/doc/c++-gtk-utils/2.2/html/io__watch_8h.html 363share/doc/c++-gtk-utils/2.2/html/io__watch_8h.html
370share/doc/c++-gtk-utils/2.2/html/io__watch_8h_source.html 364share/doc/c++-gtk-utils/2.2/html/io__watch_8h_source.html
 365share/doc/c++-gtk-utils/2.2/html/jquery.js
371share/doc/c++-gtk-utils/2.2/html/mem__fun_8h.html 366share/doc/c++-gtk-utils/2.2/html/mem__fun_8h.html
372share/doc/c++-gtk-utils/2.2/html/mem__fun_8h_source.html 367share/doc/c++-gtk-utils/2.2/html/mem__fun_8h_source.html
 368share/doc/c++-gtk-utils/2.2/html/menudata.js
373share/doc/c++-gtk-utils/2.2/html/modules.html 369share/doc/c++-gtk-utils/2.2/html/modules.html
374share/doc/c++-gtk-utils/2.2/html/mutex_8h.html 370share/doc/c++-gtk-utils/2.2/html/mutex_8h.html
375share/doc/c++-gtk-utils/2.2/html/mutex_8h_source.html 371share/doc/c++-gtk-utils/2.2/html/mutex_8h_source.html
376share/doc/c++-gtk-utils/2.2/html/namespaceCgu.html 372share/doc/c++-gtk-utils/2.2/html/namespaceCgu.html
377share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Callback.html 373share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Callback.html
378share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1DoIf.html 374share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1DoIf.html
379share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Extension.html 375share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Extension.html
380share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1MemFun.html 376share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1MemFun.html
381share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1SharedHandleAllocFail.html 377share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1SharedHandleAllocFail.html
382share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1SharedPtrAllocFail.html 378share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1SharedPtrAllocFail.html
383share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Thread.html 379share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Thread.html
384share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Utf8.html 380share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Utf8.html
385share/doc/c++-gtk-utils/2.2/html/namespacemembers.html 381share/doc/c++-gtk-utils/2.2/html/namespacemembers.html
@@ -432,52 +428,57 @@ share/doc/c++-gtk-utils/2.2/html/param_8 @@ -432,52 +428,57 @@ share/doc/c++-gtk-utils/2.2/html/param_8
432share/doc/c++-gtk-utils/2.2/html/pipes_8h.html 428share/doc/c++-gtk-utils/2.2/html/pipes_8h.html
433share/doc/c++-gtk-utils/2.2/html/pipes_8h_source.html 429share/doc/c++-gtk-utils/2.2/html/pipes_8h_source.html
434share/doc/c++-gtk-utils/2.2/html/prog__present_8h.html 430share/doc/c++-gtk-utils/2.2/html/prog__present_8h.html
435share/doc/c++-gtk-utils/2.2/html/prog__present_8h_source.html 431share/doc/c++-gtk-utils/2.2/html/prog__present_8h_source.html
436share/doc/c++-gtk-utils/2.2/html/reassembler_8h.html 432share/doc/c++-gtk-utils/2.2/html/reassembler_8h.html
437share/doc/c++-gtk-utils/2.2/html/reassembler_8h_source.html 433share/doc/c++-gtk-utils/2.2/html/reassembler_8h_source.html
438share/doc/c++-gtk-utils/2.2/html/rw__lock_8h.html 434share/doc/c++-gtk-utils/2.2/html/rw__lock_8h.html
439share/doc/c++-gtk-utils/2.2/html/rw__lock_8h_source.html 435share/doc/c++-gtk-utils/2.2/html/rw__lock_8h_source.html
440share/doc/c++-gtk-utils/2.2/html/shared__handle_8h.html 436share/doc/c++-gtk-utils/2.2/html/shared__handle_8h.html
441share/doc/c++-gtk-utils/2.2/html/shared__handle_8h_source.html 437share/doc/c++-gtk-utils/2.2/html/shared__handle_8h_source.html
442share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h.html 438share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h.html
443share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h_source.html 439share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h_source.html
444share/doc/c++-gtk-utils/2.2/html/splitbar.png 440share/doc/c++-gtk-utils/2.2/html/splitbar.png
 441share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError-members.html
445share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.html 442share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.html
446share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.png 443share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.png
 444share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError-members.html
447share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError.html 445share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError.html
448share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError.png 446share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError.png
449share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError-members.html 447share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError-members.html
450share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError.html 448share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError.html
451share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError.png 449share/doc/c++-gtk-utils/2.2/html/structCgu_1_1GobjWeakHandleError.png
 450share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param-members.html
452share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param.html 451share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param.html
453share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_5_01_4-members.html 452share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_5_01_4-members.html
454share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_5_01_4.html 453share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_5_01_4.html
455share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_6_01_4-members.html 454share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_6_01_4-members.html
456share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_6_01_4.html 455share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Param_3_01T_01_6_01_4.html
457share/doc/c++-gtk-utils/2.2/html/structCgu_1_1PipeError-members.html 456share/doc/c++-gtk-utils/2.2/html/structCgu_1_1PipeError-members.html
458share/doc/c++-gtk-utils/2.2/html/structCgu_1_1PipeError.html 457share/doc/c++-gtk-utils/2.2/html/structCgu_1_1PipeError.html
459share/doc/c++-gtk-utils/2.2/html/structCgu_1_1PipeError.png 458share/doc/c++-gtk-utils/2.2/html/structCgu_1_1PipeError.png
460share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond.html 459share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond.html
461share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_00_01false_01_4-members.html 460share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_00_01false_01_4-members.html
462share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_00_01false_01_4.html 461share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_00_01false_01_4.html
463share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_00_01true_01_4-members.html 462share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_00_01true_01_4-members.html
464share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_00_01true_01_4.html 463share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_00_01true_01_4.html
465share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_01_6_00_01false_01_4-members.html 464share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_01_6_00_01false_01_4-members.html
466share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_01_6_00_01false_01_4.html 465share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_01_6_00_01false_01_4.html
467share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_01_6_00_01true_01_4-members.html 466share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_01_6_00_01true_01_4-members.html
468share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_01_6_00_01true_01_4.html 467share/doc/c++-gtk-utils/2.2/html/structCgu_1_1RemoveRefCond_3_01T_01_6_00_01true_01_4.html
 468share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedHandleError-members.html
469share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedHandleError.html 469share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedHandleError.html
470share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedHandleError.png 470share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedHandleError.png
 471share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedPtrError-members.html
471share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedPtrError.html 472share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedPtrError.html
472share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedPtrError.png 473share/doc/c++-gtk-utils/2.2/html/structCgu_1_1SharedPtrError.png
473share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1CondError-members.html 474share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1CondError-members.html
474share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1CondError.html 475share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1CondError.html
475share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1CondError.png 476share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1CondError.png
476share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureThreadError-members.html 477share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureThreadError-members.html
477share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureThreadError.html 478share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureThreadError.html
478share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureThreadError.png 479share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureThreadError.png
479share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureWhenError-members.html 480share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureWhenError-members.html
480share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureWhenError.html 481share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureWhenError.html
481share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureWhenError.png 482share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1FutureWhenError.png
482share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1MutexError-members.html 483share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1MutexError-members.html
483share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1MutexError.html 484share/doc/c++-gtk-utils/2.2/html/structCgu_1_1Thread_1_1MutexError.html

cvs diff -r1.7 -r1.8 pkgsrc/x11/c++-gtk-utils/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/c++-gtk-utils/distinfo 2018/02/27 12:17:06 1.7
+++ pkgsrc/x11/c++-gtk-utils/distinfo 2019/10/02 14:00:17 1.8
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.7 2018/02/27 12:17:06 ryoon Exp $ 1$NetBSD: distinfo,v 1.8 2019/10/02 14:00:17 ryoon Exp $
2 2
3SHA1 (c++-gtk-utils-2.2.15.tar.gz) = 032ceeb95c167abf8078fede790c2d15fa241602 3SHA1 (c++-gtk-utils-2.2.18.tar.gz) = 2a3bc8d547da80aea3791b16e5fe15588d4139ed
4RMD160 (c++-gtk-utils-2.2.15.tar.gz) = cafa0d01d76d3b347447d0812e2ddc707a40ef0c 4RMD160 (c++-gtk-utils-2.2.18.tar.gz) = b9b7b5b2f0c10cd6a635ae47eed36c11117ef52a
5SHA512 (c++-gtk-utils-2.2.15.tar.gz) = 0181fb0400173fb99f89d72b52bc2ef458d25688d5f3be064f7baafbee6586fde386b3400d90e2178bdd3228c9dc184f87a0db0a50a020db5785b50f34785acc 5SHA512 (c++-gtk-utils-2.2.18.tar.gz) = 46fece74e3a3908573cfe161c870f63b9bd442eaf9eea6da03843dc03e010ba073696232206c37a10dd7eedf1aa748cedbbd5e3a58af1cabc98d804095aa3d54
6Size (c++-gtk-utils-2.2.15.tar.gz) = 2943272 bytes 6Size (c++-gtk-utils-2.2.18.tar.gz) = 3031253 bytes
7SHA1 (patch-c++-gtk-utils_Makefile.in) = ae1210a771a5d094a7acad46ebc1992802ddf3a2 7SHA1 (patch-c++-gtk-utils_Makefile.in) = ae1210a771a5d094a7acad46ebc1992802ddf3a2
8SHA1 (patch-tests_test__fdstream.cpp) = 2735a0ab4646e14719ec9fb2c96c8bd1f31b7f7d 8SHA1 (patch-tests_test__fdstream.cpp) = 2735a0ab4646e14719ec9fb2c96c8bd1f31b7f7d
9SHA1 (patch-tests_test__gstream.cpp) = 0977bdfdb96b9b6ba42eefa67e17933fcd662f3b 9SHA1 (patch-tests_test__gstream.cpp) = 0977bdfdb96b9b6ba42eefa67e17933fcd662f3b