summaryrefslogtreecommitdiff
path: root/math/p5-Math-Random
AgeCommit message (Collapse)AuthorFilesLines
2009-02-22Update to 0.71:wiz2-7/+6
0.68 Fri Jun 30 12:17:01 2006 - Added a new version of phrtsd and the phrtsd_orig option. 0.69 Tue Sep 12 08:55:10 2006 - Changed pow to exp at randlib.c[1040] to get around a bug with gcc under AIX. (Would it also be possible to avoid this by using -lmsaa rather than -lm?) 0.70 Fri Oct 12 16:30:18 2007 - Minor corrections to POD. 0.71 Tue Sep 16 15:38:06 2008 - Used $ARGV[0] rather than shift in Makefile.PL. Thanks to John Fong for the correction.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-08-01Fix path to Perl. Bump revision.joerg1-2/+4
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-1/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-29Initial import of p5-Math-Random-0.67 from pkgsrc-wip, packaged by imil.wiz4-0/+27
This module generates a variety of random numbers. Capabilities of wide interest include the generation of: . uniform numbers between 0 and 1 (or user chosen boundaries) . random integers between user specified bounds . random permutations of a list (shuffle a deck of cards)