Commit graph

174574 commits

Author SHA1 Message Date
wiz
f4ea3f6505 Updated geography/p5-Geo-Distance to 0.17 2011-08-16 21:49:36 +00:00
wiz
85cda05f56 Update to 0.17:
0.17      2011-06-28
 - Fix circular package dependencies with Geo::Distance::XS (not really
   an issue practically, but then again it wasn't really helping).
2011-08-16 21:49:27 +00:00
wiz
9fba5f87a9 Updated fonts/p5-Font-TTF to 0.48 2011-08-16 21:48:17 +00:00
wiz
df08c47dc9 Update to 0.48. Changes undocumented.
Set LICENSE.
2011-08-16 21:48:05 +00:00
wiz
b02a7f6f56 Updated finance/p5-Locale-Currency-Format to 1.30 2011-08-16 21:45:24 +00:00
wiz
e1dbebca0c Update to 1.30, changes not documented. 2011-08-16 21:45:12 +00:00
wiz
95639abb58 Updated devel/p5-CPAN-Reporter to 1.2002 2011-08-16 21:39:51 +00:00
wiz
46cfb00318 Update to 1.2002.
1.2002    2011-08-10 17:52:08 America/New_York

  [BUG FIXES]

  - Fix failing tests on systems without
    Test::Reporter::Transport::Metabase
  - Minor test cleanups for use with 'prove'
2011-08-16 21:39:41 +00:00
wiz
095d39c829 Updated devel/p5-ExtUtils-MakeMaker to 6.59nb1 2011-08-16 21:37:55 +00:00
wiz
a7119ce2f9 Add two missing dependencies; fixes conflict with p5-File-Copy-Recursive.
Bump PKGREVISION.
2011-08-16 21:37:44 +00:00
wiz
9e1b8afc20 Added devel/p5-CPAN-Meta version 2.112150 2011-08-16 21:33:26 +00:00
wiz
5004bfeb6c + p5-CPAN-Meta. 2011-08-16 21:33:03 +00:00
wiz
4f215a80d8 Initial import of CPAN-Meta-2.112150.
Software distributions released to the CPAN include a META.json
or, for older distributions, META.yml, which describes the
distribution, its contents, and the requirements for building and
installing the distribution. The data structure stored in the
META.json file is described in CPAN::Meta::Spec.

CPAN::Meta provides a simple class to represent this distribution
metadata (or distmeta), along with some helpful methods for
interrogating that data.
2011-08-16 21:30:20 +00:00
wiz
83cf15f7d6 Updated devel/p5-App-perlbrew to 0.28 2011-08-16 21:11:40 +00:00
wiz
97da9d594d Update to 0.28, add some missing dependencies.
0.28:
- fixes for cpantester
- Fix 'switch' and 'use' for bash users, by Woody2143++
- The standalone `perlbrew` file is now packed with fatpacker, by running `dev-bin/build.sh`. `perl Makefile.PL` does no trigger a re-build anymore.
- Update the installer to grab patchperl 0.46
2011-08-16 21:11:30 +00:00
wiz
f811f31fdb + p5-Test-Spec 2011-08-16 21:05:26 +00:00
wiz
572e94bf85 Initial import of p5-Test-Spec-0.38:
This is a declarative specification-style testing system for
behavior-driven development (BDD) in Perl. The tests (a.k.a.
examples) are named with strings instead of subroutine names, so
your fingers will suffer less fatigue from underscore-itis, with
the side benefit that the test reports are more legible.
2011-08-16 21:04:55 +00:00
wiz
3418d5ee4e Updated devel/p5-Package-Stash to 0.31 2011-08-16 21:02:01 +00:00
wiz
67acc2e800 Update to 0.31:
0.31  2011-08-08
      - fix ->add_symbol('$foo', qr/sdlfk/) on 5.12+
      - fix ->add_symbol('$foo', \v1.2.3) on 5.10+

0.30  2011-07-21
      - fix compiler detection in Makefile.PL (ribasushi)

0.29  2011-04-06
      - no, *really* skip the package-stash-conflict script

0.28  2011-03-29
      - META.json fixes (mst)

0.27  2011-03-27
      - also skip the package-stash-conflicts script (Father Chrysostomos)

0.26  2011-03-04
      - make the namespace cache lazy and weak, in case the stash is deleted
      - but, this doesn't work on 5.8, so disable the namespace caching
        entirely there

0.25  2011-01-25
      - make the leak tests author-only, since some smokers run release tests

0.24  2011-01-17
      - oops, i did need the Test::Requires dep

0.23  2011-01-11
      - lower perl prereq to 5.8.1 (ribasushi)
      - make the leak tests release-only, since they keep randomly failing on
        platforms i don't have access to. people are encouraged to submit
        patches for these if they are affected.

0.22  2011-01-05
      - bump ::XS dep again

0.21  2011-01-05
      - bump Package::Stash::XS dep, since a bug was fixed there

0.20  2011-01-03
      - one more fix for the Conflicts plugin

0.19  2011-01-03
      - stop manually inserting conflict checking into Makefile.PL since we're
        using the dzil Conflicts plugin now

0.18  2011-01-03
      - non-trial release

0.17-TRIAL  2011-01-03
      - use Dist::Zilla::Plugin::Conflicts rather than doing it by hand
      - silence deprecation warnings for the method renaming for now

0.16-TRIAL  2010-12-31
      - use Dist::CheckConflicts

0.15-TRIAL  2010-11-16
      - split the XS conversion out to its own dist (Package-Stash-XS), and
        convert Package::Stash into a module which loads either the XS or pure
        perl implementation, depending on what's available

0.14-TRIAL  2010-11-14
      - complete rewrite in C, for speed (this includes the vivification
        changes from earlier). should be entirely backwards compatible
        otherwise (in terms of documented api anyway).

      - methods were renamed for brevity: s/_package//

0.13  2010-10-31
      - revert the vivification changes for now, to get an actual release out
        with Test::Fatal

0.12-TRIAL  2010-10-27
      - actually include the conflict stuff in the release (bah)

0.11-TRIAL  2010-10-27
      - conflict on mx-role-withoverloading too

0.10-TRIAL  2010-10-27
      - only do the weird ISA special-casing on perl versions where it's broken

0.09-TRIAL  2010-10-27
      - clean up the vivication code a lot, make it behave more sanely
      - use Test::Fatal instead of Test::Exception (Justin Hunter)
2011-08-16 21:01:49 +00:00
wiz
05db51ff36 Added devel/p5-Package-Stash-XS version 0.23 2011-08-16 20:59:10 +00:00
wiz
01f1f19ef0 + p5-Package-Stash-XS 2011-08-16 20:58:49 +00:00
wiz
1879e118a4 Initial import of p5-Package-Stash-XS-0.23:
This is a backend for p5-Package-Stash, which provides the
functionality in a way that's less buggy and much faster. It will
be used by default if it's installed, and should be preferred in
all environments with a compiler.
2011-08-16 20:57:51 +00:00
wiz
b429460fdd Added devel/p5-Dist-CheckConflicts version 0.02 2011-08-16 20:52:01 +00:00
wiz
20927874fa + p5-Dist-CheckConflicts. 2011-08-16 20:51:43 +00:00
wiz
6c81ba2579 Initial import of p5-Dist-CheckConflicts-0.02:
One shortcoming of the CPAN clients that currently exist is that
they have no way of specifying conflicting downstream dependencies
of modules. This module attempts to work around this issue by
allowing you to specify conflicting versions of modules separately,
and deal with them after the module is done installing.
2011-08-16 20:50:54 +00:00
wiz
661c82d6c4 Added devel/p5-Test-Trap version 0.2.1 2011-08-16 20:41:32 +00:00
wiz
e82180c852 + p5-Test-Trap. 2011-08-16 20:41:22 +00:00
wiz
15bd447ab3 Initial import of p5-Test-Trap-0.2.1.
This modules is primarily (but not exclusively) for use in test
scripts: A block eval on steroids, configurable and extensible,
but by default trapping (Perl) STDOUT, STDERR, warnings, exceptions,
would-be exit codes, and return values from boxed blocks of test
code.

The values collected by the latest trap can then be queried or
tested through a special trap object.
2011-08-16 20:40:16 +00:00
wiz
1463c9b99d Added devel/p5-Devel-PatchPerl version 0.52 2011-08-16 20:26:38 +00:00
wiz
9b0f7bdb46 + p5-Devel-PatchPerl 2011-08-16 20:26:28 +00:00
wiz
e711d03569 Initial import of p5-Devel-PatchPerl-0.52.
Devel::PatchPerl is a modularisation of the patching code contained
in Devel::PPPort's buildperl.pl.  It does not build perls, it merely
provides an interface to the source patching functionality.
2011-08-16 20:25:25 +00:00
wiz
f6e6b571af Updated databases/p5-ORLite to 1.50 2011-08-16 20:19:23 +00:00
wiz
66c879c9ef Update to 1.50:
1.50 Tue 7 Jun 2011
	- Removed normalize as a supported parameter, normalizing columns turns
	  out not to work in practice. However, we always normalize tables to
	  get the class name for the table as that seems to result in class
	  names that make much more sense.

1.49 Wed 1 Jun 2011
	- Adding normalize support to turn columnName into column_name

1.48 Fri 21 Jan 2011
	- Initial support for shim => 1 to simplify customisation (ADAMK)

1.47 Wed 8 Dec 2010
	- Adding readonly support for views (ADAMK)

1.46 Tue 30 Nov 2010
	- Bumped File::Path dependency to 2.08 to prevent test failures
	  from the one shipped with Perl 5.8.9 (AZAWAWI)
	- Added experimental base class ->update support (ADAMK)
	- Added the qname attributes to the generator structs to simplify
	  and improve readability of SQL fragment strings (ADAMK)
2011-08-16 20:19:14 +00:00
wiz
621a93b403 Updated devel/p5-Module-Install to 1.01 2011-08-16 20:17:01 +00:00
wiz
70f779a585 Update to 1.01:
1.01 Wed 27 Apr 2011
	- Better error message in install_share (CHORNY)
	- Compatibility with MYMETA.yml support in EUMM (CHORNY)
	- Support for extraction of Artistic 2.0 license (CHORNY)
	- Support https links when searching for bug trackers (CHORNY)
2011-08-16 20:16:51 +00:00
wiz
beb88820ec Updated databases/p5-MARC-Record to 2.0.3 2011-08-16 20:11:42 +00:00
wiz
b298586c1f Update to 2.0.3:
2.0.3 Fri Jan 14 17:50:12 EST 2011
        - RT#62296: fix crash when dealing with record bigger than
          99999 bytes (Alex Arnaud)
        - test cases for MARC::Field->subfields()
        - RT#61198: let subfields return an empty array on control
          fields (Colin Campbell)

2.0.2 Tue May  4 13:04:07 EDT 2010
        - RT#57180: put back and expanded copyright statement in README
          at Debian request
        - set license element in META.yml

2.0.1 Sat May  1 15:59:54 EDT 2010
        [ENHANCEMENTS]
        - improve support for subclassing MARC::Field (Dan Wells)
        - RT#55993: MARC::Record->insert_fields_after can now insert
          after last field in record (Frédéric Demians)
        - added methods to MARC::Field to allow a (class-level) list of
          fields that should be considered control fields in addition
          to 001-009. Includes test t/extra_controlfields.t, and
          supports alphabetic characters in the tag labels.  The new
          methods are
               allow_controlfield_tags
               disallow_controlfield_tags
               is_controlfield_tag
          (Bill Dueber)
        - added MARC::Record::delete_fields() and t/delete-field.t
          (Ed Summers)
        - documentation improvements (Mike Rylander and Dan Scott)
        - baked in minimum Perl version required: 5.8.2
2011-08-16 20:11:31 +00:00
wiz
b0ff1ed9fd Updated databases/p5-DB_File to 1.824 2011-08-16 20:09:09 +00:00
wiz
34c6f0d267 Update to 1.824:
1.824 6 Aug 2011

   * Amendments to tests to work in blead
     [RT #70108]

1.823 6 Aug 2011

   * croak if attempt to freeze/thaw DB_File object
     [RT #69985]
2011-08-16 20:08:56 +00:00
bsiegert
fa831d3982 false is /usr/bin/false, not "exit 1". These two are not the same thing.
This fixes the build of pkg-config on MirBSD, which broke 5125 other
packages during the last bulk build.
2011-08-16 20:08:18 +00:00
wiz
7e64bf72d2 Updated databases/p5-BerkeleyDB to 0.49 2011-08-16 20:07:53 +00:00
wiz
af77a9733a Update to 0.49. Fix interpreters.
0.49  6th August 2011

        * Documentation updated courtesy of Mike Caron

        * croak if attempt to freeze berkeleydb object
          [RT #69985]
2011-08-16 20:07:43 +00:00
wiz
55db80515b Updated converters/p5-JSON-XS to 2.320 2011-08-16 19:59:24 +00:00
wiz
734d3b3667 Update to 2.32:
2.32 Thu Aug 11 19:06:38 CEST 2011
	- fix a bug in the initial whitespace accumulation.
2011-08-16 19:59:11 +00:00
wiz
263d97d16a Updated comms/p5-Device-Gsm to 1.58 2011-08-16 19:58:15 +00:00
wiz
a829b53daa Update to 1.58:
1.58  Mon Mar  7 22:31:22 EST 2011
    - Fixed RT #48229, an uninitialized value when registering to the network
      but getting no answer from the phone.

1.57  Mon Mar  7 20:53:03 EST 2011
    - Fixed a bug in send_sms() that prevented it from working at all.
      The bug was introduced with the "assume_registered" option.
    - Fixed RT #57585. Thanks to Eric Kössldorfer for his patch and
      test case.
    - Added PDU<->latin1 conversion functions in Device::Gsm::Pdu
    - Note to self: first release from Australia!
2011-08-16 19:58:06 +00:00
wiz
6811f40b68 Updated comms/p5-Device-Modem to 1.54 2011-08-16 19:57:06 +00:00
wiz
7db4f6d003 Update to 1.54:
1.54  Sun May 29 20:53:23 AEST 2011
    - Removed uninitialized warning on $obj->{'CONNECTED'}.
      Fixes RT #68504.
2011-08-16 19:56:56 +00:00
abs
fec8c958cc Add autopoint to _TOOLS.gettext-tools 2011-08-16 12:14:27 +00:00
abs
92d34f99aa Added devel/p5-Test-Fatal version 0.006 2011-08-16 12:03:24 +00:00