ncgopher is a gopher and gemini client for the modern internet. It uses
ncurses and is written in Rust.
Features:
-Gopher and gemini support
-Ncurses interface
-Keyboard commands for navigation
-Bookmarks support including custom title
-History of visited gopher holes
-Download of text files and gophermaps
-Download of binary files
-Menu for easy configuration
-Mouse support in some terminals
-TLS support
-Darkmode!
-Common search providers in search menu for quick access
-External commands for HTML, images and Telnet
-line_down_no_cycle and :line_up_nocycle. They may be mapped instead of
:line_up and :line_down when you don't want to cycle (ie arrive on top when
you go down past the end of the tree/list) - Fix#344
-fix selected line number rendering in text preview
this package requires the /proc filesystem. Most stock installations
will have /proc mounted. As a result, just add a MESSAGE to the package
to let the user know. Closes the PR.
2021-01-10 version 1.3m
* The macro `\cyrdash` that prints Cyrillic dash has been changed.
Now it is alias of `\textemdash` in all encodings.
* New Customisation section added to the module documentation. It
describes how to modify the `\cyrdash` macro and shorthand
`"--~"` that is intended to print Cyrillic dash in compound names
of physical laws, mathematical equations, company titles, e.t.c.
such as the Ostrogradsky-Gauss theorem (thanks to Olga Lapko).
2020-10-16 version 1.3l
* Patches for Russian language from hyperref package to
babel-russian module (thanks to Ulrike Fischer).
version 3.3.0
* Add json example for C
* Add both header and body packing functions for C
* Set default ref_size and chunk_size to vrefbuffer
* Add examples
* Improve build system
* Improve tests
* Improve documents
* Remove some warnings
* Improve CI environment
pkgsrc change: mark this package incompatible.
Puppet 7.4.0 Released 9 February 2021.
New features
--timing option in puppet facts show
This release adds a --timing option in the puppet facts show
command. This flag shows you how much time it takes to resolve each
fact. PUP-10858
Resolved issues
User resource with forcelocal uses getent for groups
The useradd provider now checks the forcelocal parameter and gets local
information on the groups (from /etc/groups) and gid (from etc/passwd)
of the user when requested. PUP-10857
Slow Puppet agent run after upgrade to version 6
This release improves the performance of the apt package provider when
removing packages by reducing the calls to apt-mark
showmanual. PUP-10856
The apt provider does not work with local packages
The apt package provider now allows you to install packages from a local
file using source parameter. PUP-10854
The puppet facts show --value-only command displays a quoted value
Previously, the puppet facts show --value-only <fact> command emitted
the value as a JSON string, which included quotes around the value, such
as {{"RedHat"}}. It now only emits the value. PUP-10861
v1.5.1
* Optimize NamespaceView read-only mapping
* Add experimental XML data bindings with a DataBindingConverter
* Add experimental PythonGenerator for static codegen with Jinja2