mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Add p5-Crypt-Random-TESHA2 0.01
Crypt::Random::TESHA2 implements userspace voodoo entropy. You should use a proper O/S supplied entropy source such as /dev/random or the Win32 Crypt API. WWW: http://search.cpan.org/dist/Crypt-Random-TESHA2/
This commit is contained in:
parent
4cad3b8780
commit
ac32e0e4e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406999
@ -543,6 +543,7 @@
|
|||||||
SUBDIR += p5-Crypt-RandPasswd
|
SUBDIR += p5-Crypt-RandPasswd
|
||||||
SUBDIR += p5-Crypt-Random
|
SUBDIR += p5-Crypt-Random
|
||||||
SUBDIR += p5-Crypt-Random-Source
|
SUBDIR += p5-Crypt-Random-Source
|
||||||
|
SUBDIR += p5-Crypt-Random-TESHA2
|
||||||
SUBDIR += p5-Crypt-Rijndael
|
SUBDIR += p5-Crypt-Rijndael
|
||||||
SUBDIR += p5-Crypt-Rijndael_PP
|
SUBDIR += p5-Crypt-Rijndael_PP
|
||||||
SUBDIR += p5-Crypt-SKey
|
SUBDIR += p5-Crypt-SKey
|
||||||
|
21
security/p5-Crypt-Random-TESHA2/Makefile
Normal file
21
security/p5-Crypt-Random-TESHA2/Makefile
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Crypt-Random-TESHA2
|
||||||
|
PORTVERSION= 0.01
|
||||||
|
CATEGORIES= security perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
|
COMMENT= Random numbers using timer/schedule entropy
|
||||||
|
|
||||||
|
LICENSE= ART10 GPLv1
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
NO_ARCH= yes
|
||||||
|
USE_PERL5= configure
|
||||||
|
USES= perl5
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
security/p5-Crypt-Random-TESHA2/distinfo
Normal file
2
security/p5-Crypt-Random-TESHA2/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (Crypt-Random-TESHA2-0.01.tar.gz) = a0912b42c52be173da528d5527e40d967324bc04ac78d9fc2ddc91ff16fe9633
|
||||||
|
SIZE (Crypt-Random-TESHA2-0.01.tar.gz) = 22255
|
4
security/p5-Crypt-Random-TESHA2/pkg-descr
Normal file
4
security/p5-Crypt-Random-TESHA2/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Crypt::Random::TESHA2 implements userspace voodoo entropy. You should use a
|
||||||
|
proper O/S supplied entropy source such as /dev/random or the Win32 Crypt API.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Crypt-Random-TESHA2/
|
4
security/p5-Crypt-Random-TESHA2/pkg-plist
Normal file
4
security/p5-Crypt-Random-TESHA2/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
%%SITE_PERL%%/Crypt/Random/TESHA2.pm
|
||||||
|
%%SITE_PERL%%/Crypt/Random/TESHA2/Config.pm
|
||||||
|
%%PERL5_MAN3%%/Crypt::Random::TESHA2.3.gz
|
||||||
|
%%PERL5_MAN3%%/Crypt::Random::TESHA2::Config.3.gz
|
Loading…
Reference in New Issue
Block a user