Using output of /dev/urandom. Simply convert bytes into 8-bit

characters.

WWW: http://search.cpan.org/dist/String-Urandom/
This commit is contained in:
Jun Kuriyama
2011-12-31 08:45:26 +00:00
parent 0a16c047b0
commit 665db63837
5 changed files with 38 additions and 0 deletions

View File

@@ -714,6 +714,7 @@
SUBDIR += p5-String-ToIdentifier-EN
SUBDIR += p5-String-Tokenizer
SUBDIR += p5-String-Truncate
SUBDIR += p5-String-Urandom
SUBDIR += p5-Syntax-Highlight-Engine-Kate
SUBDIR += p5-Syntax-Highlight-Perl-Improved
SUBDIR += p5-TeX-Encode

View File

@@ -0,0 +1,25 @@
# New ports collection makefile for: String::Urandom
# Date created: 31 Dec 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= String-Urandom
PORTVERSION= 0.16
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to convert /dev/urandom to 8-bit chars
RUN_DEPENDS= \
p5-Params-Validate>0:${PORTSDIR}/devel/p5-Params-Validate
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= String::Urandom.3
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (String-Urandom-0.16.tar.gz) = c1dc53e8483a77f3b5fa0c41ad843699420d46411ffb0b30bc4c70dd863b5139
SIZE (String-Urandom-0.16.tar.gz) = 5115

View File

@@ -0,0 +1,4 @@
Using output of /dev/urandom. Simply convert bytes into 8-bit
characters.
WWW: http://search.cpan.org/dist/String-Urandom/

View File

@@ -0,0 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Urandom/.packlist
%%SITE_PERL%%/String/Urandom.pm
%%SITE_PERL%%/String/example.pl
@dirrmtry %%SITE_PERL%%/String
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Urandom
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String