Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-JSON-Parse converters/p5-JSON-Parse: imp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1555f7debf16
branches:  trunk
changeset: 438385:1555f7debf16
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 10:36:58 2020 +0000

description:
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.)

diffstat:

 converters/p5-JSON-Parse/DESCR    |   2 ++
 converters/p5-JSON-Parse/Makefile |  16 ++++++++++++++++
 converters/p5-JSON-Parse/distinfo |   6 ++++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r 56de1ac11387 -r 1555f7debf16 converters/p5-JSON-Parse/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-Parse/DESCR    Mon Sep 07 10:36:58 2020 +0000
@@ -0,0 +1,2 @@
+A perl module for parsing JSON. (JSON means "JavaScript Object
+Notation" and it is specified in RFC 7159.)
diff -r 56de1ac11387 -r 1555f7debf16 converters/p5-JSON-Parse/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-Parse/Makefile Mon Sep 07 10:36:58 2020 +0000
@@ -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@localhost
+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"
diff -r 56de1ac11387 -r 1555f7debf16 converters/p5-JSON-Parse/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON-Parse/distinfo Mon Sep 07 10:36:58 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index