diff options
author | nox <nox@FreeBSD.org> | 2013-07-29 04:37:23 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2013-07-29 04:37:23 +0800 |
commit | f126dc53bfc9091e99b25ea6d99922eeb68bfe59 (patch) | |
tree | 00f353e37276f712245f558dbffd7284352f764d /math/Makefile | |
parent | 2b646eb542646125fae7a31aedc7985bf938d062 (diff) | |
download | freebsd-ports-gnome-f126dc53bfc9091e99b25ea6d99922eeb68bfe59.tar.gz freebsd-ports-gnome-f126dc53bfc9091e99b25ea6d99922eeb68bfe59.tar.zst freebsd-ports-gnome-f126dc53bfc9091e99b25ea6d99922eeb68bfe59.zip |
Add new port math/ent:
ent applies various tests to sequences of bytes stored in files and reports the
results of those tests. The program is useful for 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.
WWW: http://www.fourmilab.ch/random/
PR: ports/180899
Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index d70c36ae4117..9ed0be2d510a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -105,6 +105,7 @@ SUBDIR += elmer-umfpack SUBDIR += emacs-calc SUBDIR += emc2 + SUBDIR += ent SUBDIR += entropy SUBDIR += ess SUBDIR += eukleides |