1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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>
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-05-05 02:52:51 +00:00
parent 6e9cb96674
commit 1d594392fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273651
5 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (String-MkPasswd-0.03.tar.gz) = 19abf73573e138659d833fad539b3252287baa0a49328b14c2a59cdd21970fce
SIZE (String-MkPasswd-0.03.tar.gz) = 7326

View File

@ -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

View File

@ -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