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/
Pint is a Python package to define, operate and manipulate physical quantities:
the product of a numerical value and a unit of measurement. It allows arithmetic
operations between them and conversions from and to different units.
It is distributed with a comprehensive list of physical units, prefixes and
constants. Due to its modular design, you can extend (or even rewrite!) the
complete list without changing the source code. It supports a lot of numpy
mathematical operations without monkey patching or wrapping numpy.
WWW: https://pypi.python.org/pypi/Pint
WWW: https://github.com/hgrecco/pint
Crypt::OpenSSL::Guess provides helpers to guess OpenSSL include path on any
platforms.
Often MacOS's homebrew OpenSSL cause a problem on installation due to include
path is not added. Some CPAN module provides to modify include path with
configure-args, but Carton or Module::CPANfile is not supported to pass
configure-args to each modules. Crypt::OpenSSL::* modules should use it on your
Makefile.PL.
This module resolves the include path by Net::SSLeay's workaround. Original code
is taken from inc/Module/Install/PRIVATE/Net/SSLeay.pm by Net::SSLeay.
WWW: http://search.cpan.org/dist/Crypt-OpenSSL-Guess/
Port changes:
* alfix86@gmail.com takes maintainership
* Change to DISTVERSION
* Change MASTER_SITES to GitHub
* Change from make to cmake
* Add USES=perl5 and USE_PERL5=build
* Add to and update LIB_DEPENDS
* Add patches for the pull request fixing missing/wrong include statements
* Replace pkg-plist with PLIST_FILES
* Add PORTDOCS=*
PR: 227517
Submitted by: Alfonso S. Siciliano <alfix86@gmail.com>