From 6ede2c7327d4cfaef478182207dedaf51c5d9ff1 Mon Sep 17 00:00:00 2001 From: fhajny Date: Fri, 1 Jan 2016 15:25:43 +0000 Subject: Import libfastjson 0.99.0 as textproc/libfastjson. libfastjson is a fork from json-c, and is currently under development. --- textproc/libfastjson/DESCR | 1 + textproc/libfastjson/Makefile | 18 ++++++++++++++++++ textproc/libfastjson/PLIST | 19 +++++++++++++++++++ textproc/libfastjson/buildlink3.mk | 13 +++++++++++++ textproc/libfastjson/distinfo | 6 ++++++ 5 files changed, 57 insertions(+) create mode 100644 textproc/libfastjson/DESCR create mode 100644 textproc/libfastjson/Makefile create mode 100644 textproc/libfastjson/PLIST create mode 100644 textproc/libfastjson/buildlink3.mk create mode 100644 textproc/libfastjson/distinfo (limited to 'textproc/libfastjson') diff --git a/textproc/libfastjson/DESCR b/textproc/libfastjson/DESCR new file mode 100644 index 00000000000..b82bc97e4d1 --- /dev/null +++ b/textproc/libfastjson/DESCR @@ -0,0 +1 @@ +libfastjson is a fork from json-c, and is currently under development. diff --git a/textproc/libfastjson/Makefile b/textproc/libfastjson/Makefile new file mode 100644 index 00000000000..fc80cea1de4 --- /dev/null +++ b/textproc/libfastjson/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2016/01/01 15:25:43 fhajny Exp $ + +DISTNAME= libfastjson-0.99.0 +CATEGORIES= textproc +MASTER_SITES= http://download.rsyslog.com/libfastjson/ + +MAINTAINER= filip@joyent.com +HOMEPAGE= http://github.com/rsyslog/libfastjson/ +COMMENT= Fast json library for C +LICENSE= mit + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= libfastjson.pc.in + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/libfastjson/PLIST b/textproc/libfastjson/PLIST new file mode 100644 index 00000000000..bb73ef4e73c --- /dev/null +++ b/textproc/libfastjson/PLIST @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2016/01/01 15:25:43 fhajny Exp $ +include/libfastjson/arraylist.h +include/libfastjson/bits.h +include/libfastjson/debug.h +include/libfastjson/json.h +include/libfastjson/json_c_version.h +include/libfastjson/json_config.h +include/libfastjson/json_inttypes.h +include/libfastjson/json_object.h +include/libfastjson/json_object_iterator.h +include/libfastjson/json_object_private.h +include/libfastjson/json_tokener.h +include/libfastjson/json_util.h +include/libfastjson/linkhash.h +include/libfastjson/math_compat.h +include/libfastjson/printbuf.h +include/libfastjson/random_seed.h +lib/libfastjson.la +lib/pkgconfig/libfastjson.pc diff --git a/textproc/libfastjson/buildlink3.mk b/textproc/libfastjson/buildlink3.mk new file mode 100644 index 00000000000..b446e623fc9 --- /dev/null +++ b/textproc/libfastjson/buildlink3.mk @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2016/01/01 15:25:43 fhajny Exp $ + +BUILDLINK_TREE+= libfastjson + +.if !defined(LIBFASTJSON_BUILDLINK3_MK) +LIBFASTJSON_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libfastjson+= libfastjson>=0.99 +BUILDLINK_ABI_DEPENDS.libfastjson+= libfastjson>=0.99 +BUILDLINK_PKGSRCDIR.libfastjson?= ../../textproc/libfastjson +.endif # LIBFASTJSON_BUILDLINK3_MK + +BUILDLINK_TREE+= -libfastjson diff --git a/textproc/libfastjson/distinfo b/textproc/libfastjson/distinfo new file mode 100644 index 00000000000..95989dbb3dd --- /dev/null +++ b/textproc/libfastjson/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/01/01 15:25:43 fhajny Exp $ + +SHA1 (libfastjson-0.99.0.tar.gz) = 991c4fcec28003261b64ec0db91a2d2802559a0f +RMD160 (libfastjson-0.99.0.tar.gz) = 359dbb1163242364c26bbe837d78fff987a98109 +SHA512 (libfastjson-0.99.0.tar.gz) = 4263eb287b44f2eb6b37c856e461fdf58736d9cdd0897664b8b0ad142bd078c30c45eb26ce75bed1a2393b002f1163dd7b7a26204d2f1dca78a7ab95d86b0f98 +Size (libfastjson-0.99.0.tar.gz) = 371019 bytes -- cgit v1.2.3