Initialize CPU affinity bitmask to ensure proper configuration of
workers.
Approved by: thj@freebsd.org (maintainer)
Sponsored by: The FreeBSD Foundation
Extract the common variable between this port and pcsc-lite into a separate
include.
Sponsored by: Serenity Cybersecurity, LLC
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
Differential Revision: https://reviews.freebsd.org/D45456
A calculator that supports various functions such as sqrt, abs, log
sin, cos, tan, asin, acos, atan, rand, round, floor and ceil.
It also allows adjustable output, variables etc
https://github.com/Usbac/quich
PR: 280340
Provide the URL checking tools available in R 4.1+ as a package for earlier
versions of R. Also uses concurrent requests so can be much faster than the
serial versions.
Required by new version of devel/R-cran-devtools.
- QS_ClientIpFromHeader supports other modules (e.g. mod_remoteip)
setting a client address to the request record when using the special
header name #USERAGENT_IP.
https://mod-qos.sourceforge.net/CHANGES.txt
PR: 280799
Version: 2024.7.24
Git issue 539: Bug: Partial matching fails on a simple example
Version: 2024.6.22
Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to
missing new GB9c rule implementation
Version: 2024.5.15
Git issue 530: hangs with fuzzy and optionals
It's not hanging, it'll finish eventually. It's just an example of
catastrophic backtracking.
The error printed when Ctrl+C is pressed does show a bug, though,
which is now fixed.
Version: 2024.5.10
Updated for Python 3.13.
<time.h> now needs to be included explicitly because Python.h no
longer includes it.
Version: 2024.4.28
Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes
Version: 2024.4.16
Git issue 525: segfault when fuzzy matching empty list
Version: 2023.12.25
Cannot get release notification action in main.yml to work.
Commenting it out for now.
Version: 2023.12.24
Fixed invalid main.yml.
Version: 2023.12.23
The escape function no longer escapes \x00. It's not necessary.
Inline flags can now be turned off and apply to what follows.
Added \R to match line endings.
https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt
PR: 280798
MFH: 2024Q3
GNU binutils 2.17.50 was removed from the base system (for all archs)
prior to FreeBSD 13.0. Remove ports support for base system ld.bfd.
Reviewed by: portmgr (mat)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D46015
- Require c++11 for default cmake option CPPTHREADS.
- Enable RELEASE build.
- Disable runtime use Discord library - it isn't available for FreeBSD.
- Align to make the Makefile look better.
Approved by: gatekeeper <tiago.gasiba@gmail.com> (maintainer, via Discord)
Profvis is a tool for visualizing code profiling data from R. It creates a web
page which provides a graphical interface for exploring the data.
Required to update devel/R-cran-devtools.