Received: by mail.netbsd.org (Postfix, from userid 605) id 59BFA84D35; Mon, 7 Sep 2020 10:36:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D428484D02 for ; Mon, 7 Sep 2020 10:36:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H0XOWKNiC69B for ; Mon, 7 Sep 2020 10:36:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4FDC684CE2 for ; Mon, 7 Sep 2020 10:36:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E5AAFB28; Mon, 7 Sep 2020 10:36:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599475018249800" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 10:36:58 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/p5-JSON-Parse To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907103658.3E5AAFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599475018249800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 10:36:58 UTC 2020 Added Files: pkgsrc/converters/p5-JSON-Parse: DESCR Makefile distinfo Log Message: converters/p5-JSON-Parse: import p5-JSON-Parse-0.57 A perl module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in RFC 7159.) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/converters/p5-JSON-Parse/DESCR \ pkgsrc/converters/p5-JSON-Parse/Makefile \ pkgsrc/converters/p5-JSON-Parse/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599475018249800 Content-Disposition: inline Content-Length: 1705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/converters/p5-JSON-Parse/DESCR diff -u /dev/null pkgsrc/converters/p5-JSON-Parse/DESCR:1.1 --- /dev/null Mon Sep 7 10:36:58 2020 +++ pkgsrc/converters/p5-JSON-Parse/DESCR Mon Sep 7 10:36:58 2020 @@ -0,0 +1,2 @@ +A perl module for parsing JSON. (JSON means "JavaScript Object +Notation" and it is specified in RFC 7159.) Index: pkgsrc/converters/p5-JSON-Parse/Makefile diff -u /dev/null pkgsrc/converters/p5-JSON-Parse/Makefile:1.1 --- /dev/null Mon Sep 7 10:36:58 2020 +++ pkgsrc/converters/p5-JSON-Parse/Makefile Mon Sep 7 10:36:58 2020 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2020/09/07 10:36:58 wiz Exp $ + +DISTNAME= JSON-Parse-0.57 +PKGNAME= p5-${DISTNAME} +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=JSON/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://metacpan.org/release/JSON-Parse +COMMENT= Read JSON into a Perl variable +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/JSON/Parse/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/converters/p5-JSON-Parse/distinfo diff -u /dev/null pkgsrc/converters/p5-JSON-Parse/distinfo:1.1 --- /dev/null Mon Sep 7 10:36:58 2020 +++ pkgsrc/converters/p5-JSON-Parse/distinfo Mon Sep 7 10:36:58 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/09/07 10:36:58 wiz Exp $ + +SHA1 (JSON-Parse-0.57.tar.gz) = ba33014668b386310f237d025fd55adda37633bb +RMD160 (JSON-Parse-0.57.tar.gz) = 25d2bbb1b7b7bcc524e39616c439b3a682000ac6 +SHA512 (JSON-Parse-0.57.tar.gz) = 96be06e9cf219622f6064eed3dc553589f5f49f6473ae5382d98179cc5d0a0ad9ff1e79014de41312d40e503b98ad034d2ca898e30d051a804817e3f2245ff65 +Size (JSON-Parse-0.57.tar.gz) = 79465 bytes --_----------=_1599475018249800--