diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-08 10:04:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-08 10:04:29 +0000 |
commit | ff91cea89918da0604ce0c77fe8f0706bd483888 (patch) | |
tree | 122b21916fd61255faee2347d499e3db4588036e /x11/lablgtk | |
parent | 89a2723c973f513a628f42e178fbf102eceabd03 (diff) | |
download | pkgsrc-ff91cea89918da0604ce0c77fe8f0706bd483888.tar.gz |
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 (limited to 'x11/lablgtk')
-rw-r--r-- | x11/lablgtk/Makefile | 5 | ||||
-rw-r--r-- | x11/lablgtk/PLIST | 4 | ||||
-rw-r--r-- | x11/lablgtk/distinfo | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/x11/lablgtk/Makefile b/x11/lablgtk/Makefile index 9a1a0829f95..33a7130961b 100644 --- a/x11/lablgtk/Makefile +++ b/x11/lablgtk/Makefile @@ -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 --git a/x11/lablgtk/PLIST b/x11/lablgtk/PLIST index f05146f4c96..818e81057dc 100644 --- a/x11/lablgtk/PLIST +++ b/x11/lablgtk/PLIST @@ -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 --git a/x11/lablgtk/distinfo b/x11/lablgtk/distinfo index 8ab999b8730..0c3e41410ee 100644 --- a/x11/lablgtk/distinfo +++ b/x11/lablgtk/distinfo @@ -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 |