diff options
author | abs <abs@pkgsrc.org> | 2007-09-07 12:43:17 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-09-07 12:43:17 +0000 |
commit | 43aae258707296f696051d931afacbb49670cad9 (patch) | |
tree | 2c9fce64791ca620ee594d1978e72ec5fc595aa8 /converters | |
parent | 6f5e31989bde1376a349468a417ea1704e492492 (diff) | |
download | pkgsrc-43aae258707296f696051d931afacbb49670cad9.tar.gz |
Import converters/p5-JSON-Any-1.08 into pkgrsc:
This module will provide a coherent API to bring together the
various JSON modules currently on CPAN. This module will allow you
to code to any JSON API and have it work regardless of which JSON
module is actually installed.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-JSON-Any/DESCR | 4 | ||||
-rw-r--r-- | converters/p5-JSON-Any/Makefile | 18 | ||||
-rw-r--r-- | converters/p5-JSON-Any/PLIST | 1 | ||||
-rw-r--r-- | converters/p5-JSON-Any/distinfo | 6 | ||||
-rw-r--r-- | converters/p5-JSON-Any/patches/patch-aa | 11 |
5 files changed, 40 insertions, 0 deletions
diff --git a/converters/p5-JSON-Any/DESCR b/converters/p5-JSON-Any/DESCR new file mode 100644 index 00000000000..d433b29e456 --- /dev/null +++ b/converters/p5-JSON-Any/DESCR @@ -0,0 +1,4 @@ +This module will provide a coherent API to bring together the +various JSON modules currently on CPAN. This module will allow you +to code to any JSON API and have it work regardless of which JSON +module is actually installed. diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile new file mode 100644 index 00000000000..6bc527ae9a2 --- /dev/null +++ b/converters/p5-JSON-Any/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $ + +DISTNAME= JSON-Any-1.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 converters +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PERIGRIN/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/JSON-Any/ +COMMENT= Wrapper Class for the various JSON classes + +PERL5_PACKLIST= auto/JSON/Any/.packlist + +# Do not install any specific JSON converter - let user decide +# DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-JSON-Any/PLIST b/converters/p5-JSON-Any/PLIST new file mode 100644 index 00000000000..f1526c9eebf --- /dev/null +++ b/converters/p5-JSON-Any/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $ diff --git a/converters/p5-JSON-Any/distinfo b/converters/p5-JSON-Any/distinfo new file mode 100644 index 00000000000..eb9012f178d --- /dev/null +++ b/converters/p5-JSON-Any/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $ + +SHA1 (JSON-Any-1.08.tar.gz) = bc996119a5f52eb06d1ee37453cfbe60a5f46ff2 +RMD160 (JSON-Any-1.08.tar.gz) = e0fa20be962cd8cc56d63067e015e725bfb2faff +Size (JSON-Any-1.08.tar.gz) = 21344 bytes +SHA1 (patch-aa) = d78062c9be66f341ff54fd531c1a40daf73bcf44 diff --git a/converters/p5-JSON-Any/patches/patch-aa b/converters/p5-JSON-Any/patches/patch-aa new file mode 100644 index 00000000000..8b58fe693f2 --- /dev/null +++ b/converters/p5-JSON-Any/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 2007/09/07 12:43:17 abs Exp $ + +--- Makefile.PL.orig 2007-05-10 13:59:42.000000000 +0100 ++++ Makefile.PL +@@ -31,5 +31,5 @@ feature 'JSON::Syck', + build_requires 'Test::More' => '0'; + no_index 'directory' => 'ex'; + +-auto_install; ++# auto_install; + WriteAll; |