Port details |
- ocaml-lablgtk3 Objective Caml interface to GTK 3.x
- 3.1.5 x11-toolkits =2 3.1.5Version of this port present on the latest quarterly branch.
- Maintainer: madpilot@FreeBSD.org
- Port Added: 2022-11-22 17:39:12
- Last Update: 2024-06-13 17:52:15
- Commit Hash: 41971a1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://garrigue.github.io/lablgtk/
- Description:
- LablGtk2 is an OCaml interface to GTK+ 3.x. It provides a strongly-typed,
yet comfortable, object-oriented interface compatible with GTK+'s dynamic
typing through OCaml's rich type system. Most widgets and methods are
available, along with many examples.
Objective Caml threads are supported, including for the toplevel, which
allows for interactive use of the library.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ocaml-lablgtk3>0:x11-toolkits/ocaml-lablgtk3
- To install the port:
- cd /usr/ports/x11-toolkits/ocaml-lablgtk3/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-toolkits/ocaml-lablgtk3
- pkg install ocaml-lablgtk3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ocaml-lablgtk3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1718272433
SHA256 (garrigue-lablgtk-3.1.5_GH0.tar.gz) = 90e737df93f1e8a9e4a584be701a4254e7cb2e1a741566b7c9c8a89ed3449096
SIZE (garrigue-lablgtk-3.1.5_GH0.tar.gz) = 1045721
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- dune : devel/ocaml-dune
- ocaml-cairo>0 : graphics/ocaml-cairo
- META : devel/ocaml-camlp-streams
- ocamlc : lang/ocaml
- ocamlfind : devel/ocaml-findlib
- camlp4 : devel/ocaml-camlp4
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- ocaml-cairo>0 : graphics/ocaml-cairo
- ocamlc : lang/ocaml
- ocamlfind : devel/ocaml-findlib
- Library dependencies:
-
- libharfbuzz.so : print/harfbuzz
- libfreetype.so : print/freetype2
- libfontconfig.so : x11-fonts/fontconfig
- libgtkspell3-3.so : textproc/gtkspell3
- libenchant-2.so : textproc/enchant2
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libgtksourceview-3.0.so : x11-toolkits/gtksourceview3
- libxml2.so : textproc/libxml2
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- Patch dependencies:
-
- ocamlc : lang/ocaml
-
- This port is required by:
- for Build
-
- math/coq
- net/unison
- for Run
-
- math/coq
Configuration Options:
- ===> The following configuration options are available for ocaml-lablgtk3-3.1.5:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
GTKSOURCEVIEW3=on: GtkSourceView 3 support
GTKSPELL=on: GtkSpell support
===> Use 'make config' to modify these settings
- Options name:
- x11-toolkits_ocaml-lablgtk3
- USES:
- gmake gnome pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.5 13 Jun 2024 17:52:15 |
Guido Falsi (madpilot) |
x11-toolkits/ocaml-lablgtk3: Update to 3.1.5 |
3.1.4_1 22 May 2024 17:16:28 |
Guido Falsi (madpilot) Author: Benjamin Jacobs |
ocaml: Updates to ocaml compiler and several ocaml ports
- Update devel/ocaml to 4.14.2 [1]
- Specify runtime dependency on GNU AS as full path, this fixes
build on armv6 - armv7 [1] [2]
- converters/ocaml-base64: Update to 3.5.1, add LICENSE, other
improvements
- converters/ocaml-jsonm: Strip shared objects [3]
- databases/ocaml-dbm: Update to 1.3, move to gitlub, other
improvements
- devel/menhir: Update to 20231231
- devel/ocaml-base: Unbreak non-x86 [2]
- devel/ocaml-camlp-streams: Silence patch and strip commands
- devel/ocaml-ipaddr: Update to 5.5.0
- devel/ocaml-lwt: Update to 5.7.0 [4] (Only the first 15 lines of the commit message are shown above ) |
3.1.4 11 Mar 2024 21:50:58 |
Guido Falsi (madpilot) Author: Benjamin Jacobs |
lang/ocaml: Update to 4.14.1
The 'force-safe-string; setting is NOT enabled, as opposed to the
new upstream default. OCaml users are encouraged to migrate to safe
strings as soon as possible.
- The X11 library isn't part of lang/ocaml anymore, users should
install x11-toolkits/ocaml-graphics.
- Add new 'ocaml' USES
- Bump PORTREVISION on dependent ports, due to ABI Change.
The update includes the following updates to existing ports (needed
to keep them working):
- devel/ocaml-camlp4: Updated to 4.14+1 (Only the first 15 lines of the commit message are shown above ) |
3.1.1_3 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
3.1.1_2 26 Aug 2023 21:03:32 |
Po-Chuan Hsieh (sunpoet) |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
3.1.1_2 05 Jul 2023 09:55:16 |
Guido Falsi (madpilot) |
lang/ocaml: Update to 4.08.1
This update allows (and for some requires) to also update dependencies
to newer versions. Where possible I updated to the latest version.
The ocaml port now is MAKE_JOBS safe.
Changes to dependent ports included in this commit:
- devel/ocaml-sexplib: Rename to devel/ocaml-sexplib0 adapting to
upstream. Update to 0.16.0
- devel/coccinelle: Update to 1.1.1, moved to github
- devel/ocaml-camlp4: Update to 4.08+1
- devel/ocaml-camomile: Use dune for build, adapt port
- devel/ocaml-cppo: Fix lib files installation [1] (Only the first 15 lines of the commit message are shown above ) |
3.1.1_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
3.1.1 22 Nov 2022 17:34:09 |
Guido Falsi (madpilot) |
x11-toolkits/ocaml-lablgtk3: Objective Caml interface to GTK+ 3.x
Importing a slightly outdated release that supports the ocaml and
dune versions available in the ports tree. |