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: benchmarks/uica/Makefile

Number of commits found: 7

Tuesday, 18 Jul 2023
00:53 Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}

Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.

With hat: python
PR: 270510, 270358
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a 9a80a6e
Friday, 17 Mar 2023
09:02 Robert Clausecker (fuz) search for other commits by this committer
benchmarks/uica: update to g20221215+2022.12

Upstream changes:

 - add new simulation parameter options
 - fix latencies with fused rip-relative loads
 - fix handling of displacement fields
commit hash: ff22c4419917b8342ce88c770f56adcc2b5ba3ce commit hash: ff22c4419917b8342ce88c770f56adcc2b5ba3ce commit hash: ff22c4419917b8342ce88c770f56adcc2b5ba3ce commit hash: ff22c4419917b8342ce88c770f56adcc2b5ba3ce ff22c44
Wednesday, 8 Feb 2023
23:24 Robert Clausecker (fuz) search for other commits by this committer
*/*: Update fuz@fuz.su to fuz@FreeBSD.org

www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
commit hash: 24bd5a33e50ef9ad027f3448840a754715370f2e commit hash: 24bd5a33e50ef9ad027f3448840a754715370f2e commit hash: 24bd5a33e50ef9ad027f3448840a754715370f2e commit hash: 24bd5a33e50ef9ad027f3448840a754715370f2e 24bd5a3
Friday, 30 Dec 2022
07:07 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Robert Clausecker
benchmarks/uica: update to g20221215+2022.12

Changelog:
https://github.com/andreas-abel/uiCA/compare/ba6ad5557ebd96a10fa0d0e076c9961ec5024574...e6421b5957ec53eaa05dc150b2a40c5e0abc6dd4

PR:		268648
commit hash: 6f597da5fd99ed926f021f4c93995cf6ea2b9db4 commit hash: 6f597da5fd99ed926f021f4c93995cf6ea2b9db4 commit hash: 6f597da5fd99ed926f021f4c93995cf6ea2b9db4 commit hash: 6f597da5fd99ed926f021f4c93995cf6ea2b9db4 6f597da
Saturday, 15 Oct 2022
15:59 Dima Panov (fluffy) search for other commits by this committer Author: Robert Clausecker
benchmarks/uica: fix build on riscv and in UTC-... time zones

 - inform mbuild CPU type detection script about the
   existence of this newfangled architecture.
 - pass TZ=UTC to date(1) while generating distfile name
   to avoid off by one error on the first day of the month
   in time zones west of Greenwich.

PR:		267020
Submitted by:	maintainer
MFH:		2022Q4
commit hash: 56f224add65df796bf57c49ea782e00470a56885 commit hash: 56f224add65df796bf57c49ea782e00470a56885 commit hash: 56f224add65df796bf57c49ea782e00470a56885 commit hash: 56f224add65df796bf57c49ea782e00470a56885 56f224a
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 1 Aug 2022
20:28 Kurt Jaeger (pi) search for other commits by this committer Author: Robert Clausecker
benchmarks/uica: New port: uops.info Code Analyzer

uiCA is a simulator that can predict the throughput of basic blocks on
recent Intel microarchitectures. In addition to that, it also provides
insights into how the code is executed.

uiCA is based on data from uops.info, combined with a detailed pipeline
model. Like related tools, it assumes that all memory accesses result in
cache hits.

WWW: https://uops.info/uiCA.html

Author:    Robert Clausecker <fuz@fuz.su>
PR: 265368
commit hash: fc3a761d2cfc293c26264d2fc126914943e2e839 commit hash: fc3a761d2cfc293c26264d2fc126914943e2e839 commit hash: fc3a761d2cfc293c26264d2fc126914943e2e839 commit hash: fc3a761d2cfc293c26264d2fc126914943e2e839 fc3a761

Number of commits found: 7