summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-13Changes 1.6:adam4-17/+18
* Added a new wavelet directory, with 1-dimensional and 2-dimensional discrete wavelet transforms. * Added support for LQ and P^T LQ decompositions. To find the QR decomposition of large systems (M>>N) use the LQ decomposition, solving the transpose of the original system. This allows more efficient memory access, and is useful for solving large least-squares problems. * Fixed a bug in the SYRK and HERK blas functions gsl_blas_{s,d,c,z}syrk and gsl_blas_{c,z}herk which caused invalid memory access for non-square matrices. * Fixed a bug in gsl_swap_vectors which caused it to return incorrect results when swapping vectors with different strides. * Corrected the error estimate for gsl_cheb_eval_n_err to use evaluation order instead of the approximation order. * Improved the reliability of the gsl_sf_gamma_inc family of functions. * Equal abscissae are now handled gracefully in the cspline and periodic cspline interpolations. * Removed potential cancellation error in calculation of uniform histogram ranges. * Improved numerical stability of integration for akima and cspline interpolation. * Differential equation solvers now handle error codes returned from user-defined functions. * Improved error estimates in ode-initval solvers, and provide exact derivatives on output. Added new semi-implicit ode-initval solver, gsl_odeiv_step_rk2simp. * Added missing function definition for gsl_sf_psi_1. * Fixed the function gsl_sf_expint_Ei_scaled to call gsl_sf_expint_Ei_scaled_e instead of gsl_sf_expint_Ei_e. * Added cumulative distribution function for exponential power distribution. * The functions gsl_cdf_beta_P and gsl_cdf_beta_Q now return consistent results of 0 or 1 for out of range values, x<0 and x>1, rather than 0 for left and right tails simultaneously. * The Jacobi eigensolvers gsl_eigen_jacobi and gsl_eigen_jacobi_invert have new implementations from Golub and Van Loan. * The standard output and standard error streams are now flushed by the default error handler before the program aborts, in order to ensure that error messages are properly displayed on some platforms.
2005-01-13Use TCL_VERSION instead of hardcoding the Tcl version number.minskim1-2/+4
2005-01-13Define TCL_VERSION in a separate file so that it can be included byminskim2-3/+8
other packages (e.g. tcl-tclX).
2005-01-13Note pkgrevision bump on wget: added ipv6 support.bouyer1-1/+2
2005-01-13bump PKGREVISION for ipv6 support.bouyer1-2/+2
2005-01-13Support IPv6 via PKG_SUPPORTED_OPTIONS= inet6. Reviewed by Juan RP.bouyer1-1/+11
2005-01-13moved to py-kenosisdrochner4-284/+0
2005-01-13Note revision bump for gst-plugins to 1 and addition of gst-plugins-opengl.jmmv1-1/+3
2005-01-13Add and enable gst-plugins-opengl.jmmv1-1/+2
2005-01-13Initial import of gst-plugins-opengl, version 0.8.7:jmmv3-0/+25
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple mp3 playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently. Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface. This package provides the OpenGL plugin for GStreamer, which allows graphics rendering through this library.
2005-01-13kenosis moveddrochner1-2/+2
2005-01-13Explicitly disable multiple drivers. This fixes the build under Linux,jmmv3-15/+26
where OpenGL was not detected properly but was included in the PLIST. Also avoids the installation of the v4l plugin, which resulted in extra files in that system. Bump PKGREVISION to 1.
2005-01-13re-import kenosis as py-kenosis for consistency,drochner4-0/+285
add a dependency on py-xml to fix build error noted by Min Sik Kim
2005-01-13Regen to make GNU patch happy.minskim2-7/+9
2005-01-13+ auctex-11.54, coreutils-5.3.0, dillo-0.8.4, glpk-4.8, gsl-1.6,wiz1-11/+19
hylafax-4.2.1, icewm-1.2.20, icewm-gnome-1.2.20, icewm-imlib-1.2.20, idesk-0.6.1, libgcrypt-1.2.1, msmtp-1.3.1, p5-gtk2-1.072, phpmyadmin-2.6.1rc2, psi-0.9.3, scribus-1.2.1, sendmail-8.13.3, wine-20050111. - geda-20041228 (thanks, dan)
2005-01-13Remove 22pth from accepted python versions since it is too old for py-gtk2.wiz1-2/+2
2005-01-13Added hobbitmon.xtraeme2-2/+4
2005-01-13There's no need to bumping PKGREVISION, because the packages werextraeme3-6/+5
not building before, thanks jmmv.
2005-01-13Updated ORBit to 0.5.17adam2-3/+3
2005-01-13Changes 0.5.17:adam6-64/+38
* Bug fixes
2005-01-13Add TNF copyright.seb1-1/+37
2005-01-13Made obsolete by update to 20041228, I presume (at leastwiz6-2246/+0
they were removed from the distinfo).
2005-01-13Sort.wiz1-3/+3
2005-01-13Updated abiword to 2.2.3adam1-1/+2
2005-01-13Changes 2.2.3:adam3-6/+7
* Bug fixes
2005-01-13Hobbitmon is a big brother like network monitoring toolmanu12-0/+639
2005-01-13net/mDNSResponderitojun1-1/+2
2005-01-13add net/mDNSResponderitojun1-1/+2
2005-01-13net/mDNSResponder, part of apple rendezvous technologyitojun4-0/+35
2005-01-13Use "find" with "-print" because that Gallic Unix requires this.tron1-6/+5
2005-01-13Add some more missing libs, required by xorg-clients. Reported byxtraeme1-1/+3
Lasse Kliemann on tech-pkg@.
2005-01-13Fix the icewm* packages on NetBSD >= 2.0 (with native iconv(3)), thextraeme5-6/+32
problem was that the prototype used by this was not matching the NetBSD one, which uses ``const char **'' as its second argument, when libiconv and POSIX uses ``char **''. This closes PR pkg/28693. Bumped PKGREVISION to all icewm* pkgs for the bulk builds.
2005-01-13Fix PLIST for OpenBSD, reported by Lasse Kliemann on tech-pkg@.xtraeme2-39/+37
Bump PKGREVISION.
2005-01-12Updated mips64emul to 0.2.4xtraeme1-1/+2
2005-01-12Update to 0.2.4.xtraeme3-6/+9
Here is a short summary of the changes from version 0.2.3 to 0.2.4: x) Debian GNU/Linux can now be installed. However, it is VERY unstable, and Linux Oopses when there is heavy serial console output. A '-U' command line option reduces the risk, but doesn't fix the problem. x) When emulating framebuffers for machines like the DECstation 5000/200, that have a hardware mouse cursor, the host machine's X cursor is now invisible. (This might not sound like a very exiting change, but it "feels" a lot better than before.) x) Improvements to the experimental dynamic binary translation subsystem. x) Many improvements to the single-step debugger. x) Various other bugfixes and updates.
2005-01-12The GCC 2.95 preprocessor does not handle \ line continuations in fileskristerw3-1/+47
with Microsoft line endings.
2005-01-12Incorporate Jan 12's allocation of 2003:0000::/18 to the RIPE NCC;kleink2-10/+12
ride today's PKGREVISION bump.
2005-01-12add my copyright/license.grant1-1/+36
2005-01-12GCC 2 does not understand the MMX asm core. Fall back to the C sourcekristerw3-1/+38
for GCC 2.
2005-01-12Correct my name to what I legally use.jlam3-6/+6
2005-01-12Note update of "gqmpeg-skins" package to version 20030712nb3.tron1-1/+2
2005-01-12Make sure the installed skins have sane permissions and remove editortron2-6/+10
backup files. Bump package revision because of these fixes.
2005-01-12Fix checking of up to date binary packages. The problem with DEPENDStv1-3/+3
containing constructs of the form {perl>=5.8.3nb1,perl-thread>=5.8.3nb1} is that a Bourne shell "for" interprets this as two separate items in the list, nuking the {}s. The above will never succeed and thus always cause Perl-dependent packages to be rebuilt unconditionally. Just adding more \s isn't enough -- the parsing of the depends list has to be moved out of the "for" clause. So, echo them one per line and use "read" to pull them in without allowing the shell to peek at those characters.
2005-01-12Move buildlink3.mk files ahead of targets as per example Makefile.jlam1-11/+12
2005-01-12Fix up the comment to note that we still need to unwrap some files atjlam1-13/+12
post-configure time, even after the switch from buildlink2 to buildlink3. Also, use SUBST_CLASSES instead of the custom post-configure target, and take advantage of the fact that the "unwrap" SUBST_CLASS already does mostly the right thing.
2005-01-12Note PKGREVISION bump of ap-dtcl.minskim1-1/+2
2005-01-12Use the buildlink framewark and switch to Tcl-8.4.minskim1-6/+10
Bump PKGREVISION due to the tcl dependency change.
2005-01-12Note update of gcalctool to 4.4.22.jmmv1-1/+2
2005-01-12Update to 4.4.22:jmmv2-5/+5
Overview of changes in gcalctool 4.4.22 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash. Overview of changes in gcalctool 4.4.21 * Fixed bug #157277. Entering "(" followed by Clr using the mouse to click on the buttons, caused a bogus character to be displayed and the display wasn't cleared.
2005-01-12* Fix breakage after recent bdb.buildlink3.mk changes. We now directlyjlam1-9/+11
include db2 since this package requires exactly databases/db and nothing else will do. Also remove USE_DB185 setting this htdig doesn't use the db-1.85 interface. * Honor ${VARBASE} in locating the htdig database directory. * Use ${LOCALBASE}/bin/acroread as the path the the PDF reader instead of /usr/local/bin/acroread. * Add missing dependency on zlib. This package was just picking up and using the system zlib before. Bump the PKGREVISION to 1.