pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/json-schema textproc/json-schema: import json...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c47d53618296
branches: trunk
changeset: 327248:c47d53618296
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Dec 23 17:22:21 2018 +0000
description:
textproc/json-schema: import json-schema-1.0
json-schema is a C++ library for validating JSON documents against
JSON Schemata based on jsoncpp.
diffstat:
textproc/json-schema/DESCR | 2 ++
textproc/json-schema/Makefile | 21 +++++++++++++++++++++
textproc/json-schema/PLIST | 6 ++++++
textproc/json-schema/buildlink3.mk | 15 +++++++++++++++
textproc/json-schema/distinfo | 6 ++++++
5 files changed, 50 insertions(+), 0 deletions(-)
diffs (70 lines):
diff -r 8f451ae489b5 -r c47d53618296 textproc/json-schema/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json-schema/DESCR Sun Dec 23 17:22:21 2018 +0000
@@ -0,0 +1,2 @@
+json-schema is a C++ library for validating JSON documents against
+JSON Schemata based on jsoncpp.
diff -r 8f451ae489b5 -r c47d53618296 textproc/json-schema/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json-schema/Makefile Sun Dec 23 17:22:21 2018 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2018/12/23 17:22:21 wiz Exp $
+
+DISTNAME= json-schema-1.0
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=nfotex/}
+GITHUB_RELEASE= ${DISTNAME}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= wiz%NetBSD.org@localhost
+HOMEPAGE= https://github.com/nfotex/json-schema/
+COMMENT= C++ library to validate JSON documents against JSON Schemata
+LICENSE= modified-bsd
+
+USE_CMAKE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= perl:test pkg-config
+TEST_TARGET= test
+
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../textproc/jsoncpp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8f451ae489b5 -r c47d53618296 textproc/json-schema/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json-schema/PLIST Sun Dec 23 17:22:21 2018 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2018/12/23 17:22:21 wiz Exp $
+include/Pointer.h
+include/SchemaValidator.h
+include/URI.h
+lib/libjson-schema.a
+lib/pkgconfig/json-schema.pc
diff -r 8f451ae489b5 -r c47d53618296 textproc/json-schema/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json-schema/buildlink3.mk Sun Dec 23 17:22:21 2018 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2018/12/23 17:22:21 wiz Exp $
+
+BUILDLINK_TREE+= json-schema
+
+.if !defined(JSON_SCHEMA_BUILDLINK3_MK)
+JSON_SCHEMA_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.json-schema+= json-schema>=1.0
+BUILDLINK_PKGSRCDIR.json-schema?= ../../textproc/json-schema
+BUILDLINK_DEPMETHOD.json-schema?= build
+
+.include "../../textproc/jsoncpp/buildlink3.mk"
+.endif # JSON_SCHEMA_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -json-schema
diff -r 8f451ae489b5 -r c47d53618296 textproc/json-schema/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/json-schema/distinfo Sun Dec 23 17:22:21 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/12/23 17:22:21 wiz Exp $
+
+SHA1 (json-schema-1.0.tar.xz) = c72bac210f3f33a7d33fda06c60bf4905f8a4c44
+RMD160 (json-schema-1.0.tar.xz) = 914e046f12f6736b38bbcfa78e757127b272e849
+SHA512 (json-schema-1.0.tar.xz) = 190bfa8c529ee96f0232a145e6bf48e2b39ebcbbfef7cc78abaa0bf259d7f427b1e396842513f9dd59b1966d094d4665673356a420a3e55afd90b2c6a9ced489
+Size (json-schema-1.0.tar.xz) = 40228 bytes
Home |
Main Index |
Thread Index |
Old Index