ports/100624: [NEW PORT] math/p5-Math-Random-MT-Auto: Auto-seeded Mersenne Twister PRNGs

Gea-Suan Lin gslin at gslin.org
Thu Jul 20 18:30:16 UTC 2006


>Number:         100624
>Category:       ports
>Synopsis:       [NEW PORT] math/p5-Math-Random-MT-Auto: Auto-seeded Mersenne Twister PRNGs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 20 18:30:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD Netflow.csie.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 22 16:22:37 CST 2006
>Description:
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/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Math-Random-MT-Auto-5.02.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Math-Random-MT-Auto
#	p5-Math-Random-MT-Auto/pkg-descr
#	p5-Math-Random-MT-Auto/Makefile
#	p5-Math-Random-MT-Auto/pkg-plist
#	p5-Math-Random-MT-Auto/distinfo
#
echo c - p5-Math-Random-MT-Auto
mkdir -p p5-Math-Random-MT-Auto > /dev/null 2>&1
echo x - p5-Math-Random-MT-Auto/pkg-descr
sed 's/^X//' >p5-Math-Random-MT-Auto/pkg-descr << 'END-of-p5-Math-Random-MT-Auto/pkg-descr'
XThe Mersenne Twister is a fast pseudorandom number generator (PRNG)
Xthat is capable of providing large volumes (> 10^6004) of "high
Xquality" pseudorandom data to applications that may exhaust available
X"truly" random data sources or system-provided PRNGs such as rand.
X
XThis module provides PRNGs that are based on the Mersenne Twister.
XThere is a functional interface to a single, standalone PRNG, and an
XOO interface (based on the inside-out object model as implemented by
Xthe Object::InsideOut module) for generating multiple PRNG objects.
XThe PRNGs are self-seeding, automatically acquiring a (19968-bit)
Xrandom seed from user-selectable sources.
X
XWWW:	http://search.cpan.org/dist/Math-Random-MT-Auto/
END-of-p5-Math-Random-MT-Auto/pkg-descr
echo x - p5-Math-Random-MT-Auto/Makefile
sed 's/^X//' >p5-Math-Random-MT-Auto/Makefile << 'END-of-p5-Math-Random-MT-Auto/Makefile'
X# New ports collection makefile for:	p5-Math-Random-MT-Auto
X# Date created:		2006-07-21
X# Whom:			Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Math-Random-MT-Auto
XPORTVERSION=	5.02
XCATEGORIES=	math perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Math
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	Auto-seeded Mersenne Twister PRNGs
X
XRUN_DEPENDS=	${SITE_PERL}/Exception/Class.pm:${PORTSDIR}/devel/p5-Exception-Class \
X		${SITE_PERL}/Object/InsideOut.pm:${PORTSDIR}/devel/p5-Object-InsideOut
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Math::Random::MT::Auto.3 Math::Random::MT::Auto::Range.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500800	# Inherited from p5-Object-InsideOut
XIGNORE=		requires perl 5.8 or later. Install lang/perl5.8 and try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Math-Random-MT-Auto/Makefile
echo x - p5-Math-Random-MT-Auto/pkg-plist
sed 's/^X//' >p5-Math-Random-MT-Auto/pkg-plist << 'END-of-p5-Math-Random-MT-Auto/pkg-plist'
X at comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT/Auto.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT/Auto/Range.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto/.packlist
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto/Auto.bs
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto/Auto.so
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT/Auto
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
END-of-p5-Math-Random-MT-Auto/pkg-plist
echo x - p5-Math-Random-MT-Auto/distinfo
sed 's/^X//' >p5-Math-Random-MT-Auto/distinfo << 'END-of-p5-Math-Random-MT-Auto/distinfo'
XMD5 (Math-Random-MT-Auto-5.02.tar.gz) = 1eeccd3a864a0ce486998d31b77ecdfa
XSHA256 (Math-Random-MT-Auto-5.02.tar.gz) = b7a6e0c72f14ef7c530a6697fc119bce63830a7e011eac758020e184f0e070a1
XSIZE (Math-Random-MT-Auto-5.02.tar.gz) = 123773
END-of-p5-Math-Random-MT-Auto/distinfo
exit
--- p5-Math-Random-MT-Auto-5.02.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list