aboutsummaryrefslogtreecommitdiffstats
path: root/math/libranlip
Commit message (Collapse)AuthorAgeFilesLines
* Do not abuse INSTALL_MAN when installing documentation, examples, anddanfe2018-02-041-1/+1
| | | | other miscellaneous files that are not actually manual pages (part 2).
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2018-02-041-1/+1
|
* - Add LICENSEamdmi32016-10-042-9/+17
| | | | | | - Switch to options helpers - Switch to new test framework - Regenerate patches
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-281-1/+1
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* Remove OSVERSION checks that do not make sense any more.mat2015-04-031-7/+1
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* Remove indefinite articles and trailing periods from COMMENT, plus minorolgeni2014-07-071-1/+1
| | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
* Correct a few typos.adamw2014-07-041-1/+3
|
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-041-6/+2
| | | | Approved by: portmgr (blanket)
* 1: Stagify.vanilla2014-06-191-8/+8
| | | | | | 2: USES=libtool, bump version. Approved by: portmgr@
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-3/+2
| | | | math)
* replace a problematic mirrorbf2012-06-291-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Change my ports to use my FreeBSD.org email address.bf2010-07-081-2/+2
|
* - Fix a typo s/Beliakin/Beliakov/miwi2010-05-091-1/+1
|
* libranlip is a C++ library created by G. Beliakin, which generates randommiwi2010-05-094-0/+175
variates with arbitrary Lipschitz-continuous densities via the acceptance / rejection method. The density should have a dimension of no more than about five. The user needs to supply the density function using a simple syntax, and then call the methods of construction and generation provided in libranlip. WWW: http://www.deakin.edu.au/~gleb/ranlip.html PR: ports/143624 Submitted by: bf <bf1783 at gmail.com>