[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/82: gnu: Add Crypt-RandPasswd.
From: |
Eric Bavier |
Subject: |
08/82: gnu: Add Crypt-RandPasswd. |
Date: |
Mon, 20 Apr 2015 01:02:26 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit 19c0e5a72828bd7b638f12f68e98aa0cab2a3fec
Author: Eric Bavier <address@hidden>
Date: Sat Apr 4 23:32:29 2015 -0500
gnu: Add Crypt-RandPasswd.
* gnu/packages/perl.scm (perl-crypt-randpasswd): New variable.
---
gnu/packages/perl.scm | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index d3f30cc..f212afe 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -923,6 +923,30 @@ CPAN::Meta object are present.")
versa.")
(license (package-license perl))))
+(define-public perl-crypt-randpasswd
+ (package
+ (name "perl-crypt-randpasswd")
+ (version "0.06")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/N/NE/NEILB/"
+ "Crypt-RandPasswd-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0ca8544371wp4vvqsa19lnhl02hczpkbwkgsgm65ziwwim3r1gdi"))))
+ (build-system perl-build-system)
+ (home-page "http://search.cpan.org/dist/Crypt-RandPasswd")
+ (synopsis "Random password generator")
+ (description "Crypt::RandPasswd provides three functions that can be used
+to generate random passwords, constructed from words, letters, or characters.
+This code is a Perl implementation of the Automated Password Generator
+standard, like the program described in \"A Random Word Generator For
+Pronounceable Passwords\". This code is a re-engineering of the program
+contained in Appendix A of FIPS Publication 181, \"Standard for Automated
+Password Generator\".")
+ (license (package-license perl))))
+
(define-public perl-data-dump
(package
(name "perl-data-dump")
- 06/82: gnu: Add Starman., (continued)
- 06/82: gnu: Add Starman., Eric Bavier, 2015/04/19
- 10/82: gnu: Move perl-mime-types to (gnu packages perl)., Eric Bavier, 2015/04/19
- 12/82: gnu: Add Email-MessageID., Eric Bavier, 2015/04/19
- 11/82: gnu: Add Email-Address., Eric Bavier, 2015/04/19
- 13/82: gnu: Add Email-MIME-ContentType., Eric Bavier, 2015/04/19
- 14/82: gnu: Add Email-MIME-Encodings., Eric Bavier, 2015/04/19
- 16/82: gnu: Add Email-Simple., Eric Bavier, 2015/04/19
- 15/82: gnu: Add Email-Date-Format., Eric Bavier, 2015/04/19
- 17/82: gnu: Add Email-MIME., Eric Bavier, 2015/04/19
- 18/82: gnu: Add Email-Abstract., Eric Bavier, 2015/04/19
- 08/82: gnu: Add Crypt-RandPasswd.,
Eric Bavier <=
- 20/82: gnu: Add Throwable., Eric Bavier, 2015/04/19
- 19/82: gnu: Add MooX-Types-MooseLike., Eric Bavier, 2015/04/19
- 21/82: gnu: Add Email-Sender., Eric Bavier, 2015/04/19
- 22/82: gnu: Add File-Slurp., Eric Bavier, 2015/04/19
- 23/82: gnu: Add Compress-Raw-Bzip2., Eric Bavier, 2015/04/19
- 25/82: gnu: Add IO-Compress., Eric Bavier, 2015/04/19
- 24/82: gnu: Add Compress-Raw-Zlib., Eric Bavier, 2015/04/19
- 26/82: gnu: Add IPC-Run., Eric Bavier, 2015/04/19
- 27/82: gnu: Net-HTTP: Update to 6.07., Eric Bavier, 2015/04/19
- 28/82: gnu: libwww-perl: Update to 6.13., Eric Bavier, 2015/04/19