diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-01-01 15:25:43 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-01-01 15:25:43 +0000 |
commit | 307f4d592bde324d9dfeb31dc707a14a0e1a14f2 (patch) | |
tree | e20d36befadd4209be1b4e2a31e675155be3ab4a /textproc/libfastjson | |
parent | 87be9a05727453725d4458f2e71d363c7cb133db (diff) | |
download | pkgsrc-307f4d592bde324d9dfeb31dc707a14a0e1a14f2.tar.gz |
Import libfastjson 0.99.0 as textproc/libfastjson.
libfastjson is a fork from json-c, and is currently under development.
Diffstat (limited to 'textproc/libfastjson')
-rw-r--r-- | textproc/libfastjson/DESCR | 1 | ||||
-rw-r--r-- | textproc/libfastjson/Makefile | 18 | ||||
-rw-r--r-- | textproc/libfastjson/PLIST | 19 | ||||
-rw-r--r-- | textproc/libfastjson/buildlink3.mk | 13 | ||||
-rw-r--r-- | textproc/libfastjson/distinfo | 6 |
5 files changed, 57 insertions, 0 deletions
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 |