| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 new test framework
Approved by: portmgr blanket
|
|
|
|
|
|
|
| |
- Add LICENSE_FILE
- Switch to options helpers
- Cosmetic fixes
- Regenerate patches
|
|
|
|
|
|
| |
PR: 210474
Submitted by: jbeich
With hat: portmgr-secretary
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
2: USES=libtool, bump version.
Approved by: portmgr@
|
|
|
|
| |
Approved by: portmgr
|
|
|
|
| |
math)
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
in port Makefiles, and MD5 entries in distinfo
|
|
|
|
| |
Approved by: makc, miwi (mentors, implicit)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/146169
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
PR: ports/144027
Submitted by: bf <bf1783 AT gmail.com> (maintainer)
Feature safe: yes
|
|
|
|
|
| |
PR: ports/142070
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 138012
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
|
|
|
|
|
|
| |
- patch a potential leak
PR: ports/135953
Submitted by: bf <bf1783@gmail.com> (maintainer)
|
|
|
|
| |
Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
|
|
|
|
|
| |
PR: ports/130854
Submitted by: bf <bf2006a _AT_ yahoo.com> (maintainer)
|
|
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>
|