pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/lablgtk Update to 2.12.0:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d1209571d26
branches:  trunk
changeset: 552729:0d1209571d26
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 08 10:04:29 2009 +0000

description:
Update to 2.12.0:

In Lablgtk-2.12.0:
2008.12.20 [Jacques]
 * fix build process for ocaml 3.11 on MSVC and mingw.

2008.12.09 [Jacques]
 * fix ml_gtk_source_buffer_create_marker

2008.10.30 [Benjamin]
 * Support Gtk Quartz backend compilation (thanks to Pascal Cuoq)
2008.10.07 [Benjamin]
 * Revert last change on GEdit.entry_completion according to M. Clasen.
   Keeping the new type for the callback match_selected.
2008.10.05 [Benjamin]
 * Change type of model contained in GEdit.entry_completion from
   model to model_filter see
   http://bugzilla.gnome.org/show_bug.cgi?id=555087.
2008.09.10 [Benjamin]
 * Many custom tree model bugs fixed.

2008.09.04 [Benjamin]
 * First attempt to support custom_tree_models in GTree.
   I need some feedback on ways to improve the safety.
   An example of usage is given in examples/custom_tree.ml
   Part of the code comes from Robert Schneck: he agreed by private mail
   on relicensing it for lablgtk2.

2008.08.20 [Jacques]
 * Move model to head of properties in ComboBox
   (bug reported by Pierre-Marie Pedrot)

2008.08.03 [Benjamin]
 * Support for wrapped signal of GEdit.spin_button (Gtk 2.10)

2008.08.01 [Benjamin]
 * Support for GtkRendererAccel of Gtk 2.10

2008.07.26 [Benjamin]
 * Add a few 2.10 properties GAction.icon_name, GButton.image_position,

2008.07.25 [Olivier]
 * don't use G_QUEUE_INIT (dependency on glib 2.14)

2008.07.25 [Jacques]
 * Add [widget] to Gtk.file_chooser
 * configure did not work on FreeBSD

2008.05.09 [Benjamin]
 * Add Glib.Io.read_chars. Other g_io_* function could be added...

2008.04.14 [Olivier]
  * use Gc.create_alarm to delay GObject finalization instead of an idle function

2008.03.31 [Benjamin]
  * Support mingw compilation with OCaml 3.11. Still tricky...

2008.03.25 [Jacques]
  * add GtkWindow properties
  * add GMain.Event
  * add GtkMenu.Menu.popup_at

2008.03.22 [Benjamin]
  * prepare gtksourceview 2.1 support

diffstat:

 x11/lablgtk/Makefile |  5 ++---
 x11/lablgtk/PLIST    |  4 ++--
 x11/lablgtk/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 648fa38df021 -r 0d1209571d26 x11/lablgtk/Makefile
--- a/x11/lablgtk/Makefile      Thu Jan 08 09:12:10 2009 +0000
+++ b/x11/lablgtk/Makefile      Thu Jan 08 10:04:29 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2008/12/28 13:10:29 adrianp Exp $
+# $NetBSD: Makefile,v 1.34 2009/01/08 10:04:29 wiz Exp $
 #
 
-DISTNAME=      lablgtk-2.10.1
-PKGREVISION=   1
+DISTNAME=      lablgtk-2.12.0
 CATEGORIES=    x11
 MASTER_SITES=  http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
 
diff -r 648fa38df021 -r 0d1209571d26 x11/lablgtk/PLIST
--- a/x11/lablgtk/PLIST Thu Jan 08 09:12:10 2009 +0000
+++ b/x11/lablgtk/PLIST Thu Jan 08 10:04:29 2009 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.9 2008/12/28 13:10:29 adrianp Exp $
-bin/gdk-pixbuf-mlsource
+@comment $NetBSD: PLIST,v 1.10 2009/01/08 10:04:29 wiz Exp $
+bin/gdk_pixbuf_mlsource
 bin/lablgtk2
 lib/ocaml/lablgtk2/gAction.cmi
 lib/ocaml/lablgtk2/gAction.cmx
diff -r 648fa38df021 -r 0d1209571d26 x11/lablgtk/distinfo
--- a/x11/lablgtk/distinfo      Thu Jan 08 09:12:10 2009 +0000
+++ b/x11/lablgtk/distinfo      Thu Jan 08 10:04:29 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2008/03/04 14:47:29 wiz Exp $
+$NetBSD: distinfo,v 1.13 2009/01/08 10:04:29 wiz Exp $
 
-SHA1 (lablgtk-2.10.1.tar.gz) = 6c6f273951059fc86b89337a5b10dfb866ca5f87
-RMD160 (lablgtk-2.10.1.tar.gz) = 5dda1a7d5438ae57fb8c170b6459393c4af872a2
-Size (lablgtk-2.10.1.tar.gz) = 768508 bytes
+SHA1 (lablgtk-2.12.0.tar.gz) = fe3a6499bf28be21d723e379e2e9a4d7b4798baa
+RMD160 (lablgtk-2.12.0.tar.gz) = b64f17545e797d5b94e7d23ed02d6ef751485803
+Size (lablgtk-2.12.0.tar.gz) = 789731 bytes
 SHA1 (patch-aa) = 613dc2ffbc245b0593df8c500673e19ed1de1554



Home | Main Index | Thread Index | Old Index