diff options
author | obache <obache@pkgsrc.org> | 2007-04-30 01:41:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-04-30 01:41:31 +0000 |
commit | a901e81ae13eabf46969317b5b97f7b231ed8a1e (patch) | |
tree | 79ccb14088f2752a3f36930e388a9b482407bd9e /converters/p5-JSON | |
parent | 4f70f82785ec6a2eebd0ba941913aa965b796ab3 (diff) | |
download | pkgsrc-a901e81ae13eabf46969317b5b97f7b231ed8a1e.tar.gz |
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 (limited to 'converters/p5-JSON')
-rw-r--r-- | converters/p5-JSON/DESCR | 5 | ||||
-rw-r--r-- | converters/p5-JSON/Makefile | 15 | ||||
-rw-r--r-- | converters/p5-JSON/PLIST | 1 | ||||
-rw-r--r-- | converters/p5-JSON/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/converters/p5-JSON/DESCR b/converters/p5-JSON/DESCR new file mode 100644 index 00000000000..f163277ec15 --- /dev/null +++ b/converters/p5-JSON/DESCR @@ -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 --git a/converters/p5-JSON/Makefile b/converters/p5-JSON/Makefile new file mode 100644 index 00000000000..d7e5acbeeaf --- /dev/null +++ b/converters/p5-JSON/Makefile @@ -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 +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 --git a/converters/p5-JSON/PLIST b/converters/p5-JSON/PLIST new file mode 100644 index 00000000000..e09e2819963 --- /dev/null +++ b/converters/p5-JSON/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/30 01:41:31 obache Exp $ diff --git a/converters/p5-JSON/distinfo b/converters/p5-JSON/distinfo new file mode 100644 index 00000000000..ea7217b7d00 --- /dev/null +++ b/converters/p5-JSON/distinfo @@ -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 |