From c9a9a31df024416b6c4c3e265e1e256b2483df5c Mon Sep 17 00:00:00 2001 From: he Date: Fri, 12 Nov 2004 14:22:12 +0000 Subject: Import p5-Crypt-RandPasswd version 0.02. This is an implementation of the Automated Password Generator standard, defined in FIPS Publication 181, "Standard for Automated Password Generator": http://www.itl.nist.gov/fipspubs/fip181.htm --- security/p5-Crypt-RandPasswd/DESCR | 3 +++ security/p5-Crypt-RandPasswd/Makefile | 17 +++++++++++++++++ security/p5-Crypt-RandPasswd/PLIST | 1 + security/p5-Crypt-RandPasswd/distinfo | 4 ++++ 4 files changed, 25 insertions(+) create mode 100644 security/p5-Crypt-RandPasswd/DESCR create mode 100644 security/p5-Crypt-RandPasswd/Makefile create mode 100644 security/p5-Crypt-RandPasswd/PLIST create mode 100644 security/p5-Crypt-RandPasswd/distinfo (limited to 'security') diff --git a/security/p5-Crypt-RandPasswd/DESCR b/security/p5-Crypt-RandPasswd/DESCR new file mode 100644 index 00000000000..b7cc612c912 --- /dev/null +++ b/security/p5-Crypt-RandPasswd/DESCR @@ -0,0 +1,3 @@ +This is an implementation of the Automated Password Generator standard, +defined in FIPS Publication 181, "Standard for Automated Password Generator": +http://www.itl.nist.gov/fipspubs/fip181.htm diff --git a/security/p5-Crypt-RandPasswd/Makefile b/security/p5-Crypt-RandPasswd/Makefile new file mode 100644 index 00000000000..440967150f3 --- /dev/null +++ b/security/p5-Crypt-RandPasswd/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 14:22:12 he Exp $ +# + +DISTNAME= Crypt-RandPasswd-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= he@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-RandPasswd/ +COMMENT= Random password generator based on FIPS-181 + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/RandPasswd/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-RandPasswd/PLIST b/security/p5-Crypt-RandPasswd/PLIST new file mode 100644 index 00000000000..fd309ccdc97 --- /dev/null +++ b/security/p5-Crypt-RandPasswd/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/12 14:22:12 he Exp $ diff --git a/security/p5-Crypt-RandPasswd/distinfo b/security/p5-Crypt-RandPasswd/distinfo new file mode 100644 index 00000000000..e297e51faa1 --- /dev/null +++ b/security/p5-Crypt-RandPasswd/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/12 14:22:12 he Exp $ + +SHA1 (Crypt-RandPasswd-0.02.tar.gz) = f086d8931ee883172ddbd73debe9df03bfea9e23 +Size (Crypt-RandPasswd-0.02.tar.gz) = 17044 bytes -- cgit v1.2.3