| Port details |
- vectorscan Portable fork of high-performance multiple regex matching library
- 5.4.13 devel
=1 5.4.12Version of this port present on the latest quarterly branch. - Maintainer: delphij@FreeBSD.org
 - Port Added: 2026-05-01 08:24:04
- Last Update: 2026-08-23 20:26:43
- Commit Hash: 96e1f7d
- People watching this port, also watch:: py311-pycparser, p5-Net-HTTP, py311-pymilter, tmux, python
- Also Listed In: textproc
- License: BSD3CLAUSE
- WWW:
- https://github.com/VectorCamp/vectorscan
- Description:
- Vectorscan is a portable fork of Intel's Hyperscan, a high-performance multiple
regex matching library. It follows the regular expression syntax of the
commonly-used libpcre library, yet functions as a standalone library with its
own API written in C.
Vectorscan uses hybrid automata techniques to allow simultaneous matching of
large numbers (up to tens of thousands) of regular expressions, as well as
matching of regular expressions across streams of data.
This portable fork extends support beyond x86 to additional architectures
including ARM NEON/ASIMD and Power VSX, making it suitable for a wider range
of platforms while maintaining API compatibility with Hyperscan 5.4.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- vectorscan>0:devel/vectorscan
- To install the port:
- cd /usr/ports/devel/vectorscan/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/vectorscan
- pkg install vectorscan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vectorscan
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 powerpc64le
- distinfo:
- TIMESTAMP = 1787513758
SHA256 (VectorCamp-vectorscan-vectorscan-5.4.13_GH0.tar.gz) = 11bfcd2dde32d8a08d1a2eebb09294b12a3fa2be140078f8091b751fa1fabd89
SIZE (VectorCamp-vectorscan-vectorscan-5.4.13_GH0.tar.gz) = 20870326
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ragel : devel/ragel
- adjacency_list.hpp : devel/boost-libs
- sse4.2.h : devel/simde
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.12 : lang/python312
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vectorscan-5.4.13:
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
SHARED=on: Build shared library
====> Options available for the radio ISA: you can only select none or one of them
NATIVE=off: Build with native CPU tunes
FAT_RUNTIME=on: Build for multiple microarchitectures with runtime ISA dispatch
AVX2=off: Enable AVX2 instructions for fixed-ISA builds
AVX512=off: Enable AVX512 instructions for fixed-ISA builds
AVX512VBMI=off: Enable AVX512VBMI instructions for fixed-ISA builds
===> Use 'make config' to modify these settings
- Options name:
- devel_vectorscan
- USES:
- cmake compiler:c++17-lang localbase pathfix python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
5.4.13 23 Aug 2026 20:26:43
    |
Xin LI (delphij)  |
devel/vectorscan: update to 5.4.13
- Update 5.4.12 to 5.4.13 (bug fixes, security fixes, clang 21 compat)
- Unbundle Boost: use system devel/boost-libs instead of 190 MB tarball
- Unbundle SIMDe: use system devel/simde instead of git submodule
- Enable FAT_RUNTIME on FreeBSD 14 [1] by aliasing nm to llvm-nm (the
build_wrapper.sh uses -f posix which elftoolchain nm doesn't support)
- Add USES=localbase for system Boost and SIMDe headers
- Sort option descriptions and helpers alphabetically per portclippy
PR: ports/295654 [1] |
5.4.12 11 Jun 2026 07:47:51
    |
Piotr Kubaj (pkubaj)  |
devel/vectorscan: enable on powerpc64le |
5.4.12 04 May 2026 02:48:28
    |
Xin LI (delphij)  |
devel/vectorscan: disable FAT_RUNTIME on FreeBSD 14
The "fat" runtime build uses build_wrapper.sh to rename symbols via nm(1)
with the -f posix flag, which is not supported on FreeBSD 14.
Reported by: pkg-fallout |
5.4.12 02 May 2026 05:38:21
    |
Xin LI (delphij)  |
devel/vectorscan: Fix various style issues.
- Use DISTVERSION instead of PORTVERSION
- Fix variable ordering
- Fix compiler requirement: compiler:c++11-lib -> compiler:c++17-lang
- Respect CFLAGS: patch cmake/cflags-generic.cmake to not hardcode -O3,
and patch CMakeLists.txt to not strip -O from config-specific flags
- Add OPTIMIZED_CFLAGS option (default on) to restore -O3 for performance,
letting users opt out while matching upstream intent
- Fix options ordering: OPTIONS_DEFAULT before OPTIONS_RADIO, descriptions
and helpers in canonical order
Reported by: diizzy |
5.4.12 01 May 2026 08:20:55
    |
Xin LI (delphij)  |
devel/vectorscan: Add vectorscan 5.4.12
Portable fork of high-performance multiple regex matching library |
Number of commits found: 5
|