pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/p5-JSON-Parse
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.
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@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"
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
Home |
Main Index |
Thread Index |
Old Index