1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add p5-Math-Random-MT-Auto 5.02, auto-seeded Mersenne Twister PRNGs.

PR:		ports/100624
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung 2006-07-24 01:25:38 +00:00
parent df845a89a5
commit 3b677aa59d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168585
5 changed files with 62 additions and 0 deletions

View File

@ -197,6 +197,7 @@
SUBDIR += p5-Math-Pari
SUBDIR += p5-Math-Random
SUBDIR += p5-Math-Random-MT
SUBDIR += p5-Math-Random-MT-Auto
SUBDIR += p5-Math-RandomOrg
SUBDIR += p5-Math-Round
SUBDIR += p5-Math-Round-Var

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: p5-Math-Random-MT-Auto
# Date created: 2006-07-21
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Math-Random-MT-Auto
PORTVERSION= 5.02
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Auto-seeded Mersenne Twister PRNGs
RUN_DEPENDS= ${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut
PERL_CONFIGURE= yes
MAN3= Math::Random::MT::Auto.3 Math::Random::MT::Auto::Range.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800 # Inherited from p5-Object-InsideOut
IGNORE= requires perl 5.8 or later. Install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Math-Random-MT-Auto-5.02.tar.gz) = 1eeccd3a864a0ce486998d31b77ecdfa
SHA256 (Math-Random-MT-Auto-5.02.tar.gz) = b7a6e0c72f14ef7c530a6697fc119bce63830a7e011eac758020e184f0e070a1
SIZE (Math-Random-MT-Auto-5.02.tar.gz) = 123773

View File

@ -0,0 +1,13 @@
The Mersenne Twister is a fast pseudorandom number generator (PRNG)
that is capable of providing large volumes (> 10^6004) of "high
quality" pseudorandom data to applications that may exhaust available
"truly" random data sources or system-provided PRNGs such as rand.
This module provides PRNGs that are based on the Mersenne Twister.
There is a functional interface to a single, standalone PRNG, and an
OO interface (based on the inside-out object model as implemented by
the Object::InsideOut module) for generating multiple PRNG objects.
The PRNGs are self-seeding, automatically acquiring a (19968-bit)
random seed from user-selectable sources.
WWW: http://search.cpan.org/dist/Math-Random-MT-Auto/

View File

@ -0,0 +1,14 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT/Auto.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT/Auto/Range.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto/Auto.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto/Auto.so
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT/Auto
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math