Commit graph

144386 commits

Author SHA1 Message Date
sno
e1db9e8fbe Updated devel/p5-MooseX-Types to 0.16 2009-07-07 21:12:10 +00:00
sno
40fe448547 Updating package for MooseX::Types from 0.12 to 0.16
Upstream changes:
0.16    Mon Jun 29 10:50:41 PDT 2009
        - Ship with Module::Install 0.91

0.15    Sun Jun 27 15:50:00 EDT 2009
        - Change all uses of croak in TypeDecorator to use the Moose
          throw_exception method.
        - More test cases for the union mixed string type issue, and
          better handling of this in the | overload in TypeDecorator

0.14    Fri Jun 26 17:52:20 PDT 2009
        - Fix union with string type

0.13    Tue Jun 23 05:46:33 PDT 2009
        - Add Test::Moose to build_requires for Fedora
2009-07-07 21:11:41 +00:00
joerg
738db67e2a user-destdir support 2009-07-07 21:08:34 +00:00
sno
383ba3a7e3 Updated devel/p5-MooseX-Singleton to 0.18 2009-07-07 21:08:31 +00:00
joerg
66d3f79f8d user-destdir support 2009-07-07 21:07:47 +00:00
sno
097d5aee45 pkgsrc changes:
- Updating package for p5 module MooseX::Singleton from 0.17 to 0.18
  - Correcting LICENSE according to META.yml
  - Setting module type to Module::Install to prevent auto-install via
    cpan
  - Adjusting dependencies

Upstream changes:
0.18 2009-06-21
    - Changes to work Moose 0.82 (Dave Rolsky)
2009-07-07 21:07:46 +00:00
sno
ab25931ce8 Updated devel/p5-MooseX-AttributeHelpers to 0.20 2009-07-07 21:05:17 +00:00
sno
2819b3ba88 Updating package for MooseX::AttributeHelpers from 0.19 to 0.20
Upstream changes:
0.20 Thu June 25, 2009
	- MXAH is moving into core. This module will be deprecated when
	  that finally happens.
	- Remove register_implementation methods from the traits because
	  we don't want to conflict with cored AttributeHelpers. You'll need to
	  specify the full package name for traits --
	  MooseX::AttributeHelpers::Trait::Counter instead of Counter
	- New provided method for hashs: elements (Returns the key, value
	  pairs in the hash as a flattened list) (plu)
2009-07-07 21:04:23 +00:00
sno
d96ebc1adf Updated devel/p5-Data-UUID to 1.20.2 2009-07-07 21:02:03 +00:00
sno
6a931a07d7 Updating package for p5 module Data::UUID from 1.20.1 to 1.20.2
Upstream changes:
1.202 Mon Jun 15 18:42:19 EDT 2009
  - localize changes to $! (thanks, Jesse Vincent!)
2009-07-07 21:01:29 +00:00
sno
b9bf906540 Updated devel/p5-Config-IniFiles to 2.52 2009-07-07 20:59:48 +00:00
joerg
e5bb6e47e3 user-destdir support 2009-07-07 20:59:43 +00:00
sno
26b5170b09 Updating package for p5 module Config::IniFiles from 2.51 to 2.52
Upstream changes:
Version 2.52:   ( Sun Jun 28 16:16:09 IDT 2009 )
------------------------------------------------

* Added more keys to Build.PL (author, etc.)
* Added resources and keywords to META.yml.
* Converted t/00load.t to Test-More.
* No longer chdir()-ing into "t" in t/00load.t
* Got rid of the "new Config::IniFiles" syntax in the tests.
- replaced with Config::IniFiles->new().
- see "Perl Best Practices", "Programming Perl", 3rd Edition
2009-07-07 20:59:08 +00:00
joerg
6a2d9c8969 user-destdir support 2009-07-07 20:58:37 +00:00
sno
c8b4e8b10c Updated devel/p5-Class-Method-Modifiers to 1.04 2009-07-07 20:58:06 +00:00
joerg
e0eb3e91c6 user-destdir support 2009-07-07 20:58:04 +00:00
sno
73656eab08 pkgsrc changes:
- Updating package for p5 module Class::Method::Modifiers from 1.01
    to 1.04
  - Setting license to ${PERL5_LICENSE} and adjust dependencies
    according to META.yml

Upstream changes:
1.04    Mon Jun 15 11:33:31 2009
        We need parens around confess if we're going to delay-load
            Carp, affects only 5.10 (reported by David Raab)
1.03    Sun Jun 14 14:44:25 2009
        Modernize the dist
        Fix possible test failures
        Only load Carp if we have to
1.02    Sun May 31 23:33:42 2009
        Fix for void context (reported by tokuhirom)
        Lift dependency on on MRO::Compat
2009-07-07 20:57:19 +00:00
sno
b1ac635b80 Updated devel/p5-Class-Gomor to 1.02 2009-07-07 20:55:17 +00:00
sno
997c189452 pkgsrc changes:
- Updating package for p5 module Class::Gomor from 1.01 to 1.02
  - Adjusting META information (license, homepage)

Upstream changes:
1.02 Sat May 23 15:44:40 CEST 2009
   - bugfix: a warning when used with perl 5.10
   - new: test kwalitee
   - update: copyright notice
2009-07-07 20:54:28 +00:00
sno
ff30d13126 Updated devel/p5-Cache-FastMmap to 1.34 2009-07-07 20:53:00 +00:00
joerg
9a15a7a84d user-destdir support 2009-07-07 20:52:31 +00:00
sno
de92ce4a04 pkgsrc changes:
- Updating package for p5 module Cache::FastMmap from 1.30 to 1.34
  - Adjusting LICENSE

Upstream changes:
1.34 Fri Jun 19 12:00 2009
  - perldoc fix (thanks Jonathan Yu)

1.33 Thu Jun 18 12:00 2009
  - Update version in META.yml

1.32 Thu Jun 18 11:55 2009
  - Better LiveCaches tracking via DESTROY

1.31 Thu Jun 18 11:40 2009
  - when in raw_values => 0 mode, the write_cb is now
    correctly called with thawed data, rather than the
    raw frozen data
  - empty_on_exit correctly called even when a global
    cache is left at interpreter exit time (required
    Scalar::Util qw(weaken) for object tracking)
2009-07-07 20:51:51 +00:00
sno
a71dfc1435 Updated devel/p5-CPAN to 1.9402 2009-07-07 20:50:17 +00:00
sno
af6a204241 Updating package for p5 module CPAN from 1.9400 to 1.9402
Upstream changes:
2009-06-27  Andreas J. Koenig  <andk@cpan.org>
	* release 1.9402, nearly identical to 1.94_01 with these additions:
	* protect build_dir_reuse to not process irrelevant yaml files;
	  addressing a bug report by Asif Iqbal on cpan-discuss mailing list
	* doc fix by Dan Dascalescu

2009-06-14  Andreas J. Koenig  <andk@cpan.org>
	* release 1.94_01, a candidate for the next stable release
	* friendlier CPAN shell startup message (RT#46869 by ADAMK)
	* sets $Archive::Tar::CHOWN=0 and $Archive::Tar::SAME_PERMISSIONS=0;
          (RT#46384 reported by John Lightsey)
	* fix CPAN Testers reports summary for new website YAML format
	  (RT#46652; David Golden)
	* continuing to improve error handling on unplugged operation (tracked
	  in RT#44549)
	* fix RT#46378: what happens when using 'o conf urllist' for reordering
2009-07-07 20:49:40 +00:00
joerg
f1fd1cddaa user-destdir support 2009-07-07 20:47:53 +00:00
sno
9d48367794 Updated devel/p5-B-Hooks-Parser to 0.09 2009-07-07 20:47:34 +00:00
sno
b66e95c81e pkgsrc changes:
- Updating package for p5 module B::Hooks::Parser from 0.08 to 0.09
  - Adjusting dependencies according to META.yml
  - Setting license according to META.yml

Upstream changes:
0.09  Wed, 03 Jun 2009 13:20:21 +0200
  * Don't redefine various macros if they already exist.
  * Add B::Hooks::Toke::skipspace function (Liu Kang-min).
2009-07-07 20:46:53 +00:00
joerg
4be3d7ea0e user-destdir support 2009-07-07 20:46:04 +00:00
sno
d858f766f3 Updated devel/p5-AnyEvent to 4.800 2009-07-07 20:44:09 +00:00
joerg
71e4f75c5f user-destdir support 2009-07-07 20:43:58 +00:00
sno
643225f0d0 Updating package for p5 module AnyEvent from 4.411 to 4.800
Upstream changes:
4.8  Mon Jul  6 23:45:16 CEST 2009
	- AnyEvent::DNS did not properly follow CNAME records with
          uppercase targets.
        - AnyEvent::DNS would errornously return AAAA records
          with v4 mapped addresses (a faulty record) as ipv4 addresses,
          causing AnyEvent::Socket to throw an exception.
        - added new module AnyEvent::TLS for easier SSL/TLS context
          creation, with many options including hostname verification,
          secure default configuration, lots of documentation and,
          predefined diffie-hellman keys for perfect forward security
          and much more. get it while it's still fresh!
        - use AnyEvent::TLS in AnyEvent::Handle for context management.
	- load AnyEvent::Handle only on demand in AnyEvent::DNS,
          so AnyEvent::Socket users have smaller memory footprint
          in the common case.
        - add AnyEvent::Handle->push_shutdown method.
        - add an additional error message parameter to AnyEvent::Handle's
          on_error callback (for TLS, $! is still available).
        - add AnyEvent::Handle on_starttls/on_stoptls callbacks.
        - make AnyEvent::Handle more robust against early conenction
          failures (during new), and return C<undef> in that case
          from the constructor.
        - AnyEvent::Handle will now try to load only JSON::XS first,
          then fall back to JSON.
        - format_ipv4/format_ipv6 are now exported by default, for symmetry,
          and because it was documented that way.

4.451 Fri Jul  3 00:28:58 CEST 2009
	- do not clear rbuf when shutting down an AnyEvent::Handle
          object - doing so breaks AnyEvent::HTTP.

4.45  Mon Jun 29 22:59:26 CEST 2009
        - a write error could cause AnyEvent::Handle to create
          an I/O watcher with an undefined $fh.
        - special-case mapped ipv4 addresses in both
          AnyEvent::Socket::format_address and parse_address,
          to treat them just like ipv4 addresses.
        - updated and overhauled the AnyEvent::Intro doc.
        - implement AnyEvent::Socket::format_ipv4/ipv6.
	- slightly speed up portable_pipe/socketpair.
        - expand condvar begin/end documentation.

4.42  Fri Jun 26 08:32:18 CEST 2009
	- preliminary and neccesarily incomplete support for IO::Async.
	- reset SIGCHLD to DEFAULT when AnyEvent is loaded, in
          case it was set to IGNORE, to ensure we can catch child statuses
          even when the calling env acts stupidly.
        - updated benchmarks with IO::Async, which performs very well.

4.412 Wed Jun 24 01:35:57 CEST 2009
	- support an "untaint" attribute for AnyEvent::DNS
          and set it on the default resolver.
	- implement and document AnyEvent::Impl::Perl::loop.
        - remove all anyevent-env variables from %ENV
          when running in tainted mode.
        - mention and extend the IO::Lambda benchmark.
2009-07-07 20:43:38 +00:00
joerg
abbe116ae8 user-destdir support 2009-07-07 20:41:51 +00:00
sno
9fe47535c6 Updated devel/p5-Any-Moose to 0.10 2009-07-07 20:40:39 +00:00
sno
7e805fdc77 Updating package for p5 module Any::Moose from 0.09 to 0.10
Correcting LICENSE

Upstream changes:
0.10  Fri 19 Jun 2009
  * Fix META.yml
2009-07-07 20:39:47 +00:00
joerg
7338a4bfab user-destdir support 2009-07-07 20:39:13 +00:00
sno
bd1b1a45ce Updated databases/p5-SQL-Translator to 0.09007 2009-07-07 20:38:22 +00:00
joerg
38ef74605c user-destdir support 2009-07-07 20:37:28 +00:00
sno
8c48475daa Updating package for p5 module for SQL::Translator from 0.09006 to 0.09007
Upstream changes:
# ----------------------------------------------------------
# 0.09007 2009-06-25
# ----------------------------------------------------------
* Fixed Pg parser - caching the compiled P::RD schema is a *very*
  bad idea
* Fix MSSQL handling of ON UPDATE/DELETE RESTRICT
* Delay MSSQL FK constraint deployment until after all CREATE TABLE
  statements
* Coerce other engine's bytea/blob/clob datatypes to VarBinary
2009-07-07 20:37:23 +00:00
joerg
cf6c514096 user-destdir support 2009-07-07 20:36:32 +00:00
agc
0513f6d1b7 Update for ${DESTDIR} support, and add an explicit license statement to the
Makefile
2009-07-07 20:35:53 +00:00
sno
744f20eec0 Updated databases/p5-Rose-DBx-Garden-Catalyst to 0.14 2009-07-07 20:35:41 +00:00
joerg
f0b16696a6 user-destdir support 2009-07-07 20:35:27 +00:00
sno
49ec12a082 pkgsrc changes:
- Updating package for p5 module Rose::DBx::Garden::Catalyst from 0.13
    to 0.14
  - Setting LICENSE=${PERL5_LICENSE}
  - Adjusting dependencies

Upstream changes:
0.14    7 June 2009
        * drop tables conditionally in rdgc.sql
        * refactor C3 syntax
2009-07-07 20:34:46 +00:00
joerg
1cb581b931 user-destdir support 2009-07-07 20:25:27 +00:00
sno
59f6c398a8 Updated databases/p5-Catalyst-Model-DBIC-Schema to 0.25 2009-07-07 20:24:51 +00:00
sno
54be8626f4 pkgsrc changes:
- Updating package for p5 module Catalyst::Model::DBIC::Schema from
    0.23 to 0.25
  - Setting LICENSE=${PERL5_LICENSE} according META.yml
  - Adjusting dependencies according to META.yml

Upstream changes:
0.25  Fri Jun 19 08:35:38 PDT 2009
	- fix dep on Tie::IxHash that made tests fail
	- add more attributes to ::Replicated trait
        - fixed infinte loop in helper if SQLite connect_info has only
	  a DSN (dandv, RT #47101)

0.24  Tue Jun 16 06:18:58 PDT 2009
        - Add tests for issues with Class::C3 which are caused to
          applications which use new Catalyst but old DBIC, and have
          use Class::C3 in the MyApp class (t0m)
        - die on empty schema
        - create=dynamic deprecation warning
        - helper passes loader opts to dynamic schemas
        - conversion to Moose
        - cursor caching support (via
          Catalyst::TraitFor::Model::DBIC::Schema::Caching)
        - ::Storage::Replicated support (via ::Replicated trait)
        - switch to hashref connect_info for DBIC 8100
        - better helper option parsing, with support for more options
        - more tests
2009-07-07 20:22:54 +00:00
joerg
c1bf38d403 user-destdir support 2009-07-07 20:21:37 +00:00
sno
2280aeb618 Updated databases/p5-DBD-mysql to 4.012 2009-07-07 20:17:57 +00:00
sno
7942ccfe15 pkgsrc changes:
- Updating package for p5 module DBD::mysql from 4.010 to 4.012
  - Setting LICENSE=${PERL5_LICENSE}

Upstream changes:
2009-06-18 Patrick Galbraith <patg@patg.net> (4.012)

* Patch to bind_type_guessing from Craigslist,
  Thanks to Chris! Happiness is no quoted numbers.
  Fixed ChopBlanks to work with bind_type_guessing
* Patch for win32 strawberry build
  Thanks to Curtis Jewell! Windows needs love
* Patch for auto-reconnect to set active flag
  Thanks to Doug Fischer!
* Fixed bug 32464 http://bugs.mysql.com/bug.php?id=32464.
  See https://rt.cpan.org/Ticket/Display.html?id=46308
  Add connection flag mysql_no_autocommit_cmd which users of
  MySQL Proxy can use to prevent 'set autocommit=#' from being
  issued by the driver. 'perldoc DBD::mysql' to see how to use
  this new flag
* Added bind-type-guessing options to Makefile.PL so the entire
  test suite can be run with bind_type_guessing set.

2009-04-13 Patrick Galbraith <patg@patg.net> (4.011)
* Renamed unsafe_bind_type_guessing, fixed some of the logic. This
can be used to deal with bug 43822
(https://rt.cpan.org/Ticket/Display.html?id=43822)
* Patch from Daniel Frett (daniel Dot frett At ccci Dot org) to fix
issue of binding sever side integer parameters (server-side prepare
statements) resulting in corrupt data, bug 42723
(https://rt.cpan.org/Ticket/Display.html?id=42723)
* Updated documentation, cruft cleanup (as always)
2009-07-07 20:17:11 +00:00
sno
5f38de1af4 Updated finance/p5-Finance-Currency-Convert-WebserviceX to 0.07001 2009-07-07 20:14:45 +00:00