Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
This module provides pseudorandom number generators (PRNGs) that are
based on the Mersenne Twister algorithm. There is a functional
interface to a 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.

View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:23 wiz Exp $
#
DISTNAME= Math-Random-MT-Auto-6.16
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-Random-MT-Auto/
COMMENT= Auto-seeded Mersenne Twister PRNGs
LICENSE= modified-bsd
DEPENDS+= p5-Object-InsideOut>=2.06:../../devel/p5-Object-InsideOut
DEPENDS+= p5-Exception-Class>=1.22:../../devel/p5-Exception-Class
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Math/Random/MT/Auto/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/11/12 07:51:51 hiramatsu Exp $
SHA1 (Math-Random-MT-Auto-6.16.tar.gz) = 8483fd51dfbf04b5bdf3a3033b699c170d6be02f
RMD160 (Math-Random-MT-Auto-6.16.tar.gz) = e9811b898313b8b501cd914dcf6c4b4dbe3227ca
Size (Math-Random-MT-Auto-6.16.tar.gz) = 133762 bytes