aboutsummaryrefslogtreecommitdiff
path: root/math/dieharder
Commit message (Collapse)AuthorAgeFilesLines
* update to 3.31.1Brendan Fabeny2011-11-193-7/+11
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286050
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update math/gsl to 1.15, and adjust PORTREVISIONBrendan Fabeny2011-05-091-0/+1
| | | | | | | and LIB_DEPENDS of dependent ports Notes: svn path=/head/; revision=273882
* Add LICENSEBrendan Fabeny2011-03-161-0/+2
| | | | Notes: svn path=/head/; revision=271039
* Update to 3.31.0Brendan Fabeny2011-03-154-18/+26
| | | | Notes: svn path=/head/; revision=270931
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-081-1/+1
| | | | Notes: svn path=/head/; revision=257520
* Mark as broken on sparc64 and ia64: fails to compile.Mark Linimon2010-07-011-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=257248
* - Unbreak && Fix buildMartin Wilke2010-06-052-5/+19
| | | | | | | | | PR: 146579 Submitted by: Lucius Windschuh <lwindschuh@gmail.com> Approved by: bf@ (maintainer) Notes: svn path=/head/; revision=255825
* Also does not compile on ia64 (uses i386 asm).Mark Linimon2010-04-051-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=252244
* - Bump PORTREVISION to chase the update of math/gslWen Heping2010-03-291-0/+1
| | | | Notes: svn path=/head/; revision=251666
* - also broken on sparc64 are ported by portsmon/pointhatPhilip M. Gollucci2010-02-211-2/+2
| | | | | | | | | Submitted by: b.f. (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250104
* - restrict broken to i386, maintainer as reported this upstreamPhilip M. Gollucci2010-02-201-2/+6
| | | | | | | | | Submitted by: b.f. (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250102
* Mark BROKEN: does not buildErwin Lansing2010-02-201-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250086
* - Update to 3.29.4betaPhilip M. Gollucci2010-02-057-62/+47
| | | | | | | | PR: ports/142752 Submitted by: bf <bf1783@gmail.com> (maintainer) Notes: svn path=/head/; revision=249260
* Chase math/gsl update,Max Brazhnikov2009-12-011-0/+1
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=245074
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+8
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update maintainer mail adresseMartin Wilke2009-06-071-1/+1
| | | | | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) Notes: svn path=/head/; revision=235373
* At the suggestion of Linas Vepstas on the Gnu Scientific Library (GSL) list,Martin Wilke2008-11-156-0/+173
this GPL'd suite of random number tests will be named "Dieharder". Using a movie sequel pun for the name is a double tribute to George Marsaglia, whose "Diehard battery of tests" of random number generators has enjoyed years of enduring usefulness as a test suite. The dieharder suite is more than just the diehard tests cleaned up and given a pretty GPL'd source face in native C: tests from the Statistical Test Suite (STS) developed by the National Institute for Standards and Technology (NIST) are being incorporated, as are new tests developed by rgb. Where possible, tests are parametrized and controllable so that failure, at least, is unambiguous. A further design goal is to provide some indication of *why* a generator fails a test, where such information can be extracted during the test process and placed in usable form. For example, the bit-distribution tests should (eventually) be able to display the actual histogram for the different bit n-tuplets. Dieharder is by design extensible. It is intended to be the "Swiss army knife of random number test suites", or if you prefer, "the last suite you'll ever ware" for testing random numbers. WWW: http://www.phy.duke.edu/~rgb/General/dieharder.php PR: ports/128882 Submitted by: bf <bf2006a at yahoo.com> Notes: svn path=/head/; revision=222883