svn commit: r349074 - in head/devel: . p5-JSON-Schema
Tom Judge
tj at FreeBSD.org
Mon Mar 24 22:12:18 UTC 2014
Author: tj
Date: Mon Mar 24 22:12:17 2014
New Revision: 349074
URL: http://svnweb.freebsd.org/changeset/ports/349074
QAT: https://qat.redports.org/buildarchive/r349074/
Log:
Validate JSON against a schema.
WWW: http://search.cpan.org/dist/JSON-Schema/
Added:
head/devel/p5-JSON-Schema/
head/devel/p5-JSON-Schema/Makefile (contents, props changed)
head/devel/p5-JSON-Schema/distinfo (contents, props changed)
head/devel/p5-JSON-Schema/pkg-descr (contents, props changed)
head/devel/p5-JSON-Schema/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Mar 24 22:06:18 2014 (r349073)
+++ head/devel/Makefile Mon Mar 24 22:12:17 2014 (r349074)
@@ -2202,6 +2202,7 @@
SUBDIR += p5-JSON-RPC
SUBDIR += p5-JSON-RPC-Common
SUBDIR += p5-JSON-RPC-Dispatcher
+ SUBDIR += p5-JSON-Schema
SUBDIR += p5-Java
SUBDIR += p5-Jonk
SUBDIR += p5-LV
Added: head/devel/p5-JSON-Schema/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-JSON-Schema/Makefile Mon Mar 24 22:12:17 2014 (r349074)
@@ -0,0 +1,26 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= JSON-Schema
+PORTVERSION= 0.015
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tj at FreeBSD.org
+COMMENT= Validate JSON against a schema
+
+LICENSE= MIT
+
+BUILD_DEPENDS= p5-Exporter-Tiny>=0:${PORTSDIR}/devel/p5-Exporter-Tiny \
+ p5-JSON>=2.0:${PORTSDIR}/converters/p5-JSON \
+ p5-JSON-Path>=0:${PORTSDIR}/devel/p5-JSON-Path \
+ p5-JSON-Hyper>=0:${PORTSDIR}/devel/p5-JSON-Hyper \
+ p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-autovivification>=0:${PORTSDIR}/devel/p5-autovivification
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/devel/p5-JSON-Schema/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-JSON-Schema/distinfo Mon Mar 24 22:12:17 2014 (r349074)
@@ -0,0 +1,2 @@
+SHA256 (JSON-Schema-0.015.tar.gz) = 193be1c648cf4f9d5b79a846035cc92c97f081887e5844f64ef9bbc7d6c4e3a1
+SIZE (JSON-Schema-0.015.tar.gz) = 63460
Added: head/devel/p5-JSON-Schema/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-JSON-Schema/pkg-descr Mon Mar 24 22:12:17 2014 (r349074)
@@ -0,0 +1,3 @@
+Validate JSON against a schema.
+
+WWW: http://search.cpan.org/dist/JSON-Schema/
Added: head/devel/p5-JSON-Schema/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-JSON-Schema/pkg-plist Mon Mar 24 22:12:17 2014 (r349074)
@@ -0,0 +1,17 @@
+%%PERL5_MAN3%%/JSON::Schema.3.gz
+%%PERL5_MAN3%%/JSON::Schema::Error.3.gz
+%%PERL5_MAN3%%/JSON::Schema::Examples.3.gz
+%%PERL5_MAN3%%/JSON::Schema::Helper.3.gz
+%%PERL5_MAN3%%/JSON::Schema::Null.3.gz
+%%PERL5_MAN3%%/JSON::Schema::Result.3.gz
+%%SITE_PERL%%/JSON/Schema.pm
+%%SITE_PERL%%/JSON/Schema/Error.pm
+%%SITE_PERL%%/JSON/Schema/Examples.pod
+%%SITE_PERL%%/JSON/Schema/Helper.pm
+%%SITE_PERL%%/JSON/Schema/Null.pm
+%%SITE_PERL%%/JSON/Schema/Result.pm
+%%SITE_PERL%%/mach/auto/JSON/Schema/.packlist
+ at dirrm %%SITE_PERL%%/mach/auto/JSON/Schema
+ at dirrmtry %%SITE_PERL%%/mach/auto/JSON
+ at dirrm %%SITE_PERL%%/JSON/Schema
+ at dirrmtry %%SITE_PERL%%/JSON
More information about the svn-ports-all
mailing list