Age | Commit message (Collapse) | Author | Files | Lines |
|
and other compatible window managers.
|
|
|
|
|
|
|
|
http://www.open-security.org/advisories/16
|
|
|
|
Changes since 4.59:
- For many variables the :Q operator is not needed (by definition), for
example some pathnames, user names, group names.
- Improved the diagnostics for planned package updates.
- Various catch-ups to recent changes in the infrastructure, among them
BUILDLINK_ABI_DEPENDS and gettext.mk.
- When the PLIST contains a libtool archive, the *.a and *.so files don't
have to be mentioned explicitly.
|
|
- Added checks for redundant library files in PLISTs.
|
|
|
|
* Fixed bug with reading broken wav files with bad sizes
* Fixed bug causing seg fault on non-PCM wav files
* Fixed bug with reading wav files that have stuff after the data chunk
* Fixed Windows "no such file" bug
* Fixed small memory leak
* Fixed cosmetic bug with negative gains
* Fixed bad basename regexp in normalize-mp3 script
* Fixed --oggdecode option in normalize-mp3 script
* Turned audiofile support on by default
* Upgraded to latest GNU autotools
Pkgsrc:
* Build xmms plug-in as an option
|
|
|
|
|
|
Pointed out via bulk builds error
|
|
|
|
|
|
variable.
|
|
|
|
njoly@pasteur.fr fixing x86_64 assembler issues as identified in PR #33136
|
|
fixing x86_64 assembler code issues as identified in PR #33136.
|
|
and CONF_FILES framework.
Fixed compile warnings due to implicit casting
|
|
framework for the installation of the configuration files.
Fixed compile warning message due to implicit casting
|
|
with the previous version). Noted by Rhialto in private mail.
|
|
|
|
The significant change is the incorporation of pkgsrc DragonFly patches.
Thanks to Joerg for this.
|
|
XXX: packages still don't compile
XXX: why don't these two packages share patches?
|
|
|
|
While here, do pkglint cleanup.
Bump PKGREVISION.
|
|
thunderbird-1.5.0.2, thunderbird-gtk1-1.5.0.2.
|
|
|
|
Bump PKGREVISION.
|
|
|
|
URLs. This mimics the behaviour of other WWW browsers.
|
|
|
|
** Added an error check to trap multifit calls with fewer observations
than parameters. Previously calling the multifit routines with n<p
would cause invalid memory access.
** Added the Debye unit to physical constants.
** Added cumulative distribution functions for the discrete
distributions, including binomial, poisson, geometric, negative
binomial, pascal and hypergeometric.
** Added the functions gsl_cdf_beta_{Pinv,Qinv} and
gsl_cdf_fdist_{Pinv,Qinv} for computing the inverse of the cumulative
beta and F distributions.
** Added the multilinear fit estimator function gsl_multifit_linear_est
for computing model values and their errors.
** Avoid division by zero in gsl_multimin_fdfminimizer_vector_bfgs
if the step-size becomes too small.
** Users on DEC Alpha systems will need to specify their desired IEEE
arithmetic options via CFLAGS when building the library, as these are
no longer added automatically.
** Added new random variate generators gsl_ran_gaussian_ziggurat
and gsl_ran_gamma_mt for the Gaussian and Gamma distributions based on
the Marsaglia-Tsang ziggurat and fast gamma methods.
** Improved the speed of the exponential power distribution
gsl_ran_exppow.
** Improved the speed of the Gaussian ratio method by adding quadratic
bounds in gsl_ran_gaussian_ratio_method.
|
|
|
|
* statistics/regress: new function
* general bug fixes and improvements (see ChangeLog for details)
* audio/waveread: big-endian fix; 2-channel file fix
* comm/galois: fix rank calculation for galois array
* general/interp2: cubic interpolation
* image/: return MxNx3 matrices of appropriate numeric class
* io/textread: faster
* io/dlmwrite: control precision and line separator; allow append
* miscellaneous/mfilename: compatibility function
* miscellaneous/listen: subnet patterns; loopback support
* NaN/xcovf: missing data xcorr
* octcdf/: support for netcdf files
* optim/wpolyfit: return row vector; allow centering and scaling
* plot/legend: fix error on first call
* plot/print: add PDF option
* signal/residued,residuez: partial fraction expansion of filters
* signal/qp_kaiser: PPN filter bank coefficients
* statistics/histfit: allow negative data
* statistics/mvnpdf,mvnrnd: multivariate normal distribution
* tsa/: improved speed, style and docs
* tsa/amarma: adaptive mean ARMA modeling
* tsa/y2res: add entropy estimation; add equidistant quantisation
* tsa/mvfreqz: add PDCF
* support for 2.9.4
* support for 64-bit indexing
* support for MinGW build
|
|
|
|
|
|
Use conditional comment for dga instead of second PLIST file.
|
|
is available.
|
|
|
|
|
|
|
|
compiled in, as it conflicts with <gssapi/gssapi.h>. fixes build on
Solaris w/ AD support.
|
|
|
|
|
|
This Perl module is useful for writers of daemons and other processes
that need to tell whether they are already running, in order to prevent
multiple process instances. The module accomplishes this via *nix-style
pidfiles, which are files that store a process identifier.
|
|
|
|
|
|
This module provides the PHP API for memcached, the memory cache daemon.
|