A console program that manages ZFS snapshots.
- Manage multiple sets of rolling snapshots.
- Configure a custom schedule via the config file.
- Run in background by adding it to crontab.
Technically, most of the functionality is in zsm-lib,
and zsm is just a thin console interface.
WWW: https://zsm.rtfd.io/
PR: 234280
Submitted by: Matthias Lindvall <mattias.lindvall@gmail.com>
A python library that manages ZFS snapshots.
- Manage multiple sets of rolling snapshots.
- Configure a custom schedule via the config file.
See also zsm, which provides a console interface to zsm-lib.
WWW: https://zsm.rtfd.io/
PR: 234280
Submitted by: Matthias Lindvall <mattias.lindvall@gmail.com>
- port depends on p5-Email-Address, which is deprecated
- p5-Email-Address-XS can be used as a replacement
PR: 233803
Submitted by: wfdudley@gmail.com
Approved by: bill.brinzer@gmail.com (maintainer timeout)
MFH: 2019Q1
Add patches for head rS342592 and rS342593 (D18691)
Add patch files for head rS342592 and rS342593, which correspond to the
following upstream revisions:
https://reviews.llvm.org/rL342397https://reviews.llvm.org/rL342397
These fix an 'Assertion failed: ((VT.getVectorNumElements() +
N2C->getZExtValue() <= N1.getValueType().getVectorNumElements()) &&
"Extract subvector overflow!"), function getNode' when building the
multimedia/aom port (with AVX2 enabled).
PR: 234480
Submitted by: theraven, dim
Differential Revision: https://reviews.freebsd.org/D18672
Differential Revision: https://reviews.freebsd.org/D18691
New plugins (see: https://picard.musicbrainz.org/plugins/ for descriptions)
- Classical Extras
- Compatible TXXX frames
- Format Performer Tags
- Work & Movement
Details:
- Since the removal of vlc-qt4, gstreamer is the only backend choice.
The only OPTION available was choosing between vlc and gstreamer, hence
the port no longer supports OPTIONs.
- While on it: Pet portlint
Reported by: makc
This is a minor bugfix release. From the changelog:
* Fix duplicate reference values
* Fix double prompts for overwriting files
* Fix map variables visibility when opening maps
* Fix document generator dialog's tab navigation
* Fix boundary objects' text alignment (diagrams)
* Fix pipe objects' resizing (diagrams)
* Fix component objects' margin sizes
* Enable newlines on most diagram objects #89
* Add global settings for commands to execute after a template is called
Previous 5.0.0 port was a beta; this is the first real KF5- and Qt5-
compatible release. The release notes say "too many changes to be listed",
since the previous stable was six years ago. Since 5.0.0-beta1, several
(unnamed) bugfixes.
While here, fix up USES=python. KVIrc is only compatible with Python 2.7.
MFH: 2019Q1