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:
@@ -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
|
||||
|
||||
25
textproc/p5-String-Urandom/Makefile
Normal file
25
textproc/p5-String-Urandom/Makefile
Normal 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>
|
||||
2
textproc/p5-String-Urandom/distinfo
Normal file
2
textproc/p5-String-Urandom/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (String-Urandom-0.16.tar.gz) = c1dc53e8483a77f3b5fa0c41ad843699420d46411ffb0b30bc4c70dd863b5139
|
||||
SIZE (String-Urandom-0.16.tar.gz) = 5115
|
||||
4
textproc/p5-String-Urandom/pkg-descr
Normal file
4
textproc/p5-String-Urandom/pkg-descr
Normal 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/
|
||||
6
textproc/p5-String-Urandom/pkg-plist
Normal file
6
textproc/p5-String-Urandom/pkg-plist
Normal 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
|
||||
Reference in New Issue
Block a user