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-Method-Signatures/distinfo

Number of commits found: 1

Sunday, 12 Nov 2017
19:09 sunpoet search for other commits by this committer
Add p5-Method-Signatures 20170211

Method::Signatures provides two new keywords, func and method, so that you can
write subroutines with signatures instead of having to spell out my $self =
shift; my($thing) = @_

func is like sub but takes a signature where the prototype would normally go.
This takes the place of my($foo, $bar) = @_ and does a whole lot more.

method is like func but specifically for making methods. It will automatically
provide the invocant as $self (by default). No more my $self = shift.

It also allows signatures, very similar to Perl 6 signatures.

It also does type checking, understanding all the types that Moose (or Mouse)
would understand.

And it does all this with no source filters.

WWW: http://search.cpan.org/dist/Method-Signatures/
Original commitRevision:454060 

Number of commits found: 1