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: devel/p5-Struct-Dumb/distinfo

Number of commits found: 11

Tuesday, 21 Mar 2023
19:20 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Struct-Dumb: Update to 0.14

Changes:	https://metacpan.org/dist/Struct-Dumb/changes
commit hash: 091339ae9b6193c944461e4bcdf09680f959feb1 commit hash: 091339ae9b6193c944461e4bcdf09680f959feb1 commit hash: 091339ae9b6193c944461e4bcdf09680f959feb1 commit hash: 091339ae9b6193c944461e4bcdf09680f959feb1 091339ae
Wednesday, 31 Aug 2022
18:49 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Struct-Dumb: Update to 0.13

Changes:	https://metacpan.org/dist/Struct-Dumb/changes
commit hash: 8d83be53f8f2de0bdcbbf081ee1d20f95a4cbab3 commit hash: 8d83be53f8f2de0bdcbbf081ee1d20f95a4cbab3 commit hash: 8d83be53f8f2de0bdcbbf081ee1d20f95a4cbab3 commit hash: 8d83be53f8f2de0bdcbbf081ee1d20f95a4cbab3 8d83be5
Thursday, 23 Apr 2020
05:17 sunpoet search for other commits by this committer
Update to 0.12

Changes:	https://metacpan.org/changes/distribution/Struct-Dumb
Original commitRevision:532623 
Tuesday, 21 Apr 2020
19:37 sunpoet search for other commits by this committer
Update to 0.10

Changes:	https://metacpan.org/changes/distribution/Struct-Dumb
Original commitRevision:532324 
Thursday, 10 Mar 2016
19:54 sunpoet search for other commits by this committer
- Update to 0.09

Changes:	http://search.cpan.org/dist/Struct-Dumb/Changes
Original commitRevision:410780 
Sunday, 17 Jan 2016
13:09 sunpoet search for other commits by this committer
- Update to 0.08
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Struct-Dumb/Changes
Sponsored by:	PortsCamp Taiwan
Original commitRevision:406334 
Thursday, 15 Oct 2015
20:17 sunpoet search for other commits by this committer
- Update to 0.07

Changes:	http://search.cpan.org/dist/Struct-Dumb/Changes
Original commitRevision:399377 
Thursday, 8 Oct 2015
18:42 sunpoet search for other commits by this committer
- Update to 0.06

Changes:	http://search.cpan.org/dist/Struct-Dumb/Changes
Original commitRevision:398839 
Friday, 2 Oct 2015
06:54 sunpoet search for other commits by this committer
- Update to 0.04
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/Struct-Dumb/Changes
Original commitRevision:398404 
Saturday, 26 Jul 2014
05:19 sunpoet search for other commits by this committer
- Update to 0.03

Changes:	http://search.cpan.org/dist/Struct-Dumb/Changes
Original commitRevision:362955 
Tuesday, 15 Jul 2014
11:42 sunpoet search for other commits by this committer
- Add p5-Struct-Dumb 0.02

Struct::Dumb creates record-like structure types, similar to the struct keyword
in C, C++ or C#, or Record in Pascal. An invocation of this module will create a
construction function which returns new object references with the given field
values. These references all respond to lvalue methods that access or modify the
values stored.

It's specifically and intentionally not meant to be an object class. You cannot
subclass it. You cannot provide additional methods. You cannot apply roles or
mixins or metaclasses or traits or antlers or whatever else is in fashion this
week.

On the other hand, it is tiny, creates cheap lightweight array-backed
structures, uses nothing outside of core. It's intended simply to be a slightly
nicer way to store data structures, where otherwise you might be tempted to
abuse a hash, complete with the risk of typoing key names. The constructor will
croak if passed the wrong number of arguments, as will attempts to refer to
fields that don't exist.

WWW: http://search.cpan.org/dist/Struct-Dumb/
Original commitRevision:361906 

Number of commits found: 11