diff options
-rw-r--r-- | math/p5-Math-Random/DESCR | 5 | ||||
-rw-r--r-- | math/p5-Math-Random/Makefile | 17 | ||||
-rw-r--r-- | math/p5-Math-Random/PLIST | 1 | ||||
-rw-r--r-- | math/p5-Math-Random/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/math/p5-Math-Random/DESCR b/math/p5-Math-Random/DESCR new file mode 100644 index 00000000000..58f0ca37aef --- /dev/null +++ b/math/p5-Math-Random/DESCR @@ -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) diff --git a/math/p5-Math-Random/Makefile b/math/p5-Math-Random/Makefile new file mode 100644 index 00000000000..eb141bd97fe --- /dev/null +++ b/math/p5-Math-Random/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/12/29 01:19:13 wiz Exp $ +# + +DISTNAME= Math-Random-0.67 +PKGNAME= p5-${DISTNAME} +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 + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/Random/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Random/PLIST b/math/p5-Math-Random/PLIST new file mode 100644 index 00000000000..b5402a51d72 --- /dev/null +++ b/math/p5-Math-Random/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/29 01:19:13 wiz Exp $ diff --git a/math/p5-Math-Random/distinfo b/math/p5-Math-Random/distinfo new file mode 100644 index 00000000000..3e6d2026bad --- /dev/null +++ b/math/p5-Math-Random/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/12/29 01:19:13 wiz Exp $ + +SHA1 (Math-Random-0.67.tar.gz) = dedd68fdaec3542551f7fb89b7248f0798af43f0 +Size (Math-Random-0.67.tar.gz) = 44780 bytes |