Coin has moved to a new place on the web https://coin3d.github.io/
and the project has rolled new releases. Additionally, it's undergoing
relicensing (most parts are now licensed user BSD 3-clause).
This updates
graphics/Coin to 4.0
graphics/py-pivy to 0.6.5
x11-toolkits/soqt to 1.6.0
Further, graphics/py-pivy-devel and x11-toolkits/soqt-devel have been
renamed to graphics/py-pivy and x11-toolkits/soqt respectively (losing
their -devel suffixes). Previously, these ports had been forks and/or
pre-releases of the old Qt4-based pivy and soqt ports. As these old ports
are long gone and these new versions have been updated to officially
released versions, it seemed prudent to remove the devel from their names.
Bumping FreeCAD for dependency change.
Adding PORTEPOCH to soqt to prevent PKGVERSION going backwards.
Thanks to pfg@, who contributed the update to graphics/Coin and reviewed
my patches.
While here, I'm taking over maintainership of these ports.
Submitted by: pfg@ (graphics/Coin)
Reviewed by: pfg@
Changelog:
Key enhancements/changes:
* PY3.6+ support only (all support for PY27 removed)
* Significant reliability improvements to reduce loss of session state
problems
* Add support for direct use of TextFSM template
* Allow custom socket timeout in SCP file_transfer
* Improve MD5 hashing mechanism in SCP checks
* Add sock parameter support
* Increase default banner_timeout to 15
New Drivers:
* Eltex ESR, Juniper ScreenOS and Ruijei RGOS
Driver Updates
* Improvements for Huawei, Ciena, NX-OS, Nokia SR-OS, HP ProCurve and
JunOS drivers.
* Fixes for FortiNet, Ruckus and improvements for sudo(1)
https://github.com/ktbyers/netmiko/releases/tag/v3.0.0
This version will properly use /var/db/privatebin
instead of %%PREFIX%%/www/privatebin
While here, fix some portlint issues
* trailing spaces in pkg-descr
* move USES= up in Makefile
PR: 242838
Submitted by: dvl@FreeBSD.org
Approved by: se@FreeBSD.org (maintainer timeout - 25 days)
When testing, the rc script worked fine on my machine with no extra ttys,
but when on a default installation with several vtys it conflicts with ttyv1.
This script defaults to activating on ttyv8 as this is the one xdm usually
is on by default and is the usual Ctrl+Alt+F9 for X.
Add missed PORTREVISION (thanks mat)
Code Search is a tool for indexing and then performing regular expression
searches over large bodies of source code. It is a set of command-line programs
written in Go.
WWW: https://github.com/google/codesearch
PR: 243273
Submitted by: eborisch+FreeBSD@gmail.com
Feature-rich terminal file manager written in rust
which allows: filtering, searching, viewing and
manipulation of files and directories - and much
much more.
WWW: https://dystroy.org/broot/
PR: 243391
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
4.2.1 release notes:
This release fixes several bugs and makes a few features more robust or
intuitive. It also contains a few performance improvements for API users.
For a full list of changes look here:
https://doc.powerdns.com/authoritative/changelog/4.2.html#change-4.2.1
PR: 242519
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
The perp package provides a set of daemons and utilities to reliably start,
monitor, log, and control a collection of persistent processes.
A "persistent process" is any program intended to be long-running, highly
available, and purpose critical. Also known and often described as a "service",
a persistent process normally provides some essential, on-demand system
service. Programs that serve email, domain name queries, and http requests are
all examples of services that are normally run as persistent processes.
These are the programs that you want to start at system boot, and to continue
running for as long as the system itself. These are the programs you need
running in uninterrupted service, day and night, forever and ever.
perp helps make sure that they do.
WWW: http://b0llix.net/perp/
PR: 243032
Submitted by: Jan-Piet Mens <ports@jpmens.net>