Commit graph

18 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00
Sunpoet Po-Chuan Hsieh
a981cddab2 Update to 1.004000
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2018-04-22 08:46:42 +00:00
Sunpoet Po-Chuan Hsieh
b2ee0f1f21 Update to 1.003010
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2018-01-28 14:07:32 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
b75436403e Remove outdated PERL_LEVEL check 2017-06-01 19:57:45 +00:00
Sunpoet Po-Chuan Hsieh
712c42df4d Update to 1.003009
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2017-02-28 06:13:42 +00:00
Sunpoet Po-Chuan Hsieh
7d2581ccbd - Update to 1.003008
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2016-11-06 16:47:44 +00:00
Sunpoet Po-Chuan Hsieh
35d54f9f65 - Remove outdated PERL_LEVEL check 2016-04-23 06:47:13 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Sunpoet Po-Chuan Hsieh
7a90cf2a93 - Update to 1.003005
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2015-03-23 14:28:24 +00:00
Sunpoet Po-Chuan Hsieh
875f95bc46 - Update to 1.003004
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2015-03-15 08:45:52 +00:00
Sunpoet Po-Chuan Hsieh
42e30c9373 - Update to 1.003002
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2014-12-06 19:04:56 +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
Sunpoet Po-Chuan Hsieh
952e469e64 - Update to 1.003002
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2014-11-24 18:24:56 +00:00
Sunpoet Po-Chuan Hsieh
1769d3cd17 - Update to 1.002003
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2014-10-09 15:24:08 +00:00
Sunpoet Po-Chuan Hsieh
395333e05d - Update to 1.002002
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2014-04-26 18:09:43 +00:00
Sunpoet Po-Chuan Hsieh
8cc958d526 - Update to 1.001000
Changes:	http://search.cpan.org/dist/JSON-MaybeXS/Changes
2013-12-11 18:49:09 +00:00
Sunpoet Po-Chuan Hsieh
88967f8668 - Add p5-JSON-MaybeXS 1.000000
JSON::MaybeXS 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.

It then exports the encode_json and decode_json functions from the loaded
module, along with a JSON constant that returns the class name for calling new
on.

WWW: http://search.cpan.org/dist/JSON-MaybeXS/
2013-11-06 18:57:15 +00:00