mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Text::Password::Pronounceable - Generate pronounceable passwords
This module generates pronuceable passwords, based the the English digraphs by D Edwards. WWW: http://search.cpan.org/dist/Text-Password-Pronounceable/
This commit is contained in:
parent
947d4ffc61
commit
004b4683a8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180942
@ -467,6 +467,7 @@
|
||||
SUBDIR += p5-SAVI-Perl
|
||||
SUBDIR += p5-SHA
|
||||
SUBDIR += p5-Safe-Hole
|
||||
SUBDIR += p5-Text-Password-Pronounceable
|
||||
SUBDIR += p5-Tie-EncryptedHash
|
||||
SUBDIR += p5-Tree-Authz
|
||||
SUBDIR += p5-openxpki
|
||||
|
22
security/p5-Text-Password-Pronounceable/Makefile
Normal file
22
security/p5-Text-Password-Pronounceable/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-Text-Password-Pronounceable
|
||||
# Date created: Fri Dec 29 13:13:45 UTC 2006
|
||||
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Password-Pronounceable
|
||||
PORTVERSION= 0.27
|
||||
CATEGORIES= security textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/C/CL/CLKAO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= A Perl extension for generating pronounceable passwords
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::Password::Pronounceable.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-Text-Password-Pronounceable/distinfo
Normal file
3
security/p5-Text-Password-Pronounceable/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Text-Password-Pronounceable-0.27.tar.gz) = 352cdc7f334da336015b97c7feb20ee9
|
||||
SHA256 (Text-Password-Pronounceable-0.27.tar.gz) = 7f5bb72cff631e18077ee50a91973e8b1c1310d15b47541265f1bc7cec32b989
|
||||
SIZE (Text-Password-Pronounceable-0.27.tar.gz) = 13344
|
6
security/p5-Text-Password-Pronounceable/pkg-descr
Normal file
6
security/p5-Text-Password-Pronounceable/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Text::Password::Pronounceable - Generate pronounceable passwords
|
||||
|
||||
This module generates pronuceable passwords, based the the
|
||||
English digraphs by D Edwards.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-Password-Pronounceable/
|
7
security/p5-Text-Password-Pronounceable/pkg-plist
Normal file
7
security/p5-Text-Password-Pronounceable/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/Text/Password/Pronounceable.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Password/Pronounceable/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Text/Password
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Password/Pronounceable
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Password
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
Loading…
Reference in New Issue
Block a user