Port details on branch 2024Q4 |
- re2 Fast C++ regex library
- 20240702 devel =15 20240702Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2010-09-01 21:39:53
- Last Update: 2024-08-15 10:55:26
- Commit Hash: 34209bc
- People watching this port, also watch:: dbus, p5-Error, xorg-fonts-truetype, indexinfo, py311-six
- License: BSD3CLAUSE
- WWW:
- https://github.com/google/re2
- Description:
- RE2 is a fast, safe, thread-friendly alternative to backtracking regular
expression engines like those used in PCRE, Perl, and Python. It is a C++
library.
RE2 uses automata theory to guarantee that regular expression searches run in
time linear in the size of the input. RE2 implements memory limits, so that
searches can be constrained to a fixed amount of memory. RE2 is engineered to
use a small fixed C++ stack footprint no matter what inputs or regular
expressions it must process; thus RE2 is useful in multithreaded environments
where thread stacks cannot grow arbitrarily large.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/re2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/re2
- pkg install re2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: re2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1719921320
SHA256 (re2-2024-07-02.tar.gz) = eb2df807c781601c14a260a507a5bb4509be1ee626024cb45acbd57cb9d4032b
SIZE (re2-2024-07-02.tar.gz) = 390672
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:
-
- abseil>=20240116.2 : devel/abseil
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libabsl_base.so : devel/abseil
- This port is required by:
- for Libraries
-
- cad/camotics
- cad/openroad
- databases/arrow
- databases/compass
- devel/bloaty
- devel/cbang
- devel/electron29
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_re2
- USES:
- compiler:c++17-lang gmake localbase:ldflags pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|