summaryrefslogtreecommitdiff
path: root/converters/p5-JSON-Any
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-08-06Changes 1.29:adam2-14/+13
* 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
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-04-22Switching for module type from M:I to M:I::Bundled - installed versions ↵sno1-2/+2
seems to make problems
2009-10-16- updated to 1.22rhaen2-6/+6
ChangeLog Upstream: 1.22 2009-10-12 * Update JSON::XS tests to deal with inconsistent white space generation between releases (t0m)
2009-07-08pkgsrc changes:sno2-7/+9
- 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)
2009-06-11update to use the new Module::Install infrastructureabs3-14/+3
2009-01-18Update from version 1.18 to 1.19.he2-6/+6
Upstream changes: 1.19 2009-01-15 * Make JSON::Syck optional and deprecated. (perigrin) * Added tests for string escapes. (semifor)
2008-12-17Update from version 1.17nb1 to 1.18.he2-7/+6
Upstream changes: 1.18 2008-11-12 * Removed JSON::PC support as it's been removed from CPAN (perigrin)
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-04Update from version 1.16 to 1.17.he2-7/+7
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.
2008-06-04Marked as DESTDIR ready.obache1-1/+3
2008-02-28Update convertors/JSON-Any to 1.16abs3-13/+12
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
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-09-11update to JSON-Any-1.08nb1 - default to pulling in p5-JSON-XSabs1-3/+4
2007-09-07In retrospect as we currently only have one JSON converter in pkgsrc, thisabs1-3/+3
package should probably depend on it.. PoLS. Ride with the initial commit version.
2007-09-07Import converters/p5-JSON-Any-1.08 into pkgrsc:abs5-0/+40
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.