summaryrefslogtreecommitdiff
path: root/x11/lablgtk
AgeCommit message (Collapse)AuthorFilesLines
2014-10-10Removed old lablgtk package; updated category Makefile.jaapb14-618/+0
2014-10-09Updated package to newest version, 2.18.2 and renamed ocaml-lablgtk forjaapb3-25/+24
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-07Revbump after updating libwebp and icuadam2-4/+4
2014-05-05Recursive revbump from x11/pixmanryoon2-4/+4
Fix PR pkg/48777
2014-04-09recursive bump from icu shlib major bump.obache2-4/+4
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz2-3/+4
2013-11-01Updated x11/lablgtk to its newest version, 2.18. Changes include:jaapb4-36/+24
* 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
2013-11-01Revision bump associated with the update of lang/ocaml to version 4.01.jaapb1-2/+2
2013-10-19Revbump after updating textproc/icuadam1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon2-4/+4
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz2-4/+4
2013-09-02Revbump after cairo updateadam2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-4/+4
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz2-4/+4
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam1-2/+2
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-12-15Bump PKGREVISION from devel/nss 3.14.0.ryoon2-4/+4
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-5/+1
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-08Revision bump associated with the update of lang/ocaml to version 4.jaapb1-2/+2
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-3/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-10Corrected installation error (DESTDIR not applied correctly).jaapb3-6/+20
Added description of options. Added update to changes file. Used buildlink3 for findlib dependency.
2012-09-09dd ocaml-findlib dependency.wiz1-1/+3
2012-09-09Updated to version 2.16.0. Changed maintainer from pkgsrc-users@ to myself.jaapb12-390/+480
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)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-08-13Bump PKGREVISION for fix in librsvg/buildlink3.mk.wiz1-2/+2
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz2-4/+4
by Obache.
2012-06-16Sort a bunch of plists.dholland1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache2-4/+4
2012-03-06Recursive PKGREVISION bump for xulrunner, nss, and nspr.ryoon2-4/+4
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-16stubs are built in Linux to.sbd1-2/+2
2012-02-06Revbump forwiz2-4/+4
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache2-4/+4
2011-12-24This needs to expose gnome-panel via bl3 if it's built with thedholland2-3/+12
"gnomecanvas" option. Otherwise some packages fail to link because they can't find -lnspr4. PKGREVISION -> 10. Because the packages affected by this don't build without it, I don't think they need to be revbumped.
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-08-07Install the META file used by ocaml-findlib to locate it when neededwiz2-3/+11
by other OCaml stuff. From Nicolas Thauvin. Bump PKGREVISION.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-06-10recursive bump from icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2