summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-21WMND is a dockapp for monitoring network interfaces under WindowMakerrpaulo4-0/+25
and other compatible window managers.
2006-04-21Fix build on DragonFly and with newer GCC versions.joerg3-10/+19
2006-04-21Correctly link against non-native X11. Fix another case of -ldl.joerg3-5/+22
2006-04-21Don't include utmp.x on DragonFly. XXX autoconf test?joerg2-6/+8
2006-04-21fix some format string vulnerabilities, seedrochner4-4/+49
http://www.open-security.org/advisories/16
2006-04-21Updated pkglint to 4.60.rillig1-1/+2
2006-04-21Updated pkglint to 4.60.rillig2-5/+3
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.
2006-04-21- Added checks for wrapper transformation and reordering rules.rillig2-6/+51
- Added checks for redundant library files in PLISTs.
2006-04-21Updated audio/normalize to 0.7.7adam1-1/+2
2006-04-21Changes 0.7.7:adam5-19/+35
* 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
2006-04-21Fixed pkglint warnings.rillig3-10/+11
2006-04-21Add DragonFly. Fix GCC 3.4+ issues in C++.joerg5-24/+56
2006-04-21Add http site to fetch the DISTFILE from incase we cant get it from the ftp siteadrianp1-2/+3
Pointed out via bulk builds error
2006-04-21Add DragonFly support. Also let it be used on FreeBSD.joerg3-3/+26
2006-04-21Replaced SITES_* with SITES.*.rillig1-8/+3
2006-04-21Specified the structure and interpretation of the WRAPPER_REORDER_CMDSrillig1-8/+11
variable.
2006-04-21Documented (parts of) the wrapper phase.rillig1-2/+46
2006-04-21Updated multimedia/libmpeg2 to 0.4.0bnb4: Applied patches suggested bywulf1-1/+2
njoly@pasteur.fr fixing x86_64 assembler issues as identified in PR #33136
2006-04-21Updated libmpeg2 to 0.4.0bnb4: Applied patch supplied by njoly@pasteur.frwulf3-4/+43
fixing x86_64 assembler code issues as identified in PR #33136.
2006-04-21Update dpbox to 6.00.00nb2: Implemented changes to make use of REQD_DIRwulf1-1/+2
and CONF_FILES framework. Fixed compile warnings due to implicit casting
2006-04-21Implemented changes for this package to use the REQD_DIR and CONF_FILESwulf20-73/+676
framework for the installation of the configuration files. Fixed compile warning message due to implicit casting
2006-04-20Fix string output of IDENTIFY on little endian machines (which I brokemartin2-6/+9
with the previous version). Noted by Rhialto in private mail.
2006-04-20Mention net/scamper 20060331.rpaulo1-1/+2
2006-04-20Update to cvs version 20060331, from Matthew Luckie <mjl@luckie.org.nz>.rpaulo9-115/+6
The significant change is the incorporation of pkgsrc DragonFly patches. Thanks to Joerg for this.
2006-04-20Fix png part of build failure.wiz4-2/+42
XXX: packages still don't compile XXX: why don't these two packages share patches?
2006-04-20amaya PKGREVISION bump.wiz1-1/+2
2006-04-20Fix build after png update.wiz3-5/+29
While here, do pkglint cleanup. Bump PKGREVISION.
2006-04-20+ dia-0.95, file-roller-2.14.2, gthumb-2.7.6, mono-1.1.15,wiz1-4/+7
thunderbird-1.5.0.2, thunderbird-gtk1-1.5.0.2.
2006-04-20Note PKGREVISION bump of dvipdfmx.minskim1-1/+2
2006-04-20Add the Adobe-GB1-5 cmap that is provided by adobe-cmaps-20060419.minskim2-4/+5
Bump PKGREVISION.
2006-04-20links / links-gui trailing whitespace problem.is1-1/+3
2006-04-20Drop trailing whitespace from interactively entered (e.g. cut'n'pasted)is4-6/+21
URLs. This mimics the behaviour of other WWW browsers.
2006-04-20Updated math/gsl to 1.8adam2-3/+3
2006-04-20Changes 1.8:adam4-15/+15
** 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.
2006-04-20Updated math/octave-forge to 2006.03.17adam1-1/+2
2006-04-20Changes 2006.03.17:adam6-80/+92
* 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
2006-04-20Note update of adobe-cmaps.minskim1-1/+2
2006-04-20Update adobe-cmaps to 20060419. ag14 was updated to ag15.minskim3-74/+75
2006-04-20Include vgl plugin in PLIST on DragonFly and FreeBSD.joerg3-14/+15
Use conditional comment for dga instead of second PLIST file.
2006-04-20Don't try to build on DragonFly anymore, until a newer bootstrapjoerg1-2/+3
is available.
2006-04-20Add DragonFly support.joerg4-3/+43
2006-04-20Fix pthread detection. Fix compilation on DragonFly.joerg4-2/+49
2006-04-20Use OSS on DragonFly as well.joerg2-1/+15
2006-04-20ignore gssapi.h on Solaris when Active Directory support is beinggrant1-1/+6
compiled in, as it conflicts with <gssapi/gssapi.h>. fixes build on Solaris w/ AD support.
2006-04-20note import of p5-Proc-PID-File.grant1-1/+2
2006-04-20+p5-Proc-PID-Filegrant1-1/+2
2006-04-20Initial import of p5-Proc-PID-File 1.24.grant4-0/+27
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.
2006-04-20note import of php-memcache.grant1-1/+2
2006-04-20+php-memcachegrant1-1/+2
2006-04-20Initial import of php-memcache 2.0.1.grant3-0/+20
This module provides the PHP API for memcached, the memory cache daemon.