perl/perl-Cpanel-JSON-XS: Updated for version 4.08.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Donald Cooley 2019-01-03 08:50:34 +07:00 committed by Willy Sudiarto Raharjo
parent 68657366a0
commit b3997d3713
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 24 additions and 17 deletions

View file

@ -1 +1,8 @@
A cPanel fork of JSON::XS, fast and correct serializing.
perl-Cpanel-JSON-XS 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.

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-Cpanel-JSON-XS
# Copyright 2018 Donald Cooley South Haven, Indiana USA
# Copyright 2018-2019 Donald Cooley South Haven, Indiana USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Cpanel-JSON-XS
VERSION=${VERSION:-4.07}
VERSION=${VERSION:-4.08}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -92,7 +92,7 @@ find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
COPYING Changes README \
COPYING Changes README SIGNATURE \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Cpanel-JSON-XS"
VERSION="4.07"
HOMEPAGE="https://metacpan.org/pod/Cpanel::JSON::XS"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.07.tar.gz"
MD5SUM="c7d32fb0480c794a8ed85aff435340b6"
VERSION="4.08"
HOMEPAGE="https://metacpan.org/release/Cpanel-JSON-XS"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-4.08.tar.gz"
MD5SUM="172efec9553c69d011dbd0972553fdb9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
perl-Cpanel-JSON-XS: perl-Cpanel-JSON-XS (fork of JSON::XS)
perl-Cpanel-JSON-XS:
perl-Cpanel-JSON-XS: cPanel fork of JSON::XS, fast and correct serializing.
perl-Cpanel-JSON-XS:
perl-Cpanel-JSON-XS:
perl-Cpanel-JSON-XS:
perl-Cpanel-JSON-XS: https://metacpan.org/pod/Cpanel::JSON::XS
perl-Cpanel-JSON-XS:
perl-Cpanel-JSON-XS:
perl-Cpanel-JSON-XS: perl-Cpanel-JSON-XS (cPanel fork of JSON::XS)
perl-Cpanel-JSON-XS:
perl-Cpanel-JSON-XS: This module converts Perl data structures to JSON and vice versa. Its
perl-Cpanel-JSON-XS: primary goal is to be correct and its secondary goal is to be fast.
perl-Cpanel-JSON-XS: To reach the latter goal it was written in C.
perl-Cpanel-JSON-XS: As this is the n-th something JSON module on CPAN, what was the reason
perl-Cpanel-JSON-XS: to write yet another JSON module? While it seems there are many JSON
perl-Cpanel-JSON-XS: modules, none of them correctly handle all corner cases, and in most
perl-Cpanel-JSON-XS: cases their maintainers are unresponsive, gone missing, or not
perl-Cpanel-JSON-XS: listening to bug reports for other reasons.
perl-Cpanel-JSON-XS: