NOTICE: This package has been removed from pkgsrc

./x11/lablgtk, GTK+ 2.x bindings for Objective Caml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.18.2, Package name: ocaml-lablgtk-2.18.2, Maintainer: jaapb

LablGTK is an Objective Caml interface to GTK+. This version
supports GTK+ from 2.0 to 2.10.

It uses the rich type system of Objective Caml 3 to provide a
strongly typed, yet very comfortable, object-oriented interface to
GTK+. This is not that easy if you know the dynamic typing approach
taken by GTK+.


Required to run:
[textproc/gtkspell] [graphics/libgnomecanvas] [graphics/librsvg] [lang/ocaml] [devel/libglade] [devel/ocaml-findlib] [devel/libgnomeui] [x11/gtk2] [x11/gtksourceview] [x11/gnome-panel] [x11/gtksourceview2] [lang/camlp4]

Required to build:
[pkgtools/x11-links] [x11/compositeproto] [x11/glproto] [x11/renderproto] [x11/xproto] [x11/xf86vidmodeproto] [x11/xf86driproto] [x11/damageproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/dri2proto] [x11/xcb-proto] [x11/fixesproto4]

Package options: glade, gnomecanvas, gtksourceview, gtksourceview2, gtkspell, svg

Master sites:

SHA1: 329f7f5eeccc14d6819425dde3be5cf6901cda34
RMD160: 165f78a560dcf050ed6237639a14b176bdeffab0
Filesize: 769.213 KB

Version history: (Expand)


CVS history: (Expand)


   2014-10-10 10:38:19 by Jaap Boender | Files touched by this commit (14) | Package removed
Log message:
Removed old lablgtk package; updated category Makefile.
   2014-10-10 00:24:15 by Jaap Boender | Files touched by this commit (3)
Log message:
Updated package to newest version, 2.18.2 and renamed ocaml-lablgtk for
clarity. Package uses ocaml.mk framework.

Changes:
  * Revert old commit which broke notify signals
  * Quote $(FLINSTALLDIR) in Makefile
  * Update applications/browser for 4.02
  * Make Float_val an alias for Double_val, since it was used
    wrongly anyway (Felix Ruess)
  * Make GObj.misc_ops#add_accelerator polymorphic in the widget of
    the signal (Erkki Seppala)
  * Use properties in GtkAdjustment, rather than direct accessors
  * fix GtkTree.IconView.get_path_at_pos (Thomas Leonard)
  * add gtksourceview2 to windows binaries
   2014-10-07 18:47:38 by Adam Ciarcinski | Files touched by this commit (442)
Log message:
Revbump after updating libwebp and icu
   2014-05-05 02:48:38 by Ryo ONODERA | Files touched by this commit (1155)
Log message:
Recursive revbump from x11/pixman
Fix PR pkg/48777
   2014-04-09 09:27:19 by OBATA Akio | Files touched by this commit (452)
Log message:
recursive bump from icu shlib major bump.
   2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568)
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
   2014-01-01 12:52:43 by Thomas Klausner | Files touched by this commit (776)
Log message:
Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.
   2013-11-01 22:41:45 by Jaap Boender | Files touched by this commit (4) | Package updated
Log message:
Updated x11/lablgtk to its newest version, 2.18. Changes include:

  * update applications for 4.01
  * various fixes in windows port
  * add some GTK enumerations and update stock icon list
  * add properties GtkTreeView.enable_{tree,grid}_lines
  * add properties GtkEntry.{primary,secondary}_icon_{stock,name,pixbuf},
    see examples/entry2.ml for usage
  * add tags in GtkMovementStep
  * fix compatibility with ocaml 4.01 (?lab for non-optional arguments)
  * add handling of new modifiers
  * detect findlib during configuration
  * support DESTDIR with findlib-install
  * have old-install copy the META file too
  * cleanup the two phases of findlib-install