summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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