Screego allows to share a screen with good quality and low latency.
It is just an addition to existing software and only helps to share a screen,
nothing else.
Features:
- Multi user screenshare
- Secure transfer via WebRTC
- Low latency / High resolution
- Integrated TURN server (see NAT Traversal documentation)
WWW: https://github.com/screego/server
Differential Revision: https://reviews.freebsd.org/D27090
Since the 2.1.17 release the build system has been significantly revised and
contains many changes (e.g. a Rust library with Python bindings) that had to
be adapted to the Ports framework.
Kudos to David Schlachter for the additional testing and feedback!
Changelog since 2.1.16 (too many changes to list them separately):
https://changes.ankiweb.net/
PR: 247666
Reported by: David Schlachter
Reviewed by: tcberner (earlier revision)
Differential Revision: https://reviews.freebsd.org/D26961
Build and publish crates with pyo3, rust-cpython and cffi bindings as well
as Rust binaries as Python packages.
This project is meant as a zero configuration replacement for
setuptools-rust and milksnake. It supports building wheels for Python 3.5+
on FreeBSD and various other platforms, can upload them to PyPI and has
basic PyPy support.
WWW: https://github.com/PyO3/maturin
PR: 247666
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D26960
* Limit the version ranges of the required Python packages and use very
narrow ranges for those ones, which often cause regressions.
That is because upstream already uses fixed Python package dependencies
for a while and had relaxed them for a short period of time.
However, because it led to regressions when some Python packages were
updated during that time, upstream has been using fixed package
dependencies again since then.
Changelog since 2.7.12:
It contains many bugfixes/enhancements and the following new features:
* Object-Based Permissions
* Background Execution of Scripts & Reports
* Named Virtual Chassis
* Changes to Tag Creation
* Dedicated Model for VM Interfaces
* REST API Endpoints for Users and Groups
* Remote Authentication Support
* Plugins
https://github.com/netbox-community/netbox/blob/v2.8.9/docs/release-notes/version-2.9.mdhttps://github.com/netbox-community/netbox/blob/v2.8.9/docs/release-notes/version-2.8.md
* Django 2.2 is currently the "default" version in the ports tree due its
long term support until April 2022. Thus ports that are assigned to that
version will exist until then.
The following ports are required to make the upgrade of net-mgmt/netbox to
the 2.9 release possible because it requires Django 3.1 and provides no
backwards compatibility for previous versions of Django.
- www/py-dj31-django-rq
(copied from r539662 to use the 2.3.2 release for now)
- www/py-dj31-django-auth-ldap
- www/py-dj31-django-cacheops
- www/py-dj31-django-cors-headers
- www/py-dj31-django-debug-toolbar
- www/py-dj21-django-filter
- www/py-dj31-django-js-asset
- www/py-dj31-django-mptt
- www/py-dj31-django-prometheus
- www/py-dj31-django-redis
- www/py-dj31-django-tables2
- www/py-dj31-django-taggit
- www/py-dj31-django-timezone-field
- www/py-dj31-djangorestframework
- www/py-dj31-drf-yasg
* Also limit the new ports to Python 3.6+ due the requirements of Django 3.1
and add/update the related CONFLICTS_INSTALL entries.
Reviewed by: sunpoet
Differential Revision: https://reviews.freebsd.org/D27083
From ChangeLog: https://github.com/zrax/string_theory/releases/tag/3.4
* Fix ST_WCHAR_LITERAL, ST_UTF16_LITERAL and ST_UTF32_LITERAL macros, which
would previously create an incorrectly-sized buffer for non-empty strings.
* Add ST::buffer<T>::clear() and ST::string::clear() methods
* Deprecate ST::null and ST::null_t in favor of better alternatives:
Construction: Use {} or an explicit constructor (ST::string(),
ST::char_buffer())
Comparison: Use .empty()
Assignment: Use .clear() or assign a default-constructed object.
Reported by: portscout
Change since 1.22.0-96-g2852398:
- revert the part 2 of PSRAM workaround because of regression,
add a C++ multithreaded locale fix
The new version identifies as 1.22.0-97-gc752ad5.