notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
vectorscan Portable fork of high-performance multiple regex matching library
5.4.12 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: delphij@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-05-01 08:24:04
Last Update: 2026-05-04 02:48:28
Commit Hash: aeee2f0
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (20 items)
Collapse this list.
  1. /usr/local/share/licenses/vectorscan-5.4.12/catalog.mk
  2. /usr/local/share/licenses/vectorscan-5.4.12/LICENSE
  3. /usr/local/share/licenses/vectorscan-5.4.12/BSD3CLAUSE
  4. include/hs/hs.h
  5. include/hs/hs_common.h
  6. include/hs/hs_compile.h
  7. include/hs/hs_runtime.h
  8. include/hs/hs_version.h
  9. lib/libhs.a
  10. lib/libhs_runtime.a
  11. libdata/pkgconfig/libhs.pc
  12. lib/libhs.so.5.4.12
  13. lib/libhs.so.5
  14. lib/libhs.so
  15. lib/libhs_runtime.so.5.4.12
  16. lib/libhs_runtime.so.5
  17. lib/libhs_runtime.so
  18. @owner
  19. @group
  20. @mode
Collapse this list.
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
distinfo:
TIMESTAMP = 1761796423 SHA256 (boost_1_89_0.tar.gz) = 9de758db755e8330a01d995b0a24d09798048400ac25c03fc5ea9be364b13c93 SIZE (boost_1_89_0.tar.gz) = 190099283

Expand this list (2 items)

Collapse this list.

SHA256 (VectorCamp-vectorscan-vectorscan-5.4.12_GH0.tar.gz) = 1ac4f3c038ac163973f107ac4423a6b246b181ffd97fdd371696b2517ec9b3ed SIZE (VectorCamp-vectorscan-vectorscan-5.4.12_GH0.tar.gz) = 20849791

Collapse this list.


Packages (timestamps in pop-ups are UTC):
vectorscan
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-5.4.12------
FreeBSD:14:quarterly--------
FreeBSD:15:latest-5.4.12n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-5.4.12n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ragel : devel/ragel
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for vectorscan-5.4.12: 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 pathfix python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/VectorCamp/vectorscan/tar.gz/vectorscan/5.4.12?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.4.12
04 May 2026 02:48:28
commit hash: aeee2f047a20222219ad647b63b5eb9433e29739commit hash: aeee2f047a20222219ad647b63b5eb9433e29739commit hash: aeee2f047a20222219ad647b63b5eb9433e29739commit hash: aeee2f047a20222219ad647b63b5eb9433e29739 files touched by this commit
Xin LI (delphij) search for other commits by this committer
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
commit hash: 8fb0c95b96e97d71339d6a158ed42936fc0b10e4commit hash: 8fb0c95b96e97d71339d6a158ed42936fc0b10e4commit hash: 8fb0c95b96e97d71339d6a158ed42936fc0b10e4commit hash: 8fb0c95b96e97d71339d6a158ed42936fc0b10e4 files touched by this commit
Xin LI (delphij) search for other commits by this committer
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
commit hash: e70dc4653b10f5ea53da0a2b6ed286fe61555e22commit hash: e70dc4653b10f5ea53da0a2b6ed286fe61555e22commit hash: e70dc4653b10f5ea53da0a2b6ed286fe61555e22commit hash: e70dc4653b10f5ea53da0a2b6ed286fe61555e22 files touched by this commit
Xin LI (delphij) search for other commits by this committer
devel/vectorscan: Add vectorscan 5.4.12

Portable fork of high-performance multiple regex matching library

Number of commits found: 3