From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 20 18:30:16 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 147A116A5A8 for ; Thu, 20 Jul 2006 18:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B092443D5E for ; Thu, 20 Jul 2006 18:30:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6KIUDCX026438 for ; Thu, 20 Jul 2006 18:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6KIUDdT026428; Thu, 20 Jul 2006 18:30:13 GMT (envelope-from gnats) Resent-Date: Thu, 20 Jul 2006 18:30:13 GMT Resent-Message-Id: <200607201830.k6KIUDdT026428@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1343A16A4DA for ; Thu, 20 Jul 2006 18:25:00 +0000 (UTC) (envelope-from gslin@vega.csie.NCTU.edu.tw) Received: from vega.csie.NCTU.edu.tw (Deer.csie.nctu.edu.tw [140.113.17.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EE6943D46 for ; Thu, 20 Jul 2006 18:24:59 +0000 (GMT) (envelope-from gslin@vega.csie.NCTU.edu.tw) Received: from vega.csie.NCTU.edu.tw (gslin@localhost [127.0.0.1]) by vega.csie.NCTU.edu.tw (8.13.6/8.13.6) with ESMTP id k6KIOv8p055307; Fri, 21 Jul 2006 02:24:57 +0800 (CST) (envelope-from gslin@vega.csie.NCTU.edu.tw) Received: (from gslin@localhost) by vega.csie.NCTU.edu.tw (8.13.6/8.13.6/Submit) id k6KIOvNW055306; Fri, 21 Jul 2006 02:24:57 +0800 (CST) (envelope-from gslin) Message-Id: <200607201824.k6KIOvNW055306@vega.csie.NCTU.edu.tw> Date: Fri, 21 Jul 2006 02:24:57 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100624: [NEW PORT] math/p5-Math-Random-MT-Auto: Auto-seeded Mersenne Twister PRNGs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 18:30:16 -0000 >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 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@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 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 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@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@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT/Auto X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random/MT X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math/Random X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT/Auto X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/MT X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random X@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: