pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/c++-gtk-utils
Module Name: pkgsrc
Committed By: ryoon
Date: Sun Sep 18 12:43:29 UTC 2016
Modified Files:
pkgsrc/x11/c++-gtk-utils: Makefile PLIST distinfo
Log Message:
Update to 2.2.13
Changelog:
Version 2.2.13 (9 May 2016)
--------------
Use glib's unix fd implementation for io_watch where glib >= 2.36
is installed, unless otherwise chosen during configuration
(acinclude.m4, configure-gtk2.ac, configure-gtk-3.ac;
io_watch.cpp).
Update documentation (callback.h, extension.h, future.h).
Version 2.2.12 (18 October 2015)
--------------
Simplify Cgu::Application::add() method (application.cpp).
Minor implementation improvement for
Cgu::Thread::parallel_transform* functions (do pointer arithmetic
before not after tasks are launched) (parallel.h).
Permit return value optimisation when returning thread object on
starting new thread (thread.cpp).
Update libtool to version 2.4.6.
Documentation fix for doxygen-1.8.9 (docs/Doxyfile.in).
Update code comments (emitter.h).
Update documentation (doxygen.main.in, application.h, emitter.h,
extension.h, future.h, future.tpp, shared_handle.h, shared_ptr.h,
task_manager.h, thread.h).
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/c++-gtk-utils/Makefile \
pkgsrc/x11/c++-gtk-utils/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/c++-gtk-utils/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/c++-gtk-utils/Makefile
diff -u pkgsrc/x11/c++-gtk-utils/Makefile:1.5 pkgsrc/x11/c++-gtk-utils/Makefile:1.6
--- pkgsrc/x11/c++-gtk-utils/Makefile:1.5 Wed Aug 3 10:22:20 2016
+++ pkgsrc/x11/c++-gtk-utils/Makefile Sun Sep 18 12:43:29 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/08/03 10:22:20 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/09/18 12:43:29 ryoon Exp $
-DISTNAME= c++-gtk-utils-2.2.11
-PKGREVISION= 2
+DISTNAME= c++-gtk-utils-2.2.13
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cxx-gtk-utils/}
Index: pkgsrc/x11/c++-gtk-utils/distinfo
diff -u pkgsrc/x11/c++-gtk-utils/distinfo:1.5 pkgsrc/x11/c++-gtk-utils/distinfo:1.6
--- pkgsrc/x11/c++-gtk-utils/distinfo:1.5 Wed Nov 4 03:28:26 2015
+++ pkgsrc/x11/c++-gtk-utils/distinfo Sun Sep 18 12:43:29 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.5 2015/11/04 03:28:26 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/09/18 12:43:29 ryoon Exp $
-SHA1 (c++-gtk-utils-2.2.11.tar.gz) = f1c3cef40b814425adb395084dcb8b262ad68b68
-RMD160 (c++-gtk-utils-2.2.11.tar.gz) = 7c9f7b48343ae1dd3d0258c455d170884f6f5c69
-SHA512 (c++-gtk-utils-2.2.11.tar.gz) = 941a95a1b1e1b052d45d4e1b65cca11a4de368e64ca903de17e9e7ea38f6637ef82e7b8c45eafd1fc0ef741ee10e3517cc2f46345ec0f5fcff5b8168ef60ef49
-Size (c++-gtk-utils-2.2.11.tar.gz) = 2679730 bytes
+SHA1 (c++-gtk-utils-2.2.13.tar.gz) = c5d185ab40689f59fcdfb7904baac3326f5d0a90
+RMD160 (c++-gtk-utils-2.2.13.tar.gz) = 3832ae03c9eb5bc3896fb2ac89a8100ec710059a
+SHA512 (c++-gtk-utils-2.2.13.tar.gz) = 42b4f92722e3e03546311702ed233e248d39fcb38b51c687e34ce48e57abe31078c31a99d199aeb3c8de68ae0cf280b606a2585c43898d4a003f962bbe132c2f
+Size (c++-gtk-utils-2.2.13.tar.gz) = 2742099 bytes
SHA1 (patch-c++-gtk-utils_Makefile.in) = 48dcf35c63a7397ad83329ab4c841482d38a99b8
SHA1 (patch-tests_test__fdstream.cpp) = 2735a0ab4646e14719ec9fb2c96c8bd1f31b7f7d
SHA1 (patch-tests_test__gstream.cpp) = 0977bdfdb96b9b6ba42eefa67e17933fcd662f3b
Index: pkgsrc/x11/c++-gtk-utils/PLIST
diff -u pkgsrc/x11/c++-gtk-utils/PLIST:1.2 pkgsrc/x11/c++-gtk-utils/PLIST:1.3
--- pkgsrc/x11/c++-gtk-utils/PLIST:1.2 Sat Apr 11 05:40:55 2015
+++ pkgsrc/x11/c++-gtk-utils/PLIST Sun Sep 18 12:43:29 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2015/04/11 05:40:55 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/09/18 12:43:29 ryoon Exp $
include/c++-gtk-utils-3-2.2/c++-gtk-utils/application.h
include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_queue.h
include/c++-gtk-utils-3-2.2/c++-gtk-utils/async_result.h
@@ -58,6 +58,8 @@ share/doc/c++-gtk-utils/2.2/html/Variant
share/doc/c++-gtk-utils/2.2/html/annotated.html
share/doc/c++-gtk-utils/2.2/html/application_8h.html
share/doc/c++-gtk-utils/2.2/html/application_8h_source.html
+share/doc/c++-gtk-utils/2.2/html/arrowdown.png
+share/doc/c++-gtk-utils/2.2/html/arrowright.png
share/doc/c++-gtk-utils/2.2/html/async__queue_8h.html
share/doc/c++-gtk-utils/2.2/html/async__queue_8h_source.html
share/doc/c++-gtk-utils/2.2/html/async__result_8h.html
@@ -272,6 +274,7 @@ share/doc/c++-gtk-utils/2.2/html/depreca
share/doc/c++-gtk-utils/2.2/html/dir_101f02d72531e1268e20029abbed11e1.html
share/doc/c++-gtk-utils/2.2/html/do__if_8h.html
share/doc/c++-gtk-utils/2.2/html/do__if_8h_source.html
+share/doc/c++-gtk-utils/2.2/html/doc.png
share/doc/c++-gtk-utils/2.2/html/doxygen.css
share/doc/c++-gtk-utils/2.2/html/doxygen.png
share/doc/c++-gtk-utils/2.2/html/doxygen_8main.html
@@ -284,73 +287,59 @@ share/doc/c++-gtk-utils/2.2/html/fdstrea
share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h.html
share/doc/c++-gtk-utils/2.2/html/file__print__manager_8h_source.html
share/doc/c++-gtk-utils/2.2/html/files.html
-share/doc/c++-gtk-utils/2.2/html/ftv2blank.png
-share/doc/c++-gtk-utils/2.2/html/ftv2cl.png
-share/doc/c++-gtk-utils/2.2/html/ftv2doc.png
-share/doc/c++-gtk-utils/2.2/html/ftv2folderclosed.png
-share/doc/c++-gtk-utils/2.2/html/ftv2folderopen.png
-share/doc/c++-gtk-utils/2.2/html/ftv2lastnode.png
-share/doc/c++-gtk-utils/2.2/html/ftv2link.png
-share/doc/c++-gtk-utils/2.2/html/ftv2mlastnode.png
-share/doc/c++-gtk-utils/2.2/html/ftv2mnode.png
-share/doc/c++-gtk-utils/2.2/html/ftv2mo.png
-share/doc/c++-gtk-utils/2.2/html/ftv2node.png
-share/doc/c++-gtk-utils/2.2/html/ftv2ns.png
-share/doc/c++-gtk-utils/2.2/html/ftv2plastnode.png
-share/doc/c++-gtk-utils/2.2/html/ftv2pnode.png
-share/doc/c++-gtk-utils/2.2/html/ftv2splitbar.png
-share/doc/c++-gtk-utils/2.2/html/ftv2vertline.png
+share/doc/c++-gtk-utils/2.2/html/folderclosed.png
+share/doc/c++-gtk-utils/2.2/html/folderopen.png
share/doc/c++-gtk-utils/2.2/html/functions.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x62.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x63.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x64.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x65.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x66.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x67.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x68.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x69.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x6a.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x6c.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x6d.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x6e.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x6f.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x70.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x72.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x73.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x74.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x75.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x76.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x77.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x78.html
-share/doc/c++-gtk-utils/2.2/html/functions_0x7e.html
+share/doc/c++-gtk-utils/2.2/html/functions_b.html
+share/doc/c++-gtk-utils/2.2/html/functions_c.html
+share/doc/c++-gtk-utils/2.2/html/functions_d.html
+share/doc/c++-gtk-utils/2.2/html/functions_e.html
share/doc/c++-gtk-utils/2.2/html/functions_enum.html
share/doc/c++-gtk-utils/2.2/html/functions_eval.html
+share/doc/c++-gtk-utils/2.2/html/functions_f.html
share/doc/c++-gtk-utils/2.2/html/functions_func.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x62.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x63.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x64.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x65.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x66.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x67.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x68.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x69.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x6a.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x6c.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x6d.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x6e.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x6f.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x70.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x72.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x73.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x74.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x75.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x76.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x77.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x78.html
-share/doc/c++-gtk-utils/2.2/html/functions_func_0x7e.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_b.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_c.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_d.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_e.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_f.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_g.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_h.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_i.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_j.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_l.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_m.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_n.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_o.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_p.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_r.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_s.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_t.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_u.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_v.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_w.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_x.html
+share/doc/c++-gtk-utils/2.2/html/functions_func_~.html
+share/doc/c++-gtk-utils/2.2/html/functions_g.html
+share/doc/c++-gtk-utils/2.2/html/functions_h.html
+share/doc/c++-gtk-utils/2.2/html/functions_i.html
+share/doc/c++-gtk-utils/2.2/html/functions_j.html
+share/doc/c++-gtk-utils/2.2/html/functions_l.html
+share/doc/c++-gtk-utils/2.2/html/functions_m.html
+share/doc/c++-gtk-utils/2.2/html/functions_n.html
+share/doc/c++-gtk-utils/2.2/html/functions_o.html
+share/doc/c++-gtk-utils/2.2/html/functions_p.html
+share/doc/c++-gtk-utils/2.2/html/functions_r.html
share/doc/c++-gtk-utils/2.2/html/functions_rela.html
+share/doc/c++-gtk-utils/2.2/html/functions_s.html
+share/doc/c++-gtk-utils/2.2/html/functions_t.html
share/doc/c++-gtk-utils/2.2/html/functions_type.html
+share/doc/c++-gtk-utils/2.2/html/functions_u.html
+share/doc/c++-gtk-utils/2.2/html/functions_v.html
share/doc/c++-gtk-utils/2.2/html/functions_vars.html
+share/doc/c++-gtk-utils/2.2/html/functions_w.html
+share/doc/c++-gtk-utils/2.2/html/functions_x.html
+share/doc/c++-gtk-utils/2.2/html/functions_~.html
share/doc/c++-gtk-utils/2.2/html/future_8h.html
share/doc/c++-gtk-utils/2.2/html/future_8h_source.html
share/doc/c++-gtk-utils/2.2/html/gerror__handle_8h.html
@@ -394,26 +383,26 @@ share/doc/c++-gtk-utils/2.2/html/namespa
share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Thread_1_1TaskManagerHelper2.html
share/doc/c++-gtk-utils/2.2/html/namespaceCgu_1_1Utf8.html
share/doc/c++-gtk-utils/2.2/html/namespacemembers.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x63.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x64.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x65.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x66.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x67.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x69.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x6c.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x6d.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x6f.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x70.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x72.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x73.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x74.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x75.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x76.html
-share/doc/c++-gtk-utils/2.2/html/namespacemembers_0x77.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_c.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_d.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_e.html
share/doc/c++-gtk-utils/2.2/html/namespacemembers_enum.html
share/doc/c++-gtk-utils/2.2/html/namespacemembers_eval.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_f.html
share/doc/c++-gtk-utils/2.2/html/namespacemembers_func.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_g.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_i.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_l.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_m.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_o.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_p.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_r.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_s.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_t.html
share/doc/c++-gtk-utils/2.2/html/namespacemembers_type.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_u.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_v.html
+share/doc/c++-gtk-utils/2.2/html/namespacemembers_w.html
share/doc/c++-gtk-utils/2.2/html/namespaces.html
share/doc/c++-gtk-utils/2.2/html/nav_f.png
share/doc/c++-gtk-utils/2.2/html/nav_g.png
@@ -438,6 +427,7 @@ share/doc/c++-gtk-utils/2.2/html/shared_
share/doc/c++-gtk-utils/2.2/html/shared__handle_8h_source.html
share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h.html
share/doc/c++-gtk-utils/2.2/html/shared__ptr_8h_source.html
+share/doc/c++-gtk-utils/2.2/html/splitbar.png
share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.html
share/doc/c++-gtk-utils/2.2/html/structCgu_1_1ApplicationNameError.png
share/doc/c++-gtk-utils/2.2/html/structCgu_1_1AsyncQueuePopError.html
Home |
Main Index |
Thread Index |
Old Index