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.
WWW: http://gotmor.googlepages.com/dzen
PR: ports/124011
Submitted by: Morten Slot Kristensen
- add a couple of "just in case" string routine fixes - use of snprintf() or
strncpy() where appropriate;
- add some more sscanf() result code checking where needed;
- fix the build when XTEST is not selected;
- change all references to /usr/dict/words to /usr/share/dict/words instead;
- fix a small error in the text of an error message.
When installing x11/libxcb pkg-message may not be shown if
/usr/obj is used and /usr/obj/usr/ports/x11/libxcb dir
exist.
PR: ports/123966
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
man-machine communication, in which the user can visit almost
everything simply by zooming in. It has a professional file manager,
file viewers and players for most of the common file types, a chess
game, a 3D mines game, a multi-function clock and some fractal fun,
all integrated in a virtual cosmos. By featuring a separate
popup-zoomed control view, help texts in the things they are
describing, editable bookmarks, multiple input methods, fast
anti-aliased graphics, a virtually unlimited depth of panel tree,
and by its portable C++ API, Eagle Mode aims to be a cutting edge
of zoomable user interfaces.
WWW: http://eaglemode.sourceforge.net
PR: ports/123244
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
"This release requires xcb-proto 1.1, due to the addition of the
extension-multiword attribute to the XML schema.
Enhancements:
* Print a backtrace, if possible, on locking assertion failures.
* Skip abort() on locking assertions if LIBXCB_ALLOW_SLOPPY_LOCK is set.
* xcb_poll_for_event: Return already-read events before reading again.
* Output a configuration summary at the end of ./configure.
Bug fixes:
* Don't hold the xlib-xcb lock while sleeping: that allows deadlock.
* Allow unix:<screen> style display names again.
* Bug #9119: test xcb_popcount
* Fix unit tests for FreeBSD
* NetBSD doesn't have AI_ADDRCONFIG: use it only if it's available.
* Require libXau >= 0.99.2; earlier versions have a broken .pc file
* Use substitition variables in xcb-xinerama.pc.in
* Update autogen.sh to one that does objdir != srcdir
* Add tools/* and autogen.sh to EXTRA_DIST.
* Doxygen can now be fully disabled if desired.
Documentation improvements:
* Many fixes and updates to the tutorial.
* Iterators, requests, and replies get partial Doxygen documentation."
PR: ports/122564
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer
Incompatible change to the XML schema: rather than special-casing the
treatment of protocol extension names, use the new extension-multiword
attribute. Normally, XCB prefixes C extension functions with
xcb_extname_. However, some of the existing extensions used multi-word
names, such as xcb_big_requests_ or xcb_xc_misc_. Those extensions now
use this attribute to match their existing defined API. This allows the
XCB code generator to avoid special-casing those extension names.
Protocol updates:
* Update DAMAGE to 1.1
* Update RandR to version 1.2
Bug fixes:
* fix XSync Initialize call
* Update autogen.sh to one that does objdir != srcdir.
PR: ports/122559
Submitted by: bf <bf2006a@yahoo.com>
Approved by: maintainer
This means it will slide down from top of your screen
if you hit a shortcut key.
WWW: http://phrat.de/yeahtools.html
PR: ports/123252
Submitted by: Dmitry Klimov <lazyklimm@gmail.com>
gnome-terminal to provide a tiled set of terminals in as little
space as possible.
WWW: http://www.tenshu.net/terminator/
PR: ports/122489
Submitted by: Thomas Hurst <tom at hur.st>
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
Babl is a dynamic, any to any, pixel format conversion library. It
provides conversions between the myriad of buffer types images can be
stored in. Babl doesn't only help with existing pixel formats, but also
facilitates creation of new and uncommon ones.
WWW: http://www.gegl.org/babl/