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 photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: devel/re2/pkg-plist

Number of commits found: 12

Monday, 11 Sep 2023
03:22 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/re2: Update to 20230801

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/re2/releases
commit hash: 0c509fb2dc64f2b179f3898a394ae0c6a7852d9f commit hash: 0c509fb2dc64f2b179f3898a394ae0c6a7852d9f commit hash: 0c509fb2dc64f2b179f3898a394ae0c6a7852d9f commit hash: 0c509fb2dc64f2b179f3898a394ae0c6a7852d9f 0c509fb
Tuesday, 2 May 2023
19:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/re2: Update to 20230301

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/re2/releases
commit hash: 94713bad761a1307f0722b8649a59c8601d22e74 commit hash: 94713bad761a1307f0722b8649a59c8601d22e74 commit hash: 94713bad761a1307f0722b8649a59c8601d22e74 commit hash: 94713bad761a1307f0722b8649a59c8601d22e74 94713ba
Wednesday, 3 Mar 2021
18:07 sunpoet search for other commits by this committer
Change back to gmake

- Bump PORTREVISION for package change
Original commitRevision:567115 
14:13 crees search for other commits by this committer
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
Original commitRevision:567086 
Wednesday, 3 Feb 2021
19:46 sunpoet search for other commits by this committer
Update to 20210201

Changes:	https://github.com/google/re2/releases
Original commitRevision:563912 
Saturday, 4 Apr 2020
07:24 sunpoet search for other commits by this committer
Update to 20200401

Changes:	https://github.com/google/re2/releases
Original commitRevision:530571 
Friday, 7 Apr 2017
14:12 jlaffaye search for other commits by this committer
- Update to 20170301
- Strip shared library in post-install

PR:		218368
Submitted by:	sunpoet
Original commitRevision:437925 
Saturday, 18 Jul 2015
17:06 sunpoet search for other commits by this committer
- 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)
Original commitRevision:392435 
Monday, 27 Oct 2014
11:07 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371552 
Saturday, 16 Nov 2013
19:32 jlaffaye search for other commits by this committer
- 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
Original commitRevision:334024 
Tuesday, 28 Feb 2012
20:38 jlaffaye search for other commits by this committer
- Update to 20120226
- Remove CC/CXX hacks as it is now fixed by upstream
Original commit
Wednesday, 1 Sep 2010
21:39 bapt search for other commits by this committer
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>
Original commit

Number of commits found: 12