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: games/p5-Games-Dice/pkg-descr

Number of commits found: 5

Monday, 30 Jan 2023
12:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
games/p5-Games-Dice: Update to 0.046

- Add LICENSE_FILE
- Add NO_ARCH
- Update pkg-descr
- Take maintainership

Changes:	https://metacpan.org/dist/Games-Dice/changes
commit hash: 99189d3b33a4d3e1ae74ad3ec354aaf15bf39d09 commit hash: 99189d3b33a4d3e1ae74ad3ec354aaf15bf39d09 commit hash: 99189d3b33a4d3e1ae74ad3ec354aaf15bf39d09 commit hash: 99189d3b33a4d3e1ae74ad3ec354aaf15bf39d09 99189d3
Wednesday, 7 Sep 2022
21:58 Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 fb16dfe
Sunday, 27 May 2018
20:15 sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
Original commitRevision:470993 
Monday, 21 Dec 2009
02:19 dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
Original commit
Thursday, 2 Jun 2005
12:26 jylefort search for other commits by this committer
Add p5-Games-Dice.

Games::Dice simulates die rolls. It uses a function-oriented (not
object-oriented) interface. No functions are exported by default.

The number and type of dice to roll is given in a style which should be
familiar to players of popular role-playing games: adb[+-*/b]c. a is optional
and defaults to 1; it gives the number of dice to roll. b indicates the number
of sides to each die. % can be used instead of 100 for b; hence, rolling 2d%
and 2d100 is equivalent. roll simulates a rolls of b-sided dice and adds
together the results. The optional end, consisting of one of +-*/b and a
number c, can modify the sum of the individual dice. +-*/ are similar in that
they take the sum of the rolls and add or subtract c, or multiply or divide
the sum by c. (x can also be used instead of *.) Using b in this slot is a
little different: it's short for "best" and indicates "roll a number of dice,
but add together only the best few". For example, 5d6b3 rolls five six- sided
dice and adds together the three best rolls.

Author: Philip Newton <pne@cpan.org>

WWW: http://search.cpan.org/dist/Games-Dice/

PR:             ports/81612
Submitted by:   Aaron Dalton <aaron@daltons.ca>
Original commit

Number of commits found: 5