Eat's name is self-explanatory, it stands for "Emulate A Terminal". Eat
is a terminal emulator. It can run most (if not all) full-screen
terminal programs, including Emacs.
It is pretty fast, more than three times faster than Term, despite
being implemented entirely in Emacs Lisp. So fast that you can
comfortably run Emacs inside Eat, or even use your Emacs as a terminal
multiplexer.
It has many features that other Emacs terminal emulator still don't
have, for example Sixel support, complete mouse support, shell
integration, etc.
WWW: https://codeberg.org/akib/emacs-eat
PR: 290546
This library provides a user mode API for controlling a USB radio receiver.
Manfacturer info here: https://hydrasdr.com/
The device is very similar to the Airspy RFONE so the port will look similar.
Note that this new device uses a different VID/PID.
PR: 288494
<If and which Problem Report is related.>
Library that collects data from Eastron SDM single and three phase kWh
meters over Modbus RTU or Modbus TCP
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D48431
This port is a simple modbus TCP client for python.
A pure Python code without any extension or external module dependency
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D48417
zigbee2mqtt allows you to use your Zigbee devices without the vendor's
bridge or gateway.
It bridges events and allows you to control your Zigbee devices via
MQTT. In this way you can integrate your Zigbee devices with whatever
smart home infrastructure you are using.
Firmware for the Realtek Bluetooth USB devices.
To be downloaded with rtlbtfw(8).
Sponsored by: Future Crew LLC
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D46740
- Submitter becomes maintainer
This is an open source Python 3 library to control an Elgato Stream Deck
directly, without the official software. This can allow you to create your
own custom front-ends, such as a custom control front-end for home
automation software.
WWW: https://github.com/abcminiuser/python-elgato-streamdeck
PR: 278266
Pymodbus is a full Modbus protocol implementation offering
asynchronous communications. It can also be used without any
third party dependencies (aside from pyserial) if a more
lightweight project is needed.
PR: 251614
2022-09-30 comms/hylafax: dead upstream, someone port hylafax+ from sourceforge.net instead
2022-12-31 comms/tkhylafax: Depends on expired comms/hylafax
Libdivecomputer is a cross-platform and open source library for
communication with dive computers from various manufacturers.
This port is the subsurface flavor of libdivecomputer.
WWW: http://www.libdivecomputer.org/
This adds the missing Qt 6 sensors module to the tree.
As with the rest of the Qt 6 ports, we first need to figure
out what is actually required by other ports before we can
finalize them.