Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 38C4963C4B1 for ; Sun, 9 Sep 2012 18:45:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0751714A23D; Sun, 9 Sep 2012 18:45:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 449AB14A260 for ; Sun, 9 Sep 2012 18:45:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qKN5KvJQXnqX for ; Sun, 9 Sep 2012 18:45:46 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 0398914A23D for ; Sun, 9 Sep 2012 18:45:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C2A5C175DD; Sun, 9 Sep 2012 18:45:45 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 9 Sep 2012 18:45:45 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/x11/lablgtk To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20120909184545.C2A5C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jaapb Date: Sun Sep 9 18:45:45 UTC 2012 Modified Files: pkgsrc/x11/lablgtk: Makefile PLIST PLIST.glade PLIST.gnome PLIST.gnomecanvas PLIST.gtksourceview PLIST.gtksourceview2 PLIST.gtkspell PLIST.svg distinfo Added Files: pkgsrc/x11/lablgtk/patches: patch-src_Makefile Removed Files: pkgsrc/x11/lablgtk/patches: patch-aa Log Message: Updated to version 2.16.0. Changed maintainer from pkgsrc-users@ to myself. Added PLIST_VAR in order to install native code files only on appropriate architectures. This closes PR pkg/46922 (submitted before I became a developer). Changes from 2.14.2 to 2.16.0: 2012.08.23 [Jacques] * update Windows port, compiles fine on mingw with ./configure --disable-gtktest * lablgtk2 script does not load extra libraries by default (use flag -all to load all extensions) 2012.08.17 [Jacques] * generate correct lablgtk2 script for findlib. * add old-uninstall target. * support threaded toplevel with Quartz backend, using gtkThTop.ml (runs the toplevel loop in another thread) * remove GtkThInit from META (not portable) * avoid busy waiting by using g_main_context_set_poll_func to make polling non-blocking. busy waiting is still needed for VM threads, and can be activated by setting the environment variable LABLGTK_BUSY_WAIT. 2012.08.16 [Jacques] * update applications/browser for OCaml 4.00 * update applications/camlirc to use GText instead of GBroken.text 2012.07.26 [Pierre-Marie] * improvements to GtkSourceView2. * add cast and assignation functions to GText.nocopy_iter. * add Gtk 2.10 missing key modifiers. 2012.07.24 [Jacques] * can still install using old-install. 2012.06.19 [Adrien] * add a high-level API to create keyboard shortcuts. 2012.06.12 [Adrien] * add several #as_foo methods: entry, notebook, range * new signals for notebook: select_page, reorder_tab, change_current_page, move_focus_out, page_{added,removed,reordered} * add gtk_container_child_{set,get}_property * add gtk_notebook_{set,get}_tab_reorderable * add gtk_signal_new which can be used to create custom keyboard shortcuts * add g_signal_list and g_signal_query * add functions to connect to notify::foo signals which indicate when an object property changes * add foo#connect#notify_bar methods to add callbacks on changes of the "bar" property of the object "foo". 2012.04.11 [Maxence] * use findlib to install (see README for the list of installed packages) 2012.06.05 [Jacques] * merge GtkSourceView2 additions by Pierre-Marie Pedrot 2012.03.07 [Jacques] * add Make_Val_option to wrappers.h 2011.07.20 [Jacques] * add gtk_accelerator_name/get_label (for Pierre Boutillier) * add gtk_accel_map_foreach/change_entry (ibid) * add gdk_window_clear_area (for DDR) * make gtk_tree_view_get_visible_range version dependent (Thomas Ripoche) To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/lablgtk/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/lablgtk/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/lablgtk/PLIST.glade \ pkgsrc/x11/lablgtk/PLIST.gnome pkgsrc/x11/lablgtk/PLIST.gnomecanvas \ pkgsrc/x11/lablgtk/PLIST.gtksourceview cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/lablgtk/PLIST.gtksourceview2 cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/lablgtk/PLIST.gtkspell cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/lablgtk/PLIST.svg cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/lablgtk/distinfo cvs rdiff -u -r1.8 -r0 pkgsrc/x11/lablgtk/patches/patch-aa cvs rdiff -u -r0 -r1.1 pkgsrc/x11/lablgtk/patches/patch-src_Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.