pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/p5-JSON Import p5-JSON version 1.11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/024238c0a98a
branches: trunk
changeset: 528332:024238c0a98a
user: obache <obache%pkgsrc.org@localhost>
date: Mon Apr 30 01:41:31 2007 +0000
description:
Import p5-JSON version 1.11.
This module converts between JSON (JavaScript Object Notation) and Perl
data structure into each other.
For JSON, See to http://www.JSON.org/.
JSON-RPC http://json-rpc.org/
diffstat:
converters/p5-JSON/DESCR | 5 +++++
converters/p5-JSON/Makefile | 15 +++++++++++++++
converters/p5-JSON/PLIST | 1 +
converters/p5-JSON/distinfo | 5 +++++
4 files changed, 26 insertions(+), 0 deletions(-)
diffs (42 lines):
diff -r 3543a504740e -r 024238c0a98a converters/p5-JSON/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON/DESCR Mon Apr 30 01:41:31 2007 +0000
@@ -0,0 +1,5 @@
+This module converts between JSON (JavaScript Object Notation) and Perl
+data structure into each other.
+For JSON, See to http://www.JSON.org/.
+
+ JSON-RPC http://json-rpc.org/
diff -r 3543a504740e -r 024238c0a98a converters/p5-JSON/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON/Makefile Mon Apr 30 01:41:31 2007 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/30 01:41:31 obache Exp $
+
+DISTNAME= JSON-1.11
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5 converters
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
+
+MAINTAINER= obache%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/JSON/
+COMMENT= Perl module converts between JSON and Perl data structure
+
+PERL5_PACKLIST= auto/JSON/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3543a504740e -r 024238c0a98a converters/p5-JSON/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON/PLIST Mon Apr 30 01:41:31 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/30 01:41:31 obache Exp $
diff -r 3543a504740e -r 024238c0a98a converters/p5-JSON/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-JSON/distinfo Mon Apr 30 01:41:31 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/30 01:41:31 obache Exp $
+
+SHA1 (JSON-1.11.tar.gz) = 7fcee4f3d44fcece2cb72b6836fe69285f764d48
+RMD160 (JSON-1.11.tar.gz) = a77b2a40f0fb3279526d30b45c4b19624bc2885d
+Size (JSON-1.11.tar.gz) = 32278 bytes
Home |
Main Index |
Thread Index |
Old Index