Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jul 2006 22:45:44 +0800 (CST)
From:      tjs <tjs@cdpa.nsysu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100751: New port: math/p5-Math-Random-OO Consistent object-oriented interface for generating random numbers
Message-ID:  <200607231445.k6NEjiVp011249@Pluto.CDPA.nsysu.edu.tw>
Resent-Message-ID: <200607231450.k6NEoBWH003949@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         100751
>Category:       ports
>Synopsis:       New port: math/p5-Math-Random-OO Consistent object-oriented interface for generating random numbers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 23 14:50:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Shan Tseng
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
NCHC
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jul 17 12:45:19 CST 2006 tjs@Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/Pluto i386


>Description:

	This module defines an abstract interface for random number generation.
	Subclasses of this model will implement specific types of random
	number generators or will wrap existing random number generators.

	WWW: http://search.cpan.org/dist/Math-Random-OO/

>How-To-Repeat:
>Fix:


--- p5-Math-Random-OO.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Math-Random-OO
#	p5-Math-Random-OO/Makefile
#	p5-Math-Random-OO/distinfo
#	p5-Math-Random-OO/pkg-descr
#	p5-Math-Random-OO/pkg-plist
#
echo c - p5-Math-Random-OO
mkdir -p p5-Math-Random-OO > /dev/null 2>&1
echo x - p5-Math-Random-OO/Makefile
sed 's/^X//' >p5-Math-Random-OO/Makefile << 'END-of-p5-Math-Random-OO/Makefile'
X# New ports collection makefile for:	p5-Math-Random-OO
X# Date created:		2006-07-23
X# Whom:			Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Math-Random-OO
XPORTVERSION=	0.19
XCATEGORIES=	math perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Math
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tjs@cdpa.nsysu.edu.tw
XCOMMENT=	Consistent object-oriented interface for generating random numbers
X
XBUILD_DEPENDS=	p5-Test-MockRandom>=0.95:${PORTSDIR}/devel/p5-Test-MockRandom \
X		p5-Test-Number-Delta>=0.14:${PORTSDIR}/devel/p5-Test-Number-Delta
XRUN_DEPENDS=	p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor \
X		p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate
X
XPERL_CONFIGURE=	yes
X
XMAN3=	Math::Random::OO.3 \
X	Math::Random::OO::Bootstrap.3 \
X	Math::Random::OO::Normal.3 \
X	Math::Random::OO::Uniform.3 \
X	Math::Random::OO::UniformInt.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=	requires perl 5.6 or later. Please install lang/perl5.8 and try again
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Math-Random-OO/Makefile
echo x - p5-Math-Random-OO/distinfo
sed 's/^X//' >p5-Math-Random-OO/distinfo << 'END-of-p5-Math-Random-OO/distinfo'
XMD5 (Math-Random-OO-0.19.tar.gz) = 3a456945d4fa44bc8bb154e81eb1ed63
XSHA256 (Math-Random-OO-0.19.tar.gz) = 72d1ef2bc557a2f50557d75e6443bac70bc43e5d179f84ff4678a37b2f75d8b1
XSIZE (Math-Random-OO-0.19.tar.gz) = 18988
END-of-p5-Math-Random-OO/distinfo
echo x - p5-Math-Random-OO/pkg-descr
sed 's/^X//' >p5-Math-Random-OO/pkg-descr << 'END-of-p5-Math-Random-OO/pkg-descr'
XThis module defines an abstract interface for random number generation.
XSubclasses of this model will implement specific types of random
Xnumber generators or will wrap existing random number generators.
X
XWWW: http://search.cpan.org/dist/Math-Random-OO/
END-of-p5-Math-Random-OO/pkg-descr
echo x - p5-Math-Random-OO/pkg-plist
sed 's/^X//' >p5-Math-Random-OO/pkg-plist << 'END-of-p5-Math-Random-OO/pkg-plist'
X%%SITE_PERL%%/Math/Random/OO.pm
X%%SITE_PERL%%/Math/Random/OO/Bootstrap.pm
X%%SITE_PERL%%/Math/Random/OO/Normal.pm
X%%SITE_PERL%%/Math/Random/OO/Uniform.pm
X%%SITE_PERL%%/Math/Random/OO/UniformInt.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/OO/.packlist
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/OO
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
X@dirrmtry %%SITE_PERL%%/Math/Random/OO
X@dirrmtry %%SITE_PERL%%/Math/Random
X@dirrmtry %%SITE_PERL%%/Math
END-of-p5-Math-Random-OO/pkg-plist
exit
--- p5-Math-Random-OO.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607231445.k6NEjiVp011249>