- Remove useless `pathfix' from USES and add more useful `localbase'
- Prefer AMAROK_CONFIGURE_ON over AMAROK_CONFIGURE_ENABLE for consistency
with other options (configure arguments)
- Use option-dependent `post-install' target and remove needless .include
<bsd.port.options.mk> thanks to that
- Unroll a .for loop over one file and optimize away another .for loop
by using implicit iteration over ${PORTDOCS} instead
player crashes upon loading plugin. There are some patches floating on the
Internet that attempt to fix this, but they only partially address the bug;
plugin still crashes as soon as it calls g_dbus_connection_emit_signal().
Point users to somewhat limited, but working `audio/deadbeef-mpris2-plugin'
port instead, and deprecate this one (expiring in six months).
music player.
Original MPRIS plugin (`audio/deadbeef-mpris-plugin') does not work anymore
and seems to be orphaned. Original plugin supported MPRISv1 and MPRISv2;
this plugin only supports version two.
WWW: https://github.com/Serranya/deadbeef-mpris2-plugin
- call a setup of the config file if it does not exist
- edit configuration and update the config file
WWW: https://github.com/mose/configstruct
PR: ports/204588
Submitted by: mose <mose@gandi.net>
Sponsored by: gandi.net
- Add explicit CURL_JSON and CURL_XML options. Previously these options
would be automatically enabled when CURL and JSON or CURL and XML were
selected together. Change them to an _IMPLIES variable as an explicit
option
- Convert all options except PERL and PYTHON, for the time being, to the
new framework. The option helper variant is not expanding ${PYTHON_CMD}
and is currently passing it as "--with-python= " which fails to build.
- No PORTREVISION change given no change to package
- While here, tag VARNISH as BROKEN, fails to compile with varnish4-4.1 [2]
PR: 204220 [1]
PR: 204583 [2]
Submitted by: Krzysztof <ports@bsdserwis.com> (maintainer) [1]
of Hiera paramaters in a Puppet setup. It's used internally at
Gandi.net and its first incarnation is strongly tied to Gandi
puppet architecture.
WWW: https://github.com/Gandi/hieracles
PR: ports/204513
Submitted by: mose <mose@gandi.net>
Sponsored by: gandi.net
- Pulse audio driver.
- Various fixes for Microsoft Office 2013 support.
- Some more implementation of the Web Services DLL.
- More fixes for the latest C runtime version.
- Improvements to the Makefile generation.
- Various bug fixes.
This is the core pack for RetroArch. Mostly these cores are
intended for playing/interpreting the retrogames. They are for the
most part distributed by the Libretro organization, and are usually
licensed under GPL.
WWW: http://www.libretro.com/
PR: 204452
Submitted by: yuri@rawbw.com
Estimation and inference methods for models of conditional quantiles:
Linear and nonlinear parametric and non-parametric (total variation
penalized) models for conditional quantiles of a univariate response
and several methods for handling censored survival data. Portfolio
selection methods based on expected shortfall risk are also included.
WWW: https://cran.r-project.org/web/packages/quantreg/
Some basic linear algebra functionality for sparse matrices is
provided: including Cholesky decomposition and backsolving as well
as standard R subsetting and Kronecker products.
WWW: https://cran.r-project.org/web/packages/SparseM/