Furthermore, auto complete the Sponsored by field if ORGANIZATION is
defined in /etc/make.conf.
This means that you can set:
ORGANIZATION=The FreeBSD Foundation
in /etc/make.conf and then, after (re)building subversion, the FreeBSD
template will have the name of the organization you defined
automatically filled.
Maintainer timeout after 10 days.
Reviewed by: eadler, gjb, peter
Approved by: gjb
Note: setting CC=clang fails with
"interp.c:20:24: error: global register variables are not supported"
PR: ports/177279
Submitted by: Beeblebrox <zaphod@berentweb.com>
cooperation with R&D author Holger Schemel.
In contrast to the "rnd_jue -contribution package"
(still available on Download page) it is a separate and independent program
with the same source code as the original R'n'D but with a
completely different appearance.
This is based on the wide customizing features which have been developed
recently while all the integrated games have been produced with the R'n'D
Level Editor, which is actually a great "game creation tool" for
non-programmers. So far "R'n'D jue" is also an example for what is possible
with the old Rocks'n'Diamonds and should be an inspiration for potential
level designers and game developers.
Regarding the games and levels "R'n'D jue" is intended for players who have both
an eye for an attractive design and a bent especially for "puzzle games".
The user will also find "action" and many opportunities to test his
manual-skill - nevertheless, the main feature of "R'n'D jue" is primarily
to offer some (moderate) challenges for the brain.
WWW: http://www.jb-line.de/rnd/rnd_start_e.html
WWW: http://www.artsoft.org/rocksndiamonds/
Submitted by: nemysis <nemysis@gmx.ch>
that provides additional I/O capabilities for reading and writing
the ICC profile contents as XML files. Command line tools and an
XML schema are provided.
WWW: http://iccxml.sourceforge.net/
- switch to USE_GITHUB
- break long line, while here
PR: 177225
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Approved by: Daniel Lin <linpct@gmail.com> (maintainer)
- bump PORTREVISION
- while here change USE_PYTHON to just yes (the port is py3-aware) and
remove comment to ease dealing fix pkg-plist fix
PR: 177235
Submitted by: William Grzybowski <william88@gmail.com> (maintainer)
this and turn it on by default.
Current gamin uses the current real uid to determine the location of the
socket and during the security routines. It also forks off a copy of
"gam_server" as the current real uid as well.
This breaks gamin functionality with any application that uses effective an
uid/gid for privilege separation, such as samba. Samba runs as root, but
always sets the effective uid/gid to that of the connecting user. Since
gamin is only aware of the real uid, it always creates a root-owned gamin
socket that the effective user can't touch (gamin's own security checks
refuse it).
PR: ports/176203
Submitted by: Danny Warren <danny@dannywarren.com>
Reviewed by: marcus@
4.88B is a fixup release that allows lsof to work with FreeBSD
that was received changes in 'struct filedesc' (just now it is
-HEAD after r247602).
PR: ports/177200
Approved by: Larry Rosenman <ler@lerctr.org> (maintainer)
QA page: http://codelabs.ru/fbsd/ports/qa/sysutils/lsof/4.88.b,8
good balance between speed and ease of use. The syntax is deliberately
similar to Matlab.
Integer, floating point and complex numbers are supported, as well as a
subset of trigonometric and statistics functions. Various matrix
decompositions are provided through optional integration with LAPACK, or
one of its high performance drop-in replacements (such as the
multi-threaded MKL or ACML libraries).
A delayed evaluation approach is employed (at compile-time) to combine
several operations into one and reduce (or eliminate) the need for
temporaries. This is accomplished through recursive templates and template
meta-programming.
Useful for conversion of research code into production environments, or if
C++ has been decided as the language of choice, due to speed and/or
integration capabilities.
WWW: http://arma.sourceforge.net/
PR: ports/177166
Submitted by: Pedro Giffuni <giffunip@tutopia.com>