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 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)

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.13 2013/05/31 12:41:23 wiz Exp $
#
DISTNAME= Math-Random-0.71
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= imil@gcu.info
HOMEPAGE= http://search.cpan.org/dist/Math-Random/
COMMENT= Random number generators
PERL5_PACKLIST= auto/Math/Random/.packlist
REPLACE_PERL= example.pl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2009/02/22 16:21:11 wiz Exp $
SHA1 (Math-Random-0.71.tar.gz) = b5a233d5d14328fb308dc56534267d9661f6d605
RMD160 (Math-Random-0.71.tar.gz) = 3c42242ea174bb93f22fc63c1c3b80108ab4f1dd
Size (Math-Random-0.71.tar.gz) = 46011 bytes