around emulated screens in fullscreen mode. GTK's white default background
color is rather unpleasant to stare at for longer periods of time.
ok bentley (maintainer)
Allows to only install qemu-ga (which only depends on glib2) in a KVM
vm, which permits to interact with the guest from a host, cf examples at
http://www.undeadly.org/cgi?action=article;sid=20200514073852
From MAINTAINER Brad Smith
with a tweak from and ok sthen@
- remove the custom install (which wasn't even picking up all the right
stuff to install anymore)
- add a patch to allow doxygen to be turned off
- turn off doxygen and valgrind so they aren't picked up at config time
and then junked at build time causing problems
Special thanks to Anders Gavare (upstream) for making luna88k work in this
release by fixing some key bugs.
ok fcambus@
other than the usual "python3/<blank>" python version selection and
remove setting MODPY_VERSION=${MODPY_DEFAULT_VERSION_3} again from the
affected ports.
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.
This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.
Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
This is the last py-qt4 consumer in the tree. No one has come out to try an
update. https://github.com/GNS3/gns3-server
Currently it also no longer wants to start.
$ gns3
Can't import Qt modules, PyQt is probably not installed ...
OK kn
ok benoit@
tnylpo allows the execution of programs written for CP/M-80 version 2.2
under Unixy operating systems. The companion program tnylpo-convert
converts text files to and from the CP/M format.
Features:
* Full Z80 instruction set (including undocumented instructions and
features)
* All BDOS calls of CP/M 2.2 and a few taken from CP/M 3 (mostly for
date and time handling)
* All character handling BIOS calls of CP/M 2.2
* Maps CP/M file operations to operations on files in the Unix file
system
* Allows you to map up to 16 CP/M drives to arbitrary Unix directories
* Built-in curses based emulation of the DEC VT52
* Allows you to combine CP/M programs with Unix shell redirections and
pipelines
Note that all CP/M program and data file names are expected in lower
case. For example, files called TURBO.COM or L80.COM need to be renamed
to turbo.com and l80.com to be accessible by tnylpo.