Port details |
- p5-Crypt-GeneratePassword Generate secure random pronounceable passwords
- 0.05 security =3 0.05Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2003-08-20 07:02:13
- Last Update: 2024-03-13 22:41:47
- Commit Hash: 1068ade
- People watching this port, also watch:: p5-OpenCA-REQ, p5-Authen-Ticket, p5-Safe-Hole, p5-Crypt-DSA, p5-File-Scan
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/dist/Crypt-GeneratePassword
- Description:
- Crypt/GeneratePassword version 0.02
===================================
This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Crypt-GeneratePassword>0:security/p5-Crypt-GeneratePassword
- To install the port:
- cd /usr/ports/security/p5-Crypt-GeneratePassword/ && make install clean
- To add the package, run one of these commands:
- pkg install security/p5-Crypt-GeneratePassword
- pkg install p5-Crypt-GeneratePassword
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Crypt-GeneratePassword
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Crypt-GeneratePassword-0.05.tar.gz) = d69f3756bcfd79a9b9985fadef33909f62989590322a21163f93d75293019b66
SIZE (Crypt-GeneratePassword-0.05.tar.gz) = 221245
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_p5-Crypt-GeneratePassword
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.05 13 Mar 2024 22:41:47 |
Muhammad Moinur Rahman (bofh) |
security/p5-Crypt-GeneratePassword: Add WWW |
0.05 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.05 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.05 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.05 19 Nov 2015 10:02:20 |
bofh |
security/p5-Crypt-GeneratePassword: Update version 0.04=>0.05
- Mark NO_ARCH |
0.04 31 Dec 2014 08:50:24 |
bofh |
security/p5-Crypt-GeneratePassword: Update version 0.03=>0.04
Differential Revision: https://reviews.freebsd.org/D1402
Approved by: bapt(mentor) |
0.03_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
0.03_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.03 02 May 2014 09:42:33 |
sunpoet |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189193
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
0.03 06 Nov 2013 07:39:32 |
vanilla |
Support STAGEDIR. |
0.03 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.03 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
0.03 25 Sep 2012 03:41:32 |
tabthorpe |
- Reassign to the heap at maintainer's request |
0.03 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.03 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.03 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.03 22 Jan 2006 02:50:55 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.03 13 Oct 2005 08:36:37 |
ehaupt |
Update to 0.03
PR: 86739
Submitted by: ehaupt
Approved by: maintainer timeout (15 days),
novel (mentor) |
0.02 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.02 20 Aug 2003 07:01:29 |
erwin |
Add p5-Crypt-GeneratePassword 0.02,
This module lets you generate secure random passwords
with a reasonable amount of pronounceability. It avoids
the problems associated with the FIPS-181 NIST standard
as used by Crypt::RandPasswd. See perldoc for more
details.
PR: 55575
Submitted by: andrew@scoop.co.nz |