lang/zig015: copy from lang/zig
Create the lang/zig015 for ports not ready for Zig 0.16.0 and depending
on Zig 0.15
PR: 294741
Approved by: arrowd (co-mentor)
rge: add the Intel Killer E5000 PCI ID
This and the E3000 are both handled by the r8169 driver in Linux, and
reportedly this is infact just a straight re-brand of the RTL8126.
Tested by: "Sinetek" on Discord
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D56917
libregex: fix our mapping for \w
A small oversight in our implementation of \w is that it's actually
not strictly [[:alnum:]]. According to the GNU documentation, it's
actually [[:alnum:]] + underscore. The fix is rather trivial: just add
it to our set explicitly, and amend our test set to be sure that _ is
actually included.
PR: 287396
(cherry picked from commit d0ff5773cefaf3fa41b1be3e44ca35bd9d5f68ee)
mail/goimapnotify: Add new port
Execute scripts on IMAP mailbox changes
(new/deleted/updated messages) using IDLE.
WWW: https://gitlab.com/shackra/goimapnotify
PR: 290048
Reported by: Denis Shaposhnikov <dsh at bamus.cz>
Co-authored-by: Julian Weigt <juw at posteo.de>
Approved by: osa (mentor)
sysutils/hl: Add new port
hl is a fast and powerful log viewer and processor that converts
JSON logs or logfmt logs into a clear human-readable format.
PR: 294147
Reported by: Marcel Bischoff <marcel at herrbischoff.com>
Approved by: osa (mentor)