- the 0.13-beta versions introduce support for python 3
From upstream's news entries [1]:
2020-05-31Some maintenance in 0.13.0-beta2
The second beta version brings the expected bugfixes (mainly crashes on Python
3 due to oversights during porting), but also a few minor new features:
High-DPI scaling is now disabled on Windows, so that the display isn't as
blurry as it used to be on affected systems. New prev and next PageProps have
been introduced to change the playback order of pages. Finally, there's now a
»pseudo-binary« file called impressive in the .tar.gz release archive that's
more compact and with slightly quicker startup time than the standard source
code file.
[1] http://impressive.sourceforge.net/news.php
Approved by: kai (implicit)
Update x11/libxcb to 1.14.
Clean up the makefile:
* Remove the dependency on check and libxslt, they are only needed for tests
which aren't built and installed anyway.
* No need to use gmake
* Correct configure options
* Have libxcb use pkgconfig to figure out cflags and ldflags, instead of
hardcoding some cflags and ldflags in the Makefile.
- an upgrade of the cinnamon ports is in the works, but not quite there yet.
- let's give it some more time
- the updated version will no longer require python2
- this makes it possible for users to not install gvfs by making it an optional dependeny
- and moving it to nautilus directly instead of very high up the gnome stack in libngomeui
- it is on by default in nautilus, so no change for users of that
PR: 228307
Submitted by: VVD <vvd@unislabs.com>
A TACACS+ client that supports authentication, authorization and
accounting.
Unlike RADIUS, which was designed for similar purposes, the TACACS+
protocol offers basic packet encryption but, as with most crypto
designed back then, it's not secure and definitely should not be used
over untrusted networks.
This package has been successfully used with the free tac_plus TACACS+
server on a variety of operating systems.
WWW: https://github.com/ansible/tacacs_plus
PR: 245987
Submitted by: rozhuk.im@gmail.com
This fixes issues with other ports that needs py-vobject.
pytz is optional, but it doesn't make any harm having it as default, just the
opposite.
PR: 249283
Reported by: Michael Bueker <m.bueker@berlin.de>
Approved by: portmgr (blanket: runtime fix)
If no replies are received for a while due to connectivity issues,
go into unsynced mode.
PR: 221282
Reported by: Rene Wagner <rw@nelianur.org>
Obtained from: OpenBSD
- ADVAPI32 library converted to PE.
- Beginnings of an NDIS network driver.
- Still more restructuration of the console support.
- Various bug fixes.
The Wine Staging patchset for this release is broken on FreeBSD and/or
with GCC 9, so mark this option as broken:
file.c:237:37: error: 'EXTATTR_NAMESPACE_USER' undeclared (first use in this fun
ction)
237 | return extattr_get_fd( filedes, EXTATTR_NAMESPACE_USER, &name[XATTR_
USER_PREFIX_LEN],
file.c:237:67: error: 'XATTR_USER_PREFIX_LEN' undeclared (first use in this func
tion); did you mean 'XATTR_USER_PREFIX'?
237 | return extattr_get_fd( filedes, EXTATTR_NAMESPACE_USER, &name[XATTR_
USER_PREFIX_LEN],
- Updated to use python3
- There is now a build step that runs 'python -m compileall' on all python code
- Tautulli supports libraries with the new and improved plex movie scanner
PR: 249161
Submitted by: Michiel van Baak <michiel@vanbaak.eu>
Approved by: Christer Edwards <christer.edwards@gmail.com>
port to unofficial version 3.4.4.0-alpha.1 prepared by the KDE project,
which contains a number of important bugfixes and supports translations.
This is required for upcoming update of Krita to version 4.4.0. While
here, actualize the WWW line in the port description.
Requested by: tcberner
- update to the last commit in the repo which adds support for the Qt in ports
- deprecate as upstream abandonned the project
Approved by: Greg V <greg@unrelenting.technology> (maintainer)
Differential Revision: https://reviews.freebsd.org/D26415
This tool computes (dis)similarity between two or more PNG images
using an algorithm approximating human vision.
Comparison is done in L*a*b* color space (D65 white point, sRGB gamma)
using a multi-scale variant of the SSIM algorithm.
Features:
- Supports alpha channel
- Supports gamma correction
- No OpenCV or MATLAB needed:
- DSSIM version 1.x uses C (C99) and libpng or Cocoa on macOS.
- DSSIM version 2.x is easy to build with Rust
https://kornel.ski/dssim
* Apply shebangfix.
* Update init script to directly control the Prosody
daemon as using prosodyctl has been deprecated. [1]
* Add pkg-message to clearly state that setting the
pidfile option in prosody.cfg.lua is required.
* Fix pkg-message formatting.
[1] https://blog.prosody.im/prosody-0.11.6-released/
PR: 249276
Submitted by: Thomas Morper <thomas@beingboiled.info> (maintainer)