Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2011 12:06:23 GMT
From:      Dereckson <dereckson@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/155572: New port: security/p5-Crypt-Random-Source
Message-ID:  <201103151206.p2FC6NLw033092@red.freebsd.org>
Resent-Message-ID: <201103151210.p2FCAAvu004949@freefall.freebsd.org>

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

>Number:         155572
>Category:       ports
>Synopsis:       New port: security/p5-Crypt-Random-Source
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 15 12:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Dereckson
>Release:        FreeBSD 8.1
>Organization:
>Environment:
FreeBSD grip.espace-win.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
This is a port for Crypt::Random::Source.

It's a dependency required by a new port, math/p5-Math-Random-Secure, I'm submitting next.

Then, all the Bugzilla 4.0 required Perl dependencies will be satisfied.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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-Crypt-Random-Source
#	p5-Crypt-Random-Source/Makefile
#	p5-Crypt-Random-Source/distinfo
#	p5-Crypt-Random-Source/pkg-descr
#	p5-Crypt-Random-Source/pkg-plist
#
echo c - p5-Crypt-Random-Source
mkdir -p p5-Crypt-Random-Source > /dev/null 2>&1
echo x - p5-Crypt-Random-Source/Makefile
sed 's/^X//' >p5-Crypt-Random-Source/Makefile << '23cc9cbcb1d3a80fa44099b5553ca3f9'
X# New ports collection makefile for:    Crypt::Random::Source
X# Date created:                         15 March 2011
X# Whom:                                 Dereckson <dereckson@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Crypt-Random-Source
XPORTVERSION=	0.07
XCATEGORIES=	security perl5
XMASTER_SITES=	CPAN
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	dereckson@gmail.com
XCOMMENT=	Get weak or strong random data from pluggable sources
X
XTEST_DEPENDS=	p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
X		p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok
XRUN_DEPENDS=	p5-Capture-Tiny>=0.08:${PORTSDIR}/devel/p5-Capture-Tiny \
X		p5-Module-Find>0:${PORTSDIR}/devel/p5-Module-Find \
X		p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \
X		p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean
X
XMAN3=		Crypt::Random::Source.3 \
X		Crypt::Random::Source::Base.3 \
X		Crypt::Random::Source::Base::File.3 \
X		Crypt::Random::Source::Base::Handle.3 \
X		Crypt::Random::Source::Base::Proc.3 \
X		Crypt::Random::Source::Base::RandomDevice.3 \
X		Crypt::Random::Source::Factory.3 \
X		Crypt::Random::Source::Strong.3 \
X		Crypt::Random::Source::Strong::devrandom.3 \
X		Crypt::Random::Source::Weak.3 \
X		Crypt::Random::Source::Weak::devurandom.3 \
X		Crypt::Random::Source::Weak::rand.3
X
XPERL_CONFIGURE=	yes
X
XLICENSE=	ART20
X
X.include <bsd.port.mk>
23cc9cbcb1d3a80fa44099b5553ca3f9
echo x - p5-Crypt-Random-Source/distinfo
sed 's/^X//' >p5-Crypt-Random-Source/distinfo << '36e181f2a5614df2c8d150cc32205143'
XSHA256 (Crypt-Random-Source-0.07.tar.gz) = bbe19a6ee24ce8d4aacbcf9179b2b3477a729eccbdfa78ad8330413b2fc3ac4f
XSIZE (Crypt-Random-Source-0.07.tar.gz) = 18883
36e181f2a5614df2c8d150cc32205143
echo x - p5-Crypt-Random-Source/pkg-descr
sed 's/^X//' >p5-Crypt-Random-Source/pkg-descr << '60b27711cf0a49a80069110e16cb2966'
XGet weak or strong random data from pluggable sources
X
XWWW: http://search.cpan.org/dist/Crypt-Random-Source
60b27711cf0a49a80069110e16cb2966
echo x - p5-Crypt-Random-Source/pkg-plist
sed 's/^X//' >p5-Crypt-Random-Source/pkg-plist << '217d327170f8ccb51366cb48706a2775'
X%%SITE_PERL%%/Crypt/Random/Source.pm
X%%SITE_PERL%%/Crypt/Random/Source/Base.pm
X%%SITE_PERL%%/Crypt/Random/Source/Base/File.pm
X%%SITE_PERL%%/Crypt/Random/Source/Base/Handle.pm
X%%SITE_PERL%%/Crypt/Random/Source/Base/Proc.pm
X%%SITE_PERL%%/Crypt/Random/Source/Base/RandomDevice.pm
X%%SITE_PERL%%/Crypt/Random/Source/Factory.pm
X%%SITE_PERL%%/Crypt/Random/Source/Strong.pm
X%%SITE_PERL%%/Crypt/Random/Source/Strong/devrandom.pm
X%%SITE_PERL%%/Crypt/Random/Source/Weak.pm
X%%SITE_PERL%%/Crypt/Random/Source/Weak/devurandom.pm
X%%SITE_PERL%%/Crypt/Random/Source/Weak/rand.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random/Source/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random/Source
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
X@dirrm %%SITE_PERL%%/Crypt/Random/Source/Weak
X@dirrm %%SITE_PERL%%/Crypt/Random/Source/Strong
X@dirrm %%SITE_PERL%%/Crypt/Random/Source/Base
X@dirrm %%SITE_PERL%%/Crypt/Random/Source
X@dirrmtry %%SITE_PERL%%/Crypt/Random
X@dirrmtry %%SITE_PERL%%/Crypt
217d327170f8ccb51366cb48706a2775
exit



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



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