From 47c3eed72caefe21e7229c9103930eb2da411772 Mon Sep 17 00:00:00 2001 From: sno Date: Thu, 5 Jul 2012 16:25:19 +0000 Subject: Importing package for Perl 5 module JSON::PP version 2.27200 from CPAN into converters/p5-JSON-PP. This module is JSON::XS compatible pure Perl module. (Perl 5.8 or later is recommended). JSON::XS is the fastest and most proper JSON module on CPAN. It is written by Marc Lehmann in C, so must be compiled and installed in the used environment. JSON::PP is a pure-Perl module and has compatibility to JSON::XS. --- converters/p5-JSON-PP/DESCR | 6 ++++++ converters/p5-JSON-PP/Makefile | 18 ++++++++++++++++++ converters/p5-JSON-PP/distinfo | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 converters/p5-JSON-PP/DESCR create mode 100644 converters/p5-JSON-PP/Makefile create mode 100644 converters/p5-JSON-PP/distinfo (limited to 'converters') diff --git a/converters/p5-JSON-PP/DESCR b/converters/p5-JSON-PP/DESCR new file mode 100644 index 00000000000..7a0794d6d60 --- /dev/null +++ b/converters/p5-JSON-PP/DESCR @@ -0,0 +1,6 @@ +This module is JSON::XS compatible pure Perl module. (Perl 5.8 or later +is recommended). JSON::XS is the fastest and most proper JSON module on +CPAN. It is written by Marc Lehmann in C, so must be compiled and +installed in the used environment. + +JSON::PP is a pure-Perl module and has compatibility to JSON::XS. diff --git a/converters/p5-JSON-PP/Makefile b/converters/p5-JSON-PP/Makefile new file mode 100644 index 00000000000..11c0f3a1936 --- /dev/null +++ b/converters/p5-JSON-PP/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2012/07/05 16:25:19 sno Exp $ + +DISTNAME= JSON-PP-2.27200 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 converters +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/JSON-PP/ +COMMENT= JSON::XS compatible pure-Perl module +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +PERL5_PACKLIST= auto/JSON/PP/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-JSON-PP/distinfo b/converters/p5-JSON-PP/distinfo new file mode 100644 index 00000000000..54ec2ca5ae8 --- /dev/null +++ b/converters/p5-JSON-PP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/07/05 16:25:19 sno Exp $ + +SHA1 (JSON-PP-2.27200.tar.gz) = 7e0e4a5160c0e2e8b8decef360bed231c763c910 +RMD160 (JSON-PP-2.27200.tar.gz) = 05d9985f683688a98cea429d55fdaa6faabcbcf7 +Size (JSON-PP-2.27200.tar.gz) = 41571 bytes -- cgit v1.2.3