Commit graph

22 commits

Author SHA1 Message Date
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
wen
cb01534f21 Update to 4.04
Upstream changes:
4.04 2019-06-29
    - document indent_length option (GH#48)

4.03 2019-06-19
    - (Encode::)decode json_pp input properly by default
      (GH#47)
2019-07-02 07:47:18 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
wen
a4c520a032 Update to 4.02
Upstream changes:
4.02 2019-02-23
    - fix a test that breaks if perl is compiled with
      -Dquadmath (RT-128589)

4.01 2019-02-22
    - allow to pass indent_length to json_pp (GH#46)
2019-03-02 04:01:58 +00:00
wen
0abebc3c31 Update to 4.00
Upstream changes:
4.00 2018-12-07
    - production release

3.99_01 2018-12-03
    - BACKWARD INCOMPATIBILITY:
      As JSON::XS 4.0 changed its policy and enabled allow_nonref
      by default, JSON::PP also enabled allow_nonref by default

    - implement allow_tags that was introduced by JSON::XS 3.0
    - add boolean_values that was introduced by JSON::XS 4.0
    - allow literal tags in strings in relaxed mode, as JSON::XS 3.02 does
    - allow PERL_JSON_PP_USE_B environmental variable to restore
      old number detection behavior for compatibility
    - various doc updates
2018-12-16 04:33:13 +00:00
wiz
9bd737fe76 Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
wiz
c60a4d9d16 p5-JSON-PP: update to 2.97001.
2.97001 to be released
    - tweak internal number detector to always considers a flagged
      value as a string (GH#35, haarg++)
    - clarify json_pp options (RT-123766; Dan Jacobson)
2017-12-30 13:16:03 +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
95c39ac5f0 p5-JSON-PP: update to 2.94.
2.94  2017-05-29
    - fix a test to support perl 5.6

2.93  2017-05-15
    - fix packaging issue

2.92  2017-05-15
    - production release

2.91_04  2017-01-10
	- fixed isa tests for bignum

2.91_03  2017-01-09
	- reworked documentation, based on the one for JSON::XS
	- let json_pp utility to show the version of JSON::PP
	- applied a patch to fix loading order of B module (pali++)

2.91_02  2016-12-04
	- fixed not to fail tests under Perl 5.25.* (srezic++)

2.91_01  2016-12-03
	- changed the number detection logic, patched by haarg
	  (experimental)
	- merged PR from dagolden to correct 0 handling
	- removed base.pm dependency (dolmen)
	- fixed wrong character offset spotted by ilmari
	- applied patches from Jarkko Hietaniemi to address VAX issues
	- small doc fixes from bessarabov, gregoa, Chris Anderson
	- applied a patch to remove . in @INC in json_pp (Tony Cook)
	- removed $VAR1 from json_pp output, spotted by tokuhirom
	- fixed an issue to ignore trailing 0
	- added Scalar::Util dependency for Perl 5.8+
	- fixed issues spotted by Nicolas Seriot's JSON Test Suite
	  including experimental UTF-16/32 support and backward
	  incompatible change of C style comment handling (now disabled
	  by default)
	- moved the guts of JSON::PP::Boolean into lib/JSON/PP/Boolean.pm
	  and gave it a proper version
	- refactored incremental parser to let it handle incomplete
	  JSON text properly
	- imported and tweaked tests from JSON.pm
	- minor code clean up
2017-09-17 08:13:27 +00:00
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
wen
0ac520cb66 Update to 2.27400
Upstream changes:
2.27400  2016-04-23
	[JSON::PP] appleid and merged long term neglected patches & PRs.
	           thanks to charsbar

	- document patches
	  by AM909, leon[at]astray.com, dsteinbrunner, jwilk, alfiedotwtf
	- modified Makefile.PL to set UNINST=1 if needed on old perls
	  by dagolden
	- decode decimals to Perl's internal NV type
	  by dagolden

	see to https://github.com/makamaka/JSON-PP/commits/master
2016-07-25 04:19:53 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
01dc1bd2b3 Add SHA512 digests for distfiles for converters category
Problems found with existing distfile:
	distfiles/libiconv-1.13-cp932.patch.gz
No changes made to the libiconv distinfo file.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 01:43:46 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
mef
9d89fec585 2.27300
- fixed a problem about substr in perl 5.8.6 and below
          many people report this issue and patched by haarg[at]haarg.org
2014-11-20 11:04:15 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
6b15ad4451 Update to 2.27203:
2.27203  Thu Oct 17 19:38:55 2013
	- fixed return/or in _incr_parse
	  reported and patched by MAUKE, sprout and rjbs
	  https://rt.cpan.org/Public/Bug/Display.html?id=86948
2013-12-07 00:44:26 +00:00
wiz
98c3768c3a Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:35 +00:00
wen
1e292edf7d Update to 2.27202
Upstream changes:
2.27202  Wed Mar 13 15:41:22 2013
	- license in Makefile.PL was missing

2.27201  Wed Mar 13 13:22:33 2013
	- occasionally failed in t/019_incr.t in Perl 5.17.6 or more
          (because of hash iterator randomization)
          reported and patched by demerphq
          https://rt.cpan.org/Public/Bug/Display.html?id=83421
2013-03-13 14:48:24 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
asau
46402b95a7 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-03 00:20:09 +00:00
sno
ed013d2bdd Importing package for Perl 5 module JSON::PP version 2.27200 from CPAN
into converters/p5-JSON-PP.

This module is JSON::XS compatible pure Perl module. (Perl 5.8 or later
is recommended).  JSON::XS is the fastest and most proper JSON module on
CPAN. It is written by Marc Lehmann in C, so must be compiled and
installed in the used environment.

JSON::PP is a pure-Perl module and has compatibility to JSON::XS.
2012-07-05 16:25:19 +00:00