Port details |
- unuran Universal Non-Uniform RANdom number generators
- 1.11.0 math =2 1.11.0Version of this port present on the latest quarterly branch.
- Maintainer: wen@FreeBSD.org
- Port Added: 2008-11-15 21:48:43
- Last Update: 2023-05-28 08:40:49
- Commit Hash: 8284713e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- http://statmath.wu-wien.ac.at/unuran/
- Description:
- UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection of
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/unuran/ && make install clean
- To add the package, run one of these commands:
- pkg install math/unuran
- pkg install unuran
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: unuran
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685239668
SHA256 (unuran-1.11.0.tar.gz) = 098793854c590b4c2c7e98bc48a45408875f48c5ad47650b5fabbd3e94dd8049
SIZE (unuran-1.11.0.tar.gz) = 3820549
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- librngstreams.so : math/rngstreams
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for unuran-1.11.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- math_unuran
- USES:
- gmake libtool localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11.0 28 May 2023 08:40:49 |
Wen Heping (wen) |
math/unuran: Update to 1.11.0 |
1.10.0 08 May 2023 07:35:55 |
Wen Heping (wen) |
math/unuran: Update to 1.10.0
Take maintainership |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.0 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.9.0 18 Mar 2022 12:14:23 |
Fernando Apesteguía (fernape) |
math/unuran: update to 1.9.0
Reported by: portscout |
1.8.1_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.1_2 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
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 |
1.8.1_1 12 Jun 2018 08:34:34 |
amdmi3 |
- Switch to USES=localbase
- Switch to new test framework
Approved by: portmgr blanket |
1.8.1_1 07 Oct 2016 09:01:51 |
amdmi3 |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Cosmetic fixes
- Regenerate patches |
1.8.1_1 27 Jun 2016 21:30:34 |
rene |
Reset ports maintained by bf@ until he has time again to work on them.
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary |
1.8.1_1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.8.1_1 04 Jul 2014 00:52:40 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES.
Approved by: portmgr (blanket) |
1.8.1_1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
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.8.1_1 19 Jun 2014 13:04:07 |
vanilla |
1: Stagify.
2: USES=libtool, bump version.
Approved by: portmgr@ |
1.8.1 26 May 2014 12:28:34 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
1.8.1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.8.1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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 |
1.8.1 27 Apr 2011 17:59:47 |
bf |
Update to 1.8.1 |
1.8.0 26 Mar 2011 01:39:07 |
bf |
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo |
1.8.0 30 Dec 2010 23:38:48 |
bf |
update to 1.8.0
Approved by: makc, miwi (mentors, implicit) |
1.7.1 08 Jul 2010 12:51:38 |
bf |
Change my ports to use my FreeBSD.org email address. |
1.7.1 10 May 2010 03:20:07 |
wen |
- Fix the fetch error reported by QAT@ |
1.7.1 05 May 2010 11:03:01 |
wen |
- Update to 1.7.1
PR: ports/146169
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.6.0 17 Feb 2010 07:21:20 |
lwhsu |
- Update to 1.6.0
PR: ports/144027
Submitted by: bf <bf1783 AT gmail.com> (maintainer)
Feature safe: yes |
1.5.1 28 Dec 2009 06:56:55 |
wen |
- Update to 1.5.1
PR: ports/142070
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.4.1 22 Aug 2009 19:21:46 |
miwi |
- Update to 1.4.1
PR: 138012
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.4.0 24 Jun 2009 19:58:17 |
pgollucci |
- Update to 1.4.0
- patch a potential leak
PR: ports/135953
Submitted by: bf <bf1783@gmail.com> (maintainer) |
1.3.1 07 Jun 2009 18:51:21 |
miwi |
- Update maintainer mail adresse
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) |
1.3.1 28 Jan 2009 10:38:38 |
jadawin |
- Update to 1.3.1
PR: ports/130854
Submitted by: bf <bf2006a _AT_ yahoo.com> (maintainer) |
1.2.4 15 Nov 2008 21:48:19 |
miwi |
UNU.RAN (Universal Non-Uniform RAndom Number generator) is a collection of
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.
(Only the first 15 lines of the commit message are shown above ) |