Commit graph

15 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
a91c990c95 - Change maintainer email to @FreeBSD.org
- Add stage support

Approved by:	culot (mentor)
2013-10-03 13:34:43 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Jason Helfman
2518e888d5 - shift build_depends to test_depends
Approved by:	danilogondolfo@gmail.com (maintainer, implicit)
2013-09-05 04:32:01 +00:00
Jason Helfman
cb7e3bf9c9 - update to 0.043
- adoption of perl USES framework
- adjust dependencies

PR:		181770
Submitted by:	danilogondolfo@gmail.com ( maintainer )
2013-09-04 06:46:23 +00:00
Frederic Culot
cb182540f6 - Update to 0.041 [1]
- 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)
2013-06-13 13:52:56 +00:00
Bryan Drewery
499e088119 - Update to 0.04
- Pass maintainership to submitter

PR:		ports/178099
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>
2013-04-24 12:10:18 +00:00
Bryan Drewery
84501d113a - Update to 0.03
- Trim header

Feature safe:	yes
2012-11-29 17:31:00 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +00:00
Doug Barton
2fadfa2cfb 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.
2009-12-21 02:19:12 +00:00
Mark Linimon
e3e5d56ef1 Reset aaron's port maintainerships due to many maintainer-timeouts. 2008-04-29 05:27:09 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${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)
2008-04-17 14:30:31 +00:00
Aaron Dalton
a10a971869 - Updated maintainer
Approved by:	tobez (implicit)
2006-05-23 16:43:10 +00:00
Edwin Groothuis
c94783fe5c SHA256ify
Approved by:	krion@
2006-01-22 11:18:58 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Jean-Yves Lefort
dbc37c806f 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>
2005-06-02 12:26:10 +00:00