diff options
author | erwin <erwin@FreeBSD.org> | 2003-08-20 15:01:29 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-08-20 15:01:29 +0800 |
commit | a0a74b75c0d95620116f3c568bc171dfd6278df1 (patch) | |
tree | db9f921407d9a0ade49f84c141b3ee2a86cb98ae /security | |
parent | db0756dba98ee9b4cc5908204b99d961ac3c8266 (diff) | |
download | freebsd-ports-gnome-a0a74b75c0d95620116f3c568bc171dfd6278df1.tar.gz freebsd-ports-gnome-a0a74b75c0d95620116f3c568bc171dfd6278df1.tar.zst freebsd-ports-gnome-a0a74b75c0d95620116f3c568bc171dfd6278df1.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-GeneratePassword/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Crypt-GeneratePassword/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-GeneratePassword/pkg-descr | 8 | ||||
-rw-r--r-- | security/p5-Crypt-GeneratePassword/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ce6c9a3060f4..6cef2e254208 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/p5-Crypt-GeneratePassword/Makefile b/security/p5-Crypt-GeneratePassword/Makefile new file mode 100644 index 000000000000..2934737a9069 --- /dev/null +++ b/security/p5-Crypt-GeneratePassword/Makefile @@ -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> diff --git a/security/p5-Crypt-GeneratePassword/distinfo b/security/p5-Crypt-GeneratePassword/distinfo new file mode 100644 index 000000000000..f86052061c7f --- /dev/null +++ b/security/p5-Crypt-GeneratePassword/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-GeneratePassword-0.02.tar.gz) = a361420e59af50a2073f142506a713b0 diff --git a/security/p5-Crypt-GeneratePassword/pkg-descr b/security/p5-Crypt-GeneratePassword/pkg-descr new file mode 100644 index 000000000000..2e1d41eb69b5 --- /dev/null +++ b/security/p5-Crypt-GeneratePassword/pkg-descr @@ -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. diff --git a/security/p5-Crypt-GeneratePassword/pkg-plist b/security/p5-Crypt-GeneratePassword/pkg-plist new file mode 100644 index 000000000000..fcab373a647e --- /dev/null +++ b/security/p5-Crypt-GeneratePassword/pkg-plist @@ -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 |