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/cronolog-devel/distinfo

Number of commits found: 3

Saturday, 13 Feb 2016
21:48 junovitch search for other commits by this committer
sysutils/cronolog-devel: update 1.7.0 -> 1.7.1

PR:		206957
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
Original commitRevision:408829 
Tuesday, 22 Dec 2015
05:35 miwi search for other commits by this committer
- Pass maintainership to submitter
- Add LICENSE
- USE tar:xz
- Update WWW

PR:		204920
Submitted by:	Chris Hutchinson
Approved by:	mat (mentor)
Differential Revision:	D4658
Original commitRevision:404218 
Tuesday, 28 Dec 2010
20:16 beech search for other commits by this committer
New port, cronolog-devel

"cronolog" is a simple program that reads log messages from its input
and writes them to a set of output files, the names of which are
constructed using template and the current date and time.

"cronolog" is intended to be used in conjunction with a Web server, such
as Apache to split the access log into daily or monthly logs. E.g.:

        TransferLog "|/www/sbin/cronolog /www/logs/%Y/%m/%d/access.log"
        ErrorLog    "|/www/sbin/cronolog /www/logs/%Y/%m/%d/errors.log"

would instruct Apache to pipe its access and error log messages into
separate copies of cronolog, which would create new log files each day
in a directory hierarchy structured by date, i.e. on 31 December 1996
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commit

Number of commits found: 3