aboutsummaryrefslogtreecommitdiff
path: root/math/libranlip
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-1/+1
| | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-10-311-1/+1
| | | | Notes: svn path=/head/; revision=453238
* - Add LICENSEDmitry Marakasov2016-10-042-9/+17
| | | | | | | | | - Switch to options helpers - Switch to new test framework - Regenerate patches Notes: svn path=/head/; revision=423265
* Reset ports maintained by bf@ until he has time again to work on them.Rene Ladan2016-06-271-1/+1
| | | | | | | | | PR: 210474 Submitted by: jbeich With hat: portmgr-secretary Notes: svn path=/head/; revision=417685
* 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 Notes: svn path=/head/; revision=383107
* 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) Notes: svn path=/head/; revision=361099
* Correct a few typos.Adam Weinberger2014-07-041-1/+3
| | | | Notes: svn path=/head/; revision=360502
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-6/+2
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=360499
* 1: Stagify.Vanilla I. Shu2014-06-181-8/+8
| | | | | | | | | 2: USES=libtool, bump version. Approved by: portmgr@ Notes: svn path=/head/; revision=358284
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-3/+2
| | | | | | | math) Notes: svn path=/head/; revision=327746
* replace a problematic mirrorBrendan Fabeny2012-06-291-1/+1
| | | | Notes: svn path=/head/; revision=300186
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Change my ports to use my FreeBSD.org email address.Brendan Fabeny2010-07-081-2/+2
| | | | Notes: svn path=/head/; revision=257520
* - Fix a typo s/Beliakin/Beliakov/Martin Wilke2010-05-091-1/+1
| | | | Notes: svn path=/head/; revision=253985
* 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> Notes: svn path=/head/; revision=253982