From f105c20f786463f905b64c52cabfef71f3ca0146 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 20 Aug 2008 11:05:43 +0000 Subject: [PATCH] import p5-JSON-Any 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. --- converters/p5-JSON-Any/Makefile | 23 +++++++++++++++++++++++ converters/p5-JSON-Any/distinfo | 5 +++++ converters/p5-JSON-Any/pkg/DESCR | 4 ++++ converters/p5-JSON-Any/pkg/PLIST | 3 +++ 4 files changed, 35 insertions(+) create mode 100644 converters/p5-JSON-Any/Makefile create mode 100644 converters/p5-JSON-Any/distinfo create mode 100644 converters/p5-JSON-Any/pkg/DESCR create mode 100644 converters/p5-JSON-Any/pkg/PLIST diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile new file mode 100644 index 00000000000..0fedc9e5329 --- /dev/null +++ b/converters/p5-JSON-Any/Makefile @@ -0,0 +1,23 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2008/08/20 11:05:43 simon Exp $ + +COMMENT = wrapper class for the various JSON classes + +MODULES = cpan +DISTNAME = JSON-Any-1.17 +CATEGORIES = converters + +MAINTAINER = Simon Bertrang + +# Perl +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM = Yes +PERMIT_DISTFILES_FTP = Yes + +RUN_DEPENDS = :p5-JSON->=2.02:converters/p5-JSON \ + ::converters/p5-JSON-DWIW \ + ::converters/p5-JSON-XS \ + ::devel/p5-YAML-Syck +BUILD_DEPENDS = ${RUN_DEPENDS} + +.include diff --git a/converters/p5-JSON-Any/distinfo b/converters/p5-JSON-Any/distinfo new file mode 100644 index 00000000000..7f678683962 --- /dev/null +++ b/converters/p5-JSON-Any/distinfo @@ -0,0 +1,5 @@ +MD5 (JSON-Any-1.17.tar.gz) = YlQwtegG0UHwoWRSqf1J2A== +RMD160 (JSON-Any-1.17.tar.gz) = 31Dpq2aiBTxlTY2xrCVtjUhA7C4= +SHA1 (JSON-Any-1.17.tar.gz) = 3FkDfo8S40Esw1bQIrR0d6wAGhM= +SHA256 (JSON-Any-1.17.tar.gz) = y8W1iaMXystaN/DDvpJQhP1kllOdOirmQYysv8H6xh8= +SIZE (JSON-Any-1.17.tar.gz) = 25144 diff --git a/converters/p5-JSON-Any/pkg/DESCR b/converters/p5-JSON-Any/pkg/DESCR new file mode 100644 index 00000000000..ae4bf53d594 --- /dev/null +++ b/converters/p5-JSON-Any/pkg/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/pkg/PLIST b/converters/p5-JSON-Any/pkg/PLIST new file mode 100644 index 00000000000..32c139b3dbc --- /dev/null +++ b/converters/p5-JSON-Any/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2008/08/20 11:05:43 simon Exp $ +${P5SITE}/JSON/Any.pm +@man man/man3p/JSON::Any.3p