Commit graph

171279 commits

Author SHA1 Message Date
asau
8d727e165f Update GSL to version 1.15
New in gsl-1.15:

** Added Tuomo Keskitalo's new ode branch ode-initval2 with a
   gsl_odeiv2 prefix. This provides proper support for implicit
   solvers.  It is intended to be the new default for differential
   equations.  The existing gsl_odeiv routines will be retained for
   binary compatibility but their interface will be deprecated.

** Added new gsl_integrate_cquad routines for robust integration of
   difficult functions using the doubly-adaptive CQUAD algorithm
   (Pedro Gonnet).

** Added error checking to CBLAS functions (Jose Luis Garcia Pallero)

** Added a new function gsl_integration_glfixed_point to return
   ordered Gauss-Legendre points and weights contained within a
   gsl_integration_glfixed_table [bug #32237].

** Added a new function gsl_interp_type_min_size to return the size of
   an interpolation type.

** Added a function gsl_pow_uint(x,n) to compute x^n for unsigned
   exponents (needed when n exceeds the range of signed integers).

** Added new routine gsl_linalg_complex_cholesky_invert to handle the
   matrix inversion for complex Cholesky decompositions (Huan Wu).

** Added the functions gsl_vector_equal(x,y) and gsl_matrix_equal(x,y)
   for testing equality of two vectors or matrices.

** Added function gsl_eigen_nonsymmv_params to control the balancing
   transformation for eigenvector calculations. Balancing is now
   turned off by default for gsl_eigen_nonsymmv.

** It is now possible to choose an alternative cblas library via
   pkg-config using the GSL_CBLAS_LIB environment variable or
   the pkg-config --define-variable option.

** The jacobi method gsl_eigen_jacobi now uses the norm of the
   off-diagonal elements for its convergence criterion, as in
   algorithm 8.4.3 of Golub and van Loan.

** The newton multiroot solvers now return an error when a singular
   jacobian is detected.

** The interpolation functions now return NaN and when x is out of range,
   instead of extrapolating.

** The gsl_multimin_fdfsolver multidimensional minimisers now return
   GSL_ENOPROG immediately if the generated trial point does not
   differ from the initial point (to machine precision), avoiding
   unnecessary further iterations.

** Extended the range of gsl_sf_bessel_lnKnu_e by rescaling
   intermediate results to avoid internal overflows [bug #31528].

** Improved the result of gsl_sf_atanint_e for large arguments by
   adding the first order 1/x correction term. [bug #29562]

** Fixed the gsl_rng_ranlxs generators to enforce a maximum seed value
   of 2^31-1.  Larger seed values caused out of range values to be
   returned.

** Fixed gsl_ran_chisq_pdf(x,nu) to return correct result of 1/2
   instead of 0 when x=0 and nu=2, and +inf when x=0 and nu<2.

** Fixed gsl_pow_int(x,n) to avoid an infinite loop when n=INT_MIN due
   to wrapping of signed integers.

** Fixed gsl_sf_hyperg_2F1(a,b,c,x) to avoid returning NaN for
   arguments |a|>10. [bug #24812]

** Avoid spurious underflow return code in gsl_sf_beta_inc_e when
   intermediate underflow does not affect the result. [bug #30933]

** Avoid segfault in Chebyshev series derivatives gsl_cheb_calc_deriv
   for n=1. [bug #29139]
2011-05-08 20:35:25 +00:00
adam
036b3cd2cb Adjust installed version auto-detection 2011-05-08 19:29:02 +00:00
wiz
bba2866306 + ImageMagick-6.6.9.8, akonadi-1.5.3, calibre-0.8, drivel-3.0.3,
farsight2-0.0.27, gmp-5.0.2, gnutls-2.12.4, graphviz-2.28.0,
  gsl-1.15, gupnp-igd-0.1.11, libXext-1.3.0, neon-0.29.6,
  p5-PerlMagick-6.6.9.8, puzzles-9170, qemu-0.14.1,
  startup-notification-0.11, x264-devel-20110507, xchm-1.20.
2011-05-08 18:56:34 +00:00
cheusov
dc55121104 Added textproc/zoem version 10.265 2011-05-08 18:49:25 +00:00
cheusov
f6893db502 +zoem, oked by sponsors 2011-05-08 18:48:54 +00:00
cheusov
712196ebea Zoem is an interpretive macro language with substantial facilities for
programming. It supports a two-stage process, consisting of macro
interpretation (featuring inside-out evaluation if needed), followed
by a simple and powerful application of stream character filtering.

Its syntax is remindful of \it{TeX}'s, it has dictionary stacks like
\it{PostScript}, and various resemblances to \it{m4} and \it{info}.
It has interfaces to modules making life easy \- counters, references,
arithmetic, multi-dimensional data storage, input/output operations,
regular expressions, and system commands.
2011-05-08 18:47:44 +00:00
cheusov
8b85ab4f73 Added devel/lmdbg version 0.16.0nb1 2011-05-08 18:35:12 +00:00
cheusov
a578af4ea8 +lmdbg, oked by sponsors 2011-05-08 18:33:57 +00:00
cheusov
db89a4204a LMDBG is a collection of small tools for collecting and analyzing logs
of malloc/realloc/memalign/free etc. function calls. Unlike many
others, LMDBG does not provide any way to detect overruns of the
boundaries of malloc() memory allocations, as this is not the
goal. Like most other malloc debuggers, LMDBG allows detecting memory
leaks. Unlike some others LMDBG generates full stacktraces and
separates the logging process from analysis, thus allowing you to
analyze application on a per-module basis. Simple but powerful tools
for analisis are also provided.

lmdbg-run    - Creates malloc/realloc/free/memalign/... logs
lmdbg-sym    - Converts addresses to 'file.c:NUM func_name'
lmdbg-leak   - Checks for memory leaks
lmdbg-stat   - Gathers statistical information about memory allocations
lmdbg-grep   - Greps the stackframes
lmdbg-strip  - Strips the stackframes
lmdbg-module - Enrichs the stackframes with a module name
lmdbg-sort   - Sorts the stackframes by e.g. total allocated bytes,
               a number of memory allocations etc.
lmdbg-sysleaks - Filters out system memory leaks e.g. libc's
2011-05-08 18:32:15 +00:00
cheusov
ecc768a8e2 Added textproc/dict-mueller7 version 1.2 2011-05-08 18:22:34 +00:00
cheusov
b877e2c8ac + dict-mueller7, oked by sponsors 2011-05-08 18:21:58 +00:00
cheusov
af4d9d2d3f This is the GPL'd 7th edition of the very well known English-Russian
dictionary by V.K.Mueller compiled for dictd (dictionary protocol server).
2011-05-08 18:19:54 +00:00
cheusov
4353154352 fix sysutils/user_irix entry 2011-05-08 18:15:04 +00:00
cheusov
65fe44fbf0 lang/mawk, sysutils/user_irix and devel/libmaa 2011-05-08 17:43:25 +00:00
christos
a05ab2c070 LP64 printf format patches 2011-05-08 17:07:25 +00:00
taca
b54e5353fd Note update of www/contao29-translations package to 20110508. 2011-05-08 16:25:09 +00:00
taca
3a7b8837f8 Update contao29-translations pacakge to 20110508.
Update Hungarian, Japanese and Lithuanian language files.
2011-05-08 16:24:13 +00:00
taca
606416f3bc Note update of these pacakges (MySQL 5.1.57):
databases/mysql51-client	5.1.57
	databases/mysql51-server	5.1.57
2011-05-08 16:03:35 +00:00
taca
dec5588fdc Update mysql51-{client,server} package to 5.1.57.
This is simply maintenance release, no security fix.
Please refer http://dev.mysql.com/doc/refman/5.1/en/news-5-1-57.html in
detail.
2011-05-08 16:01:57 +00:00
cheusov
440d343baa PR pkg/37952. Minor clean-ups. Use only one line USE_TOOLS+=... 2011-05-08 15:12:22 +00:00
wiz
af978c4fc7 Add buildlink3.mk file. 2011-05-08 11:52:40 +00:00
ryoon
8b4fdf1749 Added fonts/konatu-ttf version 26 2011-05-08 11:12:12 +00:00
ryoon
6c49cf9df5 Add konatu-ttf 2011-05-08 11:11:33 +00:00
ryoon
a5c194c948 Import konatu-ttf-26 as fonts/konatu-ttf from wip/konatu-ttf.
This package contains sans-serif Konatu fonts, Konatu (proportional)
and KonatuTohaba (monospace). The kanji characters in these fonts are
based on JIS X 0208.
2011-05-08 11:10:14 +00:00
ryoon
63c238aad8 Added fonts/ricty-ttf version 2.0.1 2011-05-08 11:07:44 +00:00
ryoon
56d3bd013a Add ricty-ttf 2011-05-08 11:06:20 +00:00
ryoon
ab2bacc748 Import ricty-ttf-2.0.1 as fonts/ricty-ttf from wip/ricty-ttf.
Ricty font is developed for research and programming use.
Ricty is free TrueType font and based on Inconsolata and
Migu 1M (based on M+ 1M and IPA Gothic).

* Latin characters are Inconsolata.
* Non-Latin characters are Migu 1M.
* 2-byte characters have double width of 1-byte ones.
* 2-byte white space is visible.
* 2-byte comma and period are different look.
* An en dash has broken-line look.
2011-05-08 11:05:31 +00:00
ryoon
9b247d6ea4 Set LICENSE as mplusfont 2011-05-08 11:00:18 +00:00
ryoon
c2cdd9d84d Set LICENSE as mplusfont. 2011-05-08 10:56:43 +00:00
ryoon
470413bfa1 Add mplusfont and cc-by-sa-v3.0 to the default list. 2011-05-08 10:53:22 +00:00
ryoon
e21544c6d9 * Add M+ Font License as mplusfont.
* Add Creative Commons Attribution-ShareAlike 3.0 Unported as cc-by-sa-v3.0.
2011-05-08 10:44:03 +00:00
cheusov
3734c37e2d Fix bug in .include directive. This fixes mipspro support on IRIX.
Oked by wiz@
2011-05-08 10:37:54 +00:00
wiz
9f7db28b61 regen for targz change 2011-05-08 09:11:08 +00:00
wiz
d3e740b979 Updated graphics/png to 1.5.3beta06 2011-05-08 09:09:30 +00:00
wiz
085b91a973 Update to 1.5.3beta06:
Version 1.5.3beta06 [May 8, 2011]
  Removed the -D_ALL_SOURCE from definitions for AIX in CMakeLists.txt
  Implemented premultiplied alpha support: png_set_alpha_mode API
2011-05-08 09:09:20 +00:00
tnn
f693346fb8 fix HOMEPAGE 2011-05-08 08:26:43 +00:00
obache
81cfd8bac2 Switch to use default EXTRACT_SUFX for distfile, .tar.gz is the only long term
provided archive for libpng beta release.
2011-05-08 06:02:43 +00:00
markd
0ff2aa038f KGet does not properly sanitise the "name" attribute of the "file" element
of metalink files before using it to download files.
http://secunia.com/advisories/44124/
2011-05-07 22:25:08 +00:00
cheusov
ab1188b259 Use useradd/groupadd scripts from sysutils/user_irix package on IRIX
Closes PR pkg/44564
2011-05-07 22:16:16 +00:00
ryoon
af1e3005b6 Added editors/nts version 77 2011-05-07 20:03:45 +00:00
ryoon
2c1297438d Add nts 2011-05-07 20:02:42 +00:00
ryoon
244236487f Import nts-77 as editors/nts from pkgsrc/wip/nts.
nts is an acronym for Note Taking Simplified. It provides a simple,
intuitive format for using plain text files to store notes, a
command line interface for viewing notes in a variety of convenient
ways and a cross-platform, wx(python)-based GUI for creating and
modifying notes as well as viewing them. Displayed items can be
grouped by path or tag and can be filtered in various ways.
2011-05-07 20:02:22 +00:00
tnn
cf6c0ce149 Try to fix CONF_FILES handling and some pkglint warnings.
Bump PKGREVISION.
2011-05-07 18:39:05 +00:00
tnn
6b270c7e17 sort PLIST, add two missing ocaml files 2011-05-07 17:02:39 +00:00
adam
a5f63299d8 Updated lang/clang to 2.9nb1 2011-05-07 16:56:03 +00:00
tnn
c0fe7253cc Override texi2html & pod2man detection so that manpages belonging to
emulators/qemu don't get spuriously overwritten during install.
2011-05-07 16:55:58 +00:00
adam
5c5d298547 Fix LLVM bug 8765 (longjmp issue on NetBSD); patches courtesy of joerg. 2011-05-07 16:54:56 +00:00
cheusov
f29db7377f fix build failure caused by #!/usr/bin/env. revied by wiz@
(libexec/mc/extfs.d/s3+ script is not checked for interpreter correctness)
2011-05-07 15:49:37 +00:00
cheusov
d49b3b2133 +user_irix (package oked by wiz@ and reed@) 2011-05-07 15:45:45 +00:00
cheusov
5a499908ba This implements a subset of useradd(8)/groupadd(8) functionality on
IRIX that is sufficient for pkgsrc use.
2011-05-07 15:43:13 +00:00