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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/re2/pkg-descr

Number of commits found: 5

Wednesday, 7 Sep 2022
21:58 Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 fb16dfe
Tuesday, 11 May 2021
21:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/re2: Reformat pkg-descr
commit hash: 2c3d12aef7afd25f5630cb3db486cfdf43193dfa commit hash: 2c3d12aef7afd25f5630cb3db486cfdf43193dfa commit hash: 2c3d12aef7afd25f5630cb3db486cfdf43193dfa commit hash: 2c3d12aef7afd25f5630cb3db486cfdf43193dfa 2c3d12a
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 
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 
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: 5