Port changes:
* Turn on USE_EXTERNAL_GLFW
* Replace SHARED_RAYLIB->SHARED, STATIC_RAYLIB->STATIC as per warning in CMakeLists.txt
PR: 227527 227529
Submitted by: Thibault Payet <monwarez@mailoo.org>
Submitted by: Martin Filla <martinfilla@post.cz> (maintainer)
UrBackup is an easy to setup Open Source client/server backup system,
that through a combination of image and file backups accomplishes
both data safety and a fast restoration time.
File and image backups are made while the system is running without
interrupting current processes.
UrBackup also continuously watches folders you want backed up in
order to quickly find differences to previous backups. Because of
that, incremental file backups are really fast.
Your files can be restored through the web interface, via the client or the
Windows Explorer while the backups of drive volumes can be restored with a
bootable CD or USB-Stick (bare metal restore).
A web interface makes setting up your own backup server really easy.
WWW: https://www.urbackup.org
PR: 225148
Submitted by: Kirk Coombs <freebsd@coombscloud.com>
UrBackup is an easy to setup Open Source client/server backup system,
that through a combination of image and file backups accomplishes
both data safety and a fast restoration time.
File and image backups are made while the system is running without
interrupting current processes.
UrBackup also continuously watches folders you want backed up in
order to quickly find differences to previous backups. Because of
that, incremental file backups are really fast.
Your files can be restored through the web interface, via the client or the
Windows Explorer while the backups of drive volumes can be restored with a
bootable CD or USB-Stick (bare metal restore).
A web interface makes setting up your own backup server really easy.
WWW: https://www.urbackup.org
PR: 227154
Submitted by: Kirk Coombs <freebsd@coombscloud.com>
OpenOrienteering Mapper is a software for creating
maps for the orienteering sport.
WWW: http://www.openorienteering.org/apps/mapper/
PR: 214758
Submitted by: Nikolay <sikmir@gmail.com>
Reviewed by: olivierd
- Stop to make symbolic links from the font files to
${PREFIX}/share/fonts/misc/, which is found in the default
font path, because recent libXfont does not follow symbolic
links.
- Add pkg-message.in to show additional font path settings.
- Remove unnecessary pkg-install.in.
- Bump PORTREVISION.
PR: 225125 [1], 226511 [2]
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2]
Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
Approved by: maintainer timeout (one month)
- Stop to make symbolic links from the font files to
${PREFIX}/share/fonts/misc/, which is found in the default
font path, because recent libXfont does not follow symbolic
links.
- Add pkg-message.in to show additional font path settings.
- Remove unnecessary pkg-install.in.
- Bump PORTREVISION.
PR: 225125 [1], 226520 [2]
Submitted by: WATANABE Kazuhiro <CQG00620@nifty.ne.jp> [2]
Reported by: Shigeharu TAKENO <shige@iee.niit.ac.jp> [1]
Approved by: maintainer timeout (one month)
This port doesn't work with Python 3.
While here:
Add LICENSE.
Switch to options helper (DOCS).
Set architecture neutral (qa warning)
Approved by: portmgr (blanket)
Rationale:
- MPLAYERHQ was an alias for www[1-5].mplayerhq.hu
- www.mplayerhq.hu uses dns load balancing already
for a while, essentially rendering the above
alias futile
- At times, some of the www[1-9] instances do not
participate in the balancing while others do.
(At the time of this writing, for instance www3
does not have a dns record but www8 does. The
latter was not part of MASTER_SITE_MPLAYERHQ)
- The MPLAYERHQ alias was only used by two ports
in the tree:
multimedia/mplayer-skins
multimedia/win32-codecs
Pass maintainership to submitter as agreed with previous maintainer
PR: 227298
Submitted by: Alexandre C. Guimarães <lebarondemerde@privacychain.ch>
Approved by: idefix@fechner.net
Changelog:
- Fix handling of the --contentDir and possibly other related flags
- Fix handling of content files with "." in them
- Set .Parent in bundled pages to its owner
PR: 227489
Submitted by: ben.lavery@hashbang0.com <ben.lavery@hashbang0.com> (maintainer)
In file included from lib/base/base_unity.cpp:61:
lib/base/timer.cpp:269:31: error: no matching conversion for functional-style cast from 'double' to 'boost::posix_time::milliseconds' (aka 'subsecond_duration<boost::posix_time::time_duration, 1000>')
l_TimerCV.timed_wait(lock, boost::posix_time::milliseconds(wait * 1000));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 227427
Reported by: antoine (via exp-run)
host/lib/usrp/cores/rx_vita_core_3000.cpp:77:35: error:
no matching conversion for functional-style cast from 'double' to 'boost::posix_time::milliseconds' (aka
'subsecond_duration<boost::posix_time::time_duration, 1000>')
boost::this_thread::sleep(boost::posix_time::milliseconds(1.0));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PR: 227427
Reported by: antoine (via exp-run)
Seasonal unit roots and seasonal stability tests. P-values based
on response surface regressions are available for both tests.
P-values based on bootstrap are available for seasonal unit root
tests. A parallel implementation of the bootstrap method requires
a CUDA capable GPU with compute capability >= 3.0, otherwise a
debugging version fully coded in R is used.
WWW: https://cran.r-project.org/web/packages/uroot/