Port details |
- p5-JSON-MaybeXS Use Cpanel::JSON::XS with a fallback to JSON::PP
- 1.004008 converters =6 1.004008Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2013-11-06 18:57:26
- Last Update: 2024-09-05 06:17:50
- Commit Hash: 108121e
- People watching this port, also watch:: p5-MRO-Compat, indexinfo, p5-Specio, p5-namespace-clean, p5-libwww
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/JSON-MaybeXS
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-JSON-MaybeXS>0:converters/p5-JSON-MaybeXS
- To install the port:
- cd /usr/ports/converters/p5-JSON-MaybeXS/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/p5-JSON-MaybeXS
- pkg install p5-JSON-MaybeXS
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-JSON-MaybeXS
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724084548
SHA256 (JSON-MaybeXS-1.004008.tar.gz) = cd3937afa78831f80a2ad5abab6c51b9e82fca4c31e5856ea208d598db5dc867
SIZE (JSON-MaybeXS-1.004008.tar.gz) = 24049
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Cpanel-JSON-XS>=2.3310 : converters/p5-Cpanel-JSON-XS
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-JSON-XS>=0 : converters/p5-JSON-XS
- p5-Test-Needs>=0.002006 : devel/p5-Test-Needs
- p5-Test-Without-Module>=0.17 : devel/p5-Test-Without-Module
- Runtime dependencies:
-
- p5-Cpanel-JSON-XS>=2.3310 : converters/p5-Cpanel-JSON-XS
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- databases/p5-DBIx-Class-Migration
- databases/p5-Dancer2-Session-DBIC
- databases/p5-Interchange6-Schema
- databases/p5-Redis-RateLimit
- databases/p5-SQL-Translator
- devel/p5-Avro
- devel/p5-CHI
-
Deleted ports which required this port:
- for Run
-
- databases/p5-DBIx-Class-InflateColumn-Serializer
- databases/p5-DBIx-Class-Migration
- databases/p5-Dancer2-Session-DBIC
- databases/p5-Interchange6-Schema
- databases/p5-Redis-RateLimit
- databases/p5-SQL-Translator
- deskutils/remind
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- converters_p5-JSON-MaybeXS
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.004008 05 Sep 2024 06:17:50 |
Po-Chuan Hsieh (sunpoet) |
converters/p5-JSON-MaybeXS: Update to 1.004008
Changes: https://metacpan.org/dist/JSON-MaybeXS/changes |
1.004007 04 Aug 2024 21:30:48 |
Po-Chuan Hsieh (sunpoet) |
converters/p5-JSON-MaybeXS: Update to 1.004007
Changes: https://metacpan.org/dist/JSON-MaybeXS/changes |
1.004006 04 Aug 2024 21:15:57 |
Po-Chuan Hsieh (sunpoet) |
converters/p5-JSON-MaybeXS: Update to 1.004006
- Add LICENSE_FILE
Changes: https://metacpan.org/dist/JSON-MaybeXS/changes |
1.004005 02 May 2023 19:58:25 |
Po-Chuan Hsieh (sunpoet) |
converters/p5-JSON-MaybeXS: Update to 1.004005
Changes: https://metacpan.org/dist/JSON-MaybeXS/changes |
1.004004 03 Oct 2022 02:14:37 |
Po-Chuan Hsieh (sunpoet) |
converters/p5-JSON-MaybeXS: Update to 1.004004
Changes: https://metacpan.org/dist/JSON-MaybeXS/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.004003 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.004003 20 Jul 2022 14:21:03 |
Tobias C. Berner (tcberner) |
converters: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es> (Only the first 15 lines of the commit message are shown above ) |
1.004003 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.004003 15 Nov 2020 18:00:33 |
sunpoet |
Update to 1.004003
Changes: https://metacpan.org/changes/distribution/JSON-MaybeXS |
1.004002 19 May 2020 23:29:57 |
sunpoet |
Update to 1.004002
Changes: https://metacpan.org/changes/distribution/JSON-MaybeXS |
1.004001 03 May 2020 20:49:44 |
sunpoet |
Update to 1.004001
Changes: https://metacpan.org/changes/distribution/JSON-MaybeXS |
1.004000 02 Apr 2020 12:02:34 |
sunpoet |
Cosmetic change |
1.004000 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
1.004000 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
1.004000 22 Apr 2018 08:46:42 |
sunpoet |
Update to 1.004000
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.003010 28 Jan 2018 14:07:32 |
sunpoet |
Update to 1.003010
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.003009 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
1.003009 01 Jun 2017 19:57:46 |
sunpoet |
Remove outdated PERL_LEVEL check |
1.003009 28 Feb 2017 06:13:42 |
sunpoet |
Update to 1.003009
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.003008 06 Nov 2016 16:47:44 |
sunpoet |
- Update to 1.003008
- Add NO_ARCH
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.003005 23 Apr 2016 06:47:13 |
sunpoet |
- Remove outdated PERL_LEVEL check |
1.003005 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.003005 23 Mar 2015 14:28:25 |
sunpoet |
- Update to 1.003005
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.003004 15 Mar 2015 08:45:53 |
sunpoet |
- Update to 1.003004
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.003003 06 Dec 2014 19:04:57 |
sunpoet |
- Update to 1.003002
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.003002_1 26 Nov 2014 13:08:38 |
mat |
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 (Only the first 15 lines of the commit message are shown above ) |
1.003002 24 Nov 2014 18:24:56 |
sunpoet |
- Update to 1.003002
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.002003 09 Oct 2014 15:24:09 |
sunpoet |
- Update to 1.002003
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.002002 26 Apr 2014 18:09:43 |
sunpoet |
- Update to 1.002002
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.001000 11 Dec 2013 18:49:10 |
sunpoet |
- Update to 1.001000
Changes: http://search.cpan.org/dist/JSON-MaybeXS/Changes |
1.000000 06 Nov 2013 18:57:15 |
sunpoet |
- 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/ |