Commit graph

156438 commits

Author SHA1 Message Date
taca
d202a3bbb8 Remove the case of PKG_PHP_VERSION is 4.
No functional change.
2010-03-15 16:48:53 +00:00
taca
14abdb6755 Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.

No functional change.
2010-03-15 16:45:59 +00:00
taca
49afffd7ce Note update of these PHP pear pacakges:
mail/pear-Auth_SASL	1.0.4
	mail/pear-Mail_Mime	1.6.1
	net/pear-Net_SMTP	1.4.2
2010-03-15 16:40:46 +00:00
taca
881c6d3c41 Update pear-Net_SMTP package to 1.4.2.
Changelog:

Fixing header string quoting in data(). (Bug #17199)
2010-03-15 16:39:39 +00:00
taca
e3773a58e5 Update pear-Mail_Mime package to 1.6.1.
Changelog:

Bugs Fixed:
* Fix encoding of Return-Receipt-To and Disposition-Notification-To
  headers [alec]

Implemented Features:
* Implement Feature #12466: Build parameters validation [alec]
* Implement Feature #17175: Content-Description support for attachments [alec]
2010-03-15 16:38:15 +00:00
taca
12966bd11d Update pear-Auth_SASL to 1.0.4.
Changelog:

* Fix bug #16624: open_basedir restriction warning in DigestMD5.php [till]
2010-03-15 16:36:57 +00:00
taca
bea8618e0b Note update of www/typolight28-translations package to 20100312. 2010-03-15 16:35:04 +00:00
taca
c7f81ce7fd Update typolight28-translations package to 20100312.
Czech, Danish, Italian, Russian and Slovenian language files are updated.
2010-03-15 16:34:20 +00:00
sno
0b0d7198c4 Updated www/p5-Catalyst-View-TT to 0.33 2010-03-15 16:20:57 +00:00
sno
9d57fa4ff8 Updating www/p5-Catalyst-View-TT from 0.32 to 0.33
Upstream changes:
0.33   2010-03-10 20:08:00
        - The "render()" method now throws a warning on exception before
          returning the exception. To silence the warning, pass 'render_die =>
          0' to the constructor. Better yet, pass 'render_die => 1' to make it
          die instead of returning the excption. This will be the default in a
          future release when unspecified. The Helper will generate new views
          with render_die => 1.
2010-03-15 16:20:47 +00:00
sno
0f71bfa3a1 Updated devel/p5-Scalar-List-Utils to 1.23 2010-03-15 16:18:35 +00:00
sno
d12928523c Updating devel/p5-Scalar-List-Utils from 1.22 to 1.23
Upstream changes:
1.23 -- Wed Mar 10 20:50:00 CST 2010
  * Add a test file to ensure 'GETMAGIC' called once [gfx]
  * "GETMAGIC" should be called only once [gfx]
  * Use PERL_NO_GET_CONTEXT for efficiency (see perlguts) [gfx]
  * Don't care about dVAR. ExtUtils::ParseXS deals with it. [gfx]
  * t/p_max.t, t/p_min.t fail on perl5.8.1.  [tokuhirom]
  * avoid non-portable warnings
  * Fix PP::reftype in edge cases [gfx]
2010-03-15 16:18:26 +00:00
sno
d7041f0c46 Updated databases/p5-BerkeleyDB to 0.42 2010-03-15 16:14:43 +00:00
sno
6111391b14 Updating databases/p5-BerkeleyDB from 0.41 to 0.42
pkgsrc changes:
- Add license definition

Upstream changes:
0.42  13th March 2010
        * Added $db->Env method to retrieve the environment object from a
          database object.
        * Get the tied interface to use truncate in the CLEAR method if
          using a new enough version of Berkeley DB.
2010-03-15 16:14:34 +00:00
wiz
3daef08871 add a few more. 2010-03-15 15:54:53 +00:00
joerg
84b72f1df4 + proj (Hi wiz!) 2010-03-15 15:41:40 +00:00
joerg
4e88384ada Fix unprivileged build. 2010-03-15 14:25:07 +00:00
joerg
d555b6ae14 Workaround broken NULL definition on NetBSD 5.0 and older. 2010-03-15 14:16:03 +00:00
asau
35ecaf319e + gromacs 2010-03-15 14:10:38 +00:00
asau
3898f3ec0b Import GROMACS 4.0.7 as biology/gromacs.
From pkgsrc-wip, packaged originally by Peter Ibsen Hansen.

GROMACS is a versatile package to perform molecular dynamics,
i.e. simulate the Newtonian equations of motion for systems with
hundreds to millions of particles.
2010-03-15 14:08:49 +00:00
wiz
a58bee924d Updated lang/py-pyrex to 0.9.8.6 2010-03-15 12:55:56 +00:00
wiz
9df0e3b9a5 Update to 0.9.8.6:
0.9.8.6
-------

Enhancements:

  - Check for gil when calling a function declared 'execpt *' or 'except ?'.
    Acquire gil when reporting unraisable exception.

  - Added iter2() function for 2-argument form of iter().


Bug fixes:

  - Compiler crashed if base class of extension type was incompletely
    defined.

  - Compiler crash on misspelled method name in property declaration.
    [Stefan Behnel]

  - Fixed deprecation warnings in 2.6

  - Always preserve explicit type casts for non-Python types.
    [Alexander Belchenko]

  - Added workaround for threading initialisation bug in Python 2.3.
    [Lisandro Dalcin]

  - Deleting dict item with integer key did not work. [Titus Brown]

  - Header files for cimported modules included in wrong order.
    [Stephane Drouard]

  - Don't allow a member of a ctypedef struct to reference itself.
    [Tim Wakeham]

  - Compiler crash due to attribute reference in compile-time expression.
    [Hoyt Koepke]

  - Public extension type attribute with cname didn't work.
    [Mark Ellis]

  - Memory leak related to exporting C functions. [Lisandro Dalcin]

  - Compiler crash on return outside function. [Kurt Smith]

  - Scope problem with extension types declared in pxd. [KS Sreeram]

  - Calling a builtin method of a subclass of a builtin class did not work.

  - Builtin hash() function had wrong return type. [John Arbash Meinel]


Modifications:

  - Added 'tags' to .hgignore file. [Kirill Smelkov]

  - Disallow overriding a builtin method in a subclass of a builtin class.
2010-03-15 12:55:46 +00:00
wiz
cb0c5d43e8 *pilot-link* updated to 0.12.5. 2010-03-15 12:35:29 +00:00
wiz
40bf217dd0 Update to 0.12.5:
This is to get 0.12.5 out with the new Calendar code so J-Pilot
can get their release out. I will be dropping a 0.12.5.1 release
shortly after this with the patches rolled up from 0.12.4 to current
pushed in.
2010-03-15 12:34:32 +00:00
wiz
2bb6e1cdc6 Updated www/p5-URI to 1.53 2010-03-15 12:24:58 +00:00
wiz
4f9199b957 Update to 1.53:
2010-03-14   Gisle Aas <gisle@ActiveState.com>

   Release 1.53

   Ville Skyttä (6):
      Remove unneeded execute permissions.
      Add $uri->secure() method.
      Documentation and comment spelling fixes.
      Fix heuristics when COUNTRY is set to "gb".
      Use HTTP_ACCEPT_LANGUAGE, LC_ALL, and LANG in country heuristics.
      POD linking improvements.

   Michael G. Schwern (2):
      Rewrite the URI::Escape tests with Test::More
      Update URI::Escape for RFC 3986

   Gisle Aas (1):
      Bump MIN_PERL_VERSION to 5.6.1 [RT#54078]

   Salvatore Bonaccorso (1):
      Suppress wide caracters warnings in iri.t [RT#53737]
2010-03-15 12:24:48 +00:00
wiz
917daa9ad6 Updated devel/p5-Test-Pod to 1.42 2010-03-15 12:24:06 +00:00
wiz
166a474735 Update to 1.42:
1.42 - 2010-03-10T19:41:20
    * Fixed invalid Pod link. Thanks to Markus Sonderegger.
    * Changed license in the POD to "Same as Perl" to match the license listed in
      `META.yml`.
    * Changed `Build.PL` to require Module::Build 0.30. It already does in
      `configure_requires`, but also doing so on the `use` line helps provide
      a more useful error message in older toolchain tools that don't use
      `configure_requires`.
    * Updated `MANIFEST` so that the `README` is actually included in the
      distribution.
    * Now recognizes `.bat` files as Perl files when they contain
      "--*-Perl-*--" on the first line. Thanks to Olivier 'dolmen' Mengué for
      the patch (RT #46973).
    * `all_pod_files_ok()` now operates on directories as well as files.
      Thanks to Adriano Ferreira for the patch (RT #33025).
    * Files with no POD now have " (no pod)" added to test name. Thanks to
      Adriano Ferreira for the patch (RT #34955).
    * Updated documentation to note that `.PL` files are considered Perl
      files. Thanks to Adriano Ferreira for the spot (RT #34955).
    * `all_pod_files_ok()` now lets `pod_file_ok()` set the default test name,
      rather than doing so itself. Thanks to Adriano Ferreira for the spot (RT
      #34955).
2010-03-15 12:23:56 +00:00
wiz
6045f18216 Updated devel/xdelta3 to 3.0y 2010-03-15 12:22:34 +00:00
wiz
eaad956635 Update to 3.0y; install README.
Monday, February 15, 2010

Re: 3.0y (source)

Version 3.0y fixes several regressions introduced in 3.0w related
to the new support for streaming the source file from a FIFO. This
was a long-requested feature and I'm pleased to report that now,
with the fixes in 3.0y, it appears to be working quite well.  The
upshot of this feature is that you can encode or decode based on
a compressed source file, without decompressing it to an intermediate
file. In fact, you can expect the same compression with or without
a streaming source file.

There were also reports of the encoder becoming I/O bound in previous
releases, caused by the encoder improperly seeking backwards farther
than the settings (namely, the -B flag) allowed. This is also fixed,
and there's a new test to ensure it won't happen again.

Update: The built-in support for automatic decompression of inputs
is interacting badly with the new source handling logic, results
in poor compression.

Sunday, October 25, 2009

Re: 3.0w (source)

With such a good state of affairs (i.e., no bug reports), I was
able to tackle a top-requested feature (59, 73). Many of you have
asked to be able to encode deltas using a FIFO as the source file,
because it means you can encode/decode from a compressed-on-disk
source file when you don't have enough disk space for a temporary
uncompressed copy. This is now supported, with one caveat.

When decoding with a non-seekable source file, the -B flag, which
determines how much space is dedicated to its block cache, must be
set at least as large as was used for encoding. If the decoder
cannot proceed because -B was not set large enough, you will see:

xdelta3: non-seekable source: copy is too far back (try raising
-B): XD3_INTERNAL

The stream->src->size field has been eliminated. Internally, a new
stream->src->eof_known state has been introduced. This was a big
improvement in code quality because, now, the source and target
files are treated the same with respect to external (de)compression
and several branches of code are gone for good.
2010-03-15 12:22:24 +00:00
wiz
2db0254402 Updated sysutils/cdrtools to 2.01.01alpha77 2010-03-15 12:10:47 +00:00
wiz
8a558125a9 Update to 2.01.01alpha77:
All:

-	Added support for DragonFly/x86_64

-	Support for "pcc" on Solaris x86 was added as a first step.
	The C-Compiler "pcc" http://pcc.ludd.ltu.se/ is based on the
	Portable C-Comppiler from AT&T from the late 1970s. It is
	under BSDl and thus offers compilation with a really free
	build environment.

	Note that due to a pcc bug, the autoconf results for
	Large File support are incorrect. Unless you edit the file
	incs/i386-sunos5-pcc/xconfig.h and manually correct the
	file to contain this:

#define _FILE_OFFSET_BITS 64    /* # of bits in off_t if settable          */

	You will not get working large file support.

	Support for more Operating system will follow after the issues
	in the compiler have been resolved.

Libfind:

-	Fixed a bug in libfind/walk.c (calling strcatl() with last parameter 0
	instead of (char *)0)

Cdrecord:

-	Fixed a bug with INDEX 00 support for CUE files from
	ExactAudioCopy

-	Cdrecord no longer tries to close a session on a BD-RE media.
	This is not supported in the recent MMC Standard and most drives
	return a SCSI error when attempting to close such a session.
2010-03-15 12:10:36 +00:00
wiz
56e74227b3 Updated print/mupdf to 0.0.940 2010-03-15 12:03:30 +00:00
wiz
0019121fc6 Update to r940, minor changes. 2010-03-15 12:03:19 +00:00
wiz
ada54af38b Updated games/gbrainy to 1.40 2010-03-15 11:19:33 +00:00
wiz
ca3d862682 Update to 1.40. Mark as not make-jobs-safe, since installation sometimes
fails.

Version 1.40

* 2 new logic games
* Deprecated Glade and moved to Builder
* Mouse support
* Better RTL support
* Updated and new translations
* Remove dead and legacy code
* 12 Bug fixes
2010-03-15 11:19:22 +00:00
wiz
833d644157 Updated math/gsl to 1.14 2010-03-15 10:45:38 +00:00
wiz
f171c3021b Update to 1.14:
* What is new in gsl-1.14:

** Upgraded to latest libtool, autoconf and automake (libtool-2.2.6b,
   autoconf-2.65, automake-1.11.1).  Fixes security hole in 'make
   dist' (see Automake CVE-2009-4029).

** Added support for "multisets", which are similar to permutations
   and combinations.  A multiset is an array of k integers in the
   range 0 to n-1 where each value may occur more than once. Multisets
   can be used to iterate over the indices of a k-th order symmetric
   tensor in n-space. (Rhys Ulerich)

** Added gsl_integrate_glfixed routines for performing fixed order
   Gauss-Legendre integration
   (Pavel Holoborodko, Konstantin Holoborodko, Rhys Ulerich)

** In the LMDER multi-dimensional fitting routines, the return code
   GSL_ENOPROG is now used instead of GSL_CONTINUE for the case where
   10 or more attempts to find a suitable trial step have been made
   without success. [bug #25383]

** The confluent hypergeometric function gsl_sf_hyperg_U (a,b,x) has
   been extended to support x < 0 for cases not involving
   singularities in 1F1(a,b,x). [bug #27859]

** The F-distribution gsl_ran_fdist_pdf now avoids unnecessary
   underflow and overflow and handles cases where n > 248. [bug
   #28500]

** The SVD routines now use a scaled version of the implicit QR method
   and compute the shift more reliably for values at the limit of
   double precision, avoiding potential NaNs. [bug #28767]

** A compile time error is emitted if the configuration stage prevents
   the functions gsl_isnan and gsl_finite from being defined.

** Added missing dereference in GSL_VECTOR_COMPLEX when not using
   GSL_RANGE_CHECK [bug #28017]

** Improved the range of gsl_sf_hyperg1F1(a,b,x) when a<0,b>0. [bug
   #28718]

** Added macros GSL_MAJOR_VERSION and GSL_MINOR_VERSION in
   <gsl/gsl_version.h>

** Improved gsl_eigen_symmv and gsl_eigen_symm to avoid a potential
   infinite loop when the tridiagonalised matrix contains very small
   values. [bug #28096]

** Added functions gsl_multifit_linear_usvd and
   gsl_multifit_wlinear_usvd for multilinear fitting without
   column-scaling of the fit matrix.
2010-03-15 10:45:28 +00:00
wiz
50d4bac0ad Updated net/yaz to 4.0.2 2010-03-15 10:31:57 +00:00
wiz
64b55a3d6d Update to 4.0.2:
--- 4.0.2 2010/03/09

wrbuf_destroy allows NULL WRBUF passed to it.

Fix CCL qualifier aliases (did not work since YAZ 2.1.56).

Add ZOOM_connection_close.

No fixed size buffers for ZOOM shell - bug #3257.

tstodr: make it work on s390 platform.

New icu iterator-functions. The new icu_iter-functions makes it possible
to use ICU chains from many threads.

yaz-client: better syntax check for show command.
2010-03-15 10:31:39 +00:00
pettai
2e795d634e Added dual LICENSE (which this package has) 2010-03-15 10:20:21 +00:00
wiz
597825b31c Updated print/libspectre to 0.2.4 2010-03-15 10:11:40 +00:00
wiz
82e0dd4502 Update to 0.2.4:
libspectre 0.2.4 (21 February 2010)
===================================

This is another bugfix only release in the libspectre's 0.2 series.

Documents containing embedded documents inside the prolog,
typically font resources, were not correctly rendered (Bug #25573)

Hib Eris fixed some portability issues to make libspectre build and
work on Windows (Bug #26377)

PDF exporter was broken which might cause a crash when printing some
documents (Bug #26592)
2010-03-15 10:11:19 +00:00
wiz
b2da9407dc Updated audio/lame to 3.98.3 2010-03-15 10:08:51 +00:00
wiz
531cf3d0be Update to 3.98.3:
LAME 3.98.3    February 27 2010

    * Rogério Brito:
	  o Update the debian packaging for the new release.
    * Robert Hegemann
	  o The ignore-tag-errors switch had no effect when embedding
	  album art, fixed.
	  o Library API change: lame_decode functions are now
	  obsolete but still present, please use hip_decode instead.
	  The reason for this change is: lame_decode functions use
	  a single global variable within the library to store
	  decoder setup, hip_decode functions don't. The encoder
	  now uses hip_decode internally and it is now possible to
	  use clipdetect feature while reencoding mp3 to mp3.
	  o Workaround for FFMPEG bug, which uses to call
	  lame_encode_flush more than once in a loop.
	  o Windows: program icon and version info added (when
	  building with VC9)
	  o Fix for Bugtracker item [ 2688413 ] lib name problem
	  in Microsoft Visual Studio 6
	  o Fix for Bugtracker items [ 2051870, 2423650, 2928684
	  ] several small documentation issues
	  o Fix for Bugtracker item [ 2723518 ] resampling in 3.98
	  and 3.99alpha
	  o Fix for Bugtracker item [ 2891879 ] Because of Windows
	  API change, there was a problem with the prority switch.
	  o Fix for Bugtracker item [ 2893101 ] Access Violation
	  in BladeMP3EncDLL if UNICODE was defined.
	  o Fix for Bugtracker item [ 2887359 ] Wrong length in
	  ID3v2 tag when num_samples isn't set
	  o Fix for Bugtracker item [ 2872590 ] LameTAG: "Music
	  length" missmatch in LAME 3.98
	  o Fix for Bugtracker item [ 2824296 ] wrong enc_padding
	  value in LAME 3.99a and 3.98.3 (from CVS)
	  o Revisiting the FhG decoder problem (FhG V1.5 build 50,
	  ships with MS Windows): enabling the new-drain-code seems
	  to solve that issue better, than restricting the buffer
	  size (see below: 3.98 beta 1, May 16 2007).
	  o Patch submitted by Bernhard Doebler, tracker item [
	  2807676 ] Error when building Lame with NASM support
	  o Patch submitted by Mancuso Raffaele, tracker item [
	  2406420 ] compile lame_enc.dll under cygwin
2010-03-15 10:08:30 +00:00
wiz
b55f48f099 Remove list of sourceforge hosts and instead use load balancer.
Direct links to the hosts were redirected to the load balancer anyway,
and this way pkgsrc users won't all hammer the same mirror (first
in list).
2010-03-15 10:00:49 +00:00
jmmv
43872e5ddc Note update of monotone{,-el,-server} to 0.47. 2010-03-15 09:54:29 +00:00
jmmv
ff6c1ec7da Update to 0.47: use the 0.47 distfile and depend on monotone 0.47. 2010-03-15 09:52:56 +00:00
jmmv
5b567ebf3d Update monotone to 0.47:
Changes

- The default '<unknown>' author used by the git_export command has
  changed to 'Unknown <unknown>' and must be changed in existing author
  map files. The old '<unknown>' author will be rejected by the new
  validate_git_author lua hook.

- The 'git_export' command now validates all git author and committer
  values using a new 'validate_git_author' lua hook before they are
  written to the output stream. The export will fail if any value is
  rejected by this hook.

- The 'git_export' command now calls a new 'unmapped_git_author' lua
  hook for all git author values not found in the author map file. The
  default implementation of this hook attempts to produce valid git
  authors using several default pattern replacements.

- The 'get_date_format_spec' lua hook now has an additional parameter
  which hints at the wanted format (f.e. a short date or a long date
  time). The default implementation now returns '%x' for short and
  long dates, '%X' for short and long times (currently unused) and
  '%x %X' for short and long date times.

- The options '--date-format' and '--no-format-dates' are no longer
  specific to the 'log' command, but can now be used globally.

- monotone now prompts only three times for a key password.

New features

- Added portuguese translation (thanks to Américo Monteiro)

Bugs fixed

- 'passphrase' now allows an empty new password to be given
  (fixes monotone bug #28809)

- 'automate remote' and 'automate remote_stdio' no longer
  require an existing database (fixes monotone bug #28885)

- monotone no longer throws an exception on Windows if it is
  interrupted (^C); a couple of other bug have been fixed for this
  platform as well which generally improve the compatibility.

- The annotation of 'annotate' is now localized.

- The various occurrences where a revision is described by its
  certs now come with proper localized date output.

- Fix problems with newer Lua versions especially when
  LUA_COMPAT_VARARG not set.

Other

- Roster handling has been sped up significantly, and roster cache
  performance has been fixed for the case of overly large rosters.
  This should be mostly noticable when digging through history
  (especially initial pulls, since those send so many revisions),
  and be more noticable for projects with larger trees.

  The most significant internal change from this is that rosters and
  marking_maps are now copy-on-write. A longer overview of the internal
  changes is at:
  http://lists.gnu.org/archive/html/monotone-devel/2010-02/msg00043.html

- Improve the compatibility with newer Botan versions.
2010-03-15 09:51:32 +00:00
wiz
42a0449859 - apache22-2.2.15, chicken-4.4.0, p5-DateTime-TimeZone-1.11,
sitecopy-0.16.5.
2010-03-15 09:35:19 +00:00