unrelated LIB_DEPENDS and WANTLIB issues while here, to make
port-lib-depends-check happy (more dependencies on x11/kde/arts3 contents,
libvorbisfile, libexpat and libfontconfig):
- Require FLAC.>=8,
- use a sledgehammer to make configure work with the new FLAC,
- make it work with the new API.
ok naddy@
pcmanfm where to look for mime.cache instead of letting try to access
non existent directories
from Benoit Chesneau <bchesneau at gmail dot com>, thanks!
Planner is a Project Management application that supports Gantt charts,
resource allocation and integration with other GNOME applications.
ok martynas@
are primarily useful for programs with a technical background. Beside
a 2D plot widget it provides scales, sliders, dials, compasses,
thermometers, wheels and knobs to control or display values, arrays,
or ranges of type double.
help and okay steven@
for X11. It was desigend to be scriptable in any language and
integrate well with window managers like dwm, wmii and xmonad though
it will work with any windowmanger.
From Dmitri Alenitchev <dma () dma dot org dot ru> (MAINTAINER) with
tweaks and help from kili@ and simon@.
ok kili@, simon@
automatically to tile the screen without gaps or overlap, maximising
screen use. All features of the window manager are accessible from
the keyboard: a mouse is strictly optional. Xmonad is written and
extensible in Haskell. Custom layout algorithms, and other extensions,
may be written by the user in config files. Layouts are applied
dynamically, and different layouts may be used on each workspace.
Xinerama is fully supported, allowing windows to be tiled on several
screens. A guiding principle of the design is predictability: users
should know in advance precisely the window arrangement that will
result from any action, leading to a simpler user interface.
Pedro Martelletto:
Revision 1.4 of x11/windowmaker/patches/patch-WINGs_string_c uncovered
a bug in WPrefs, WindowMaker's configuration tool. The bug can be easily
triggered by choosing the 'Applications Menu Definition' dialogue.
The problem is that WPrefs code relied on the fact that the first token
in the array would not be free'd by wtokenfree(), a misbehaviour which
was correctly addressed in the aforementioned change.
Tested by some, and OK jasper@ before ports tree lock.