1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add p5-Crypt-GeneratePassword 0.02,

This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.

PR:		55575
Submitted by:	andrew@scoop.co.nz
This commit is contained in:
Erwin Lansing 2003-08-20 07:01:29 +00:00
parent 15e1a07d56
commit 7eed057734
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87335
5 changed files with 40 additions and 0 deletions

View File

@ -201,6 +201,7 @@
SUBDIR += p5-Crypt-DH
SUBDIR += p5-Crypt-DSA
SUBDIR += p5-Crypt-ECB
SUBDIR += p5-Crypt-GeneratePassword
SUBDIR += p5-Crypt-HCE_SHA
SUBDIR += p5-Crypt-IDEA
SUBDIR += p5-Crypt-OTP

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Crypt-GeneratePassword
# Date created: 14 August 2003
# Whom: andrew@scoop.co.nz
#
# $FreeBSD$
#
PORTNAME= Crypt-GeneratePassword
PORTVERSION= 0.02
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= andrew@scoop.co.nz
COMMENT= Generate secure random pronounceable passwords
PERL_CONFIGURE= yes
MAN3= Crypt::GeneratePassword.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Crypt-GeneratePassword-0.02.tar.gz) = a361420e59af50a2073f142506a713b0

View File

@ -0,0 +1,8 @@
Crypt/GeneratePassword version 0.02
===================================
This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/Crypt/GeneratePassword/en.pm
%%SITE_PERL%%/Crypt/GeneratePassword.pm
%%SITE_PERL%%/Crypt/GeneratePassword/de.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GeneratePassword/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GeneratePassword
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@dirrm %%SITE_PERL%%/Crypt/GeneratePassword
@unexec rmdir %D/%%SITE_PERL%%/Crypt 2>/dev/null || true