spass is a random password generator written by Guy Rutenberg

WWW: http://www.guyrutenberg.com/2010/08/13/statistical-tests-for-my-audio-based-random-number-generator/

PR:		ports/150072
Submitted by:	Eitan Adler <ports at eitanadler.com>
This commit is contained in:
Philip M. Gollucci 2010-09-23 02:38:51 +00:00
parent 6b2d4ba937
commit b30abcc314
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261670
4 changed files with 33 additions and 0 deletions

View File

@ -808,6 +808,7 @@
SUBDIR += snortsms
SUBDIR += snortsnarf
SUBDIR += softhsm
SUBDIR += spass
SUBDIR += spike-proxy
SUBDIR += spybye
SUBDIR += sqlmap

26
security/spass/Makefile Normal file
View File

@ -0,0 +1,26 @@
# New ports collection makefile for: spass
# Date created: 27 October 2010
# Whom: Eitan Adler <ports@eitanadler.com>
#
# $FreeBSD$
#
PORTNAME= spass
PORTVERSION= 2.0
CATEGORIES= security
MASTER_SITES= http://www.guyrutenberg.com/wp-content/uploads/2010/08/
MAINTAINER= ports@eitanadler.com
COMMENT= A secure password generator with a true random number generator
LIB_DEPENDS= boost_program_options:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
USE_BZIP2= yes
PLIST_FILES= bin/spass
.include <bsd.port.mk>

3
security/spass/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (spass-2.0.tar.bz2) = 19b8a964100c9f4f126dbce5d338a4b9
SHA256 (spass-2.0.tar.bz2) = 9dcda4c68f635e71fb23a2971c8fca2e2b1fbc5ee602c6182fa06155281e1d58
SIZE (spass-2.0.tar.bz2) = 76762

3
security/spass/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
spass is a random password generator written by Guy Rutenberg
WWW: http://www.guyrutenberg.com/2010/08/13/statistical-tests-for-my-audio-based-random-number-generator/