1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

New port: devel/rubygem-json_schema: dependency for new nanoc version

Another JSON Schema V4 and Hyperschema V4 parser and validator.

WWW: https://github.com/brandur/json_schema

PR:		252136
Submitted by:	Stéphane D'Alu <sdalu@sdalu.com>
This commit is contained in:
Kurt Jaeger 2021-01-10 14:08:47 +00:00
parent 850accd611
commit 4d87428619
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561071
4 changed files with 27 additions and 0 deletions

View File

@ -6214,6 +6214,7 @@
SUBDIR += rubygem-json1
SUBDIR += rubygem-json_pure
SUBDIR += rubygem-json_pure1
SUBDIR += rubygem-json_schema
SUBDIR += rubygem-json_schemer
SUBDIR += rubygem-jsonapi-renderer
SUBDIR += rubygem-jsonpath

View File

@ -0,0 +1,20 @@
# Created by: Stéphane D'Alu <sdalu@sdalu.com>
# $FreeBSD$
PORTNAME= json_schema
PORTVERSION= 0.20.9
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= JSON Schema V4 and Hyperschema V4 parser and validator
LICENSE= MIT
USES= gem
USE_RUBY= yes
PLIST_FILES= bin/validate-schema
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608252192
SHA256 (rubygem/json_schema-0.20.9.gem) = 2ccb9054df9cdbb9b46c89fd7be482108811e080ee32ccef59047d7b2a3dae1d
SIZE (rubygem/json_schema-0.20.9.gem) = 37376

View File

@ -0,0 +1,3 @@
A JSON Schema V4 and Hyperschema V4 parser and validator.
WWW: https://github.com/brandur/json_schema