3bf789fec4
files and reports the results of those tests. The program is useful for those evaluating pseudorandom number generators for encryption and statistical sampling applications, compression algorithms, and other applications where the information density of a file is of interest.
20 lines
477 B
Makefile
20 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2005/08/11 17:18:55 udontknow Exp $
|
|
#
|
|
|
|
DISTNAME= random
|
|
PKGNAME= ent-19981020
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://fourmilab.ch/random/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= evaldo@gardenali.biz
|
|
HOMEPAGE= http://fourmilab.ch/random/
|
|
COMMENT= Entropy calculation and analysis of putative random sequences
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
BUILD_TARGET= ${EMPTY}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ent ${PREFIX}/bin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|