From 004b4683a835f5017de1e7b6f34a5e382df1f89b Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 29 Dec 2006 07:31:47 +0000 Subject: [PATCH] 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/ --- security/Makefile | 1 + .../p5-Text-Password-Pronounceable/Makefile | 22 +++++++++++++++++++ .../p5-Text-Password-Pronounceable/distinfo | 3 +++ .../p5-Text-Password-Pronounceable/pkg-descr | 6 +++++ .../p5-Text-Password-Pronounceable/pkg-plist | 7 ++++++ 5 files changed, 39 insertions(+) create mode 100644 security/p5-Text-Password-Pronounceable/Makefile create mode 100644 security/p5-Text-Password-Pronounceable/distinfo create mode 100644 security/p5-Text-Password-Pronounceable/pkg-descr create mode 100644 security/p5-Text-Password-Pronounceable/pkg-plist 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 +# +# $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 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