From 0c661ef5bf90b4f8680faeeb67d429742c5c5a6e Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 11 Sep 2007 16:59:30 +0000 Subject: Import converters/p5-JSON-XS-1.5 into pkgsrc: 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. --- converters/p5-JSON-XS/DESCR | 9 +++++++++ converters/p5-JSON-XS/Makefile | 16 ++++++++++++++++ converters/p5-JSON-XS/PLIST | 1 + converters/p5-JSON-XS/distinfo | 5 +++++ 4 files changed, 31 insertions(+) create mode 100644 converters/p5-JSON-XS/DESCR create mode 100644 converters/p5-JSON-XS/Makefile create mode 100644 converters/p5-JSON-XS/PLIST create mode 100644 converters/p5-JSON-XS/distinfo diff --git a/converters/p5-JSON-XS/DESCR b/converters/p5-JSON-XS/DESCR new file mode 100644 index 00000000000..ca833659a4f --- /dev/null +++ b/converters/p5-JSON-XS/DESCR @@ -0,0 +1,9 @@ +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. diff --git a/converters/p5-JSON-XS/Makefile b/converters/p5-JSON-XS/Makefile new file mode 100644 index 00000000000..5ceec936e7a --- /dev/null +++ b/converters/p5-JSON-XS/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/09/11 16:59:30 abs Exp $ +# + +DISTNAME= JSON-XS-1.5 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/JSON_XS/ +COMMENT= JSON serialising/deserialising, done correctly and fast + +PERL5_PACKLIST= auto/JSON/XS/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-JSON-XS/PLIST b/converters/p5-JSON-XS/PLIST new file mode 100644 index 00000000000..222964a03da --- /dev/null +++ b/converters/p5-JSON-XS/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/11 16:59:30 abs Exp $ diff --git a/converters/p5-JSON-XS/distinfo b/converters/p5-JSON-XS/distinfo new file mode 100644 index 00000000000..cd9b2d00ada --- /dev/null +++ b/converters/p5-JSON-XS/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/09/11 16:59:30 abs Exp $ + +SHA1 (JSON-XS-1.5.tar.gz) = c0acbf8dc04e8ff899756fdfd6ceaf6ace6da717 +RMD160 (JSON-XS-1.5.tar.gz) = dd94cc717ee198fa5a4896b3ed932642cdbff217 +Size (JSON-XS-1.5.tar.gz) = 46574 bytes -- cgit v1.2.3