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-XS-Object-Magic/distinfo

Number of commits found: 2

Monday, 24 Feb 2020
18:57 sunpoet search for other commits by this committer
Update to 0.05

Changes:	https://metacpan.org/changes/distribution/XS-Object-Magic
Original commitRevision:527025 
Saturday, 5 Nov 2011
15:03 sunpoet search for other commits by this committer
- Add p5-XS-Object-Magic 0.04

This way of associating structs with Perl space objects is designed to supercede
Perl's builtin T_PTROBJ with something that is designed to be:

Extensible

- The association of the pointer using sv_magicext can be done on any data type,
  so you can associate C structs with any representation type.
- This means that you can add pointers to any object (hand coded, Moose or
  otherwise), while still having instance data in regular hashes.

Opaque

- The C pointer is neither visible nor modifiable from Perl space.
- This prevents accidental corruption which could lead to segfaults using
  T_PTROBJ (e.g. $$ptr_obj = 0).

WWW: http://search.cpan.org/dist/XS-Object-Magic/
Original commit

Number of commits found: 2