pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/p5-Cpanel-JSON-XS converters/p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ace37fc4d7b
branches:  trunk
changeset: 306774:2ace37fc4d7b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Apr 26 12:45:19 2018 +0000
description:
converters/p5-Cpanel-JSON-XS: import p5-Cpanel-JSON-XS-4.02

This module converts Perl data structures to JSON and vice versa.
Its primary goal is to be *correct* and its secondary goal is to
be *fast*.  To reach the latter goal it was written in C.

As this is the n-th-something JSON module on CPAN, what was the
reason to write yet another JSON module? While it seems there are
many JSON modules, none of them correctly handle all corner cases,
and in most cases their maintainers are unresponsive, gone missing,
or not listening to bug reports for other reasons.

The cPanel fork has additional bug fixes and interoperability
improvements.

diffstat:

 converters/p5-Cpanel-JSON-XS/DESCR    |  12 ++++++++++++
 converters/p5-Cpanel-JSON-XS/Makefile |  20 ++++++++++++++++++++
 converters/p5-Cpanel-JSON-XS/distinfo |   6 ++++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 430e4b4e907e -r 2ace37fc4d7b converters/p5-Cpanel-JSON-XS/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Cpanel-JSON-XS/DESCR        Thu Apr 26 12:45:19 2018 +0000
@@ -0,0 +1,12 @@
+This module converts Perl data structures to JSON and vice versa.
+Its primary goal is to be *correct* and its secondary goal is to
+be *fast*.  To reach the latter goal it was written in C.
+
+As this is the n-th-something JSON module on CPAN, what was the
+reason to write yet another JSON module? While it seems there are
+many JSON modules, none of them correctly handle all corner cases,
+and in most cases their maintainers are unresponsive, gone missing,
+or not listening to bug reports for other reasons.
+
+The cPanel fork has additional bug fixes and interoperability
+improvements.
diff -r 430e4b4e907e -r 2ace37fc4d7b converters/p5-Cpanel-JSON-XS/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Cpanel-JSON-XS/Makefile     Thu Apr 26 12:45:19 2018 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/04/26 12:45:19 wiz Exp $
+
+DISTNAME=      Cpanel-JSON-XS-4.02
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RU/RURBAN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Cpanel-JSON-XS/
+COMMENT=       JSON serialising/deserialising, done correctly and fast (cPanel fork)
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-common-sense>=0:../../devel/p5-common-sense
+DEPENDS+=      p5-Canary-Stability>=0:../../devel/p5-Canary-Stability
+DEPENDS+=      p5-Types-Serialiser>=0:../../devel/p5-Types-Serialiser
+
+PERL5_PACKLIST=        auto/Cpanel/JSON/XS/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 430e4b4e907e -r 2ace37fc4d7b converters/p5-Cpanel-JSON-XS/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Cpanel-JSON-XS/distinfo     Thu Apr 26 12:45:19 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/04/26 12:45:19 wiz Exp $
+
+SHA1 (Cpanel-JSON-XS-4.02.tar.gz) = 56a3787ad8cb032d1b258554c658cd49303ecbee
+RMD160 (Cpanel-JSON-XS-4.02.tar.gz) = 045592155e8ce2ba146fb9ed7a1b580f2163b176
+SHA512 (Cpanel-JSON-XS-4.02.tar.gz) = 5b2c2969423ab0ec5ad454c7b2e8c55f6df8e353313507ee4e73dc5cd2c02d14cd47e87f51ecb493f978397738ff55d75683e6f3622aa87311c8b4466ae5a970
+Size (Cpanel-JSON-XS-4.02.tar.gz) = 228582 bytes



Home | Main Index | Thread Index | Old Index