pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Math-Random Initial import of p5-Math-Random-0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/68d761c81568
branches: trunk
changeset: 486506:68d761c81568
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Dec 29 01:19:13 2004 +0000
description:
Initial import of p5-Math-Random-0.67 from pkgsrc-wip, packaged by imil.
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)
diffstat:
math/p5-Math-Random/DESCR | 5 +++++
math/p5-Math-Random/Makefile | 17 +++++++++++++++++
math/p5-Math-Random/PLIST | 1 +
math/p5-Math-Random/distinfo | 4 ++++
4 files changed, 27 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 3af782704351 -r 68d761c81568 math/p5-Math-Random/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Random/DESCR Wed Dec 29 01:19:13 2004 +0000
@@ -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 -r 3af782704351 -r 68d761c81568 math/p5-Math-Random/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Random/Makefile Wed Dec 29 01:19:13 2004 +0000
@@ -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@localhost
+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 -r 3af782704351 -r 68d761c81568 math/p5-Math-Random/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Random/PLIST Wed Dec 29 01:19:13 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/29 01:19:13 wiz Exp $
diff -r 3af782704351 -r 68d761c81568 math/p5-Math-Random/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Random/distinfo Wed Dec 29 01:19:13 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index