Date: Fri, 26 Jul 2019 09:02:20 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507347 - head/math/diehard Message-ID: <201907260902.x6Q92KoJ040423@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jul 26 09:02:20 2019 New Revision: 507347 URL: https://svnweb.freebsd.org/changeset/ports/507347 Log: - Add LICENSE - Update WWW Modified: head/math/diehard/Makefile head/math/diehard/pkg-descr Modified: head/math/diehard/Makefile ============================================================================== --- head/math/diehard/Makefile Fri Jul 26 08:53:24 2019 (r507346) +++ head/math/diehard/Makefile Fri Jul 26 09:02:20 2019 (r507347) @@ -10,6 +10,8 @@ DISTNAME= die-c MAINTAINER= ports@FreeBSD.org COMMENT= Marsaglia's Diehard Battery of Tests of Randomness +LICENSE= NONE + ALL_TARGET= diehard WRKSRC= ${WRKDIR}/die.c PLIST_SUB= DOCSDIR="share/doc/${PORTNAME}" DATADIR="share/${PORTNAME}" Modified: head/math/diehard/pkg-descr ============================================================================== --- head/math/diehard/pkg-descr Fri Jul 26 08:53:24 2019 (r507346) +++ head/math/diehard/pkg-descr Fri Jul 26 09:02:20 2019 (r507347) @@ -3,4 +3,4 @@ by Dr. George Marsaglia of Florida State University De Statistics. Originally developed for testing pseudo-random generators, Diehard has since become a de facto standard for testing RNGs. -WWW: http://stat.fsu.edu/pub/diehard/ +WWW: https://web.archive.org/web/20161114211602/http://stat.fsu.edu/pub/diehard/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907260902.x6Q92KoJ040423>