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: net-mgmt/rrdbot/pkg-descr

Number of commits found: 3

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
Sunday, 22 Mar 2020
10:29 rodrigo search for other commits by this committer
net-mgmt/rrdbot: switch to active fork

Since the original RRDBot project has been abandoned a long time ago,
the proposal is to switching to an active fork https://github.com/REANNZ/rrdbot
that has minor bug fixes and enhancements.

The REANNZ (Research and Education Advanced Network New Zealand) is a new
Zealand's National Research and Education Network. They fork net-mgmt/rrdbot
in 2015 and start doing changes and improvements in the existing source code
You can see the git history in the github repo[1] (159 commits), but I also kept
a full diff between the previous official version and the new repo version [2].

[1] https://github.com/REANNZ/rrdbot/commits/master
[2] https://people.freebsd.org/~rodrigo/rrdbot-0.9.7_switch_orig.diff

The new repo doesn't provide official release numbers, so we kept the latest
version
number completed by the packaging date in the dYYYYMMDD format.

PR:		244757
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru>
Original commitRevision:528910 
Tuesday, 23 Sep 2008
02:02 koitsu search for other commits by this committer
RRDBot is an SNMP polling daemon which writes the polled values to an RRD
database. It can poll many different SNMP sources in an efficient manner.

It has no large external dependencies, and its configuration is stored in text
files. It has full support for MIB definition files and using textual MIBs
instead of numerical OIDs.

A nice feature is the querying of SNMP tables without using a specific index.
Indexes of the rows in an SNMP table may change from time to time, and are less
than ideal for long term tracking of a given value. For example RRDBot can
query the traffic on your router based on the 'xl0' interface name.

RRDBot also contains tools to simplify the creation of RRD files, and the
various archives contained in them.
Original commit

Number of commits found: 3