Adding port math/p5-Math-RandomOrg, Retrieve random numbers and data from random.org.

Approved by:	tobez (implicit)
This commit is contained in:
Aaron Dalton 2006-05-29 20:53:35 +00:00
parent 78e7a60e21
commit ea2c977e7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163887
5 changed files with 46 additions and 0 deletions

View file

@ -192,6 +192,7 @@
SUBDIR += p5-Math-Pari
SUBDIR += p5-Math-Random
SUBDIR += p5-Math-Random-MT
SUBDIR += p5-Math-RandomOrg
SUBDIR += p5-Math-Round
SUBDIR += p5-Math-Round-Var
SUBDIR += p5-Math-Sequence

View file

@ -0,0 +1,31 @@
# New ports collection makefile for: p5-Math-RandomOrg
# Date created: 29 May 2006
# Whom: Aaron Dalton <aaron@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Math-RandomOrg
PORTVERSION= 0.02
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= aaron@FreeBSD.org
COMMENT= Retrieve random numbers and data from random.org
BUILD_DEPENDS= ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3= Math::RandomOrg.3
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
MD5 (Math-RandomOrg-0.02.tar.gz) = 1afcfeee3f1770fb31199887a6c77eeb
SIZE (Math-RandomOrg-0.02.tar.gz) = 2851

View file

@ -0,0 +1,7 @@
Math::RandomOrg provides functions for retrieving random data from the
random.org server. Data may be retrieved in an integer or byte-stream
format using the randnum and randbyte functions respectively.
WWW: http://search.cpan.org/dist/Math-RandomOrg
http://random.org
Author: Gregory Williams <greg@evilfunhouse.com>

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/Math/RandomOrg.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RandomOrg/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/RandomOrg
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
@dirrmtry %%SITE_PERL%%/Math