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: textproc/p5-String-Tagged/pkg-plist

Number of commits found: 2

Saturday, 30 Apr 2022
15:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/p5-String-Tagged: Update to 0.18

Changes:	https://metacpan.org/dist/String-Tagged/changes
commit hash: 990c306b68f097714829a7767ae69d7aa4b3eb1a commit hash: 990c306b68f097714829a7767ae69d7aa4b3eb1a commit hash: 990c306b68f097714829a7767ae69d7aa4b3eb1a commit hash: 990c306b68f097714829a7767ae69d7aa4b3eb1a 990c306
Tuesday, 10 Oct 2017
11:16 sunpoet search for other commits by this committer
Add p5-String-Tagged 0.15

String::Tagged implements an object class, instances of which store a (mutable)
string buffer that supports tags. A tag is a name/value pair that applies to
some non-empty extent of the underlying string.

The types of tag names ought to be strings, or at least values that are
well-behaved as strings, as the names will often be used as the keys in hashes
or applied to the eq operator.

The types of tag values are not restricted - any scalar will do. This could be a
simple integer or string, ARRAY or HASH reference, or even a CODE reference
containing an event handler of some kind.

Tags may be arbitrarily overlapped. Any given offset within the string has in
effect, a set of uniquely named tags. Tags of different names are independent.
For tags of the same name, only the latest, shortest tag takes effect.

WWW: http://search.cpan.org/dist/String-Tagged/
Original commitRevision:451664 

Number of commits found: 2