aboutsummaryrefslogtreecommitdiffstats
path: root/games/p5-Games-Dice
Commit message (Collapse)AuthorAgeFilesLines
* - shift build_depends to test_dependsjgh2013-09-051-1/+1
| | | | Approved by: danilogondolfo@gmail.com (maintainer, implicit)
* - update to 0.043jgh2013-09-042-4/+9
| | | | | | | | - adoption of perl USES framework - adjust dependencies PR: 181770 Submitted by: danilogondolfo@gmail.com ( maintainer )
* - Update to 0.041 [1]culot2013-06-133-4/+8
| | | | | | | | - Add LICENSE (MIT) Changes: http://search.cpan.org/dist/Games-Dice/Changes PR: ports/179520 [1] Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
* - Update to 0.04bdrewery2013-04-242-4/+4
| | | | | | | - Pass maintainership to submitter PR: ports/178099 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* - Update to 0.03bdrewery2012-11-302-8/+4
| | | | | | - Trim header Feature safe: yes
* -remove MD5ohauer2011-07-031-1/+0
|
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-5/+0
| | | | | | | | 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.
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1
|
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-171-2/+1
| | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
* - Updated maintaineraaron2006-05-241-1/+1
| | | | Approved by: tobez (implicit)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Add p5-Games-Dice.jylefort2005-06-024-0/+51
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>