diff options
author | he <he@pkgsrc.org> | 2004-11-12 14:22:12 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-12 14:22:12 +0000 |
commit | 50415ef519fe8720a84be78bb8a0067382262d24 (patch) | |
tree | e2da63437c4802e82206e282bf4feae525d64552 /security | |
parent | 7e58c29b26135c80eaa7ce32b274a4cb814a28a2 (diff) | |
download | pkgsrc-50415ef519fe8720a84be78bb8a0067382262d24.tar.gz |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-RandPasswd/DESCR | 3 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/Makefile | 17 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/PLIST | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RandPasswd/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
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 |