From e308f7ea0b4d7da1155ba7646245a87f887bca0e Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Sat, 7 Apr 2007 04:03:10 +0000 Subject: 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. WWW: http://search.cpan.org/dist/JSON-Any/ --- converters/Makefile | 1 + converters/p5-JSON-Any/Makefile | 21 +++++++++++++++++++++ converters/p5-JSON-Any/distinfo | 3 +++ converters/p5-JSON-Any/pkg-descr | 6 ++++++ converters/p5-JSON-Any/pkg-plist | 6 ++++++ 5 files changed, 37 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 (limited to 'converters') diff --git a/converters/Makefile b/converters/Makefile index 6f89d8982edc..02a2b706c73a 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -57,6 +57,7 @@ SUBDIR += p5-Encode-JIS2K SUBDIR += p5-Encode-compat SUBDIR += p5-JSON + SUBDIR += p5-JSON-Any SUBDIR += p5-JSON-DWIW SUBDIR += p5-JSON-XS SUBDIR += p5-MIME-Base32 diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile new file mode 100644 index 000000000000..54ea61c3c700 --- /dev/null +++ b/converters/p5-JSON-Any/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: JSON-Any +# Date created: 7 Apr 2007 +# Whom: Cheng-Lung Sung +# +# $FreeBSD$ +# + +PORTNAME= JSON-Any +PORTVERSION= 1.03 +CATEGORIES= converters perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/C/CT/CTHOM +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= Perl Wrapper Class for the various JSON classes + +PERL_CONFIGURE= yes +MAN3= JSON::Any.3 + +.include diff --git a/converters/p5-JSON-Any/distinfo b/converters/p5-JSON-Any/distinfo new file mode 100644 index 000000000000..582ae6857f05 --- /dev/null +++ b/converters/p5-JSON-Any/distinfo @@ -0,0 +1,3 @@ +MD5 (JSON-Any-1.03.tar.gz) = f9c48f6fad31d03867cba531e2e9d93f +SHA256 (JSON-Any-1.03.tar.gz) = 99647f6815b4ffdd6d755e730dea571d3d5a7274bac97a7d26ab5977be3c71f9 +SIZE (JSON-Any-1.03.tar.gz) = 4700 diff --git a/converters/p5-JSON-Any/pkg-descr b/converters/p5-JSON-Any/pkg-descr new file mode 100644 index 000000000000..173ca7754bce --- /dev/null +++ b/converters/p5-JSON-Any/pkg-descr @@ -0,0 +1,6 @@ +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. + +WWW: http://search.cpan.org/dist/JSON-Any/ diff --git a/converters/p5-JSON-Any/pkg-plist b/converters/p5-JSON-Any/pkg-plist new file mode 100644 index 000000000000..004fd146018a --- /dev/null +++ b/converters/p5-JSON-Any/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/JSON/Any.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Any/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/Any +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON +@dirrm %%SITE_PERL%%/JSON/Any +@dirrmtry %%SITE_PERL%%/JSON -- cgit v1.2.3