The NetBSD Project

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

[BACK] Up to [cvs.netbsd.org] / pkgsrc / converters / p5-JSON-Any

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 6 13:46:38 2011 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored)

Changes 1.29:
* Artificially bump our version number because an upstream author decided to
  not play nice. Fixes RT-68690

Changes 1.28:
* Move podspell into xt/

Changes 1.27:
* Add auto_install so feature works again, fixes RT-67169

Revision 1.8 / (download) - annotate - [select for diffs], Fri Oct 16 07:51:10 2009 UTC (2 years, 7 months ago) by rhaen
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4
Changes since 1.7: +4 -4 lines
Diff to previous 1.7 (colored)

- updated to 1.22
ChangeLog Upstream:
1.22	2009-10-12
        * Update JSON::XS tests to deal with inconsistent white space
          generation between releases (t0m)

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 8 07:56:40 2009 UTC (2 years, 10 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored)

pkgsrc changes:
  - Updating package for p5 module JSON::Any from 1.19 to 1.21
  - Adjusting license according to META.yml
  - Adjusting dependency to JSON::XS according to Makefile.PL

Upstream changes:
1.21    2009-07-03
        * Update JSON::XS boolean support; it provides true/false methods (semifor)
        * Added a workaround for handlers that fail to decode bare true/false values (semifor)

1.20    2009-07-02
        * Re-work things so that deprecated modules just warn but aren't actually excluded (perigrin)
        * Improve the warnings when things go awry (semifor)

Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 11 12:06:10 2009 UTC (2 years, 11 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

update to use the new Module::Install infrastructure

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 18 22:52:42 2009 UTC (3 years, 4 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.4: +4 -4 lines
Diff to previous 1.4 (colored)

Update from version 1.18 to 1.19.

Upstream changes:

1.19    2009-01-15
        * Make JSON::Syck optional and deprecated. (perigrin)
        * Added tests for string escapes. (semifor)

Revision 1.4 / (download) - annotate - [select for diffs], Wed Dec 17 00:06:31 2008 UTC (3 years, 5 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored)

Update from version 1.17nb1 to 1.18.

Upstream changes:

1.18	2008-11-12
	* Removed JSON::PC support as it's been removed from CPAN (perigrin)

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 4 13:26:18 2008 UTC (3 years, 9 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored)

Update from version 1.16 to 1.17.

Pkgsrc change:
 o Changed to JSON/ sub-dir instead of author subdir

Upstream changes:
1.17    2008-07-05
	* Added documentation indicating that allow_blessed works
	  for most useful cases (Robin Berjon)

        * Added support for obtaining the underlying representations for
          true/false in JSON.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 28 09:15:12 2008 UTC (4 years, 2 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper
Changes since 1.1: +5 -5 lines
Diff to previous 1.1 (colored)

Update convertors/JSON-Any to 1.16

Changes since 1.08:

1.16    2008-02-13
    * JSON::Any now compatible with both versions of JSON::XS  (Simon Wistow)
    * Document that calling 'use JSON::Any ();' is a bad idea
    * Make JSON.pm required unless a supported JSON package is already installed

1.15	2008-01-02
    * Update the config params for JSON and JSON/XS configuration
    * Update JSON handler to always pass in the -support_by_pp option
      if you don't want support_by_pp then don't use JSON.pm ...
    *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.14	2007-12-20
    * Fix for the new JSON/JSON::XS 2.0
    *** THIS VERSION WILL ONLY WORK ON 2.0+ VERSIONS OF THESE MODULES ***

1.13	2007-11-06
    * Fix 10_unicode.t to skip_all if no supported unicode backend is found
     (reported by Andreas König)

1.12	2007-10-22
    * Fix issue with 05-JSON-Syck.t so we can pass our tests again

1.11	17 Oct 2007
    * fix issue with JSON::Syck when using Object API as reported by Miyagawa

1.10	12 Oct 2007
    * fix issues from http://rt.cpan.org/Public/Bug/Display.html?id=29917

1.09	10 Oct 2007
    * also test for is_utf8() - nothingmuch
    * improve unicode test	- nothingmuch
    * add utf8 support for JSON::{Converter,Parser}	- nothingmuch
    * Add a test for unicode strings	- nothingmuch

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 7 12:43:17 2007 UTC (4 years, 8 months ago) by abs
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Import converters/p5-JSON-Any-1.08 into pkgrsc:
This module will provide a coherent API to bring together the
various JSON modules currently on CPAN. This module will allow you
to code to any JSON API and have it work regardless of which JSON
module is actually installed.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 7 12:43:17 2007 UTC (4 years, 8 months ago) by abs
Branch: MAIN

Initial revision

This form allows you to request diff's 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.




CVSweb <webmaster@jp.NetBSD.org>