Commit graph

16 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
0d50cc8c1b - Update to 0.54
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2015-10-30 11:23:52 +00:00
Sunpoet Po-Chuan Hsieh
bb81fee7e4 - Add NO_ARCH 2015-09-17 17:12:55 +00:00
Sunpoet Po-Chuan Hsieh
dcd09084ea - Update to 0.53
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2015-02-18 16:18:38 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Baptiste Daroussin
99a4f62f93 Cleanup plist 2014-10-20 09:37:00 +00:00
Sunpoet Po-Chuan Hsieh
f73aa6a456 - Update to 0.50
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-08-06 12:16:36 +00:00
Sunpoet Po-Chuan Hsieh
7614d220c5 - Update to 0.49
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-05-20 16:59:53 +00:00
Sunpoet Po-Chuan Hsieh
4cd0101eda - Update to 0.48
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-05-19 18:38:01 +00:00
Sunpoet Po-Chuan Hsieh
a206a0358e - Update to 0.47
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-05-15 17:34:52 +00:00
Sunpoet Po-Chuan Hsieh
8504348794 - Update to 0.45
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-03-07 11:43:31 +00:00
Sunpoet Po-Chuan Hsieh
108615b12c - Update to 0.43
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-03-05 21:57:00 +00:00
Sunpoet Po-Chuan Hsieh
e511ef3eae - Update to 0.42
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-02-22 14:08:10 +00:00
Sunpoet Po-Chuan Hsieh
fc3731a685 - Update to 0.40
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2014-01-20 17:02:25 +00:00
Sunpoet Po-Chuan Hsieh
59522e6212 - Update to 0.38
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2013-12-06 15:23:18 +00:00
Sunpoet Po-Chuan Hsieh
b3b2d97d8a - Update to 0.37
Changes:	http://search.cpan.org/dist/JSON-Tiny/Changes
2013-11-22 10:25:15 +00:00
Sunpoet Po-Chuan Hsieh
67be4aa503 - Add p5-JSON-Tiny 0.36
JSON::Tiny is a standalone adaptation of Mojo::JSON, from the Mojolicious
framework. It has been adapted as a single-source-file module of under 350 lines
of code and core-only dependencies.

Key features include relaxed JSON handling, transparent Unicode support, speed,
small memory footprint, and a minimal code base ideal for bundling or inlining.

Mojo::JSON was chosen as a model because it is robust, minimal, and well tested.
Mojo::JSON's tests were also adapted to a design free of non-core dependencies.

WWW: http://search.cpan.org/dist/JSON-Tiny/
2013-11-09 23:13:34 +00:00