Add pwgen 2.02 - password generator which creates password which can
be easily memorized by a human. Package submitted in PR pkg/19294 by <cdi at only mawhrin net>
This commit is contained in:
parent
3a9c0b552e
commit
205cde40a1
4 changed files with 22 additions and 0 deletions
2
sysutils/pwgen/DESCR
Normal file
2
sysutils/pwgen/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
pwgen generates passwords which can be easily memorized by humans,
|
||||
while being as secure as possible.
|
13
sysutils/pwgen/Makefile
Normal file
13
sysutils/pwgen/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2002/12/05 22:46:31 jdolecek Exp $
|
||||
|
||||
DISTNAME= pwgen-2.02
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pwgen/}
|
||||
|
||||
MAINTAINER= jdolecek@NetBSD.org
|
||||
HOMEPAGE= http://sourceforge.net/projects/pwgen/
|
||||
COMMENT= generate pronounceable passwords
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
sysutils/pwgen/PLIST
Normal file
3
sysutils/pwgen/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/05 22:46:31 jdolecek Exp $
|
||||
bin/pwgen
|
||||
man/man1/pwgen.1
|
4
sysutils/pwgen/distinfo
Normal file
4
sysutils/pwgen/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2002/12/05 22:46:31 jdolecek Exp $
|
||||
|
||||
SHA1 (pwgen-2.02.tar.gz) = eeed81a1efe7a13143c30e6589e9a9ab6343610d
|
||||
Size (pwgen-2.02.tar.gz) = 20723 bytes
|
Loading…
Reference in a new issue