taken from debian. Added comments to patches while here.
This needs a very -current xulrunner, hence version check enforced in
LIB/BUILD_DEPENDS.
ok ajacoutot@
polkit-qt4 is a library that lets developers use the PolicyKit API
through a nice Qt-styled API. It is mainly a wrapper around QAction and
QAbstractButton that lets you integrate those two component easily with
PolicyKit.
Tkhtml3 is a Tk widget that displays content formatted according
to the HTML and CSS standards. Tkhtml3 is not an end-user application,
it is for Tcl programmers who wish to embed a standards-compliant
HTML/CSS implementation in their applications.
OK landry@ and after more cleanup, also OK sthen@
Tktray is an extension that is able to create system tray icons.
It follows http://www.freedesktop.org specifications when looking
up the system tray manager. This protocol is supported by modern
versions of KDE and Gnome panels, and by some other panel-like
application.
OK landry@, and after more cleanup, also OK sthen@
x11/slim, does not setlogin(). Some software use getlogin()
to decide the user name, so when user is using slim as the
login manager, those software would get wrong results, and
some programs refuse to start
(Seen with opencvs some times ago, reminded by a discution
with zinovik and theo and setlogin hint from guenter)
ok maintainer & dcoppa@
tree widget extension for Tk
A widget which displays items in a one- or two-dimensional arrangement.
Items have a parent-child relationship with other items. Items have a
set of states, which are boolean properties. Items may be spread about
one or more columns. For each column of an item there is a style
associated, which determines how to display the item's column taking
into account the item's current state set. One column can be defined to
display the data in a hierarchical structure.
OK from sthen@, landry@