diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-05 10:52:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-05 10:52:51 +0800 |
commit | d4dd7c349780e1bdb043f52897639265fef67223 (patch) | |
tree | e2726b7f8d0eb141329cd2b5d91aa6bcd39997d3 | |
parent | cbd7f0ade2cc813d355bdb7efc66a3f06073cbf7 (diff) | |
download | freebsd-ports-gnome-d4dd7c349780e1bdb043f52897639265fef67223.tar.gz freebsd-ports-gnome-d4dd7c349780e1bdb043f52897639265fef67223.tar.zst freebsd-ports-gnome-d4dd7c349780e1bdb043f52897639265fef67223.zip |
- Add p5-String-MkPasswd
This Perl library defines a single function, mkpasswd(), to generate
random passwords. The function is meant to be a simple way for
developers and system administrators to easily generate a relatively
secure password.
WWW: http://search.cpan.org/dist/String-MkPasswd
PR: ports/156714
Submitted by: Frank Wall <fw@moov.de>
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-String-MkPasswd/Makefile | 23 | ||||
-rw-r--r-- | security/p5-String-MkPasswd/distinfo | 2 | ||||
-rw-r--r-- | security/p5-String-MkPasswd/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-String-MkPasswd/pkg-plist | 6 |
5 files changed, 38 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index d0d2781b9588..0d9dddccaeb2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -541,6 +541,7 @@ SUBDIR += p5-SHA SUBDIR += p5-Safe-Hole SUBDIR += p5-Snort-Rule + SUBDIR += p5-String-MkPasswd SUBDIR += p5-Sudo SUBDIR += p5-Text-Password-Pronounceable SUBDIR += p5-Tie-EncryptedHash diff --git a/security/p5-String-MkPasswd/Makefile b/security/p5-String-MkPasswd/Makefile new file mode 100644 index 000000000000..3e0e1abcd40b --- /dev/null +++ b/security/p5-String-MkPasswd/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-String-MkPasswd +# Date created: Fri Apr 29 10:13:10 CEST 2011 +# Whom: Frank Wall <fw@moov.de> +# +# $FreeBSD$ +# + +PORTNAME= String-MkPasswd +PORTVERSION= 0.03 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:CGRAU +PKGNAMEPREFIX= p5- + +MAINTAINER= fw@moov.de +COMMENT= A random password generator + +PERL_CONFIGURE= yes + +MAN1= mkpasswd.pl.1 +MAN3= String::MkPasswd.3 + +.include <bsd.port.mk> diff --git a/security/p5-String-MkPasswd/distinfo b/security/p5-String-MkPasswd/distinfo new file mode 100644 index 000000000000..8a1161916616 --- /dev/null +++ b/security/p5-String-MkPasswd/distinfo @@ -0,0 +1,2 @@ +SHA256 (String-MkPasswd-0.03.tar.gz) = 19abf73573e138659d833fad539b3252287baa0a49328b14c2a59cdd21970fce +SIZE (String-MkPasswd-0.03.tar.gz) = 7326 diff --git a/security/p5-String-MkPasswd/pkg-descr b/security/p5-String-MkPasswd/pkg-descr new file mode 100644 index 000000000000..9a1c98973ab0 --- /dev/null +++ b/security/p5-String-MkPasswd/pkg-descr @@ -0,0 +1,6 @@ +This Perl library defines a single function, mkpasswd(), to generate +random passwords. The function is meant to be a simple way for +developers and system administrators to easily generate a relatively +secure password. + +WWW: http://search.cpan.org/dist/String-MkPasswd diff --git a/security/p5-String-MkPasswd/pkg-plist b/security/p5-String-MkPasswd/pkg-plist new file mode 100644 index 000000000000..fa536cc2a73b --- /dev/null +++ b/security/p5-String-MkPasswd/pkg-plist @@ -0,0 +1,6 @@ +bin/mkpasswd.pl +%%SITE_PERL%%/String/MkPasswd.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/MkPasswd/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/MkPasswd +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String +@dirrmtry %%SITE_PERL%%/String |