Commit graph

273611 commits

Author SHA1 Message Date
wiz
45e07aa75c p5-Locale-Codes: update to 3.55.
VERSION 3.55  (2017-11-17; sbeck)

NEW CODE(s)

(*) Deprecated in core

Because correct usage of any of the Locale::Codes modules requires that
they be kept up-to-date, I have long felt that it should not be distributed
as a core module.  After discussion on the perl5-porters list, it is agreed,
and the deprecation process has been started.

Changes from a github pull request applied

A couple minor changes (updated .travis.yml to include newest versions of
perl; and a couple changes to pod_coverage.t) reported by lancew on GitHub.

Got rid of Build.PL

Simplified things by only supporting one of Makefile.PL/Build.PL (and the latter
has been removed from perl core some time ago).  RT 123572

Fixed INSTALLDIRS

The behavior of installing core modules changed in 5.12 a bit, and Makefile.PL
now reflects that.  RT 123571
2017-11-24 14:31:18 +00:00
wiz
4eeecc50d6 doc: Updated graphics/p5-GD to 2.67 2017-11-24 14:29:42 +00:00
wiz
62a22d38c0 p5-GD: update to 2.67.
2.67    * fix thread-safety for GD::Simple %COLORS (#26 melak)
        * fix arc start-angle docs, RT #123277 Andrew G Gray
        * improve setBrush docs, RT #123194 Andrew G Gray
        * improve StringFT docs, RT #123193
        * replace MacOSX by darwin, and not by Mac OS X/macOS as suggested
          in PR #24
        * add GD::Image->_file method as suggested in RT #60488 by Kevin Ryde,
          also the helper GD::supportsFileType
2017-11-24 14:29:32 +00:00
wiz
4b33ec98e2 doc: Updated devel/p5-Test2-Suite to 0.000084 2017-11-24 14:28:50 +00:00
wiz
2abe115d4d p5-Test2-Suite: update to 0.000084.
0.000084  2017-11-18 16:17:29-08:00 America/Los_Angeles

    - Add Test2::Tools::Tester
2017-11-24 14:28:34 +00:00
wiz
5ba0728aaf doc: Updated devel/p5-Test-Spec to 0.54 2017-11-24 14:26:21 +00:00
wiz
84327bebd8 p5-Test-Spec: update to 0.54.
0.54 Tue Nov 21 12:46:00 MSK 2017
  - `around` method added to allow localized variables and other local setup.
    Call `yield` method to run examples by `around` CODE.
    Contributed by @akzhan

  - Replace some `use base` with `use parent` and other minor updates.
    Contributed by @akzhan

  - Now tested under Perl 5.22-5.26 too
    Contributed by @akzhan

  - predictable_destroy spec fixed under Perl 5.8
    Contributed by @akzhan
2017-11-24 14:26:09 +00:00
wiz
31550d4ac3 doc: Updated devel/p5-Test-Simple to 1.302113 2017-11-24 14:25:07 +00:00
wiz
877a19a7bb p5-Test-Simple: update to 1.302113.
1.302113  2017-11-20 14:04:16-08:00 America/Los_Angeles

    - Fix SIGPIPE in IPC test
    - Mark a test as usually AUTHOR_TESTING only

1.302112  2017-11-20 06:43:16-08:00 America/Los_Angeles

    - Fix test on threaded 5.8

1.302111  2017-11-18 09:54:33-08:00 America/Los_Angeles

    - Remove debugging from previous trial

1.302110  2017-11-17 09:47:23-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix test breakage (from previous trial) on older perls

1.302109  2017-11-17 09:35:48-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Fix some fragile tests
    - Add debugging to API/Instance.t for a cpan-testers failure

1.302108  2017-11-16 14:19:24-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Apply p5p test patch from Craig A. Berry <craigberry@mac.com>

1.302107  2017-11-16 07:44:59-08:00 America/Los_Angeles (TRIAL RELEASE)

    - Allow regexp in Test::Tester
2017-11-24 14:24:54 +00:00
wiz
8f028d4e4c doc: Updated devel/p5-Moose to 2.2008 2017-11-24 14:22:02 +00:00
wiz
850c1dda51 p5-Moose: update to 2.2008.
2.2008   2017-11-21

  [BUG FIXES]

  - fixed empty exception messages under -d (new issue in 2.2007)
2017-11-24 14:21:50 +00:00
wiz
b16b83d1e5 doc: Updated devel/p5-Module-CoreList to 5.20171120 2017-11-24 14:11:34 +00:00
wiz
d81d4d79b0 p5-Module-CoreList: update to 5.20171120.
5.20171120
  - Updated for v5.27.6
2017-11-24 14:11:21 +00:00
wiz
cd7da829f8 doc: Updated devel/p5-MetaCPAN-Client to 2.021000 2017-11-24 14:10:36 +00:00
wiz
29b81ecf0d p5-MetaCPAN-Client: update to 2.021000.
2.021000    18.11.17
            * Scroller fix for page skipping (Thomas Sibley)
            * Sorting in scrolled searches (Thomas Sibley)
            * Type check cleanup (Thomas Sibley)

2.020000    17.11.17
            * Added support for /search/autocomplete/suggest (Mickey)

2.019000    16.11.17
            * Added 'package' type support for scrolled searches (Mickey)
2017-11-24 14:10:25 +00:00
wiz
17354efbc0 doc: Updated devel/p5-Hash-Merge to 0.299 2017-11-24 13:52:21 +00:00
wiz
a505f02c55 p5-Hash-Merge: update to 0.299.
0.299       2017-11-20
    - Fixed behavior change if Hash contains blessed hashes (Thanks to
      David E. Wheeler)
    - Extended testing with blessed objects.

0.298       2017-11-15
    - Version 0.298 release

0.200_003   2017-11-07
    - Documentation updated and extended.
    - Do not clone if not a reference. This fixes a failure when using
      Storable as backend.
    - Update dependencies and requirements.
    - Extended testing in order to test all the different clone() backends.

0.200_002	2017-10-16
    - Rely on backend() debug helper of Clone::Choose 0.003 to help
      identifying issues depending on underlying clone implementation

0.200_001   2017-10-11
    - Switch to Clone::Choose instead of NIH clone detector.
    - Fixed weird object vs. global behavior
    - Aligned distribution sets, perltidy, perlcritic, etc.
    - RT#55978 Fixed avoid the eval in _get_obj (Thanks to Larry Leszczynski)
    - RT#81156 Fixed behavior name bug (Thanks to Matt D. Garrett)
    - RT#69872 Fixed cloning does not happen bug (Thanks to John Busco)
    - PR#1 Fixed syntax errors in code samples (Thanks to book)
2017-11-24 13:52:09 +00:00
wiz
b94f99be94 doc: Added devel/p5-Clone-Choose version 0.008 2017-11-24 13:51:35 +00:00
wiz
d3df6b9be7 devel/Makefile: + p5-Clone-Choose 2017-11-24 13:51:16 +00:00
wiz
2cf6705b91 devel/p5-Clone-Choose: import p5-Clone-Choose-0.008
Clone::Choose checks several different modules which provides a
clone() function and selects an appropriate one.
2017-11-24 13:49:09 +00:00
wiz
00172be10e doc: Updated devel/p5-Devel-StackTrace to 2.03 2017-11-24 13:43:28 +00:00
wiz
417b0def18 p5-Devel-StackTrace: update to 2.03.
2.03   2017-11-18

- If all frames in the trace were skipped (via skip_frames, frame_filter,
  ignore_*, etc.), then the stringified stack trace would be an empty
  string. Now this has been changed to always return the message given to the
  constructor or the string "Trace begun". Fixes GH #15, reported by Karen
  Etheridge.
2017-11-24 13:43:13 +00:00
wiz
5b44ad8ef1 doc: Updated devel/p5-Compress-Raw-Zlib to 2.076 2017-11-24 13:42:33 +00:00
wiz
b6d15653d0 p5-Compress-Raw-Zlib: update to 2.076.
2.076 21 Nov 2017

      * Zlib.xs
        Silence gcc compiler warnings when -Wsign-compare is enabled
        #123688: Compilation warnings with clang

      * zlib-src/inflate.c and zlib-src/infback.c
        Silence gcc compiler warnings when -Wimplicit-fallthrough is enabled
        #123358: Compilation warnings with gcc-7.*

      * Makefile.PL
        Windows uses -lzlib. Linux uses -lz
        #123699: wrong external zlib name used on Windows
2017-11-24 13:42:15 +00:00
wiz
ede0139ecc doc: Updated devel/p5-CPAN-Perl-Releases to 3.42 2017-11-24 13:40:22 +00:00
wiz
71e63db80a p5-CPAN-Perl-Releases: update to 3.42.
version 3.42 at 2017-11-20 23:24:42 +0000
-----------------------------------------

    DAGOLDEN has removed .xz for v5.23.6

    XSAWYER has removed all dev and RCs

    Updated for v5.27.6

    No bz2 tarballs after v5.27.5
2017-11-24 13:40:04 +00:00
wiz
6955692e75 doc: Updated databases/p5-Fsdb to 2.64 2017-11-24 13:38:56 +00:00
wiz
e1b9b33bfa p5-Fsdb: update to 2.64.
2.64, 2017-11-20 several small bugfixes and enhancements

BUG FIX

    In dbroweval, the next row option previously did not correctly set up _last_fieldname. It now does.

ENHANCEMENT

    The csv_to_db converter now has an optional -F x option to set the field separator.

ENHANCEMENT

    Finally dbcolsplittocols has a --header option, and a new -N option to give the list of resulting output columns.

INCOMPATIBLE CHANGE

    Now dbcolstats and dbmultistats produce no output (but a schema) when given no input but a schema. Previously they gave a null row of output. The --output-on-no-input and --no-output-on-no-input options can control this behavior.
2017-11-24 13:38:44 +00:00
wiz
4798ebcd87 doc: Updated databases/p5-Data-Table to 1.76 2017-11-24 13:23:09 +00:00
wiz
54d1a9d808 p5-Data-Table: update to 1.76.
1.76 Tue Nov 21 08:08:30 PST 2017
  Minor syntax bug in fromFile.
2017-11-24 13:22:57 +00:00
wiz
584d21cd3e doc: Updated converters/p5-Unicode-Collate to 1.24 2017-11-24 13:22:20 +00:00
wiz
c9f89027fc p5-Unicode-Collate: update to 1.24.
1.24  Sun Nov 19 22:06:03 2017
    - xs: [rt.cpan.org #123631] Switch Unicode::Collate to XSLoader
2017-11-24 13:22:09 +00:00
wiz
c99eb00a2d doc: Updated converters/p5-JSON-PP to 2.97000 2017-11-24 13:21:08 +00:00
wiz
5c563a4d55 p5-JSON-PP: update to 2.97000.
2.97000 2017-11-21
    - fix is_bool to use blessed() instead of ref() (jwrightecs++)
    - use 5 digit minor version number for a while to avoid confusion
      (GH#33, dansut)

2.96  2017-11-20
    - not to use newer Test::More features (RT-122421 for JSON)

2.95  2017-11-20
    - json_pp now prints an encoded json string (RT#123653)
    - fix is_bool to use ->isa("JSON::PP::Boolean"), instead
      of UNIVERSAL::isa("JSON::PP::Boolean") (GH#34, aidy++)
2017-11-24 13:20:56 +00:00
wiz
21bf47a7c6 doc: Updated converters/p5-JSON to 2.97000 2017-11-24 13:20:02 +00:00
wiz
3e824608f4 p5-JSON: update to 2.97000.
2.97000 2017-11-21
    - updated backportPP with JSON::PP 2.97000
    - use 5 digit minor version number for a while to avoid
      confusion
    - fixed is_bool to use blessed() instead of ref()

2.96 2017-11-20
    - fixed packaging issue
    - updated backportPP with JSON::PP 2.96
    - not to use newer Test::More features (RT-122421; ilmari++)

2.95 2017-11-20
    - updated backportPP with JSON::PP 2.95
2017-11-24 13:19:48 +00:00
adam
0abb5241c4 Updated archivers/py-lz4, textproc/py-colour 2017-11-24 12:47:14 +00:00
adam
5760b9fe15 py-colour: updated to 0.1.5
0.1.5:
fix: pkg: update license number in README.rst.
2017-11-24 12:46:42 +00:00
adam
ef263705bc py-lz4: updated to 0.11.1
0.11.1:
This release bumps the bundled lz4 library files to version 1.8.0.
2017-11-24 12:42:09 +00:00
adam
51afab51a0 Updated security/gnupg2, www/py-yarl 2017-11-24 12:35:28 +00:00
adam
957faedcd6 py-yarl: updated to 0.15.0
0.15.0:
Add raw_path_qs attribute
2017-11-24 12:35:09 +00:00
adam
c2a31e9a69 gnupg2: updated to 2.2.3
changes in version 2.2.3:
* gpgsm: Fix initial keybox creation on Windows.
* dirmngr: Fix crash in case of a CRL loading error.
* Fix the name of the Windows registry key.
* gpgtar: Fix wrong behaviour of --set-filename.
* gpg: Silence AKL retrieval messages.
* agent: Use clock or clock_gettime for calibration.
* agent: Improve robustness of the shutdown pending state.
2017-11-24 12:33:10 +00:00
leot
da49515f3b doc: Updated lang/py36-html-docs to 3.6.3 2017-11-24 11:25:45 +00:00
leot
672d3e6c5c py36-html-docs: Update py36-html-docs to 3.6.3
pkgsrc changes:
 - Take MAINTAINERship (or, in other words, make me blameworthy if the Python
   documentation isn't synced with the respective lang/python* packages :))

Changes:
No changelog is available but it syncs py36-html-docs to current
python36 version.
2017-11-24 11:25:33 +00:00
leot
10894e4b72 doc: Updated lang/py35-html-docs to 3.5.4 2017-11-24 11:24:50 +00:00
leot
176d3ad7b7 py35-html-docs: Update py35-html-docs to 3.5.4
pkgsrc changes:
 - Take MAINTAINERship (or, in other words, make me blameworthy if the Python
   documentation isn't synced with the respective lang/python* packages :))

Changes:
No changelog is available but it syncs py35-html-docs to current
python35 version.
2017-11-24 11:24:24 +00:00
leot
d18f19ecf5 doc: Updated lang/py34-html-docs to 3.4.7 2017-11-24 11:23:32 +00:00
leot
c2726fdd64 py34-html-docs: Update py34-html-docs to 3.4.7
pkgsrc changes:
 - Take MAINTAINERship (or, in other words, make me blameworthy if the Python
   documentation isn't synced with the respective lang/python* packages :))

Changes:
No changelog is available but it syncs py34-html-docs to current
python34 version.
2017-11-24 11:23:15 +00:00
leot
2ac0ada52b doc: Updated lang/py27-html-docs to 2.7.14 2017-11-24 11:22:24 +00:00
leot
205f33dcde py27-html-docs: Update py27-html-docs to 2.7.14
pkgsrc changes:
 - Take MAINTAINERship (or, in other words, make me blameworthy if the Python
   documentation isn't synced with the respective lang/python* packages :))

Changes:
No changelog is available but it syncs py27-html-docs to current
python27 version.
2017-11-24 11:22:08 +00:00