diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-05 23:21:03 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-05 23:21:03 +0000 |
commit | 8e78666e56dc8fb06bc83b20e9c586df60ae44c5 (patch) | |
tree | a1f4a848f4c47d6002f5ea85e1b7cd48e6b4e649 /security/apg/pkg | |
parent | 0af086a2fb2dba9606a53576c339abd22a30fa85 (diff) | |
download | pkgsrc-8e78666e56dc8fb06bc83b20e9c586df60ae44c5.tar.gz |
Add apg-1.2.12: Tool set for random password generation
An automated password generator, using several strong algorithms
for random and/or pronounceable password generation, and a built-in
pseudo-random number generator.
Package contributed by Tomasz Luchowski <zuntum@eik.pl> in PR 12010
Diffstat (limited to 'security/apg/pkg')
-rw-r--r-- | security/apg/pkg/DESCR | 3 | ||||
-rw-r--r-- | security/apg/pkg/MESSAGE | 1 | ||||
-rw-r--r-- | security/apg/pkg/PLIST | 6 |
3 files changed, 10 insertions, 0 deletions
diff --git a/security/apg/pkg/DESCR b/security/apg/pkg/DESCR new file mode 100644 index 00000000000..f60a0c92f42 --- /dev/null +++ b/security/apg/pkg/DESCR @@ -0,0 +1,3 @@ +An automated password generator, using several strong algorithms +for random and/or pronounceable password generation, and a built-in +pseudo-random number generator. diff --git a/security/apg/pkg/MESSAGE b/security/apg/pkg/MESSAGE new file mode 100644 index 00000000000..9974e07766b --- /dev/null +++ b/security/apg/pkg/MESSAGE @@ -0,0 +1 @@ +You will need perl to use ${PREFIX}/bin/apgcli diff --git a/security/apg/pkg/PLIST b/security/apg/pkg/PLIST new file mode 100644 index 00000000000..5acfdc63449 --- /dev/null +++ b/security/apg/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/05 23:21:03 hubertf Exp $ +bin/apg +bin/apgcli +sbin/apgd +man/man1/apg.1 +man/man8/apgd.8 |