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-Text-Table-ASV/distinfo

Number of commits found: 2

Sunday, 20 Jun 2021
20:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
textproc/p5-Text-Table-ASV: Update to 0.002

- Fix COMMENT

Changes:	https://metacpan.org/dist/Text-Table-ASV/changes
commit hash: 724717e93d2266011ef91d3685750845521a8490 commit hash: 724717e93d2266011ef91d3685750845521a8490 commit hash: 724717e93d2266011ef91d3685750845521a8490 commit hash: 724717e93d2266011ef91d3685750845521a8490 724717e
Saturday, 28 Jul 2018
13:16 sunpoet search for other commits by this committer
Add p5-Text-Table-ASV 0.001

Text::Table::ASV provides a single function, table, which formats a
two-dimensional array of data as ASV. This is basically a way to generate ASV
using the same interface as that of Text::Table::Tiny (v0.03) or
Text::Table::Org.

ASV (ASCII separated values, also sometimes DEL a.k.a. Delimited ASCII) is a
format similar to TSV (tab separated values). Instead of Tab character ("\t") as
the field separator, ASV uses "\x1f" (ASCII Unit Separator character) and
instead of newline ("\n") as the record separator, ASV uses "\x1e" (ASCII Record
Separator). There is currently no quoting or escaping mechanism provided.
"\x1c", "\x1d", "\x1e", and "\x1f" characters in cell will be replaced by
spaces.

WWW: https://metacpan.org/release/Text-Table-ASV
Original commitRevision:475558 

Number of commits found: 2