Using neovim as a pager to view man pages, git diffs, whatnot with neovim's
syntax highlighting and mouse support.
The script also has a "cat mode" which will not start up the neovim interface
but instead print a highlighted version of the file to the terminal. Like cat
with neovim syntax highlighting! If the input has less lines than the terminal
cat mode is activated automatically so nvimpager behaves similar to less -F.
Pager mode and cat mode can be enforced with the options -p and -c
respectively.
Nvimpager comes with a small set of command line options but you can also use
all of neovim's command line options. Use nvimpager -h to see the help text.
The configuration is separated from the users config for neovim. The main
config file is ~/.config/nvimpager/init.vim. See the manpage for further
explanation.
WWW: https://github.com/lucc/nvimpager
Some of our projects release on their own timescale and some get released
en-masse. The 20.12.2 bundle of projects was released today with dozens of
bugfixes and will be available through app stores and distros soon. See the
20.12.2 releases page for details.
Some of the fixes in today’s bugfix releases include:
* Ark no longer crashes when closing the window while loading a TAR archive
* Dolphin calculates the folder size on FUSE and network file systems correctly now
* Konsole no longer crashes when exiting all tabs at the same time
* Dictionaries can be added in Kiten’s config dialog
* Umbrello doesn’t crash anymore if exiting when a widget in a diagram is selected
Release Notes:
https://community.kde.org/Releases/20.12_Release_Notes
Full Changelog:
https://kde.org/announcements/fulllog_releases-20.12.2/
This change adds a patch to disable the PMP for the sifive/fu540 target,
which is a workaround to a PMP errata in the chip. The OpenSBI update
itself is quite minor.
Bump the dependent port, sysutils/u-boot-sifive-fu540.
Reviewed by: lwhsu, kp
Approved by: lwhsu (ports)
Tested by: Klaus Küchemann (maciphone2@googlemail.com)
Differential Revision: https://reviews.freebsd.org/D28471
The open source version of syslog-ng is GPLv2.
PR: 252613
Submitted by: Boris Korzun <drtr0jan@yandex.ru>
Reported by: Boris Korzun <drtr0jan@yandex.ru>
12-STABLE, 13-STABLE, and 14-CURRENT now support RFC5424 by default.
PR: 252613
Reported by: leres
Reviewed by: Peter Czanik <peter.czanik@oneidentity.com>
Balabit (a OneIdentity company) / syslog-ng upstream
There is a better way to support RFC5424/IETF syslog format implemented
in 12-STABLE, 13-STABLE, and 14-CURRENT.
PR: 252613
Reported by: Boris Korzun <drtr0jan@yandex.ru>
Reviewed by: Peter Czanik (CzP) <peter.czanik@oneidentity.com>
Balabit (a OneIdentity company) / syslog-ng upstream
Depending on external circumstances and options that I have not fully
investigated, several build-time failures occurred that were one of:
- missing symbols in liblzma (static build missed libmd)
on some versions with LIBUNWIND enabled
- sometimes /bin/csh being pulled up for scripting, breaking in
various places, reason unclear, possibly artifact of next one:
- questionable BASHTESTS handling cleaned up
As these are fixes for a potentially broken build,
no PORTREVISION bump necessary.
MFH: 2021Q1
- Mostly matches recent base system import
- Disable build on 14-CURRENT and 13-STABLE
- Experemental driver for Elan I2C touchpads
PR: 252410
Approved by: fernape
2021-01-31 deskutils/orage: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 sysutils/rubygem-chef-config12
2021-01-31 mail/openwebmail: Does not use modern Perl syntax and no development activity since 2006
2021-01-31 sysutils/rubygem-ohai8
2021-01-31 deskutils/xfce4-volumed: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 sysutils/rubygem-chef12: Please use sysutils/rubygem-chef instead
2021-01-31 x11/xfce4-embed-plugin: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 net-p2p/py-transmissionrpc: Unmaintained and dead upstream, use net-p2p/py-transmission-rpc instead
2021-01-31 science/xfce4-equake-plugin: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 sysutils/xfce4-kbdleds-plugin: Unsupported upstream, cannot work with XFCE 4.16
2021-01-31 textproc/py-gfm: No longer maintained by upstream, please use textproc/py-cmarkgfm instead
* Update to 4.94.
* Update or remove patches that are included in upstream.
* Fix build with Clang 11 without setting 'CFLAGS+=-fcommon' in Makefile.
* Use new pwddesc structure if applicable.
Change Log: https://github.com/lsof-org/lsof/releases/tag/4.94.0
Submitted by: Yasuhiro Kimura <yasu@utahime.org>
PR: 251096
MFH: 2021Q1
More robust user input checks
Add software manager menu for installing ports/packages on specific node types
Separate node types from hostnames
Allow compute node names with no integer index
Improvements to auto-admin menu
auto-update-system: Add support for reinstalling specified ports from source
auto-pkgsrc-setup: Add PKGSRC dir to mk.conf for pkg_chk
auto-install-packages: Add CLI flags for installing from source and skipping
options dialog
Add Darwin and pkgsrc support to some scripts
UI improvements to several scripts