The NetBSD Project

CVS log for pkgsrc/converters/p5-JSON-MaybeXS/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / converters / p5-JSON-MaybeXS

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Sep 30 23:44:58 2022 UTC (2 years, 1 month ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -4 lines
Update to 1.004004

Upstream changes:
1.004004 - 2022-09-17
 - slight speed optimization for is_bool()

1.004003 - 2020-11-13
 - fix another test that fails when JSON::XS is installed, but below version 3.0

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:06:46 2021 UTC (3 years ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
converters: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:29:04 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
converters: Remove SHA1 hashes for distfiles

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Sep 6 19:50:46 2020 UTC (4 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
p5-JSON-MaybeXS: update to 1.004002.

1.004002 - 2020-05-17
 - fix test that fails when JSON::XS is installed, but below version 3.0
   (RT#132578)

1.004001 - 2020-05-01
 - document when is_bool became available
 - now favouring Cpanel::JSON::XS over JSON::XS in more situations (the former
   is always added to prereqs when a compiler is available, although JSON::XS
   is still used at runtime if new enough and Cpanel::JSON::XS is not
   installed). This makes boolean handling more predictable and consistent.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Apr 26 12:47:33 2018 UTC (6 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
p5-JSON-MaybeXS: update to 1.004000.

Depend on p5-Cpanel-JSON-XS.

1.004000 - 2018-04-19
 - added true and false subs so they can be used via JSON::MaybeXS rather than
   only JSON() exported sub.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Feb 25 15:52:03 2018 UTC (6 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
p5-JSON-MaybeXS: update to 1.003010.

1.003010 - 2018-01-28
 - use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect
   compiler availability.
 - clarify exported JSON in documentation

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Sep 17 08:11:24 2017 UTC (7 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5 lines
p5-JSON-MaybeXS: update to 1.003009.

1.003009 - 2017-02-27
 - fix tests to no longer rely on . being in @INC (RT#120404)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 19 14:16:34 2017 UTC (7 years, 9 months ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
Update to 1.003008
Update DEPENDS

Upstream changes:
1.003008 - 2016-10-03
 - added an INSTALLATION section to documentation, to clarify the use of
   dynamic prerequisites in Makefile.PL
 - minimize prereqs listed in META.json to avoid giving the appearance of XS
   prerequisites, and confusing static inspection tools such as metacpan.org.

1.003007 - 2016-09-11
 - no changes since 1.003006_001

1.003006_001 - 2016-06-28
 - bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded
   values (in JSON::PP 2.27300)
 - we now always upgrade JSON::XS if it is installed and below version 3.0,
   due to changes in handling booleans
 - remove test dependency on Test::Without::Module (RT#115394)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Nov 3 01:43:51 2015 UTC (9 years ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
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.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Aug 6 09:29:50 2015 UTC (9 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update to 1.003005:

1.003005 - 2015-03-22
 - fix x_contributors metadata that was killing metacpan (see
   https://github.com/CPAN-API/cpan-api/issues/401)

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 3 10:11:47 2015 UTC (9 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update to 1.003004, based on PR 49771 by kj Woolley.

1.003004 - 2015-03-14
 - caveat added to documentation about type checking the object returned by
   new() (John SJ Anderson, RT#102733)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 9 14:14:08 2014 UTC (9 years, 11 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Udate 1.003002 to 1.003003
1.003003 - 2014-12-06
 - ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will
   always be used in preference to JSON::XS
 - avoid "JSON::XS::Boolean::* redefined" warnings caused by an old JSON::XS
   loaded at the same time as a newer Cpanel::JSON::XS

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 20 09:25:50 2014 UTC (9 years, 11 months ago) by mef
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
1.003002 - 2014-11-16
 - correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003001 - 2014-11-13
 - fix boolean interoperability with older Cpanel::JSON::MaybeXS

1.003_000 - 2014-10-30
 - add :legacy tag to support legacy apps

1.002006 - 2014-10-22
 - add some additional test diagnostics, to help find bad version combinations
   of JSON backends

1.002005 - 2014-10-12
 - fix "can I haz XS?" logic precedence in Makefile.PL
 - added the ':all' export tag
 - removed dependency on Safe::Isa
 - repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git

1.002004 - 2014-10-11
 - support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS
   dependency
 - new is_bool() interface

1.002003 - 2014-10-07
 - document how to use booleans

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 9 18:15:41 2014 UTC (10 years, 5 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update to 1.002002. From the changelog:

- more metadata fiddling, to remove the Cpanel::JSON::XS dependency visible
  to static analyzers (the prequisites at install time remain unchanged)
- fix installation on older perls with an older ExtUtils::MakeMaker
  (RT#94964)
- Now also supports JSON::XS, when available: Cpanel::JSON::XS will only be
  installed when there is no XS backend already installed; Cpanel::JSON::XS
  will be used over JSON::XS when both are installed.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Feb 5 21:43:11 2014 UTC (10 years, 9 months ago) by abs
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Added converters/p5-JSON-MaybeXS version 1.001000

This module tries to load Cpanel::JSON::XS, and if that fails
instead tries to load JSON::PP. If neither is available, an exception
will be thrown.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Feb 5 21:43:11 2014 UTC (10 years, 9 months ago) by abs
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>