Commit graph

192662 commits

Author SHA1 Message Date
drochner
164f5e5193 update to 1.34.1.1
sorry, noch changelog available
2012-10-19 18:08:33 +00:00
drochner
5af48dab22 update to 2.40.1
This switches to the 2.40 (gnome-3.6) release branch
2012-10-19 18:01:13 +00:00
drochner
4624e4f1eb update to 2.34.0
this switches to the 2.34 (gnome-3.6) release branch
2012-10-19 17:58:03 +00:00
drochner
79d7747598 update to 2.34.1
changes:
-bugfixes
-translation updates
2012-10-19 17:54:57 +00:00
drochner
55d4d4d9a4 update to 2.4
from the announcement:
Version 2.4 is a featured release that introduces new functionality as
well as many performance and security improvements.
Main additions are:
-Black point detection from the algorithm disclosed by Adobe
-Added support for transforms on planar data with different stride
-Added a new plug-in type for optimizing full transforms
-Linear (gamma 1.0) profiles can now operate in unbounded mode
-Added "half" float support

approved by the maintainer
2012-10-19 17:52:38 +00:00
drochner
b41312ce16 update to 2.0.4
changes (from the anouncement):
VideoLAN and the VLC development team present the fifth version
of "Twoflower", a major update that fixes a lot of regressions, issues
and security issues in this branch.
It introduces Opus support, improves Youtube, Vimeo streams
and Blu-Ray dics support. It also fixes many issues in playback, notably
on Ogg and MKV playback and audio device selections and a hundred of
other bugs.

pkgsrc note: opus and bluray are not supported yet
2012-10-19 17:48:06 +00:00
taca
e04a67f819 Note update of lang/php53 package to 5.3.18 and lang/php54 package to 5.4.8. 2012-10-19 14:59:57 +00:00
taca
dff8fd8fcf Update definition of PHP version for php53 and php54. 2012-10-19 14:59:15 +00:00
taca
f6b15f29fb Reset PKGREVISION by updating both php53 and php54. 2012-10-19 14:58:31 +00:00
taca
e159496816 Update php54 to 5.4.8.
18 Oct 2012, PHP 5.4.8

- CLI server:
  . Changed response to unknown HTTP method to 501 according to RFC.
    (Niklas Lindgren).
  . Support HTTP PATCH method. Patch by Niklas Lindgren, GitHub PR #190.
    (Lars)

- Core:
  . Added optional second argument for assert() to specify custom message. Patch
    by Lonny Kapelushnik (lonny@lonnylot.com). (Lars)
  . Support building PHP with the native client toolchain. (Stuart Langley)
  . Added --offline option for tests. (Remi)
  . Fixed bug #63162 (parse_url does not match password component). (husman)
  . Fixed bug #63111 (is_callable() lies for abstract static method). (Dmitry)
  . Fixed bug #63093 (Segfault while load extension failed in zts-build).
    (Laruence)
  . Fixed bug #62976 (Notice: could not be converted to int when comparing
    some builtin classes). (Laruence)
  . Fixed bug #62955 (Only one directive is loaded from "Per Directory Values"
    Windows registry). (aserbulov at parallels dot com)
  . Fixed bug #62907 (Double free when use traits). (Dmitry)
  . Fixed bug #61767 (Shutdown functions not called in certain error
    situation). (Dmitry)
  . Fixed bug #60909 (custom error handler throwing Exception + fatal error
    = no shutdown function). (Dmitry)
  . Fixed bug #60723 (error_log error time has changed to UTC ignoring default
    timezone). (Laruence)

- cURL:
  . Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will
    cause cpu Soaring). (Pierrick)

- Date:
  . Fixed bug #62896 ("DateTime->modify('+0 days')" modifies DateTime object)
    (Lonny Kapelushnik)
  . Fixed bug #62561 (DateTime add 'P1D' adds 25 hours). (Lonny Kapelushnik)

- DOM:
  . Fixed bug #63015 (Incorrect arginfo for DOMErrorHandler). (Rob)

- FPM:
  . Fixed bug #62954 (startup problems fpm / php-fpm). (fat)
  . Fixed bug #62886 (PHP-FPM may segfault/hang on startup). (fat)
  . Fixed bug #63085 (Systemd integration and daemonize). (remi, fat)
  . Fixed bug #62947 (Unneccesary warnings on FPM). (fat)
  . Fixed bug #62887 (Only /status?plain&full gives "last request cpu"). (fat)
  . Fixed bug #62216 (Add PID to php-fpm init.d script). (fat)

- OpenSSL:
  . Implemented FR #61421 (OpenSSL signature verification missing RMD160,
    SHA224, SHA256, SHA384, SHA512). (Mark Jones)

- SOAP
  . Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
    (Dmitry)

- SPL:
  . Bug #62987 (Assigning to ArrayObject[null][something] overrides all
    undefined variables). (Laruence)

- mbstring:
  . Allow passing null as a default value to mb_substr() and mb_strcut(). Patch
    by Alexander Moskaliov via GitHub PR #133. (Lars)

- Filter extension:
  . Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty
    string or false. (Lars)

- Sockets
  . Fixed bug #63000 (MCAST_JOIN_GROUP on OSX is broken, merge of PR 185 by
    Igor Wiedler). (Lars)
2012-10-19 14:57:49 +00:00
taca
fb672877e3 Update php53 to 5.3.18.
18 Oct 2012, PHP 5.3.18

- Core:
  . Fixed bug #63111 (is_callable() lies for abstract static method). (Dmitry)
  . Fixed bug #63093 (Segfault while load extension failed in zts-build).
    (Laruence)
  . Fixed bug #62976 (Notice: could not be converted to int when comparing
    some builtin classes). (Laruence)
  . Fixed bug #61767 (Shutdown functions not called in certain error
    situation). (Dmitry)
  . Fixed bug #61442 (exception threw in __autoload can not be catched).
    (Laruence)
  . Fixed bug #60909 (custom error handler throwing Exception + fatal error
    = no shutdown function). (Dmitry)

- cURL:
  . Fixed bug #62085 (file_get_contents a remote file by Curl wrapper will
    cause cpu Soaring). (Pierrick)

- FPM:
  . Fixed bug #62954 (startup problems fpm / php-fpm). (fat)
  . Fixed bug #62886 (PHP-FPM may segfault/hang on startup). (fat)
  . Fixed bug #63085 (Systemd integration and daemonize). (remi, fat)
  . Fixed bug #62947 (Unneccesary warnings on FPM). (fat)
  . Fixed bug #62887 (Only /status?plain&full gives "last request cpu"). (fat)
  . Fixed bug #62216 (Add PID to php-fpm init.d script). (fat)

- Intl:
  . Fix bug #62915 (defective cloning in several intl classes). (Gustavo)

- SOAP
  . Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
    (Dmitry)

- SPL:
  . Bug #62987 (Assigning to ArrayObject[null][something] overrides all
    undefined variables). (Laruence)
2012-10-19 14:57:02 +00:00
wiz
d9d14b9e3f Works with python-3.2, remove limitation. 2012-10-19 12:45:40 +00:00
wiz
f7416dc149 + at-spi2-2.6.1, cfengine-3.3.8, cheese-3.6.1, clutter-1.12.2,
eog-3.6.1, eog-plugins-3.6.1, evince-3.6.1, feh-2.7, galculator-2.0,
  glade-3.14.1, glib2-2.34.1, gnome-3.6.1, gnome-games-3.6.1,
  gnome-keyring-3.6.1, gtk3-3.6.1, libgee-0.8.1, mg-20110905
  [pkg/47079], mu-0.9.9, py-gobject3-3.4.1, seahorse-3.6.1,
  seahorse-nautilus-3.6.1, vifm-0.7.4, vinagre-3.6.1, vino-3.6.1,
  webkit-gtk-1.10.1, webkit-gtk3-1.10.1, wwwoffle-2.9i
2012-10-19 10:28:48 +00:00
sno
d8cadda23b Updated databases/p5-SQL-Translator to 0.11016 2012-10-19 08:08:35 +00:00
sno
ace34c0c11 Updating package for CPAN module SQL::Translator from 0.11010nb2 to
0.11016.

pkgsrc changes:
- adjust dependencies

Upstream changes:
# ----------------------------------------------------------
# 0.11016 2012-10-09
# ----------------------------------------------------------

* Allow passing an arrayref to SQLT->filename (lost in Mooification)

# ----------------------------------------------------------
# 0.11015 2012-10-05
# ----------------------------------------------------------

* Fix stupid missing version number in SQL::Translator::Schema::Object

# ----------------------------------------------------------
# 0.11014 2012-10-05
# ----------------------------------------------------------

* Relicense under Perl 5 terms

# ----------------------------------------------------------
# 0.11013_03 2012-09-25
# ----------------------------------------------------------

* Remove SQL::Translator::Schema::Graph as announced in 0.11011
* Remove a number of no longer needed deps

# ----------------------------------------------------------
# 0.11013_02 2012-09-23
# ----------------------------------------------------------

* Fix missing dep (List::MoreUtils)

# ----------------------------------------------------------
# 0.11013_01 2012-09-22
# ----------------------------------------------------------

* Convert SQL::Translator, ::Schema and ::Schema::* to Moo
* Fix leaks by weakening circular references between schema objects

# ----------------------------------------------------------
# 0.11013 2012-09-22
# ----------------------------------------------------------

* Make MySQL producer add NULL after every nullable field, conforming to SQL
  standard, and avoiding MySQL bugs

# ----------------------------------------------------------
# 0.11012 2012-07-02
# ----------------------------------------------------------

* Fix/update quoting in PostgreSQL producer
* Add missing quote function to SQLServer producer
* Fix incorrect Parser::DBI documentation (RT#60878)

# ----------------------------------------------------------
# 0.11011 2012-05-09
# ----------------------------------------------------------

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*** INCOMPATIBLE CHANGES:
* SQLT no longer supports setting separate conflicting values for the now
  deprecated 'quote_table_names' and 'quote_field_names'. Instead their values
  are proxied to the new 'quote_identifiers'. If 'quote_identifiers' is
  supplied, the legacy settings are ignored (with a warning). If nothing is
  specified the default is TRUE as before. If only one is specified - default
  to its value for everything, and if both are specified with a conflicting
  value an exception is thrown.
* Partial quoting support has been added in SQLite. It is currently disabled by
  default, you need to request is explicitly with quote_identifiers => 1. In a
  future version of SQL::Translator *THIS DEFAULT BEHAVIOR WILL CHANGE*.
  If you do NOT WANT quoting, set quote_identifiers to a false value to
  protect yourself from changes in a future release.
* Bump the default MySQL parser version to MySQL 4.0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
* script/sqlt-graph now accepts a --trace option
* Fixes to SQLite foreign keys production (patch from Johan Viklund)
  closes RT#16412, RT#44769
* ON DELETE/UPDATE actions for SQLite (patch from Lukas Thiemeier)
  closes RT#70734, RT#71283, RT#70378
* Fix data preservation on SQLite diffs involving adding/dropping columns
* Support for triggers in PostgreSQL producer and parser
* Correct Data Type in SQLT::Parser::DBI::PostgreSQL (patch from Andrew Pam)
* Fix index issue in SQLT::Parser::DBI::PostgreSQL
* Add column and table comments in SQLT::Parser::DBI::PostgreSQL(patch from Andrew Pam)
* Stop the DBI parser from disconnecting externally supplied DBI handles (RT#35868)
* Fixed alter_drop_constraint for foreign keys and applying multiple changes
  via alter_field to a column in Postgres Producer
* Added a working mechanism for naming foreign keys in the PostgreSQL producer
* Fix PostgreSQL ignoring default values with specified data type
* Fix PostgreSQL parser support for (N)::int defaults (patch by Tina Müller)
* Fix possible name duplication in SQLlite producer
* Oracle does not accept ON DELETE/UPDATE RESTRICT (though it is the actual default)
  fix by not adding the ON DELETE/UPDATE clause at all
* Changed dependency on Digest::SHA1 to the core-bundled Digest::SHA (RT#67989)
* Support for double quoted and bit strings as default values in MySQL parser
* Improved VIEW support in MySQL parser
* Proper handling of CURRENT_TIMESTAMP default values in MySQL parser (RT#65844)
* Check in MySQL parser to avoid trying to parse a table defined twice in the same
  file as indices (and probably other things) get messed up
* Workaround for some MySQL quirks on primary key definitions
* Fix dropping primary keys in MySQL diffs (RT#62250, patch from Nick Bertrand)
* MySQL producer does not attempt to write out non-existent unique constraint names
* MySQL parser correctly differentiates between signed and unsigned integer column
  display sizes
* Replace Class::Accessor::Fast dependency with already-included Moo
* Entire codebase is now free of tabs and trailing whitespace
* Spellfixes (RT#68912)
* Fix Diagram Producer POD (RT#71397, RT#71398)
* Fix Diagram Producer to use correct binmode on output (RT#71399)
* Fix ignored option to script/sqlt-diagram (RT#5992)
* Fix t/17sqlfxml-producer.t failures due to whitespace differences introduced by
  environment config snippets (RT#70786)
* Fix assembly of Table objects with numbered columns being added out of order
  (RT#74771) (based on patch from Jonathan Otsuka)
* Fix syntax error in SQL::Translator::Producer::Latex (RT#74953)
* Deprecate SQL::Translator::Schema::Graph and the as_graph() schema method
* Bump minimum supported perl version to 5.8.1 (mostly due to Moo)
2012-10-19 08:08:25 +00:00
sno
8f28eb275a Added databases/p5-Dancer-Plugin-DBIC version 0.1601 2012-10-19 08:03:08 +00:00
sno
8bb40effe1 Adding new package for CPAN module Dancer::Plugin::DBIC version 0.1601
into databases/p5-Dancer-Plugin-DBIC.

Dancer::Plugin::DBIC makes it very easy to create Dancer applications that
interface with databases. Only the database connection has to be configured
in Dancer configuration file of the application.

For performance, schema objects are cached in memory and are lazy loaded
the first time they are accessed.
2012-10-19 08:02:55 +00:00
sno
f290956565 Added databases/p5-DBIx-Class-Helpers version 2.015001 2012-10-19 07:55:42 +00:00
sno
590260cd85 Adding new package for CPAN module DBIx::Class::Helpers version 2.015001
into databases/p5-DBIx-Class-Helpers.

Simplify the common case stuff for DBIx::Class
2012-10-19 07:55:32 +00:00
sno
6f08130bef Added devel/p5-Package-Variant version 1.001002 2012-10-19 07:51:09 +00:00
sno
3d5b9c6dc3 Adding new package for CPAN module Package::Variant version 1.001002
into devel/p5-Package-Variant.

This module allows you to build packages that return different variations
depending on what parameters are given.

Users of your package will receive a subroutine able to take parameters and
return the name of a suitable variant package. The implmenetation does not
care about what kind of package it builds.
2012-10-19 07:50:56 +00:00
sno
76ece58ca5 Added devel/p5-Import-Into version 1.001000 2012-10-19 07:47:27 +00:00
sno
4f64f86739 Adding new package for CPAN module Import::Into version 1.001000 into
devel/p5-Import-Into.

Writing exporters is a pain. Some use Exporter, some use Sub::Exporter,
some use Moose::Exporter, some use Exporter::Declare ... and some things
are pragmas.

If you want to re-export other things, you have to know which is which.
Exporter subclasses provide export_to_level, but if they overrode their
import method all bets are off. Sub::Exporter provides an into parameter
but figuring out something used it isn't trivial. Pragmas need to have
their import method called directly since they affect the current unit
of compilation.

It's ... annoying.

However, there is an approach that actually works for all of these types.
2012-10-19 07:47:13 +00:00
sno
95074b3b84 Updated devel/p5-Parse-RecDescent to 1.967.9 2012-10-19 07:42:36 +00:00
sno
0e4210f539 Updating package for Parse::RecDescent in devel/p5-Parse-RecDescent from
1.965.1nb3 (upstream version: 1.965001) to 1.967.9 (upstream version:
1.967009)

Upstream changes since 1.965001:
1.967009      Fri Mar 16 07:25:09 2012

      - Bumped version to 1.967009 for non-development release.

1.967_008      Tue Mar 13 22:28:00 2012

      - Restore old _parserepeat calling convention.  Change a
        parser's DESTROY method to check for $self->{_not_precompiled}
        instead of $self->{_precompiled}. (Fix for RT #74593).

1.967_007      Thu Feb 23 07:26:03 2012

      - Revised ExtUtils::MakeMaker build/configure version
        requirements. (RT.cpan.org #74787, Thanks Paul!)

      - Revised Text::Balanced prereq to require version 1.95,
        necessary for t/skip.t to pass.
        (RT.cpan.org #74787, Thanks Paul!)

      - Removed unused version.pm prereq.

      - Fix a circular reference memory leak caused by the use of
        $AUTOLOAD in sub AUTOLOAD{} in the generated parser's
        namespace.  Workaround documented in perl5 RT #110248.
        Workaround a circular reference memory leak in ISA documented
        by perl5 RT #92708.  A parser's DESTROY() method redefines all
        subs before deleting the stash, to avoid circular references
        between subrules. (RT #53710, thanks Andreas!)

      - Parse::RecDescent::AUTOLOAD did not correctly handle
        initializing the line counting mechanism when a reference to a
        scalar was passed to the parser. (RT.cpan.org #27705, thanks
        Justin!)

1.967006   Fri Feb 10 20:48:48 2012

      - Bumped version to 1.967006 for non-development release.

1.967_005   Wed Feb  8 18:46:35 2012

      - Added JTBRAUN@CPAN.org as author in Build.PL.

      - Added ExtUtils::MakeMaker build/configure version
        requirements. (RT.cpan.org #74787, Thanks POPEL!)

1.967_004  Tue Feb  7 22:11:11 2012

    - Localize the OUT filehandle during Precompile.

    - Document the <autotree:Base::Class> form of the <autotree>
      directive.

    - Provide a simple test for the <autotree> directive,
      t/autotree.t.  Renamed basics.t to ensure it runs before
      autotree.t.

    - Allow a global <skip:> directive that functions the same as
      modifying $Parse::RecDescent::skip prior to compiling a
      grammar. (Thanks Flavio!)

    - Require that the $file returned by caller() be eq '-', rather than merely
      starting with '-'.  This allows execution of the following.  (Thanks Christopher)
        perl -MParse::RecDescent -e 'print "$Parse::RecDescent::VERSION\n";'

    - Warn on empty productions followed by other productions.  The
      empty production always matches, so following productions will
      never be reached.

    - *** NON-BACKWARDS COMPATIBLE CHANGE! *** A repetition directive
      such as 'id(s /,/)' correctly creates a temporary @item variable
      to hold the 'id's that are matched.  That @item variable is them
      used to set the real $item[] entry for that repetition.  The
      same treatment is now given to %item.  Formerly, in a production like:

          id ',' id(s /,/)

      matched against:

          xxx, yyy, zzz

      The $item{id} entry which should be 'xxx' is overwritten by
      'yyy' and then 'zzz' prior to the action being executed.  Now
      'yyy' and 'zzz' set $item{id}, but in the private %item, which
      goes out of scope once the repetition match completes.

    - ** EXPERIMENTAL ** When precompiling, optionally create a
      standalone parser by including most of the contents of
      Parse::RecDescent in the resulting Precompiled output.

      - Accept an optional $options hashref to Precompile, which can
        be used to specify $options->{-standalone}, which currently
        defaults to false.

      - The subroutines import, Precompile and Save are not included
        in the Precompile'd parser.

      - The included Parse::RecDescent module is renamed to
        Parse::RecDescent::_Runtime to avoid namespace conflicts with
        an installed and use'd Parse::RecDescent.

      - Add a new t/precompile.t to test precompilation.

      - Add a new $_FILENAME global to Parse::RecDescent to make it
        easy for the Precompile method to find the module.

      - Remove the prototype from _generate.  It is not required, and
        it caused t/precompile.t (which ends up re-definiing a lot of
        Parse::RecDescent subroutines) to fail needlessly, as the
        calls to _generate in Replace and Extend normally do not see
        the prototype, but do when re-defined.

      - POD documentation for standalone parsers added.

1.967003  Mon Jan 30 07:24:53 2012

    - Remove the 'use 5.10' from t/skip_dynamic.t, it runs fine
      against Perl 5.8.9. (Thanks Slaven!)

1.967002  Sun Jan 29 19:13:04 2012

    - Addressed RT.cpan.org #29966: regex with single backslash not
      recognized.  Changed the definition of $TOKEN to handle
      backslashes inside of regex patterns.

    - Skip tests in t/reentry.t if Test::Warn isn't available.

1.967001  Sat Jan 28 20:54:48 2012

    - Addressed RT.cpan.org #28314: regex modifiers for tokens not
      honored during regex syntax check. (Thanks SADAHIRO!)

    - Fixed some POD typos

    - Added message on how to turn off "default" hint value in the
      default hint value ($::RD_HINT = 0). RT.cpan.org # #4898.

    - Modified _write_ERROR to call formline twice to avoid repeated
      $errorprefix.

    - Collected match tracing messages into a common function which
      takes into account positive/negative lookahead.

    - Addressed RT.cpan.org #74258: RD_AUTOSTUB does not work with
      precompiled parsers.  (Thanks Yuri!)

      - Special-case $::RD_AUTOSTUB eq 1.  $::RD_AUTOSTUB's value is
        ignored, and the unknown subrule 'rule' has a production
        "rule: 'rule'", rather than "rule: '1'".

      - Change Parse::RecDescent::new to call $self->Replace with only
        the grammar as an argument.  That prevents the $compiling
        argument to new() from being incorrectly interpreted as
        $isimplicit.

1.966_002  Sun Jan 22 19:08:37 2012

    - *** NON-BACKWARDS COMPATIBLE CHANGE! *** Change the caches for
      $prevline and $thisline to be local to the parser, rather than
      lexical vars in Parse::RecDescent.  This prevents previously
      generated parsers from interfering with the line counts of
      later parsers.

    - removed trailing whitespace from all member files (cosmetic)

    - new tests, updated MANIFEST

    - Added Jeremy Braun as an author and current maintainer

    - update file permissions

    - fixed a few broken links in the pod

1.966_001  Mon Nov 14 10:34:52 2011

    - Applied fix to restore skipped prefixes on match failure
      (thanks Jeremy!)

    - *** NON-BACKWARDS COMPATIBLE CHANGE! *** Removed formats to
      eliminate problems with filehandle duplication in forked
      environments.  Removed redirect_reporting_to() in favor of using
      STDERR for all error/trace output.

1.966_000  Mon Jun 27 08:32:50 2011

    - Patched unnamed subrules, so that they actual fail when
      not correctly specified (thanks Evgeniy!)

    - Added skip tests (thanks Flavio)

    - Added doc patch to make $skip semantics clearer (thanks Flavio!)

    - Fixed POD description of <rightop:...> semantics (thanks Dirk!)
2012-10-19 07:42:25 +00:00
sno
652013c62a Updated devel/p5-Devel-NYTProf to 4.09 2012-10-19 07:33:56 +00:00
sno
59cfa4be52 Updating package for CPAN module Devel::NYTProf from 4.06nb1 to 4.09.
Upstream changes:
Changes in Devel::NYTProf 4.09 (svn 1431) 15th Sep 2012

  Fixed to work for perl v5.17.3+ thanks to David Mitchell.

Changes in Devel::NYTProf 4.08 (svn 1427) 11th Aug 2012

  Fixed version numbers in nytprofhtml and nytprofmerge.

Changes in Devel::NYTProf 4.07 (svn 1419) 10th Aug 2012

  Fixed html generation to be valid, RT#70207 (H.Merijn Brand).
  nytprofmerge no longer dies on some errors, RT#75918.
  nytprofmerge now sums cumulative_overhead_ticks, RT#75909.
  nytprofmerge now gets in man page installed, RT#75911.

  Enable file=/dev/null to work as fix for RT#74565.
  Updated ::Apache docs including troubleshooting, RT#75912.
  Note Devel::NYTProf::Data is undocumented and why, RT#75914.
  Use Browser::Open if installed for nytprofhtml --open.

  Added and clarified some notes in the troubleshooting docs.
  Added warning for Apache2::SizeLimit in ::Apache, RT#75912.
  Clarified docs re fork generating multiple files, RT#78873.
2012-10-19 07:33:47 +00:00
sno
2aa8c09ac3 Added math/p5-Math-Prime-Util version 0.11 2012-10-19 07:30:52 +00:00
sno
5d07d4eeef Add new package for CPAN module Math::Prime::Util version 0.11 into
math/p5-Math-Prime-Util.

A set of utilities related to prime numbers. These include multiple sieving
methods, is_prime, prime_count, nth_prime, approximations and bounds for
the prime_count and nth prime, next_prime and prev_prime, factoring
utilities, and more.
2012-10-19 07:30:32 +00:00
manu
fb134b76e0 Update glusterf to 3.3.1 2012-10-19 04:16:05 +00:00
manu
29e25868d8 Bump to glusterfs-3.3.1, which brings
- unified file and object storage
- storage for Hadoop (not tested here)
- proactive self-healing
- much better performance
2012-10-19 04:15:21 +00:00
prlw1
51a4ba2114 Added devel/libwnck3 version 3.4.3 2012-10-18 19:23:29 +00:00
prlw1
8b59fe07e8 Updated x11/gtk3 to 3.6.1 2012-10-18 19:21:52 +00:00
prlw1
6e84485d02 Add libwnck3 version 3.4.3
This is the Window Navigator Construction Kit which helps dealing with
window management, used in applications such as accerciser.
2012-10-18 19:21:04 +00:00
prlw1
6d1d056dad More gtk3 update - less haste more speed 2012-10-18 19:15:05 +00:00
prlw1
e97d96359b Missed from gtk3 update 2012-10-18 19:10:00 +00:00
prlw1
e2e496b721 Update gtk3 to 3.6.1
* The accessibility bridge code that exports accessible objects
  on the bus is now used by default; atk-bridge has been converted
  into a library that GTK+ links against. To void the linking,
  pass --without-atk-bridge when configuring GTK+.

* GDK threading support has been deprecated. It is recommended to
  use g_idle_add(), g_main_context_invoke() and similar funtions
  to make all GTK+ calls from the main thread.

* GTK+ now follows the XDG Base Directory specification for
  user configuration and data files. In detail,
  * $XDG_CONFIG_HOME/gtk-3.0/custom-papers is the new location
    for $HOME/.gtk-custom-papers
  * $XDG_CONFIG_HOME/gtk-3.0/bookmarks is the new location
    for $HOME/.gtk-bookmarks
  * $XDG_DATA_HOME/themes is preferred over $HOME/.themes
  * $XDG_DATA_HOME/icons is preferred over $HOME/.icons.
  Existing files from the old location will still be read
  if the new location does not exist.

* $HOME/.gtk-3.0 is no longer in the default module load path.
  If you want to load modules from there, add it to the GTK_PATH
  environment variable.
2012-10-18 19:08:47 +00:00
asau
f1d4e8b5df "echo -e" is not portable, use printf to generate horizontal tabulation.
Reported by Mikhail Danilov on IRC.
2012-10-18 16:58:18 +00:00
cheusov
f584ccb271 Pass SYSCONFDIR=${PKG_SYSCONFDIR} to mkc-based projects through MAKE_ENV 2012-10-18 16:16:54 +00:00
taca
421701a6d4 Note update of TYPO3 packages:
www/typo3_45	4.5.20
	www/typo3_46	4.6.13
	www/typo3_47	4.7.5
2012-10-18 14:36:16 +00:00
taca
df51cad740 Update typo3_47 to 4.7.5.
This is maintenance releases and contain bug fixes only and please release
note for detail changes: <http://wiki.typo3.org/wiki/TYPO3_4.7.5>.
2012-10-18 14:35:05 +00:00
taca
cd7776e55c Update typo3_46 package to 4.6.13.
This is maintenance releases and contain bug fixes only and please release
note for detail changes: <http://wiki.typo3.org/wiki/TYPO3_4.6.13>.
2012-10-18 14:34:06 +00:00
taca
2cd6e8bc6b Update typo3_45 to 4.5.20.
THis is maintenance releases and contain bug fixes only and please release
note for detail changes: <http://wiki.typo3.org/wiki/TYPO3_4.5.20>.
2012-10-18 14:33:23 +00:00
taca
ca0d2520ba Note update of www/fengoffice package to 2.2.0. 2012-10-18 14:32:12 +00:00
taca
368b41bbe5 Update fengoffice to 2.2.0.
Changelog
=========

Since 2.2-rc
----------------
bugfix: calendar monthly view performance upgrades.
bugfix: translation tool for plugins fixed.
bugfix: email html signature puts br tags when composing email.
bugfix: Person email modification does not work.
bugfix: Prevent double task completion (when double clicking on complete link).
bugfix: Fixed company edit link from people tree.


Since 2.2-beta
----------------
bugfix: several fixes in custom reports display.
bugfix: custom reports csv/pdf export always show status column.
bugfix: dashboard activity widget does not control permissions correctly.
bugfix: dashboard activity widget shows username instead of person complete name.
bugfix: subworkspace creation does not inherit color.
bugfix: email autoclassification does not classify attachments.
bugfix: email view shows wrong "To" value when "To" field is empty or undefined.
bugfix: unclassified mails allows to subscribe other users.
bugfix: error when forwarding another user's account emails with attachments.
bugfix: several fixes in email classification functions.
bugfix: company comments are not displayed.
bugfix: dashboard's tasks widget breaks right widgets when scrolling (only in chrome).
bugfix: permissions check in Administration/Dimensions.
bugfix: css is being printed in csv exported reports.
bugfix: error subscribing users when instantiating templates with milestones and subtasks.
bugfix: don't use $this in static functions.
bugfix: archiving and unarchiving members is not done in a transaction.
bugfix: permissions in dimension member selectors.
bugfix: cannot set task's due date to 12:30 PM, always sets the same time but AM.
bugfix: tasks drag and drop losses some attributes.

usability: mouseover highlight on member properties/restrictions tables.


Since 2.1
----------------
bugfix: several fixes in repetitive tasks.
bugfix: quick add of tasks does not subscribe creator.
bugfix: google calendar import fixed.
bugfix: fixed event deletion.
bugfix: fixed email account sharing.
bugfix: fixed AM/PM issue when selecting task's dates.
bugfix: special characters in workspace when adding from quick add.
bugfix: error 500 in workspaces dashboard.
bugfix: error when searching emails by "From" field in advanced search.
bugfix: 1.7 -> 2.x upgrade fixed subtasks.
bugfix: permissions in user's card.
bugfix: task's drag and drop edition bugfixes.
bugfix: task's quick add does not keep the task name when switching to complete edition.
bugfix: several LDAP integration fixes.
bugfix: fixed contact phones display in list.
bugfix: config option descriptions added.
bugfix: user email is not required.
bugfix: milestone selector does not show all available milestones.
bugfix: person email cannot be edited.
bugfix: disabled users are shown in subscribers and invited people.
bugfix: permission groups upgrade does not set type.
bugfix: Javascript problems in IE.
bugfix: issues with breadcrumbs with special characters.
bugfix: VCard import/export fixed.
bugfix: cannot delete workspace with apostrophe.
bugfix: fixed "enters" issue in tasks description wysisyg editor.
bugfix: File copy makes two copies.
bugfix: permissions fixed for submembers.
bugfix: when updating a file, does not subscribe the updater user.
bugfix: milestones display diferent dates in milestone view and task list.
bugfix: "assigned to" filter in tasks does not work properly.
bugfix: cannot archive dimension members.
bugfix: cannot archive several tasks at once.

feature: activity widget.
feature: new workspace and tag selectors.
feature: add timeslot entries to application_logs.
feature: complete parent tasks asks to complete child tasks.

usability: sort email panel by "to" column.
usability: changes in advanced search for email fields.
usability: can change imported calendar names.
usability: email with attachments classification process upgraded.
usability: linked objects selector can filter by workspace and tags.

system: CKEditor updated.
system: translation module upgraded - translate plugins files.
system: German, Russian and French languages upgraded.
2012-10-18 14:31:23 +00:00
taca
b3f54d7e06 + net-snmp-5.7.2. 2012-10-18 12:20:58 +00:00
taca
5791f956cd Note update of www/drupal7 package to 7.16. 2012-10-18 12:20:10 +00:00
taca
edcc517a6c Update drupal7 to 7.16.
Release notes

Maintenance and security release of the Drupal 7 series.

This release fixes security vulnerabilities. Sites are urged to upgrade
immediately after reading the security announcement:

    SA-CORE-2012-003 - Drupal core - Arbitrary PHP code execution and
    Information disclosure

No other fixes are included.
2012-10-18 12:19:27 +00:00
adam
c12ec59439 Updated www/py-django to 1.4.2 2012-10-18 12:06:01 +00:00
adam
6458d7f36c Changes 1.4.2:
Fixed security issues:
* Host header poisoning
* Documentation of HttpOnly cookie option
2012-10-18 12:04:17 +00:00