Changelog:
https://www.sqlite.org/releaselog/3_22_0.html
Port changes:
* Added the OFFSET option for the new sqlite_offset() function
* Added 'Optional extensions' and 'Optional functions' option
groups for better options readability
* Deleted patches from files/ because they were disabling certain
options in the command-line utility that the upstream keeps
always enabled there
* Changed capitalization in some options according to
common spelling rules
PR: 225627
Submitted by: Charlie Li <ml+freebsd@vishwin.info> (original version)
Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer, later version)
Approved by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D14216
The library to communicate with the Scanse Sweep LiDAR device
that is able to scan the space around it and build its point cloud
representation.
PR: 223433
Submitted by: Hyun Hwang <hyun@caffeinated.codes>
Differential Revision: https://reviews.freebsd.org/D14691
Use pw groupmod to add new users to the _pkcs11 group
PR: 217130
Submitted by: Arie Bikker <src-2016@bikker.homeunix.net>
Approved by: hrs (maintainer timeout, 1 year)
Changes from 5.16.3:
- Bugfixes:
- FIXED: Properly calculate annotations for speeds, durations and distances when waypoints are used with mapmatching
PR: 226595
Submitted by: Andreas Andersson <a.andersson.thn@gmail.com> (maintainer)
Port changes:
* Updated maintainer's address with his other address (previous address verified)
* pkg-message moved up from files/
* bash completion file renamed
PR: 226586
Submitted by: Alexandre C. Guimarães <lbdm@privacychain.ch> (maintainer)
Convert statistical analysis objects from R into tidy data frames,
so that they can more easily be combined, reshaped and otherwise
processed with tools like 'dplyr', 'tidyr' and 'ggplot2'. The package
provides three S3 generics: tidy, which summarizes a model's
statistical findings such as coefficients of a regression; augment,
which adds columns to the original data such as predictions, residuals
and cluster assignments; and glance, which provides a one-row summary
of model-level statistics.
WWW: https://cran.r-project.org/web/packages/broom/
Port changes:
* Took maintainership
* Added to and sorted LIB_DEPENDS
* Added USES=ncurses
* Added PORTDOCS/PORTEXAMPLES
* Removed unnecessary links to docs/examples