Commit graph

171194 commits

Author SHA1 Message Date
dbj
ff3c29d401 include bsd.prefs.mk before consulting MACHINE_ARCH so it picks up manually set ABI 2011-05-09 03:12:07 +00:00
chs
d716107b05 Updated emulators/suse113_libtiff to 11.3nb2 2011-05-09 01:21:34 +00:00
chs
1ae7c18a0b update to libtiff3-3.9.2-5.10.1. fixes CVE-2010-4665, CVE-2009-5022,
CVE-2011-1167, CVE-2011-0192, CVE-2011-0191.
2011-05-09 01:21:08 +00:00
minskim
000dd5c568 Note update of emacs-snapshot. 2011-05-08 23:29:15 +00:00
minskim
10cee88e14 Update emacs-snapshot to 24.0.50.20110505.
Patches provided by Makoto Fujiwara in PR 44871.

Changes:
 - keep config.log (Bug#765) and delete config.log~.
 - Fix bug with --enable-checking=stringoverrun to have no effect.
 - Suppress unnecessary checks for size_t for configure.
 - Add strtoumax for GNULIB_MODULES.
 - Check for GnuTLS certificate verify callbacks.
 - Don't erase config.status in case of error.

   (See ChangeLog for the complete list of changes.)
2011-05-08 23:28:44 +00:00
cheusov
8cc3653ba8 Added misc/epm version 4.2 2011-05-08 21:53:13 +00:00
cheusov
76765b5a6f +epm, oked by sponsors 2011-05-08 21:52:00 +00:00
cheusov
3ec8a996eb EPM is an open source UNIX software and file packaging program that
generates distribution archives from a list of files. EPM provides a
complete, cross-platform software distribution solution for your
applications.

ESP generates both native and "portable" script-based distribution packages
complete with installation and removal scripts and standard
install/uninstall GUIs. The installers can be customized with product logos,
"readme" files, and click-wrap licenses as desired.
2011-05-08 21:50:48 +00:00
asau
5a652472f1 Updated math/mpfr to 3.0.1.3 2011-05-08 21:07:03 +00:00
asau
fbc7b30007 Update MPFR to version 3.0.1 patch level 3.
Patch 3 fixes the following bug:

  The mpfr_atan function calls mpfr_check_range on the unrounded
  result (no longer allocated) instead of the rounded result.
  Consequence of this bug: possible incorrect or invalid result and/or
  incorrect flags if the unrounded result or rounded result is not in
  the current exponent range. Or possibly worse if the memory used by
  the unrounded result is modified before the return of the function.
  This bug has been present since MPFR 2.1.0 (exceptions were not
  supported before).


Patch 2 fixes the following bug:

  The mpfr_rec_sqrt function can have undefined behavior due to the
  call of mpn_add_1 or mpn_sub_1 (from GMP) with a null size, which is
  not allowed. The fourth argument of mpn_add_1 or mpn_sub_1 (i.e. the
  value that should have been added or subtracted) is here also 0, so
  that the consequences are limited. In practice, with the current GMP
  version, this yields a small buffer overflow (1 limb, i.e. 32 bits
  or 64 bits), as shown by valgrind, with the possible consequences:
  a crash, or memory corruption (very unlikely) if another process or
  thread modifies the limb at the same time (as in this context, the
  value is first read then written back by GMP). This bug has always
  been present since the introduction of the mpfr_rec_sqrt function
  in MPFR 2.4.0.


Patch 1 fixes the following bug:

  If the exponent range has been reduced such that emax = 1 or 2,
  mpfr_asin may give an incorrect result on +1 and -1.

which should probably never occur in practical codes.
2011-05-08 21:06:51 +00:00
asau
d015b01dbd Updated devel/gmp to 5.0.2 2011-05-08 20:50:22 +00:00
asau
e4b6cccbea Update GMP to version 5.0.2
Changes between GMP version 5.0.1 and 5.0.2

  BUGS FIXED
  * Many minor bugs related to portability fixed.

  * The support for HPPA 2.0N now works, after an assembly bug fix.

  * A test case type error has been fixed.  The symptom of this bug
    was spurious 'make check' failures.

  SPEEDUPS
  * None, except indirectly through recognition of new CPUs.

  FEATURES
  * Fat builds are now supported for 64-bit x86 processors also under Darwin.

  MISC
  * None.
2011-05-08 20:50:09 +00:00
morr
3cc7064310 Note update of www/wordpress 2011-05-08 20:46:31 +00:00
morr
67a8a7985d Security update to 3.1.2.
* Fix a vulnerability that allowed Contributor-level users to improperly
  publish posts.
* Fix user queries ordered by post count.
* Fix multiple tag queries.
* Prevent over-escaping of post titles when using Quick Edit for pages.
2011-05-08 20:43:36 +00:00
asau
bf66122458 Updated math/gsl to 1.15 2011-05-08 20:35:48 +00:00
asau
6a28b54b93 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
0403ae2e0c Adjust installed version auto-detection 2011-05-08 19:29:02 +00:00
wiz
dac6ac3ae4 + 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
70d299f437 Added textproc/zoem version 10.265 2011-05-08 18:49:25 +00:00
cheusov
4096846ed8 +zoem, oked by sponsors 2011-05-08 18:48:54 +00:00
cheusov
7acc45689b 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
6a989ff3cb Added devel/lmdbg version 0.16.0nb1 2011-05-08 18:35:12 +00:00
cheusov
e3669ec915 +lmdbg, oked by sponsors 2011-05-08 18:33:57 +00:00
cheusov
de3dd8aed3 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
8718b493d6 Added textproc/dict-mueller7 version 1.2 2011-05-08 18:22:34 +00:00
cheusov
0bd19a37aa + dict-mueller7, oked by sponsors 2011-05-08 18:21:58 +00:00
cheusov
339c2f3ea4 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
cc569c15ea fix sysutils/user_irix entry 2011-05-08 18:15:04 +00:00
cheusov
547c8e1b0d lang/mawk, sysutils/user_irix and devel/libmaa 2011-05-08 17:43:25 +00:00
christos
50f0ddb5c1 LP64 printf format patches 2011-05-08 17:07:25 +00:00
taca
75226d5506 Note update of www/contao29-translations package to 20110508. 2011-05-08 16:25:09 +00:00
taca
fc4e0ea435 Update contao29-translations pacakge to 20110508.
Update Hungarian, Japanese and Lithuanian language files.
2011-05-08 16:24:13 +00:00
taca
0d58ec0e0e 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
9fe4af5745 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
d718a633ee PR pkg/37952. Minor clean-ups. Use only one line USE_TOOLS+=... 2011-05-08 15:12:22 +00:00
wiz
a9386e15ed Add buildlink3.mk file. 2011-05-08 11:52:40 +00:00
ryoon
78bbad8028 Added fonts/konatu-ttf version 26 2011-05-08 11:12:12 +00:00
ryoon
6eca4fb3b8 Add konatu-ttf 2011-05-08 11:11:33 +00:00
ryoon
d0388d10f8 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
0ab344c43a Added fonts/ricty-ttf version 2.0.1 2011-05-08 11:07:44 +00:00
ryoon
e85ad99888 Add ricty-ttf 2011-05-08 11:06:20 +00:00
ryoon
2512aacc39 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
c2ae5b7c6e Set LICENSE as mplusfont 2011-05-08 11:00:18 +00:00
ryoon
e397184398 Set LICENSE as mplusfont. 2011-05-08 10:56:43 +00:00
ryoon
65d0907fb6 Add mplusfont and cc-by-sa-v3.0 to the default list. 2011-05-08 10:53:22 +00:00
ryoon
68109e9471 * 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
d9c1df77e2 Fix bug in .include directive. This fixes mipspro support on IRIX.
Oked by wiz@
2011-05-08 10:37:54 +00:00
wiz
7674b6e376 regen for targz change 2011-05-08 09:11:08 +00:00
wiz
66092684a3 Updated graphics/png to 1.5.3beta06 2011-05-08 09:09:30 +00:00
wiz
fb373c4d50 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