The CONTRIB option ships a bunch of files which the average user might expect
to just get by default (most notably a .desktop file). The .desktop file
allows display managers following the freedesktop.org standards to discover
bspwm automatically.
PR: 275437
Approved by: zirias (mentor)
Also did some Makefile cleanup and reordering to make linters happy
PR: 275399
Reported by: Siva Mahadevan <me@svmhdvn.name>
Approved by: Rafael Grether <devnull@apt322.org> (maintainer)
Current port does not work:
ERROR: Can't login to mega.nz: API call 'us' failed: Server returned error
EEXPIRED
PR: 275281
Reported by: discipline@tiscali.it
Approved by: max@kostikov.co (maintainer)
ChangeLog:
https://github.com/newsboat/newsboat/blob/master/CHANGELOG.md#233---2023-09-24
Added
* Support for 0..9 keys in dialog overview. If you never used dialog overview,
it's invoked by V key by default and is very useful if you also employ
^V/^G/^X to keep multiple dialogs open within Newsboat (Dennis van der
Schagt) Support importing OPML 2.0 with --import-from-opml
Changed
* Image enclosures are now displayed at the start of the article. This improves
support for Mastodon feeds
* In feeds that lack title and whose URLs end entirely in digits, use the
description as a title instead. This improves support for Mastodon feeds and
hopefully doesn't break others
* Taught contrib/image-preview/nbrun to take Newsboat's CLI arguments
* Updated translations: Dutch (Dennis van der Schagt), German (Lysander
Trischler), Italian (Mauro Scomparin), Polish (Carno), Russian and Ukrainian
(Alexander Batischev), Spanish (Roboron3042), Swedish (Dennis Öberg), Turkish
(Emir SARI)
* Bumped minimum supported Rust version to 1.68.2
Fixed
* Hanging if scripts used by filter:, bookmark-cmd, or html-renderer process
their input in a streaming fashion rather than reading it entirely before
outputting anything (Alexander Batischev)
* Slowness in opening and navigating feeds that contain many items
* --export-to-opml producing invalid OPML documents (missing text attribute)
PR: 275309
Reported by: mt-bugs@markoturk.info (maintainer)
ChangeLog:
https://sourceforge.net/p/dktools/wiki/News%20and%20Change%20Log/#4352-2023-10-25
Warning added to wxd2lat
The wxd2lat program now shows a warning when the -d option is used to produce a
document and a non-LaTeX text label containing non-ASCII characters is found.
Documentation bugfix
When renaming the former bmpp program to bitmap2pp the change was not applied
to the help texts shown by the program. Now "bitmap2pp --help" and "bitmap2pp
--manual" show the correct program name.
PR: 275396
Reported by: takefu@airport.fm
ChangeLog: https://elv.sh/blog/0.19.1-release-notes.html
* A new doc module provides access to the documentation of builtin modules.
* A new conj command “appends” values to a list, and has a guaranteed time
complexity independent of the size of the list.
* A new inexact-num converts its argument to an inexact number.
* It is functionally identical to the now deprecated float64 command since the
Go float64 type is the only underlying inexact number type for now. Its
behavior may change in future if there are more underlying types for inexact
numbers.
* A new type of interactive abbreviation: edit:command-abbr
* The order and compare commands now support boolean values
* A new path:join command and path:separator and path:list-separator variables
* A new runtime: module that contains paths important for the Elvish runtime
* A new compact command that replaces consecutive runs of equal values with a
single copy, similar to the Unix uniq command.
* The order command has a new &key option
* A new benchmark command has been added
* When checking compilation errors, Elvish no longer stops after the first
error found. For example, if $a and $b are both not defined, echo $a $b now
yields two errors. This applies to both the interactive REPL and elvish
-compile-only.
* When using an unimported builtin modules from the REPL, the REPL now shows
the use command needed to import it, which can be executed from a key
binding. This functionality is bound to Ctrl-A by default.
* New variables exposing the terminal and null device in an OS-agnostic
fashion: $path:dev-tty and $path:dev-null. They are /dev/tty and /dev/null on
Unix, and CON and NUL on Windows
PR: 275422
Reported by: vendion@gmail.com (maintainer)
- Rename to match PyPI name
- Switch to DISTVERSION
- Switch to pep517 build
- Remove run dependency on textproc/py-googletrans as upstream changed
it to a new and optional dependency, not ported yet (google-trans-new)
ChangeLog: https://mnemosyne-proj.org/whats-new
PR: 274972
Earlier fix (see PR) was briefly helpful against Pygments
v2.9, but had to be extended for version 2.10 and beyond.
While here, remove rather useless `pre-configure' target.
PR: 257471
After the recent update of www/py-openbrokerapi in commit 3232af1895,
module dependencies must now be defined in all lowercase.
Reported by: pkg-fallout
Pointy hat to: wen
Makeinfo is not actually used because, after patching, it updates the
timestamps of *.info files, preventing doc/Makefile from wanting to
regenerate bash.info.
While here, sort USES.
PR: 275439
Add temporary patch to fix an issue with tempo events
aplaymidi does not process tempo events because the part
that handles tempo events was not rewritten sufficiently.
It may be executed as a different event in songs that
have tempo changes in the middle of the song.
A similar fix was submitted to upstream as
https://github.com/alsa-project/alsa-utils/issues/241
PR: 275349
Reported by: Tatsuki Makino <tatsuki_makino@hotmail.com>
User-visible changes:
- tog: switch back to patience diff algorithm by default for pretty diffs
- got patch: handle embedded NULs in lines of patch files with binary data
- simplify usage of the 'mesg' histedit script command
This version supports TRYBROKEN passed in the process environment or
in a Makefile (or, e.g., in /etc/make.conf as a per port setting) and
treats it as equivalent to the --try-broken option.
PR: 275307
It was removed from the tree because sources were not fetchable.
Author (and also maintainer) restored source files and asked port to be
re-added to the tree
PR: 254688
Requested by: Brett Wynkoop <wynkoop@wynn.com> (maintainer)
In order to avoid running into the default net.local.dgram.maxdgram
of 2K currently when calling sendto(2) try to set the sndbuf size to
the maximum ctrl message size.
The problem occured, e.g., when the scan_list result had enough BSSIDs
so the text output would exceed 2048 bytes.
Written by: bz
PR: 274990
Obtained from: https://reviews.freebsd.org/D42558