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: sysutils/flowgger/distinfo

Number of commits found: 9

Monday, 10 Jul 2023
11:05 Mikael Urankar (mikael) search for other commits by this committer
sysutils/flowgger: Update to 0.3.1
commit hash: 0cd345819d3d4d188bca748a39adc399fcd6cfaf commit hash: 0cd345819d3d4d188bca748a39adc399fcd6cfaf commit hash: 0cd345819d3d4d188bca748a39adc399fcd6cfaf commit hash: 0cd345819d3d4d188bca748a39adc399fcd6cfaf 0cd34581
Monday, 26 Oct 2020
17:59 mikael search for other commits by this committer
sysutils/flowgger: update to 0.2.10
Original commitRevision:553370 
Thursday, 23 Jan 2020
14:03 tobik search for other commits by this committer
sysutils/flowgger: Update to 0.2.9

This also unbreaks the build with rust-nightly:
error[E0214]: parenthesized type parameters may only be used with a `Fn` trait
  -->
/wrkdirs/usr/ports/sysutils/flowgger/work/flowgger-0.2.6-28-gab572a0/cargo-crates/twox-hash-1.1.0/src/number_streams.rs:67:23
   |
67 |     fn count(self) -> usize() {
   |                       ^^^^^^^ only `Fn` traits may use parentheses
...
74 | number_stream!(U32FromBytes, u32, U32_BYTES);
   | --------------------------------------------- in this macro invocation

error[E0214]: parenthesized type parameters may only be used with a `Fn` trait
  -->
/wrkdirs/usr/ports/sysutils/flowgger/work/flowgger-0.2.6-28-gab572a0/cargo-crates/twox-hash-1.1.0/src/number_streams.rs:67:23
   |
67 |     fn count(self) -> usize() {
   |                       ^^^^^^^ only `Fn` traits may use parentheses
...
75 | number_stream!(U64FromBytes, u64, U64_BYTES);
   | --------------------------------------------- in this macro invocation

error: aborting due to 2 previous errors

- Take it back
- Upstream repo is now awslabs/flowgger
- Switch to crates.io since releases are no longer tagged on GitHub
- Update WWW
Original commitRevision:523933 
Thursday, 28 Feb 2019
18:47 jbeich search for other commits by this committer
USES=cargo to update libc to 0.2.49 for Tier2

PR:		235063
Differential Revision:	https://reviews.freebsd.org/D19309
Original commitRevision:494175 
Sunday, 18 Nov 2018
20:03 jbeich search for other commits by this committer
sysutils/flowgger: unbreak with OpenSSL 1.1.1

thread 'main' panicked at '

This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or LibreSSL
2.5 and 2.6.0, but a different version of OpenSSL was found. The build is now
aborting due to this version mismatch.

', cargo-crates/openssl-sys-0.9.21/build.rs:486:9

Reported by:	pkg-fallout
Original commitRevision:485257 
Thursday, 3 May 2018
22:43 jbeich search for other commits by this committer
cargo: update libc to 0.2.40

Make sure ino64/abstime issues don't affect FreeBSD 12.0 or later.
Original commitRevision:468993 
Wednesday, 29 Nov 2017
12:29 tobik search for other commits by this committer
sysutils/flowgger: Update to 0.2.6-28-gab572a0

- Manually bump openssl crates to 0.9.21 to fix build with
  LibreSSL 2.6.x
- Install example config file
Original commitRevision:455104 
Tuesday, 8 Aug 2017
21:32 tobik search for other commits by this committer
sysutils/flowgger: Fix build with LibreSSL 2.5.5

The build of the openssl-sys-0.9.12 crate fails with:

  This crate is only compatible with OpenSSL 1.0.1, 1.0.2, and 1.1.0, or
LibreSSL
  2.5.0, 2.5.1, 2.5.2, 2.5.3, and 2.5.4, but a different version of OpenSSL was
  found. The build is now aborting due to this version mismatch.

Update the openssl crates to 0.9.15 (and also its dependencies).

While here also set LICENSE=MPL20
Original commitRevision:447575 
Wednesday, 21 Jun 2017
16:26 tobik search for other commits by this committer
New port: sysutils/flowgger

Flowgger is a fast, simple and lightweight data collector.  It reads
log entries over a given protocol, extracts them, decodes them using a
given format, re-encodes them into a different format, and
asynchronously pushes the result into a remote data store.

Flowgger is designed to be:

- Paranoid: it carefully validates input data to prevent injection of
  malformed/incomplete records down the chain.
- Safe: written in Rust, without any unsafe code.
- Fast: even though messages are systematically parsed and validated,
  Flowgger is orders of magnitude faster than Logstash and Fluentd.
- Standalone: it comes as a single executable file, and doesn't require a JVM.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:444037 

Number of commits found: 9