| Port details on branch 2026Q1 |
- libac C++ implementation of the Aho-Corasick (AC) string matching algorithm
- g20190308_1 devel
=0 g20190308_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2022-03-07 18:18:12
- Last Update: 2022-10-09 15:37:49
- Commit Hash: 2e682b2
- License: BSD3CLAUSE
- WWW:
- https://github.com/cloudflare/lua-aho-corasick
- Description:
- This port is the C++ implementation of the Aho-Corasick (AC) string matching
algorithm.
The upstream began with pure Lua implementation and realize the performance is
not satisfactory. So they switch to C/C++ implementation.
There are two shared objects provided by this package: libac.so and
ahocorasick.so The former is a regular shared object which can be directly used
by C/C++ application, or by Lua via FFI; and the later is a Lua module.
¦ ¦ ¦ ¦ 
- 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:
-
- To install the port:
- cd /usr/ports/devel/libac/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libac
- pkg install libac
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libac
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1646057840
SHA256 (cloudflare-lua-aho-corasick-g20190308-ca6043c_GH0.tar.gz) = 20d3238f1be3b3df866adf0c9943b82517130c1cde80cd6fb2ab3ffc1bc73265
SIZE (cloudflare-lua-aho-corasick-g20190308-ca6043c_GH0.tar.gz) = 26262
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:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Libraries
-
- devel/libddwaf
Configuration Options:
- No options to configure
- Options name:
- devel_libac
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|