New package: ent-2008.01.28

A Public-Domain pseudo random number quality tester.
http://www.fourmilab.ch/random/
This commit is contained in:
Jürgen Buchmüller 2015-08-22 15:23:35 +02:00
parent d48cc81ca4
commit 4b04fd6ec0
1 changed files with 19 additions and 0 deletions

19
srcpkgs/ent/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'ent'
pkgname=ent
version=2008.01.28
revision=1
create_wrksrc=yes
build_style=gnu-makefile
hostmakedepends="unzip"
short_desc="Evaluate pseudo random number generators"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="Public-Domain"
homepage="http://www.fourmilab.ch/random/"
distfiles="${homepage}/random.zip"
checksum=c14ed62db24511848d6b37d4bf8869185b65be9042ffad5272257f3a249569ec
do_install() {
vbin ent
vdoc ent.html
vdoc entitle.gif
}