summaryrefslogtreecommitdiff
path: root/devel/glib2/PLIST
diff options
context:
space:
mode:
authorprlw1 <prlw1>2014-09-05 20:49:55 +0000
committerprlw1 <prlw1>2014-09-05 20:49:55 +0000
commit797967791d8646da0dc8160760c4f3dee5cb52fb (patch)
treea23f4a8bcdc3fae7c88baaef1f19de02efc45f32 /devel/glib2/PLIST
parent361f6a522478af4dc75132df4e41b9f8dfeeb505 (diff)
downloadpkgsrc-797967791d8646da0dc8160760c4f3dee5cb52fb.tar.gz
Update glib2 to 2.40.0
Patches removed: - patch-ai Fixed in e3fa9c9a (Bug 583321) - patch-cj Fixed in c58a7b8c (Bugs 641350 711047) - patch-gio_gdbusmessage.c Fixed in 0167c334 - patch-gio_gfile.c Fixed in 091e4660 (Bug 721034) - patch-gio_glocalfile.c Fixed in 7eb1e5fc (Bug 708860) - patch-ap and - patch-aq Credentials have changed, see below Patches changed: - patch-aa Second chunk fixed in 838b49ea (Bug 711600) - patch-ba Third chunk fixed in 7cf221aa Reworked Bug 583330 Patches added: - patch-glib_gmessages.c Closes PR pkg/48318, fixed in 7328089e (Bug 720708) - patch-gio_gcredentials.c - patch-gio_gcredentialsprivate.h - patch-gio_gioenums.h - patch-gio_gsocket.c - patch-gio_gunixcredentialsmessage.c - patch-gio_tests_credentials.c Attempt at gcredential support for NetBSD (Bug 728256) Highlights from changes: * Disable IPv6 testcases on machines without IPv6 * Document that it is a bad idea to match on generic error codes * This release introduces a hard dependency on present and functioning clock_gettime() and CLOCK_MONOTONIC. It also introduces a dependency on pthread_condattr_setclock() unless your system happens to have pthread_cond_timedwait_relative_np() (as do Mac OS and Android). This release is known to be broken with at least GNU/Hurd, pending addition of working pthread_condattr_setclock(CLOCK_MONOTONIC) there. * New API: g_str_to_ascii() * fix a crasher in code from gdbus-codegen * improvements to gobject gdb helper script * Portability: - fix a deadlock issue with kqueue on FreeBSD - work around a quirk in the sunstudio compiler - rename a variable to avoid clashing with a macro definition of 'environ' on some platforms (like mingw) - use POSIX-specified <poll.h> over <sys/poll.h> - many improvements to Visual Studio projects and and some build fixes for Windows * tests - a very large number of improvements in test coverage - don't report skipped tests as failures - return 77 if we skip all tests in an executable - improve gtest documentation and fix some minor issues - fix g_test_trap_reached_timeout() return value - remove some dead code uncovered during test coverage expansion - Use tap mode for installed tests too, when using tap * fix races in unix signal handling * make our GVariant-based commandline tools (glib-compile-schemas, gdbus, gapplication) print out GVariant parse errors in context * GApplication now has a --gapplication-service command line switch to turn any GApplication into a service * improve compatibility of GApplication and GOptionContext * fix gsettings.m4 wrt. builddir != srcdir with non-recursive make * use a directory monitor in GKeyfileSettingsBackend * improve robustness of some GIcon classes * Portability - Remove alleged support for OS/2 - Remove alleged support for BeOS - Remove alleged support for last-millennium Unixes - Require C90 compliance - Require POSIX.1 (1990) compliance on Unix - Require GNU make * GSettings fixes/improvements - GSettingsSchema API is now more powerful and consistent - new GSettingsSchemaKey API allows accessing metadata for keys: type, default value, range and the long-awaited support for summary and description - GSettingsSchemaSource gains support for listing schemas within a source. Deprecate the global API that did this for the default source. - 'gsettings list-schemas' now works properly with --schemadir - deprecate a bunch of now-redundant functionality on GSettings - add API to GSettings for getting the default value of a key (as set by the sysadmin) - add API to GSettings for determining if the user has assigned a particular value to a key (ie: we are not just reading the default) - ignore qualified tags and attributes appearing in schema files * Applications/Actions - make GSimpleAction a bit more strict with respect to state changes that would violate the interface (ie: by changing the state type after construction) - throw an error when attempting to 'Describe' a non-existent action via D-Bus instead of returning a bogus description - throw an error when attempting to invoke unsupported methods on an Application (eg: 'Open' on an app that doesn't HANDLES_OPEN) instead of emitting a g_critical() in context of the app (which is not itself at fault for the errant call) * Appinfo - substantially rework GDesktopAppInfo to reduce the amount of disk accesses that are performed in common situations - add a new class: GAppInfoMonitor for discovering when applications are installed/removed - add a new g_desktop_app_info_search() API for searching for installed applications by name, keywords, etc. * GMarkup: add new G_MARKUP_IGNORE_QUALIFIED flag for skipping over "qualified" tags and attributes (those with a colon in the name, such as 'my:tag') * GDBus - ignore qualified tags, as above - GTestDBus: unset all D-Bus addresses (such as STARTER) to ensure that test programs don't pick them up - add new session_bus_run() convenience in the tests and use it * GRand: use real random data as a seed on win32 and use the timestamp/pid/uid fallback only on UNIX machines where we can't open '/dev/urandom'. This may cause issues with older mingw32 releases due to a missing prototype for the rand_s() API. * Many win32 (and particularly MSVC) portability fixes. Many additional tests are now runnable when building with MSVC. * Due to early testing of the (soon to land) GCleanup framework, a very large number of memory errors have been found and fixed (mostly in the testcases, but some in glib itself). * GIO: - some more seeking cleanups: particularly on GLocalFileInputStream - don't leave a .trashinfo file around if trashing a file fails - Add a request_certificate virtual method to GTlsInteraction * GNotification - new API for sending persistent notifications via the desktop shell - notifications persist when the application has quit and clicking on them can restart the application with an action (via DBusActivatable) * GSubprocess - new API for launching subprocesses - nice GIO integration like async functions, cancellability, etc. - a convenient communicate() API inspired by the same API in Python - related: the gspawn API now has a CLOEXEC flag for the created pipes for stdin/stdout/stderr * New gapplication(1) commandline tool - intended to be used with DBusActivatable apps - can be used for launching apps, opening files, invoking application actions and listing apps and actions - bash tab completion is supported * GDesktopAppInfo changes: - g_file_get_path() can implicitly cause a FUSE mount so don't call it until we know we need it (for an app that doesn't support URIs) - don't crash when trying to load from a keyfile with DBusActivatable=true - remove some dead code, refactor the search path handling a bit and do a large-scale whitespace cleanup (prep work for the pending desktop file index) * File monitors - fix broken handling of mount point monitoring - remove some strange use of GObject::constructor() from the base class and inotify backend - fix GFileMonitor to work in the non-default main context even when the main context is not running (or is blocked) - add internal private API for easily creating a file monitor in the GLib worker thread * GSettings - g_settings_list_children: only list viable schemas. This fixes a longstanding issue where 'gsettings list-recursively' will crash when there are invalid schemas installed - don't accept invalid paths on g_settings_new_with_path, etc. * GIO - GFile now has a thumbnail::is-valid attribute to check if the thumbnail in thumbnail::path needs to be regenerated - GDBusProxy now has a flag to control autostarting of services at construction time - for GSeekable, properly introduce the concept of "resizable" vs. "fixed-sized" streams in the docs, explaining the expected semantics of the interface in each case - fix some cases in GMemoryOutputStream that were violating the above expectations (which may cause a slight API incompatibility) - clean up GCredentials code and add support for Hurd and Solaris - improve splicing by using different codepaths for the case where we have real _read_async() and _write_async() implementations on the stream vs. the case where they are internally emulated (via dispatching the sync variant of the call in a thread) * GKeyFile - fix a leak in g_key_file_get_(u)int64 when we fail to parse the value as an integer - add long-requested API g_key_file_save_to_file() * Portability improvements - avoid using O_DIRECTORY on platforms that don't have it - be careful about systems that define SOCK_CLOEXEC but don't actually support it (like Hurd) - only use SA_RESTART if it exists * Other small API changes/additions - a pair of functions to support matching strings for the type of search functionality that you'd expect to have with things like GtkSearchBar. This will also be used by the desktop file index. - g_str_is_ascii() with obvious purpose - g_test_expect_message() no longer appears to allow you to catch G_LOG_ERROR messages * GMainContext/GSource - fix handling of overflowing the 'next source id' counter - g_source_remove() will now throw a critical in the case that you try to remove a non-existent source. We expect that there is some code in the wild that will fall afoul of this new critical but considering that we now reuse source IDs, this code is already broken and should probably be fixed. - simplify handling of the 'current dispatching source' to not require use of a linked list * GObject - the long-broken (and leaky) pattern of destroying a just-allocated object from inside of a custom GObject::constructor is now officially completely illegal and will abort the program * Unicode: update to 6.3.0 * Many bug fixes * Many translation updates For full details see: https://git.gnome.org/browse/glib/tree/NEWS?id=2.40.0
Diffstat (limited to 'devel/glib2/PLIST')
-rw-r--r--devel/glib2/PLIST45
1 files changed, 35 insertions, 10 deletions
diff --git a/devel/glib2/PLIST b/devel/glib2/PLIST
index 9105184ecaf..7fc524fc51d 100644
--- a/devel/glib2/PLIST
+++ b/devel/glib2/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.78 2013/12/08 13:08:59 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.79 2014/09/05 20:49:55 prlw1 Exp $
+bin/gapplication
bin/gdbus
bin/gio-querymodules
bin/glib-compile-resources
@@ -106,6 +107,7 @@ include/glib/glib-2.0/gio/gnetworkaddress.h
include/glib/glib-2.0/gio/gnetworking.h
include/glib/glib-2.0/gio/gnetworkmonitor.h
include/glib/glib-2.0/gio/gnetworkservice.h
+include/glib/glib-2.0/gio/gnotification.h
include/glib/glib-2.0/gio/goutputstream.h
include/glib/glib-2.0/gio/gpermission.h
include/glib/glib-2.0/gio/gpollableinputstream.h
@@ -138,6 +140,8 @@ include/glib/glib-2.0/gio/gsocketcontrolmessage.h
include/glib/glib-2.0/gio/gsocketlistener.h
include/glib/glib-2.0/gio/gsocketservice.h
include/glib/glib-2.0/gio/gsrvtarget.h
+include/glib/glib-2.0/gio/gsubprocess.h
+include/glib/glib-2.0/gio/gsubprocesslauncher.h
include/glib/glib-2.0/gio/gtask.h
include/glib/glib-2.0/gio/gtcpconnection.h
include/glib/glib-2.0/gio/gtcpwrapperconnection.h
@@ -276,8 +280,8 @@ lib/pkgconfig/gthread-2.0.pc
share/aclocal/glib-2.0.m4
share/aclocal/glib-gettext.m4
share/aclocal/gsettings.m4
-share/gdb/auto-load/libglib-2.0.so.0.3800.2-gdb.py
-share/gdb/auto-load/libgobject-2.0.so.0.3800.2-gdb.py
+share/gdb/auto-load/libglib-2.0.so.0.4000.0-gdb.py
+share/gdb/auto-load/libgobject-2.0.so.0.4000.0-gdb.py
share/glib-2.0/gdb/glib.py
share/glib-2.0/gdb/gobject.py
share/glib-2.0/gettext/po/Makefile.in.in
@@ -290,6 +294,7 @@ share/gtk-doc/html/gio/GAction.html
share/gtk-doc/html/gio/GActionGroup.html
share/gtk-doc/html/gio/GActionMap.html
share/gtk-doc/html/gio/GAppInfo.html
+share/gtk-doc/html/gio/GAppInfoMonitor.html
share/gtk-doc/html/gio/GApplication.html
share/gtk-doc/html/gio/GApplicationCommandLine.html
share/gtk-doc/html/gio/GAsyncInitable.html
@@ -376,6 +381,7 @@ share/gtk-doc/html/gio/GSocketControlMessage.html
share/gtk-doc/html/gio/GSocketListener.html
share/gtk-doc/html/gio/GSocketService.html
share/gtk-doc/html/gio/GSrvTarget.html
+share/gtk-doc/html/gio/GSubprocess.html
share/gtk-doc/html/gio/GTask.html
share/gtk-doc/html/gio/GTcpConnection.html
share/gtk-doc/html/gio/GTcpWrapperConnection.html
@@ -415,6 +421,7 @@ share/gtk-doc/html/gio/api-index-2-32.html
share/gtk-doc/html/gio/api-index-2-34.html
share/gtk-doc/html/gio/api-index-2-36.html
share/gtk-doc/html/gio/api-index-2-38.html
+share/gtk-doc/html/gio/api-index-2-40.html
share/gtk-doc/html/gio/api-index-deprecated.html
share/gtk-doc/html/gio/api-index-full.html
share/gtk-doc/html/gio/application.html
@@ -422,28 +429,29 @@ share/gtk-doc/html/gio/async.html
share/gtk-doc/html/gio/ch01.html
share/gtk-doc/html/gio/ch02.html
share/gtk-doc/html/gio/ch03.html
-share/gtk-doc/html/gio/ch29.html
share/gtk-doc/html/gio/ch30.html
-share/gtk-doc/html/gio/ch30s02.html
-share/gtk-doc/html/gio/ch30s03.html
share/gtk-doc/html/gio/ch31.html
share/gtk-doc/html/gio/ch31s02.html
share/gtk-doc/html/gio/ch31s03.html
-share/gtk-doc/html/gio/ch31s04.html
-share/gtk-doc/html/gio/ch31s05.html
-share/gtk-doc/html/gio/ch31s06.html
-share/gtk-doc/html/gio/ch31s07.html
share/gtk-doc/html/gio/ch32.html
share/gtk-doc/html/gio/ch32s02.html
share/gtk-doc/html/gio/ch32s03.html
share/gtk-doc/html/gio/ch32s04.html
share/gtk-doc/html/gio/ch32s05.html
+share/gtk-doc/html/gio/ch32s06.html
+share/gtk-doc/html/gio/ch32s07.html
+share/gtk-doc/html/gio/ch33.html
+share/gtk-doc/html/gio/ch33s02.html
+share/gtk-doc/html/gio/ch33s03.html
+share/gtk-doc/html/gio/ch33s04.html
+share/gtk-doc/html/gio/ch33s05.html
share/gtk-doc/html/gio/conversion.html
share/gtk-doc/html/gio/extending-gio.html
share/gtk-doc/html/gio/extending.html
share/gtk-doc/html/gio/failable_initialization.html
share/gtk-doc/html/gio/file_mon.html
share/gtk-doc/html/gio/file_ops.html
+share/gtk-doc/html/gio/gapplication-tool.html
share/gtk-doc/html/gio/gdbus-codegen.html
share/gtk-doc/html/gio/gdbus-convenience.html
share/gtk-doc/html/gio/gdbus-lowlevel.html
@@ -466,9 +474,11 @@ share/gtk-doc/html/gio/gio-GIOError.html
share/gtk-doc/html/gio/gio-GIOScheduler.html
share/gtk-doc/html/gio/gio-GInetAddressMask.html
share/gtk-doc/html/gio/gio-GMenuModel-exporter.html
+share/gtk-doc/html/gio/gio-GNotification.html
share/gtk-doc/html/gio/gio-GPropertyAction.html
share/gtk-doc/html/gio/gio-GResource.html
share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html
+share/gtk-doc/html/gio/gio-GSubprocessLauncher.html
share/gtk-doc/html/gio/gio-GWin32InputStream.html
share/gtk-doc/html/gio/gio-GWin32OutputStream.html
share/gtk-doc/html/gio/gio-Owning-Bus-Names.html
@@ -490,6 +500,7 @@ share/gtk-doc/html/gio/home.png
share/gtk-doc/html/gio/icons.html
share/gtk-doc/html/gio/index.html
share/gtk-doc/html/gio/index.sgml
+share/gtk-doc/html/gio/left-insensitive.png
share/gtk-doc/html/gio/left.png
share/gtk-doc/html/gio/menu-example.png
share/gtk-doc/html/gio/menu-model.png
@@ -500,18 +511,25 @@ share/gtk-doc/html/gio/pt01.html
share/gtk-doc/html/gio/pt02.html
share/gtk-doc/html/gio/resolver.html
share/gtk-doc/html/gio/resources.html
+share/gtk-doc/html/gio/right-insensitive.png
share/gtk-doc/html/gio/right.png
share/gtk-doc/html/gio/running-gio-apps.html
share/gtk-doc/html/gio/settings.html
share/gtk-doc/html/gio/streaming.html
share/gtk-doc/html/gio/style.css
+share/gtk-doc/html/gio/subprocesses.html
share/gtk-doc/html/gio/testing.html
share/gtk-doc/html/gio/tls.html
share/gtk-doc/html/gio/tools.html
share/gtk-doc/html/gio/types.html
+share/gtk-doc/html/gio/up-insensitive.png
share/gtk-doc/html/gio/up.png
share/gtk-doc/html/gio/utils.html
share/gtk-doc/html/gio/volume_mon.html
+share/gtk-doc/html/glib/Sorted_binary_tree_breadth-first_traversal.svg
+share/gtk-doc/html/glib/Sorted_binary_tree_inorder.svg
+share/gtk-doc/html/glib/Sorted_binary_tree_postorder.svg
+share/gtk-doc/html/glib/Sorted_binary_tree_preorder.svg
share/gtk-doc/html/glib/annotation-glossary.html
share/gtk-doc/html/glib/api-index-2-10.html
share/gtk-doc/html/glib/api-index-2-12.html
@@ -530,6 +548,7 @@ share/gtk-doc/html/glib/api-index-2-34.html
share/gtk-doc/html/glib/api-index-2-36.html
share/gtk-doc/html/glib/api-index-2-38.html
share/gtk-doc/html/glib/api-index-2-4.html
+share/gtk-doc/html/glib/api-index-2-40.html
share/gtk-doc/html/glib/api-index-2-6.html
share/gtk-doc/html/glib/api-index-2-8.html
share/gtk-doc/html/glib/api-index-deprecated.html
@@ -628,11 +647,14 @@ share/gtk-doc/html/glib/gvariant-text.html
share/gtk-doc/html/glib/home.png
share/gtk-doc/html/glib/index.html
share/gtk-doc/html/glib/index.sgml
+share/gtk-doc/html/glib/left-insensitive.png
share/gtk-doc/html/glib/left.png
share/gtk-doc/html/glib/mainloop-states.gif
+share/gtk-doc/html/glib/right-insensitive.png
share/gtk-doc/html/glib/right.png
share/gtk-doc/html/glib/style.css
share/gtk-doc/html/glib/tools.html
+share/gtk-doc/html/glib/up-insensitive.png
share/gtk-doc/html/glib/up.png
share/gtk-doc/html/gobject/GBinding.html
share/gtk-doc/html/gobject/GTypeModule.html
@@ -699,11 +721,13 @@ share/gtk-doc/html/gobject/howto-interface.html
share/gtk-doc/html/gobject/howto-signals.html
share/gtk-doc/html/gobject/index.html
share/gtk-doc/html/gobject/index.sgml
+share/gtk-doc/html/gobject/left-insensitive.png
share/gtk-doc/html/gobject/left.png
share/gtk-doc/html/gobject/pr01.html
share/gtk-doc/html/gobject/pt01.html
share/gtk-doc/html/gobject/pt02.html
share/gtk-doc/html/gobject/pt03.html
+share/gtk-doc/html/gobject/right-insensitive.png
share/gtk-doc/html/gobject/right.png
share/gtk-doc/html/gobject/rn01.html
share/gtk-doc/html/gobject/rn02.html
@@ -714,6 +738,7 @@ share/gtk-doc/html/gobject/tools-gob.html
share/gtk-doc/html/gobject/tools-gtkdoc.html
share/gtk-doc/html/gobject/tools-refdb.html
share/gtk-doc/html/gobject/tools-vala.html
+share/gtk-doc/html/gobject/up-insensitive.png
share/gtk-doc/html/gobject/up.png
share/locale/af/LC_MESSAGES/glib20.mo
share/locale/am/LC_MESSAGES/glib20.mo