Port details |
- re2 Fast C++ regex library
- 20220601 devel
=10 Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2010-09-01 21:39:53
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- People watching this port, also watch:: glib, libXdamage, libidn, fribidi, libunistring
- License: BSD3CLAUSE
- 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.
WWW: https://github.com/google/re2
- SVNWeb : git : Homepage
- 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 = 1654275845
SHA256 (google-re2-20220601-2022-06-01_GH0.tar.gz) = f89c61410a072e5cbcf8c27e3a778da7d6fd2f2b5b1445cd4f4508bee946ab0f
SIZE (google-re2-20220601-2022-06-01_GH0.tar.gz) = 381032
- 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 Build
-
- devel/py-google-re2
- for Libraries
-
- cad/camotics
- databases/arrow
- devel/bear
- devel/bloaty
- devel/cbang
- devel/electron17
- devel/electron18
-
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++11-lang gmake pathfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 20220601 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
03 Jun 2022 23:36:31 20220601 |
Po-Chuan Hsieh (sunpoet)  |
devel/re2: Update to 20220601
Changes: https://github.com/google/re2/releases
https://github.com/google/re2/commits/main |
16 Apr 2022 04:19:08 20220401 |
Po-Chuan Hsieh (sunpoet)  |
devel/re2: Update to 20220401
Changes: https://github.com/google/re2/releases
https://github.com/google/re2/commits/main |
28 Feb 2022 12:46:00 20220201 |
Po-Chuan Hsieh (sunpoet)  |
devel/re2: Update to 20220201
Changes: https://github.com/google/re2/releases
https://github.com/google/re2/commits/main |
21 Dec 2021 18:46:23 20211101 |
Po-Chuan Hsieh (sunpoet)  |
devel/re2: Update to 20211101
Changes: https://github.com/google/re2/releases |
21 Sep 2021 03:35:14 20210901 |
Po-Chuan Hsieh (sunpoet)  |
devel/re2: Update to 20210901
Changes: https://github.com/google/re2/releases |
08 Aug 2021 14:53:56 20210801 |
Po-Chuan Hsieh (sunpoet)  |
devel/re2: Update to 20210801
Changes: https://github.com/google/re2/releases |
14 Jun 2021 17:37:46 20210601 |
Po-Chuan Hsieh (sunpoet)  |
devel/re2: Update to 20210601
Changes: https://github.com/google/re2/releases |
11 May 2021 21:46:57 20210401 |
Po-Chuan Hsieh (sunpoet)  |
devel/re2: Reformat pkg-descr |
18 Apr 2021 05:41:57 20210401 |
Po-Chuan Hsieh (sunpoet)  |
devel/re2: Update to 20210401
Changes: https://github.com/google/re2/releases |
06 Apr 2021 14:31:07 20210202_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
03 Mar 2021 18:07:12
20210202_1 |
sunpoet  |
Change back to gmake
- Bump PORTREVISION for package change |
03 Mar 2021 14:13:20
20210202 |
crees  |
devel/re2: update to 20210202
Switch to CMake
Revert upstream commit 5bd6137 and slightly improve support
PR: ports/253255
Submitted by: daniel.engberg.lists@pyret.net
Approved by: maintainer timeout (sunpoet, 3w6d)
Tested: https://gitlab.com/swills/freebsd-ports/-/pipelines/259017091 |
03 Feb 2021 19:46:27
20210201 |
sunpoet  |
Update to 20210201
Changes: https://github.com/google/re2/releases |
04 Apr 2020 07:24:01
20200401 |
sunpoet  |
Update to 20200401
Changes: https://github.com/google/re2/releases |
25 Jan 2020 18:19:38
20200101 |
sunpoet  |
Update to 20200101
Changes: https://github.com/google/re2/releases |
30 Dec 2019 16:56:51
20191201 |
sunpoet  |
Update to 20191201
Changes: https://github.com/google/re2/releases |
04 Nov 2019 15:58:21
20191101 |
sunpoet  |
Update to 20191101
Changes: https://github.com/google/re2/releases |
26 Jul 2019 20:46:57
20190701_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
18 Jul 2019 23:49:42
20190701 |
sunpoet  |
Update to 20190701
Changes: https://github.com/google/re2/releases |
24 Jun 2019 18:06:11
20190601 |
sunpoet  |
Update to 20190601
Changes: https://github.com/google/re2/releases |
06 Apr 2019 14:42:51
20190401 |
sunpoet  |
Update to 20190401
Changes: https://github.com/google/re2/releases |
04 Mar 2019 17:57:28
20190301 |
sunpoet  |
Update to 20190301
Changes: https://github.com/google/re2/releases |
25 Jan 2019 19:58:24
20190101 |
sunpoet  |
Update to 20190101
Changes: https://github.com/google/re2/releases |
12 Dec 2018 01:35:36
20180901_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
17 Sep 2018 20:02:37
20180901 |
sunpoet  |
Update to 20180901
Changes: https://github.com/google/re2/commits/master |
29 Aug 2018 19:08:01
20180801 |
sunpoet  |
Update to 20180801
Changes: https://github.com/google/re2/commits/master |
29 Jul 2018 22:18:46
20180401_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
07 Apr 2018 16:33:53
20180401 |
sunpoet  |
Update to 20180401
Changes: https://github.com/google/re2/commits/master |
23 Mar 2018 16:45:44
20180301 |
sunpoet  |
Update to 20180301
- Add LICENSE_FILE
- Take maintainership
Changes: https://github.com/google/re2/commits/master
PR: 226735
Submitted by: sunpoet (myself)
Approved by: jlaffaye (maintainer) |
12 Dec 2017 04:35:49
20170301_1 |
jbeich  |
Re-try ports affected by bug 193528 on powerpc* after r449590 |
10 Sep 2017 20:55:39
20170301_1 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
20 May 2017 16:58:10
20170301 |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Reported by: swills
Approved by: portmgr (tier-2 blanket) |
07 Apr 2017 14:12:21
20170301 |
jlaffaye  |
- Update to 20170301
- Strip shared library in post-install
PR: 218368
Submitted by: sunpoet |
01 Apr 2017 15:23:32
20151101_1 |
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
28 Nov 2015 16:05:01
20151101 |
sunpoet  |
- Update to 20151101
Changes: https://github.com/google/re2/commits/master
PR: 204866
Submitted by: sunpoet (myself)
Approved by: jlaffaye (maintainer) |
18 Sep 2015 05:18:05
20150801 |
sunpoet  |
- Update to 20150801
Changes: https://github.com/google/re2/commits/master
PR: 202877
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 14 days) |
18 Jul 2015 17:06:26
20150601 |
sunpoet  |
- Update to 20150601
- Use USE_GITHUB
- Cleanup Makefile
- Update WWW
Changes: https://github.com/google/re2/commits/master
PR: 201159
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 20 days) |
27 Oct 2014 11:07:20
20140304 |
bapt  |
Cleanup plist |
29 Jul 2014 19:11:53
20140304 |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
09 Mar 2014 17:14:57
20140304 |
jlaffaye  |
- Update to 20140304
- Specify BSD license |
16 Nov 2013 19:32:53
20131024 |
jlaffaye  |
- Update to 20131024
- Fix build with clang and libc++
- Remove leading indefinite article from COMMENT
- Respect CXXFLAGS
- Strip shared library
- Support STAGEDIR
- Sort PLIST
- Use single space after WWW:
PR: ports/183661
Submitted by: sunpoet |
20 Sep 2013 17:17:45
20120226 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
28 Feb 2012 20:38:19
20120226 |
jlaffaye  |
- Update to 20120226
- Remove CC/CXX hacks as it is now fixed by upstream |
20 Jun 2011 21:18:43
20110522 |
jlaffaye  |
Respect CXX (fixes build with clang)
Approved by: bapt (mentor) |
08 Jun 2011 16:52:32
20110522 |
jlaffaye  |
Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}
Approved by: bapt (mentor) |
23 May 2011 14:13:16
20110522 |
bapt  |
- Update to 20110522
PR: ports/157271
Submitted by: Julien Laffaye <kimelto@gmail.com> |
01 Sep 2010 21:39:33
20100901 |
bapt  |
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.
WWW: http://code.google.com/p/re2/
PR: ports/150185
Submitted by: Julien Laffaye <kimelto at gmail.com> |