Commit graph

188696 commits

Author SHA1 Message Date
sno
09a83bad57 Updating package for Perl 5 module Regexp::Common in
textproc/p5-Regexp-Common from 2011041701 to 2011121001.

Upstream changes:
Version 2011121001 Sat Dec 10 21:32:49 CET 2011
+ Fixed a few cases where $[ was used instead of $].
  (RT 73033 by Father Chrysostomos <sprout@cpan.org>)
+ Typo fix in docs (P Ramakers <pramakers@gmail.com>)
+ Add an explicite 1 to end the main module; otherwise it may fail under Mason
  (Luciano Rocha <luciano.rocha@booking.com>)
2012-07-06 12:54:50 +00:00
sno
9a6abbdcbf Updated textproc/p5-XML-Simple to 2.20 2012-07-06 12:49:15 +00:00
sno
e27052d7a1 Updating package for Perl 5 module XML::Simple in textproc/p5-XML-Simple
from 2.18nb4 to 2.20.

pkgsrc changes:
- update dependencies

Upstream changes:
2.20      2012-06-20 22:00:13 Pacific/Auckland
  - Suppress warning from empty CDATA section (RT#58359 from Juan Antonio
    Navarro Pérez)

2.19_02   2012-06-19 20:33:53 Pacific/Auckland
  - Reinstate XML::SAX::Expat dependency
  - Fix warnings tests (broken in 2.19_01) which rely on global $^W

2.19_01   2012-06-17 23:27:22 Pacific/Auckland
  - Use lexical filehandles instead of old-style fileglobs (RT#77787 from
    Quanah)
  - Restrict scope of :strict mode to calling package (RT#41562 from Hannu
    Aronsson)
  - Fix POD typo (RT#45414 from Anirvan Chatterjee)
  - Update POD to reflect best practise regarding :strict and options
  - Change minimum Perl requirement to 5.008
  - Switch to using Dist::Zilla for release management
2012-07-06 12:49:04 +00:00
sno
d445088312 Updated textproc/p5-XML-LibXML to 2.00.01 2012-07-06 12:40:28 +00:00
sno
95373ac011 Updating package for Perl 5 module XML::LibXML in textproc/p5-XML-LibXML
from 1.96nb1 to 2.00.01 (upstream 2.0001).

Upstream changes:
2.0001          Wed Jun 20 19:40:05 IDT 2012
    - Remove the leftover perl-libxml-libxml.h from the distribution.
        - https://rt.cpan.org/Ticket/Display.html?id=77924
        - Thanks to Martin Mann for the report.

2.0000          Tue Jun 19 23:04:23 IDT 2012
    - Fix warnings that appear when compiling using the clang C compiler by
    default.
        - https://rt.cpan.org/Ticket/Display.html?id=77802
        - Thanks to duvny for the report, and to seldon, doy and Zefram
        for their assistance in fixing the warnings.
    - Fix tests and run-time errors when Hash::FieldHash is installed
    by no longer using Hash::FieldHash.
        - https://rt.cpan.org/Ticket/Display.html?id=77576
        - Thanks to hsk@fli-leibniz.de for reporting it, and to
        Father Chrysostomos ( http://search.cpan.org/~sprout/ ) and
        Mons Anderson for some diagnosis.

1.99            Thu May 31 10:21:23 IDT 2012
    - Apply a patch from Mons Anderson ( mons@cpan.org ) for fixing the
    overloading.
        - t/62overload.t
        - Thanks to Mons.
    - Fix test failures (and general functionality) on 64-bit big endian
    platforms
        - https://rt.cpan.org/Ticket/Display.html?id=77340
        - Thanks to Gregor Herrmann and Niko Tyni from the
        Debian Perl group.

1.98            Sun May 13 21:02:14 IDT 2012
    - Make sure parse_string() and load_xml() also accept references to
    strings (to avoid unnecessary copying).
        - See: https://rt.cpan.org/Ticket/Display.html?id=64051

1.97            Mon Apr 30 20:31:24 IDT 2012
    - Apply a test and a fix to correct keep_blanks having no effect on
    parse_balanced_chunk.
        - fixes https://rt.cpan.org/Ticket/Display.html?id=76696
        - Add t/30keep_blanks.t .
        - Thanks to SREZIC for the report, the test and the fix.
2012-07-06 12:40:18 +00:00
sno
be54e38039 Updated textproc/p5-XML-SAX to 0.99 2012-07-06 12:37:45 +00:00
sno
514a707b62 Updating package for Perl 5 module XML::SAX in textproc/p5-XML-SAX
from 0.96nb6 to 0.99.

pkgsrc changes:
- importing new package for extracted XML::SAX::Base module

Upstream changes (not noted by Author!):
- extracted XML::SAX::Base and XML::SAX::Exception module
- improved/fixed CDSect parsing
2012-07-06 12:37:33 +00:00
sno
871aef4739 Added textproc/p5-XML-SAX-Base version 1.08 2012-07-06 12:31:16 +00:00
sno
43f5c6939c Re-importing package for Perl 5 module XML::SAX::Base version 1.08 into
textproc/p5-XML-SAX-Base, because scheduled update of XML::SAX to 0.96
in textproc/p5-XML-SAX extracted XML::SAX::Base into an own distribution
again.

This module has a very simple task - to be a base class for PerlSAX drivers
and filters. It's default behaviour is to pass the input directly to the
output unchanged. It can be useful to use this module as a base class so
you don't have to, for example, implement the characters() callback.
2012-07-06 12:31:01 +00:00
sno
0f7f0ac4e4 Updating package for Perl 5 module YAML in textproc/p5-YAML from 0.80
to 0.81.

Upstream changes:
version: 0.81
date:    Thu Apr 19 11:03:38 PDT 2012
changes:
- Patch from https://rt.cpan.org/Public/Bug/Display.html?id=74826
- YAML::Mo uses Safe Mo https://rt.cpan.org/Public/Bug/Display.html?id=76664
2012-07-06 12:03:41 +00:00
sno
d8d91f3b10 Updated textproc/p5-YAML to 0.81 2012-07-06 12:02:33 +00:00
sno
cfc4a905b5 Updating package for Perl 5 module YAML in textproc/p5-YAML from 0.80
to 0.81.

Upstream changes:
version: 0.81
date:    Thu Apr 19 11:03:38 PDT 2012
changes:
- Patch from https://rt.cpan.org/Public/Bug/Display.html?id=74826
- YAML::Mo uses Safe Mo https://rt.cpan.org/Public/Bug/Display.html?id=76664
2012-07-06 12:02:23 +00:00
sno
f01fd35cad Updated time/p5-DateTime-Format-Strptime to 1.5200 2012-07-06 12:00:17 +00:00
sno
8a98be70b0 Updating package for Perl 5 module DateTime::Format::Strptime in
time/p5-DateTime-Format-Strptime from 1.5000 to 1.5200.

pkgsrc changes:
- Update comment and homepage
- append 00 to upstream version to avoid comparing conflicts in pkgsrc

Upstream changes:
1.52     2012-07-01
- Shut up "unescaped braces in regex" warning from 5.17.0. RT #77514. Patch by
  Zefram.

1.51     2012-05-27
- Packaging cleanup, including listing Test::More as a test prereq, not a
  runtime prereq. RT #76128.
2012-07-06 11:59:59 +00:00
sno
1f433f6b12 Updated time/p5-DateTime to 0.7600 2012-07-06 11:53:46 +00:00
sno
d231f3eacb Updating package for Perl 5 module DateTime in time/p5-DateTime from 0.7400
to 0.7600.

Upstream changes:
0.76   2012-07-01
- The DateTime->subtract method ignored the end_of_month parameter. Patch by
  Chris Reinhardt. RT #77844.

0.75   2012-06-11
- The epoch for years 1-999 was broken because Time::Local is "clever". A pox
  on all clever APIs, I say! Reported by Christian Hansen. RT #77719.
- Shut up compilation warning from 5.17.x. Reported by Tom Wyant. RT #77490.
2012-07-06 11:53:37 +00:00
sno
8e564c2ba8 Updated devel/p5-Sub-Uplevel to 0.2400 2012-07-06 11:35:12 +00:00
sno
8ff1d29965 Updating package for Perl 5 module Sub::Uplevel in devel/p5-Sub-Uplevel
from 0.2200nb2 (upstream 0.22) to 0.2400 (upstream 0.24).

Upstream changes since 0.22:
0.24      2012-02-20 22:18:46 EST5EDT
    - no changes from 0.23_03

0.23_03   2012-02-07 17:16:49 EST5EDT
    - fixed: additional test regex fixed

0.23_02   2012-02-07 14:32:53 EST5EDT
    - fixed: Perl 5.15 series Carp changes output format of messages (adds
      a period).  This fixes the test regular expressions. [Andreas Koenig]

0.23_01   2012-02-02 10:41:31 EST5EDT
    - added: the $Sub::Uplevel::CHECK_FRAMES global constant to enable the
      frame depth checking and compile it out if not needed.  [Adam
      Kennedy]
2012-07-06 11:35:00 +00:00
sno
be8e5f81e0 Updated devel/p5-Sub-Install to 0.926 2012-07-06 11:32:11 +00:00
sno
180bf2cb3c Updating package for Perl 5 module Sub::Install in devel/p5-Sub-Install from
0.925nb2 to 0.926.

Upsteam changes:
0.926   2012-02-26
        cope with terminal dots from new Carp
2012-07-06 11:32:01 +00:00
sno
338ffa263c Updated devel/p5-Path-Class to 0.26 2012-07-06 11:29:20 +00:00
sno
60e49e654c Updating package for Perl 5 module Path::Class in devel/p5-Path-Class from
0.25 to 0.26.

Upstream changes:
0.26  Thu Jun 14 21:52:38 CDT 2012
 - resolve() now includes the name of the non-existent file in the error
   message. [Karen Etheridge]
 - new shortcut opena(), to open a file for appending. [Karen Etheridge]
 - new spew() method that does the inverse of the slurp() method. [Aran Deltac]
 - Fixed a typo in a class name in the docs for Path::Class::Entity. [Toby Inkster]
2012-07-06 11:29:08 +00:00
sno
702a8e163f Updated devel/p5-Module-Find to 0.11 2012-07-06 11:26:53 +00:00
sno
c6693f9c64 Updating package for Perl 5 module Module::Find in devel/p5-Module-Find
from 0.10nb2 to 0.11.

Upstream changes:
0.11, 2012-05-22
    Fixed RT#74251: defined(@array) is deprecated under Perl 5.15.7
2012-07-06 11:26:42 +00:00
sno
8d75b19592 Updated devel/p5-Module-ScanDeps to 1.08 2012-07-06 11:23:50 +00:00
sno
034aeeff69 Updating package for Perl 5 module Module::ScanDeps in
devel/p5-Module-ScanDeps from 1.04 to 1.08.

pkgsrc changes:
- remark using of bundled Module::Install in addition to ExtUtils::MakeMaker

Upstream changes:
[Changes for 1.08 - 2012-02-21]
* RT #73785: scandeps -c fails on modules that depend on Getopt::Euclid
  - for "scandeps -c ..." switch from an INIT block to a CHECK block
    and call the augmented script with "perl -c"  instaed of "perl"

* RT#72954 ":encoding(UTF-8)" doesn't imply a dependency on Encode.pm
  - if scan_chunk sees ":encoding(FOO)" or similar, it goes to some
    length to find the "external" Encode module to handle FOO; but it
    forgets that Encode.pm itself is needed at runtime (esp. if FOO
    is an encoding "internally" handled by Encode.pm, e.g. "UTF-8")

* %Preload: add rules for Gtk2.pm and Pango.pm
* %Preload: fix a problem with Image::ExifTool

[Changes for 1.07 - 2011-11-29]
* RT #72796: dynaloader test fails when the .so files are in the
  system lib dirs and local::lib is involved?
  Relax a check in t/7-check-dynaloader.t
* Update Module::Install to 1.04

[Changes for 1.06 - 2011-11-28]
* RT #72211: pp includes way too much modules (when using 'use strict;')?
  Rework regexes to detect "use MODULE ...":
  the following line from unicore/mktables

    my $unihan = 'Unihan properties are by default not enabled in the Perl core.  Instead use CPAN: Unicode::Unihan';

  would erroneously detect a dependency on CPAN.pm (which will in turn
  pull in a lot of modules)
* Bump Perl version requirement to 5.8.1 (Schwern: The End Of 5.6 Is Nigh!)
* Rewrite t/7-check-dynaloader.t to look for more candidates of dynamic modules
  that might be used as test cases

[Changes for 1.05 - 2011-11-02]
* RT #72082: $FindBin::Bin issue on Moudel::ScanDeps 1.04
  Make FindBin work (at least with option -c or -x) by spoofing $0
  in the temp script generated for M:SD::DataFeed
* RT #70134: patch suggestions for Module::ScanDeps 1.04: additional preload
  rules, used_via_preload attribute
  Add suggested %Preload rules from the attached patch (thanks, Markus Jansen)
* Add %Preload rules for MozRepl
* Special case for Package::Stash (Alexandr Ciornii)
* Special case for Moose (Alexandr Ciornii)
2012-07-06 11:23:28 +00:00
sno
a6c78137a2 Updated devel/p5-Module-Install to 1.06 2012-07-06 11:14:42 +00:00
sno
c194bdc327 Updating package for Perl 5 module Module::Install in
devel/p5-Module-Install from 1.04 to 1.06.

Upstream changes:
1.06 Thu 1 Mar 2012
	- Adding can_xs command, imported from Params::Util (ADAMK)
	- Adding requires_xs command, wrapping around can_xs (ADAMK)

1.05 Thu 28 Feb 2012
	- Use Module::Metadata instead of require to check versions for
	  modules that we don't need to subsequently use (MSTROUT/MIYAGAWA)
	  Use EU:MM instead of Module::Metadata to check versions for
	  modules that we don't need to subsequently use (ADAMK)
	- Removed automatic EU:MM version detection as it was using versions
	  in the future, change to a fixed version, unf (ADAMK)
2012-07-06 11:14:32 +00:00
sno
3fc7feef67 Updated devel/p5-Module-Build to 0.40010 2012-07-06 11:13:30 +00:00
sno
876b6a9617 Updating package for Perl 5 module Module::Build in devel/p5-Module-Build
from 0.40000 to 0.40010.

Upstream changes:
0.4001 - Tue Jun 26 20:54:15 CEST 2012
  [BUG FIXES]
  - Parse Pod name a litte more leniently [Paul Evans]

  [DOCUMENTATION]
  - Various spelling fixes [Leon Timmermans, Jonathan Yu]
  - Fixes configuration keys used for script location [Leon Timmermans, reported by Samuel Ferencik]

  [OTHER]
  - use warnings
2012-07-06 11:13:18 +00:00
sno
9282415c78 Updated devel/p5-Method-Signatures to 20120523 2012-07-06 11:01:17 +00:00
sno
9d5f72939a Updating package for Perl 5 module Method::Signatures in
devel/p5-Method-Signatures from 20111020 to 20120523.

pkgsrc changes:
- adding test dependencies
- reordering runtime dependencies for easier check against module
  meta information

Upstream changes:
20120523	May 23 16:36:04 PDT 2012
    Distribution Fixes
	* Fixed META.json

20120517    Thu May 17 20:14:34 PDT 2012
    Promoted to full release

20120514.0117_001   Mon May 14 01:17:38 PDT 2012
    Distribution Fixes
    * Added version number to Method::Signatures::Modifiers.

20111125    Fri Nov 25 01:15:50 PST 2011
    Optimizations
    * Type checks significantly faster.  40% faster with Mouse.
      20% faster with Moose. [github #42]

    Distribution Fixes
    * Added Test::Exception as a build requirement [github #43]
    * Added Moose as a recommended module (with version number)
2012-07-06 11:01:06 +00:00
sno
9e1b696e1e Updated devel/p5-MetaCPAN-API to 0.43 2012-07-06 10:53:19 +00:00
sno
7b8764886d Updating package for Perl 5 module MetaCPAN::API in devel/p5-MetaCPAN-API
from 0.42 to 0.43.

Upstream changes:
0.43        05.04.12
            * Add example in POD of advanced usage with cache by Kent Fredric.
              (Gist: https://gist.github.com/1291928)
            * Sort keys in param join - more predictable result.
2012-07-06 10:53:08 +00:00
sno
044cee3778 Updated devel/p5-Git-CPAN-Patch to 0.8.0 2012-07-06 10:50:01 +00:00
sno
14dcc33e89 Updating package for Perl 5 module Git::CPAN::Patch in
devel/p5-Git-CPAN-Patch from 0.7.0 to 0.8.0.

Upstream changes:
0.8.0 2012-05-22
 - code churn: 1 files changed, 4 insertions(+), 86 deletions(-)

 [ENHANCEMENTS]
 - Added new command 'cpan-clone', which operates like git-clone [Mike
   Doherty]
2012-07-06 10:49:51 +00:00
sno
cfe8ed8d6d Updated devel/p5-Getopt-Long-Descriptive to 0.091 2012-07-06 10:41:47 +00:00
sno
12c5a554dd Updating package for Perl 5 module Getopt::Long::Descriptive in
devel/p5-Getopt-Long-Descriptive from 0.090 to 0.091

pkgsrc changes:
- force any variant of modern Test::More (from p5-Test-Simple) being installed

Upstread changes:
0.091     2012-02-22 18:15:08 America/New_York
          don't die quite so violently when a Params::Validate constraint fails
          (initial patch by harleypig@github; final blame to RJBS)
2012-07-06 10:41:37 +00:00
sno
2f8b97b91f Updated devel/p5-File-pushd to 1.002 2012-07-06 10:37:51 +00:00
sno
256d174b62 Updating package for Perl 5 module File::pushd in devel/p5-File-pushd from
1.001 to 1.002.

Upstream changes:
1.002     2011-12-07 11:40:26 EST5EDT
    [BUG FIXES]
    - Fix failures on cygwin [rt.cpan.org #73072 Reini Urban]
2012-07-06 10:37:41 +00:00
sno
8ee40a30be Updated devel/p5-ExtUtils-PkgConfig to 1.13 2012-07-06 10:26:57 +00:00
sno
6303e70870 Updating package for Perl 5 module ExtUtils::PkgConfig in
devel/p5-ExtUtils-PkgConfig from 1.12nb2 to 1.13.

Upstream changes:
1.13  Fri Apr 27 20:27:30 PDT 2012
    - Correctly handle major-only versions, like '2' (RT #68246).
    - Updated FSF address and copyrights
2012-07-06 10:26:46 +00:00
sno
1431160357 Updated devel/p5-Error to 0.17018 2012-07-06 10:21:27 +00:00
sno
918a466ffd Updating package for Perl 5 module Error in devel/p5-Error from 0.17017
to 0.17018.

Upstream changes:
May 08 2012 <shlomif@shlomifish.org> (Shlomi Fish)
  Error.pm #0.17018
  - Add a $VERSION variable for Error::Simple.
    - thanks to Kevin Dawson for the report.
  - Add scripts/bump-version-number.pl .
    - This can be used to bump the version numbers globally.
2012-07-06 10:21:17 +00:00
sno
e22b1a4590 Updated devel/p5-Devel-Trace to 0.12 2012-07-06 10:18:01 +00:00
sno
9629ba3c20 Updating package for Perl 5 module Devel::Trace in devel/p5-Devel-Trace
from 0.11 to 0.12.

pkgsrc changes:
- removing x-bit from distributed demo.pl

Upstream changes:
0.12  Thu Feb 16 12:26:09 EST 2012
  - eliminate interactive prompting during test phase
2012-07-06 10:17:51 +00:00
sno
c8c7638d68 Updated devel/p5-Devel-GlobalDestruction to 0.06 2012-07-06 10:07:05 +00:00
sno
e47cfd010c Updating package for Perl 5 module Devel::GlobalDestruction in
devel/p5-Devel-GlobalDestruction from 0.05 to 0.06.

Upstream changes:
0.06  Thu, 14 Jun 2012
  * De-retardize XS-less behavior under SpeedyCGI
  * Test suite now works from within space-containing paths
2012-07-06 10:06:55 +00:00
obache
61fe952824 let to be pkglint happy. 2012-07-06 09:48:26 +00:00
wiz
6f4249429c Updated net/ocamlnet to 3.5.1 2012-07-06 09:29:27 +00:00