summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-GeneratePassword
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2007-03-12 11:51:38 +0000
committerabs <abs@pkgsrc.org>2007-03-12 11:51:38 +0000
commit7bb88b7874f80db607f3b56797f423f9188c7978 (patch)
treeecb39f7b12b5ac8e85c09681233b3ac2fd520205 /security/p5-Crypt-GeneratePassword
parente058e3e9466fb431e009131a9c863a41c76a401f (diff)
downloadpkgsrc-7bb88b7874f80db607f3b56797f423f9188c7978.tar.gz
Add security/p5-Crypt-GeneratePassword version 0.03
Crypt::GeneratePassword generates random passwords that are (more or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use the FIPS-181 NIST standard, which is proven to be insecure. It does use a similar interface, so it should be a drop-in replacement in most cases. If you want to use passwords from a different language than english, you can use one of the packaged alternate unit tables or generate your own.
Diffstat (limited to 'security/p5-Crypt-GeneratePassword')
-rw-r--r--security/p5-Crypt-GeneratePassword/DESCR9
-rw-r--r--security/p5-Crypt-GeneratePassword/Makefile17
-rw-r--r--security/p5-Crypt-GeneratePassword/PLIST1
-rw-r--r--security/p5-Crypt-GeneratePassword/distinfo5
4 files changed, 32 insertions, 0 deletions
diff --git a/security/p5-Crypt-GeneratePassword/DESCR b/security/p5-Crypt-GeneratePassword/DESCR
new file mode 100644
index 00000000000..7bb866f257f
--- /dev/null
+++ b/security/p5-Crypt-GeneratePassword/DESCR
@@ -0,0 +1,9 @@
+Crypt::GeneratePassword generates random passwords that are (more
+or less) pronounceable. Unlike Crypt::RandPasswd, it doesn't use
+the FIPS-181 NIST standard, which is proven to be insecure. It does
+use a similar interface, so it should be a drop-in replacement in
+most cases.
+
+If you want to use passwords from a different language than english,
+you can use one of the packaged alternate unit tables or generate
+your own.
diff --git a/security/p5-Crypt-GeneratePassword/Makefile b/security/p5-Crypt-GeneratePassword/Makefile
new file mode 100644
index 00000000000..9c70f2d7168
--- /dev/null
+++ b/security/p5-Crypt-GeneratePassword/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/03/12 11:51:38 abs Exp $
+#
+
+DISTNAME= Crypt-GeneratePassword-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= abs@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Crypt-GeneratePassword/
+COMMENT= Generate secure random pronounceable passwords
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Crypt/GeneratePassword/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-GeneratePassword/PLIST b/security/p5-Crypt-GeneratePassword/PLIST
new file mode 100644
index 00000000000..9566b89221c
--- /dev/null
+++ b/security/p5-Crypt-GeneratePassword/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/03/12 11:51:38 abs Exp $
diff --git a/security/p5-Crypt-GeneratePassword/distinfo b/security/p5-Crypt-GeneratePassword/distinfo
new file mode 100644
index 00000000000..55263b478fc
--- /dev/null
+++ b/security/p5-Crypt-GeneratePassword/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/03/12 11:51:38 abs Exp $
+
+SHA1 (Crypt-GeneratePassword-0.03.tar.gz) = 17893281316072e93d69d340c423cee46ea99766
+RMD160 (Crypt-GeneratePassword-0.03.tar.gz) = bc858d88c0643bf10dd020d9e154f3ad2231543c
+Size (Crypt-GeneratePassword-0.03.tar.gz) = 193105 bytes