diff options
author | clsung <clsung@FreeBSD.org> | 2006-12-29 15:31:47 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-12-29 15:31:47 +0800 |
commit | bf0df90caa25ec79a78c55bd214c90bb4e028955 (patch) | |
tree | 8dd7465705b96f67182a3dba0e2c2c325e625286 /security | |
parent | 2cf1bbca75fde6a17765f821bb8db0d05cee1d20 (diff) | |
download | freebsd-ports-gnome-bf0df90caa25ec79a78c55bd214c90bb4e028955.tar.gz freebsd-ports-gnome-bf0df90caa25ec79a78c55bd214c90bb4e028955.tar.zst freebsd-ports-gnome-bf0df90caa25ec79a78c55bd214c90bb4e028955.zip |
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/
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Text-Password-Pronounceable/Makefile | 22 | ||||
-rw-r--r-- | security/p5-Text-Password-Pronounceable/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Text-Password-Pronounceable/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Text-Password-Pronounceable/pkg-plist | 7 |
5 files changed, 39 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 827bbebe1430..06f122bfc84b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/p5-Text-Password-Pronounceable/Makefile b/security/p5-Text-Password-Pronounceable/Makefile new file mode 100644 index 000000000000..b2509ac809e1 --- /dev/null +++ b/security/p5-Text-Password-Pronounceable/Makefile @@ -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> diff --git a/security/p5-Text-Password-Pronounceable/distinfo b/security/p5-Text-Password-Pronounceable/distinfo new file mode 100644 index 000000000000..6fdfc46111d6 --- /dev/null +++ b/security/p5-Text-Password-Pronounceable/distinfo @@ -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 diff --git a/security/p5-Text-Password-Pronounceable/pkg-descr b/security/p5-Text-Password-Pronounceable/pkg-descr new file mode 100644 index 000000000000..d5be4388e546 --- /dev/null +++ b/security/p5-Text-Password-Pronounceable/pkg-descr @@ -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/ diff --git a/security/p5-Text-Password-Pronounceable/pkg-plist b/security/p5-Text-Password-Pronounceable/pkg-plist new file mode 100644 index 000000000000..64e609471c8a --- /dev/null +++ b/security/p5-Text-Password-Pronounceable/pkg-plist @@ -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 |