Hat Enterprise Linux related distributions inside of virtual
machines. It supports both paravirt guests (for which only FC and
RHEL guests are currently supported) as well as fully virtualized
guests. It uses libvirt (http://www.libvirt.org) for starting
things.
WWW: http://virt-manager.org
PR: ports/157697
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
DispMUA adds an image on the right side of the "header view" which
displays the icon of the application with which the selected mail
was written. So if the person who sent the mail used e.g. mozilla
to send the mail, a mozilla icon will be displayed.
WWW: http://www.juergen-ernst.de/addons/dispmua.html
PR: ports/149987
Submitted by: Lapo Luchini <lapo@lapo.it>
Approved by: maho (mentor)
- Support for stubless COM proxies on x86-64.
- Builtin dxdiag now outputs real information.
- Monochrome bitmap format in the DIB engine.
- Beginnings of a true shell Explorer builtin.
- A number of new D3DX9 functions.
- More support for Indic text shaping.
- Various bug fixes.
Also fix pkg-plist with respect to the USE_OPENAL option.
Remove an obsolete (pre FreeBSD 7.x) post-patch target. [1]
PR: 158406
Submitted by: David Naylor <naylor.b.david@gmail.com>
Reported by: Alex Kozlov <spam@rm-rf.kiev.ua> [1]
display. At this time is supports guest OS using the VNC
protocol. Further protocols may be supported in the future
as user demand dicatates. The viewer can connect directly
to both local and remotely hosted guest OS, optionally
using SSL/TLS encryption.
WWW: http://virt-manager.org/
PR: ports/157695
Submitted by: Jason Helfman <jhelfman@experts-exchange.com>
Blackbox port is very light, and this separation does not really buys us
anything expect having to maintain two ports that operate on the very same
distfile. I could have probably just completely removed tools-only mode,
but there might be folks out there who believe this is a useful feature.
Approved by: maintainer (general idea)
Setting _NET_NUMBER_OF_DESKTOPS may cause Blackbox to explode. The problem
is due to a bad loop condition in Screen.cc::clientMessageEvent(). If the
difference between the new number of desktops and initial workspaceCount()
is odd, the condition is always true, or at least until "number" underflows
or overflows. BB will usually end up munching a lot of memory and dying
when it creates thousands of desktops first, though (tracker ID 2306646).
Blackbox does not handle transparency correctly in its slit, which causes
applications like x11/bbdock to display garbled graphics. Patch suggested
by the author of BBDock.
Port revision will be bumped separately, as there are more changes coming.
Approved by: maintainer