aboutsummaryrefslogtreecommitdiffstats
path: root/math/unuran
Commit message (Collapse)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infobapt2018-11-111-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
* - Switch to USES=localbaseamdmi32018-06-121-4/+2
| | | | | | - Switch to new test framework Approved by: portmgr blanket
* - Fix LICENSEamdmi32016-10-072-8/+10
| | | | | | | - Add LICENSE_FILE - Switch to options helpers - Cosmetic fixes - 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 ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-041-2/+2
| | | | Approved by: portmgr (blanket)
* Convert GMAKE to MAKE_CMDbapt2014-06-251-4/+4
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* 1: Stagify.vanilla2014-06-192-6/+6
| | | | | | 2: USES=libtool, bump version. Approved by: portmgr@
* - Convert gmake,bzip2 to USESmiwi2014-05-261-1/+1
| | | | Approved by: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | math)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* Update to 1.8.1bf2011-04-282-4/+4
|
* Remove addition of CPPFLAGS to CONFIGURE_ENVbf2011-03-261-1/+1
| | | | in port Makefiles, and MD5 entries in distinfo
* update to 1.8.0bf2010-12-314-18/+9
| | | | Approved by: makc, miwi (mentors, implicit)
* Change my ports to use my FreeBSD.org email address.bf2010-07-081-1/+1
|
* - Fix the fetch error reported by QAT@wen2010-05-101-1/+2
|
* - Update to 1.7.1wen2010-05-053-5/+5
| | | | | PR: ports/146169 Submitted by: bf <bf1783@gmail.com> (maintainer)
* - Update to 1.6.0lwhsu2010-02-173-5/+5
| | | | | | | PR: ports/144027 Submitted by: bf <bf1783 AT gmail.com> (maintainer) Feature safe: yes
* - Update to 1.5.1wen2009-12-283-7/+10
| | | | | PR: ports/142070 Submitted by: bf <bf1783@gmail.com> (maintainer)
* - Update to 1.4.1miwi2009-08-232-4/+4
| | | | | PR: 138012 Submitted by: bf <bf1783@gmail.com> (maintainer)
* - Update to 1.4.0pgollucci2009-06-254-5/+15
| | | | | | | - patch a potential leak PR: ports/135953 Submitted by: bf <bf1783@gmail.com> (maintainer)
* - Update maintainer mail adressemiwi2009-06-081-1/+1
| | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
* - Update to 1.3.1jadawin2009-01-283-5/+13
| | | | | PR: ports/130854 Submitted by: bf <bf2006a _AT_ yahoo.com> (maintainer)
* UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection ofmiwi2008-11-165-0/+88
algorithms for generating non-uniform pseudorandom variates as a library of C functions designed and implemented by the ARVAG (Automatic Random VAriate Generation) project group in Vienna, and released under the GNU Public License (GPL). It is especially designed for situations where: - a non-standard distribution or a truncated distribution is needed; - experiments with different types of distributions are made; - random variates for variance reduction techniques are used; or - fast generators of predictable quality are necessary. UNU.RAN provides generators that are superior in many aspects to those found in quite a number of other libraries; however, due to its more sophisticated programming interface, it might not be as easy to use. It uses an object-oriented interface in which distributions and generators are treated as independent objects, so that different methods for generating non-uniform random variates may be chosen according to various criteria, such as speed, quality, and variance reduction. It is flexible enough to permit sampling from non-standard distributions, such as distributions that arise in a model and can only be computed in complicated subroutines. WWW: http://statmath.wu-wien.ac.at/unuran/ PR: ports/128883 Submitted by: bf <bf2006a at yahoo.com>