Commit graph

191109 commits

Author SHA1 Message Date
sno
f8a7d922fd Updating package for CPAN module Class::Load in devel/p5-Class-Load from
0.19 (spring one) to 0.20.

upstream changes (note duplicate 0.19 versions) since 0.18:
0.20     2012-07-15
- Same as the most recently 0.19, but with a new version.

0.19     2012-07-15
- Uploaded by Dave Rolsky, not realizing 0.19 was already used
- The load_class() subroutine now returns the class name on success. Requested
  by Caleb Cushing. RT #76931.
- Exceptions and errors from Class::Load no longer contain references to line
  numbers in Class::Load or Module::Runtime. This applies to exceptions thrown
  by load_class, load_first_existing_class, and load_optional_class, as well
  as the error returned by try_load_class.
- Exceptions are now croaked properly so they appear to come from the calling
  code, not from an internal subroutine. This makes the exceptions look more
  like the ones thrown by Perl's require. RT #68663.

0.19     2012-04-03
- Uploaded by doy (Jesse Luehrs)
- No changes, reupload to fix indexing.
2012-09-10 13:52:53 +00:00
sno
688be84081 Updated databases/p5-DBIx-Class-Schema-Loader to 0.07033 2012-09-10 13:48:57 +00:00
sno
1b82262be9 Updating package for CPAN module DBIx::Class::Schema::Loader in
databases/p5-DBIx-Class-Schema-Loader from 0.07031 to 0.07033.

upstream changes:
0.07033  2012-09-09 16:11:47
        - more thoroughly document the new behavior for relationship
          attributes under "relationship_attrs" in ::Base POD
        - add a loud WARNING to Makefile.PL about the new behavior for
          relationship attributes

0.07032  2012-09-09 13:17:20
        - SQLite: detect is_deferrable for inline FKs
        - support coderefs for relationship_attrs
2012-09-10 13:48:46 +00:00
sno
258e3ce11e Updated databases/p5-DBIx-Class to 0.08200 2012-09-10 13:38:39 +00:00
sno
81f1b2a838 Updating package for CPAN module DBIx::Class in databases/p5-DBIx-Class
from 0.08196 to 0.08200.

pkgsrc changes:
- update and adjust dependencies

upstream changes:
0.08200 2012-08-24 (UTC)
    * Fixes
        - Change one of the new tests for the previous release to not require
          SQL::Translator

0.08199 2012-08-22 (UTC)
    same as devrel

0.08198_01 2012-07-25 (UTC)
    * Fixes
        - Roll back incomplete (and broken) internal changes - restore prefetch functionality

0.08198 2012-07-11 03:43 (UTC)
    * Fixes
        - Fix a number of Win32 Test issues
        - Fix silent Oracle connection failures

0.08197 2012-07-10 10:32 (UTC)
    * New Features / Changes
        - Issue a warning when DateTime objects are passed to ->search
        - Fast populate() in void context is now even more efficient by
          going directly through execute_for_fetch bypassing execute_array
        - Fix update()/delete() on complex resultsets to no longer fall back
          to silly row-by-row deletion, construct a massive OR statement
          instead
        - Allow complex update/delete operations on sources without a
          primary key, as long as they have at least one non-nullable
          unique constraint
        - dbicadmin now better supports catalyst-style config files, by
          unrolling 'config_info' hashkeys
        - Multiple Improvements MSSQL over DBD::ADO
          - Transaction support
          - Support for VARCHAR(MAX)/VARBINARY(MAX)/NVARCHAR(MAX) datatypes
          - Nomalization of retrieved GUID values

    * Fixes
        - Fix complex has_many prefetch with resultsets not selecting identity
          columns from the root result source
        - Fix SkipFirst and FirstSkip limit dialects (Informix and Firebird)
        - Fix "Skimming limit" dialects (Top, FetchFirst) to properly check
          the order_by criteria for stability
        - Fix "Skimming limit" dialects (Top, FetchFirst) to propagate
          non-selected order criteria when part of a larger subquery
        - Fix RowNumberOver and all "skimming limits" to correctly assemble
          bind values when supplied for both select and order_by
        - Fix all subquery-based dialects to not lose a subquery fragment
          when we both select and order by the result of the same subquery
        - Fix the Sybase hubrid limit dialect (RowCountOrGenericSubQ) losing
          Group/Having/Order clauses when called without an offset (RT#73244)
        - No longer generate incorrect SQL on ->as_query called on resultsets
          with software_limit enabled
        - A number of corner case fixes of void context populate() with \[]
        - Fix corner case of forked children disconnecting the parents DBI
          handle
        - Improve identity/autoinc retrieval code in MSSQL and Sybase -
          should reduce weird side-effects especially with populate()
        - Explicitly disable DBD::ODBC batch operations (as of DBD::ODBC 1.35)
          for the following drivers too buggy to handle the optimized path:
          - FreeTDS ODBC driver (when used with MSSQL)
          - The Firebird ODBC driver
          - The MSAccess ODBC driver
        - Explicitly disable DBD::ODBC dynamic_cursors when using freetds 0.83
          or later - they made enough ODBC incompatible changes making it
          impossible to support sanely
        - Explicitly disable SCOPE_IDENTITY queries and statement caching for
          MSSQL on DBD::Sybase compiled against freetds 0.83 or later - way too
          buggy
        - Disable statement caching when using Sybase ASE and DBD::Sybase
          compiled against freetds 0.83 or later
        - Fix leakage of $schema on in-memory new_related() calls
        - Fix more cases of $schema leakage in SQLT::Parser::DBIC
        - Fix leakage of $storage in ::Storage::DBI::Oracle
        - Fix pessimization of Oracle RowNum limit dialect query when no
          offset has been specified
        - Remove useless vestigial pessimization in Ordered.pm for cases
          when the position column is part of a unique constraint
        - Fix dbicadmin to no longer ignore the documented 'config' option
        - The schema-resultsource entanglement is now much more robust
          under threads
        - Fix ::Schema::ddl_filename() failing miserably on paths containing
          certain numeric sequences
        - t/53lean_startup.t adjusted for new 5.15.x base.pm behavior

    * Misc
        - Centralized leak-checks for all instances of DBICTest::Schema
          from within any test
        - Now passes all tests with Test::Builder 1.005
        - Codebase is now trailing-whitespace-free
        - Cleanup of complex resultset update/delete oprations - storage
          specific code moved back to ResultSet and replaced by checks
          of storage capabilities
        - Fixed carp_once only emitting one single warning per package
          regardless of warning content
        - Test suite now can be safely executed in parallel (prove -jN
          or HARNESS_OPTIONS=jN)
2012-09-10 13:38:27 +00:00
sno
87ce681ceb Updated databases/p5-SQL-Abstract to 1.73 2012-09-10 13:26:56 +00:00
sno
cedd02f90b Updating package for CPAN module SQL::Abstract in databases/p5-SQL-Abstract
from 1.72nb1 to 1.73.

pkgsrc changes:
- update dependencies

upstream changes:
revision 1.73  2012-07-10
----------------------------
    - Fix parsing of ORDER BY foo + ?
    - Stop filling in placeholders in `format-sql` since it does not support
      passing values for them anyway
    - Fix parsing of NOT EXISTS
    - Fix over-eager parenthesis unrolling
    - Fix deep recursion warnings while parsing obnoxiously long sql statements
    - Fix incorrect comparison of malformed lists
    - Fix incorrect reporting of mismatch-members in SQLA::Test
    - Migrate the -ident operator from DBIC into SQLA
    - Migrate the -value operator from DBIC into SQLA
2012-09-10 13:26:44 +00:00
sno
1d5ef2a589 Updated devel/p5-Moo to 1.000003 2012-09-10 13:07:23 +00:00
sno
3422651621 Updating package for CPAN module Moo in devel/p5-Moo from 1.000002 to
1.000003.

pkgsrc changes:
- adjust dependencies

upstream changes:
1.000003 - 2012-08-09
  - make setter for weak_ref attributes return the value
2012-09-10 13:07:11 +00:00
sno
19173e2e54 Updated devel/p5-strictures to 1.004002 2012-09-10 13:05:01 +00:00
sno
fcfb157722 Updating package for CPAN module strictures in devel/p5-strictures from
1.004001 to 1.004002.

upstream changes:
1.004002 - 2012-09-08
  - add better rationale for the extra testing heuristic
2012-09-10 13:04:50 +00:00
sno
61b5b11012 Updated devel/p5-Role-Tiny to 1.001005 2012-09-10 13:02:26 +00:00
sno
4a99481e98 Updating package for CPAN module Role::Tiny in devel/p5-Role-Tiny from
1.001004 to 1.001005.

upstream changes:
1.001005 - 2012-07-18
  - localize UNIVERSAL::can change to avoid confusing TB2
  - properly report roles consumed by superclasses
2012-09-10 13:02:16 +00:00
sno
57b5a19582 Updated devel/p5-Devel-GlobalDestruction to 0.09 2012-09-10 12:58:13 +00:00
sno
b2072d7171 Updating package for CPAN module Devel::GlobalDestruction in
devel/p5-Devel-GlobalDestruction from 0.08 to 0.09.

upstream changes:
0.09  Wed, 08 Aug 2012
  * Rewrite completely broken pure-perl GD detection under threads
  * Fix pure-perl implementation incorrectly reporting GD during END phase
2012-09-10 12:58:02 +00:00
sno
a7bb63d213 Updated archivers/p5-Archive-Tar to 1.90 2012-09-10 12:52:57 +00:00
sno
280ad3614a Updating package for CPAN module Archive::Tar in archivers/p5-Archive-Tar
from 1.84 to 1.90.

upstream changes:
* important changes in version 1.90 05/09/2012 (Tom Jones)
- documentation fixes

* important changes in version 1.88 01/06/2012 (Markus Prosch)
- resolved chown won't work on symlinks

* important changes in version 1.86 24/05/2012 (Mark Allen)
- don't use tell on IO::Zlib handles RT#64339
2012-09-10 12:52:47 +00:00
sno
4bdc30e512 Updated devel/p5-MooseX-LazyRequire to 0.08 2012-09-10 12:47:09 +00:00
sno
49d20fdbe1 Updating package for CPAN module MooseX::LazyRequire in
devel/p5-MooseX-LazyRequire from 0.07 to 0.08.

pkgsrc changes:
- adjust build (test) depends

upstream changes:
0.08      2012-07-02 09:58:41 PDT-0700  (Karen Etheridge)
  * Convert uses of Test::Exception to Test::Fatal
  * Add TODO test for RT#76054 (thanks for the report, ilyuha!)
2012-09-10 12:46:58 +00:00
sno
205c7237de Added devel/p5-Test-CheckDeps version 0.002 2012-09-10 12:31:24 +00:00
sno
ceddc66fe0 Added devel/p5-CPAN-Meta-Check version 0.004 2012-09-10 12:30:15 +00:00
sno
5b1d58a0fa Added devel/p5-Test-CheckDeps version 0.002 2012-09-10 12:29:27 +00:00
sno
a6ecc88792 Importing new package for CPAN module Test::CheckDeps version 0.002 into
devel/p5-Test-CheckDeps.

Test::CheckDeps adds a test that assures all dependencies have been
installed properly. If requested, it can bail out all testing on error.
2012-09-10 12:29:11 +00:00
sno
4594cd5c23 Added devel/p5-CPAN-Meta-Check version 0.004 2012-09-10 12:21:53 +00:00
sno
e78f592e1e Importing new package for CPAN module CPAN::Meta::Check version 0.004
into devel/p5-CPAN-Meta-Check.

PAN::Meta::Check verifies if requirements described in a CPAN::Meta
object are present.
2012-09-10 12:21:37 +00:00
obache
55bafb1a3c Updated inputmethod/ibus-table-chinese to 1.4.0 2012-09-10 11:53:53 +00:00
obache
989681cfdf Update ibus-table-chinese to 1.4.0.
* Fri Sep 07 2012 Ding-Yi Chen <dchen@redhat.com> - 1.4.0
- Table build scripts has been refactored.
- cmake-fedora is added as submodule.
- Fixed Bug 855250 - Change the default filtering for Quick and Cangjie by
  merging maxiaojun's repository
- Fixed Google Issue 1405: failed to build ibus-table-chinese due to missing db files
2012-09-10 11:53:40 +00:00
sno
704eb8e507 Updated devel/p5-Test-Most to 0.31 2012-09-10 11:34:45 +00:00
sno
1a39234263 Packaging update for CPAN module Test::Most in devel/p5-Test-Most from
0.25 to 0.31.

pkgsrc changes:
- adjust dependencies

upstream changes since 0.25:
0.31    2012-09-06
        - Fix "You tried to plan twice" bug (reported on #78564)

0.30    2012-09-05
        - Bugfix: Moose can now be used safely as we exclude
          Test::Deep::blessed by default (multiple reports)
        - Bugfix from Randy Stauner. Time::HiRes eval test uses $@, not @_
        - carp instead of warn (Olivier Mengué)
        - Remove autogenerated files (Olivier Mengué)
2012-09-10 11:34:32 +00:00
sno
5e17185fd0 Updated devel/p5-Test-Harness to 3.25 2012-09-10 11:09:15 +00:00
sno
bd8134dcf8 Updating package for CPAN module Test::Harness in devel/p5-Test-Harness
from 3.23 to 3.25.

upstream changes:
3.25    2012-06-05
        - Rereleased to fix CPAN permission problem. No functional change.

3.24    2012-06-03
        - RT #74393: corrected typo in M::B integration docs.
        - RT #63473: fix typo.
        - RT #49732: Attempt to load File::Glob::Windows to get correct
          glob semantics on Win32.
        - RT #47890: Don't use Win32::GetShortPathName.
        - RT #64404: Ignore textness ('-T') of script when reading shebang.
        - Handle the case where we don't know the wait status of the
          test more gracefully.
        - Make the test summary 'ok' line overrideable so that it can be
          changed to a plugin to make the output of prove idempotent.
        - Apply upstream patch:

            http://perl5.git.perl.org/perl.git/commit \
              /6359c64336d99060952232e7e300bd3c31afead8

          In testargs.t in Test::Harness, don't run a world-writable file.

	  The test writes a file, then changes the mode, then executes it.
	  The file needs to be +x to be executable (on many platforms).
	  The file will need to be +w to be deletable on some platforms.
	  But setting the file world writable just before running it feels
	  like a bad idea, given that the file's name is as predictable
	  as process IDs, as there's a race condition to break into the
	  account running perl's tests.
2012-09-10 11:09:04 +00:00
sno
fb88804a46 Updated devel/p5-Module-Pluggable to 4.3 2012-09-10 10:57:26 +00:00
sno
38021a1915 Updating package for CPAN module Module::Pluggable in
devel/p5-Module-Pluggable from 4.0 to 4.3.

pkgsrc changes:
- switch PERL5_MODULE_TYPE from ExtUtils::MakeMaker (default) to
  Module::Build

upstream changes:
2012-08-15 - 4.3
    * Fix calling the correct method when instantiating (Doh!)
    * Hopefully stop smoker failures

2012-08-14 - 4.2
    * Fix a problem with installation directory (Jerry D. Hedden)

2012-07-20 - 4.1
    * Allow triggers on events which gives a powerful way to modify
      behaviour (Tim Brody, Dan Dascalescu, Paul Evans, Jens Rehsack)
    * Put documentation in about behaviour under blib and test, allow
      searching outside blib under test (suggestion from Stephen Baynes)
    * Made following symlinks the default behaviour, added ability to
      turn that off (Aran Deltac)
    * Fix installation path (Matthias Dietrich, Todd Rinaldo)
    * Allow min_depth and max_depth (as per suggestion from Jens Rehsack)
    * Set our @INC up to include and prefer our search_dirs if necessary
      (as per suggestion from Ian Goodacre)
    * Switch to Module::Build
2012-09-10 10:57:16 +00:00
sno
1366d499e5 Updated devel/p5-MooseX-Types-Path-Class to 0.06 2012-09-10 10:48:48 +00:00
sno
3d04c3b310 Updating package for CPAN module MooseX::Types::Path::Class in
devel/p5-MooseX-Types-Path-Class from 0.05nb4 to 0.06.

upstream changes:
0.06 Wed Mar 28 2012
    * added SEE ALSO section in pod
    * converted git repo to Dist::Zilla
2012-09-10 10:48:37 +00:00
sno
558d628648 Updated devel/p5-MooseX-Types-LoadableClass to 0.008 2012-09-10 10:43:54 +00:00
sno
7bb549155d Updating package for CPAN module MooseX::Types::LoadableClass in
devel/p5-MooseX-Types-LoadableClass from 0.006nb1 to 0.008.

pkgsrc changes:
- adjust dependencies

upstream changes:
0.008 13-03-2012
  - Do not require Test::Exception. RT#75246

0.007 15-02-2012
  - Be more paranoid about the potential for $_ being clobbered.
2012-09-10 10:43:43 +00:00
sno
fbbf8d6ab2 Updated devel/p5-MooseX-Types-Common to 0.001008 2012-09-10 10:39:03 +00:00
sno
0b6fab5fee Updating package for CPAN module MooseX::Types::Common in
devel/p5-MooseX-Types-Common from 0.001003 to 0.001008.

pkgsrc changes:
- adjust build/test dependencies

upstream changes:
0.001008 2012-06-14 11:29:50 PDT
  - Upper* and Lower* string types now accept non-alphabetic characters (Karen
    Etheridge)
0.001007 2012-02-23 11:50EST
  - remove Test::Exception from a test
0.001006 2012-02-21 13:50EST
  - fix POD per RT #75168
0.001005 2012-02-19 20:45EST
  - add NumericCode type, RT #74346
0.001004 2011-12-05 23:30EST
  - use Test::Fatal instead of Test::Exception (Justin Hunter)
  - Added {Lower,Upper}CaseSimpleStr and {Lower,Upper}CaseStr, RT #71133
2012-09-10 10:38:52 +00:00
sno
bff99fac6f Updated devel/p5-MooseX-Types to 0.35 2012-09-10 10:35:29 +00:00
sno
7f768f2e78 Updating package for CPAN module MooseX::Types in devel/p5-MooseX-Types
from 0.30nb1 to 0.35.

pkgsrc changes:
- adjust dependencies

upstream changes:
0.35    2012-05-19
        - The new delegation code could fail when a type had no
          parent. Attempting to subtype Any was one way to trigger the
          bug. (Dave Rolsky)
        - The new delegation code broke calling ->can or ->isa on
          MooseX::Types::TypeDecorator as a class method. (Dave Rolsky)

0.34    2012-05-18
        - Special case new to avoid unexpected exceptions on unloaded classes

0.33    2012-05-18
        - Switch delegation order to prioritise type over class except for new

0.32    2012-05-18
        - Support delegation of methods to the class for class types
        - Factor out _try_delegate method

0.31    2011-12-22
        - Add support for qw( :all ) on MooseX::Types::Combine libraries.
	  (kentnl)
2012-09-10 10:35:15 +00:00
sno
12e3e2454e Updated devel/p5-MooseX-MarkAsMethods to 0.15 2012-09-10 10:27:36 +00:00
sno
62010a8db7 Updating package for CPAN module MooseX::MarkAsMethods in
devel/p5-MooseX-MarkAsMethods from 0.14 to 0.15.

upstream changes:
0.15      2012-05-30 17:34:11 America/Los_Angeles
	* Document that overload declarations must use the anon sub style for
	  methods to resolve correctly.
	* No code/functionality changes.
2012-09-10 10:27:24 +00:00
sno
203d204510 Updated devel/p5-MooseX-Getopt to 0.47 2012-09-10 10:24:18 +00:00
sno
aeeb1c8e0f Updating package for CPAN module MooseX::Getopt in devel/p5-MooseX-Getopt
from 0.37 to 0.47.

pkgsrc changes:
- adjust (build/test) dependencies

upstream changes:
0.47      2012-08-30 16:37:59 PDT-0700
 - re-release to remove double $VERSION declarations

0.46      2012-08-30 15:17:28 PDT-0700
 - -h is also treated as a --help option

0.45      2012-05-13 09:49:58 PDT-0700
 - use Path::Class in test to avoid test failures on MSWin32 with filename
   construction

0.44      2012-05-11 10:44:48 PDT-0700
 - now respecting value of configfile passed to the constructor, when used in
   conjunction with MooseX::ConfigFromFile. (Karen Etheridge)

0.43      2012-04-29 09:35:52 PDT-0700
 - re-release as non-trial.

0.42-TRIAL 2012-04-15 09:13:05 PDT-0700
 - reformatted the Changes file, with the help of CPAN::Changes, to something
   a little more standard.
 - more release-only tests added

0.41-TRIAL 2012-04-14 18:36:00 PDT-0700
 - Now bails with exit status 0, rather than dying, when printing
   requested --usage/--help information (usage printed via invalid arguments
   will still die, however). (Karen Etheridge)

0.40      2012-04-13
 - Fix tests when MooseX::ConfigFromFile is installed, with
   Getopt::Long::Descriptive >= 0.091. RT#76287
 - Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
 - Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681

0.39      2012-02-03
 - Fix argument parsing in process_argv when used with ConfigFromFile so
   that -v can be used as expected, rather than being grabbed as --version

0.38      2011-12-23
 - More documentation on Getopt::Long settings and how they alter this
   role's behaviour, in particular with regards to extra_argv capturing.
   (Karen Etheridge)
2012-09-10 10:24:08 +00:00
sno
500db198bd Updated devel/p5-MooseX-App-Cmd to 0.09 2012-09-10 10:16:56 +00:00
sno
5320feb210 Updating package for CPAN module MooseX::App::Cmd from 0.06nb3 to 0.09.
pkgsrc changes:
- adjust dependencies

upstream changes:
0.09      2012-03-18 20:21:21 America/New_York
    - RT#74668: can use a sub {} for configfile default (yanick)
    - RT#75446: add all necessary metadata as part of conversion
      to Dist::Zilla (mjgardner)
    - RT#75447: require correct version of Getopt::Long::Descriptive so
      basic and configfile tests can pass (mjgardner)
    - lots of code and documentation cleanup, driven by
      release tests (mjgardner)

0.08      2012-03-14
    - no code changes, just repackaging distribution archive with
      correct root (mjgardner)

0.07      2012-02-29
    - fix tests that started failing due to dependency error
      string change (offerk)
2012-09-10 10:16:44 +00:00
sno
dc05a38fd2 Updated devel/p5-MooseX-ConfigFromFile to 0.04 2012-09-10 10:08:15 +00:00
sno
f45e1bce09 Updating package for CPAN module MooseX::ConfigFromFile from 0.03nb1 to
0.04.

pkgsrc changes:
- adding some dependencies as named in module's meta-information

upstream changes:
0.04 - Dec 17, 2011
    - Call the configfile attribute default sub if it is a sub, not just a
      string, just like MooseX::Getopt does (RT#73325, Karen Etheridge)
2012-09-10 10:08:04 +00:00
plunky
8cf80c6526 Updated misc/zyGrib to 6.0.1 2012-09-10 10:06:07 +00:00