Import of apg-1.2.13:

--
APG (Automated Password Generator) is the tool set for random
password generation. It features: a built-in ANSI X9.17 RNG (Random
Number Generator)(CAST/SHA1), two methods for password generation:
FIPS 181 and truly random, configurable lengths and numbers of
passwords. Two components are supported, a network daemon (apgd)
and a command line client (apg). The command line tool does not
require the network daemon.

WWW: http://www.adel.nursat.kz/apg/

MAINTAINER= Jose Nazario <jose@crimelabs.net>

ok pvalchev@
This commit is contained in:
jsyn 2001-08-09 19:35:31 +00:00
parent dfa0dfff6a
commit 263a4449eb
5 changed files with 61 additions and 0 deletions

27
security/apg/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/08/09 19:35:31 jsyn Exp $
COMMENT= "automated password generator"
DISTNAME= apg-1.2.13
CATEGORIES= security
NEED_VERSION= 1.432
HOMEPAGE= http://www.adel.nursat.kz/apg/
MAINTAINER= Jose Nazario <jose@crimelabs.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.adel.nursat.kz/apg/download/
MAKE_FLAGS= CC="${CC}"
FAKE_FLAGS= INSTALL_PREFIX=${WRKINST}${PREFIX}
post-install:
${INSTALL_SCRIPT} ${WRKDIST}/perl/apgcli.pl ${PREFIX}/bin/apgcli
@strip ${PREFIX}{/bin/apg,/sbin/apgd}
.include <bsd.port.mk>

3
security/apg/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (apg-1.2.13.tar.gz) = 4c6a5d15afd620a78df9f68070215427
RMD160 (apg-1.2.13.tar.gz) = 70e88647325789d71e089662a3141ddfffc85ac8
SHA1 (apg-1.2.13.tar.gz) = 0619957437e4804ef09a550602aa1655d2d0690f

View File

@ -0,0 +1,16 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/08/09 19:35:31 jsyn Exp $
--- Makefile.orig Tue Feb 27 00:24:14 2001
+++ Makefile Thu Aug 9 14:00:23 2001
@@ -4,10 +4,10 @@ CC = gcc
# compilation flags
# You should comment the line below for AIX+native cc
-FLAGS = -Wall
+FLAGS = ${CFLAGS}
# libraries
-LIBS = -lcrypt
+#LIBS = -lcrypt
# DO NOT EDIT THE LINE BELOW !!!
CRYPTED_PASS = APG_DONOTUSE_CRYPT

9
security/apg/pkg/DESCR Normal file
View File

@ -0,0 +1,9 @@
APG (Automated Password Generator) is the tool set for random
password generation. It features: a built-in ANSI X9.17 RNG (Random
Number Generator)(CAST/SHA1), two methods for password generation:
FIPS 181 and truly random, configurable lengths and numbers of
passwords. Two components are supported, a network daemon (apgd)
and a command line client (apg). The command line tool does not
require the network daemon.
WWW: ${HOMEPAGE}

6
security/apg/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/08/09 19:35:31 jsyn Exp $
bin/apg
bin/apgcli
man/man1/apg.1
man/man8/apgd.8
sbin/apgd