aboutsummaryrefslogtreecommitdiff
path: root/math/ent
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to new test frameworkDmitry Marakasov2016-06-291-6/+5
| | | | | | | | - Switch to options helpers - Silence patching Notes: svn path=/head/; revision=417786
* Reset ports maintained by horia@racoviceanu.com.Raphael Kubo da Costa2016-06-281-1/+1
| | | | | | | | | | | | | | | | The last change submitted or approved by Horia in Bugzilla dates back to September 2015. Since then, all commits to his ports were landed by others after the maintainer timeout period expired (see r383744, r405055, r405057, r400461 and r414655, for example). Horia did show interest in coming back after I sent a private email a few months ago, but since nothing has changed it is better to reassign his ports back to the heap. Differential Revision: https://reviews.freebsd.org/D5980 Notes: svn path=/head/; revision=417703
* - Add USES=compiler, needed for clang patchSteve Wills2014-03-181-4/+16
| | | | | | | | | | | | | - Add DOCS to Options - Change REINPLACE, CC and CFLAGS - Remove unused -g CFLAGS for clang - Bump PORTREVISION PR: ports/187671 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) Notes: svn path=/head/; revision=348565
* Convert m* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347776
* - Add stage support [1]Danilo Egea Gondolfo2013-10-041-2/+1
| | | | | | | | | PR: ports/182608 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) [1] Approved by: wg (mentor) Notes: svn path=/head/; revision=329312
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* Add new port math/ent:Juergen Lock2013-07-283-0/+38
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> Notes: svn path=/head/; revision=323853