aboutsummaryrefslogtreecommitdiffstats
path: root/math/libranlip
Commit message (Collapse)AuthorAgeFilesLines
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-281-1/+1
| | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-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 minorJimmy Olgeni2014-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.Adam Weinberger2014-07-041-1/+3
|
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-6/+2
| | | | Approved by: portmgr (blanket)
* 1: Stagify.Vanilla I. Shu2014-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: ↵Baptiste Daroussin2013-09-211-3/+2
| | | | math)
* replace a problematic mirrorBrendan Fabeny2012-06-291-1/+1
|
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
|
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-081-2/+2
|
* - Fix a typo s/Beliakin/Beliakov/Martin Wilke2010-05-091-1/+1
|
* libranlip is a C++ library created by G. Beliakin, which generates randomMartin Wilke2010-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>