Lablgtk2 version 2.10.1 - How to Download and Install on Mac OS X
Saturday the 7th of November, 2009

    lablgtk2  most recent diff


    version 2.10.1

      View the most recent changes for the lablgtk2 port at: lablgtk2.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for lablgtk2.
      The raw portfile for lablgtk2 2.10.1 is located here:
      http://lablgtk2.darwinports.com/dports/x11/lablgtk2/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/lablgtk2


      The lablgtk2 Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: lablgtk2
      Version: 2.10.1
      Category: x11
      Maintainers: kallisys.net:pguyot openmaintainer
      Description: Objective Caml interface to gtk+ 2.x
      Long Description: LablGTK2 is is an Objective Caml interface to gtk+ 2.x. 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+.
      Homepage: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/lablgtk.html
      Platform: darwin
      Master Sites: http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/
      distname lablgtk-${version}
      Checksums: md5 bd7073ca05e684e5d5a3d553371fd6e5 sha1 6c6f273951059fc86b89337a5b10dfb866ca5f87 rmd160 5dda1a7d5438ae57fb8c170b6459393c4af872a2
      depends_lib bin:camlp4:ocaml lib:libgtk.2:gtk2 lib:libglade-2:libglade2 lib:libgnomecanvas:libgnomecanvas lib:libgnomeui:libgnomeui
      configure.args --without-gl --without-rsvg --with-glade --with-gnomecanvas --with-gnomeui --without-panel --without-gtkspell --without-gtksourceview
      build.target world

      Variant: rsvg description "enable rsvg support" {
      configure.args-delete --without-rsvg
      configure.args-append --with-rsvg
      depends_lib-append lib:librsvg-2:librsvg
      }

      Variant: gtksourceview description "enable gtksourceview support" {
      configure.args-delete --without-gtksourceview
      configure.args-append --with-gtksourceview
      depends_lib-append port:gtksourceview
      }

      livecheck.type regex
      livecheck.regex {
      lablgtk-\1.tar.gz}

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/lablgtk2
      % sudo port install lablgtk2
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching lablgtk2
      ---> Verifying checksum for lablgtk2
      ---> Extracting lablgtk2
      ---> Configuring lablgtk2
      ---> Building lablgtk2 with target all
      ---> Staging lablgtk2 into destroot
      ---> Installing lablgtk2
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using lablgtk2 with these commands:
      %  man lablgtk2
      % apropos lablgtk2
      % which lablgtk2
      % locate lablgtk2

     Where to find more information:

    Darwin Ports



    Lightbox this page.