summaryrefslogtreecommitdiff
path: root/libfastjson
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2018-10-31 20:12:45 -0500
committerMatt Housh <jaeger@crux.ninja>2018-10-31 20:12:45 -0500
commit38a5def3026e0d72ed1cb08fc2a6329f52a5a9a9 (patch)
treefe0d0c0428aa647dfcdfee412bec6b94bbc9f004 /libfastjson
parent406683016033fe5ebfacc7f8a8b86b32eb82cf70 (diff)
downloadopt-38a5def3026e0d72ed1cb08fc2a6329f52a5a9a9.tar.gz
opt-38a5def3026e0d72ed1cb08fc2a6329f52a5a9a9.tar.xz
libfastjson: initial import, version 0.99.8
Diffstat (limited to 'libfastjson')
-rw-r--r--libfastjson/.footprint18
-rw-r--r--libfastjson/.signature5
-rw-r--r--libfastjson/Pkgfile16
3 files changed, 39 insertions, 0 deletions
diff --git a/libfastjson/.footprint b/libfastjson/.footprint
new file mode 100644
index 000000000..191d652a7
--- /dev/null
+++ b/libfastjson/.footprint
@@ -0,0 +1,18 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/libfastjson/
+-rw-r--r-- root/root usr/include/libfastjson/atomic.h
+-rw-r--r-- root/root usr/include/libfastjson/json.h
+-rw-r--r-- root/root usr/include/libfastjson/json_object.h
+-rw-r--r-- root/root usr/include/libfastjson/json_object_iterator.h
+-rw-r--r-- root/root usr/include/libfastjson/json_object_private.h
+-rw-r--r-- root/root usr/include/libfastjson/json_tokener.h
+-rw-r--r-- root/root usr/include/libfastjson/json_util.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libfastjson.a
+-rwxr-xr-x root/root usr/lib/libfastjson.la
+lrwxrwxrwx root/root usr/lib/libfastjson.so -> libfastjson.so.4.2.0
+lrwxrwxrwx root/root usr/lib/libfastjson.so.4 -> libfastjson.so.4.2.0
+-rwxr-xr-x root/root usr/lib/libfastjson.so.4.2.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/libfastjson.pc
diff --git a/libfastjson/.signature b/libfastjson/.signature
new file mode 100644
index 000000000..919ca40e2
--- /dev/null
+++ b/libfastjson/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/opt.pub
+RWSE3ohX2g5d/ae40ckI/cCEmTkeiuiG/u67tVy/LD5Rr9pJUcEOkE2EO/9+jQQEyb8z9nx33Rehm1p78wv4fHgH0N2NcJiOOAg=
+SHA256 (Pkgfile) = 3282bb5796ef5e500e1ace4c14fe9f67a47bdcf1d0c26efdc7487dbdf8f3d28d
+SHA256 (.footprint) = 0a2b08efeed6e3cd9041379d3d0a57edc8c188ba2a5197dd69a69b378a2c1bf7
+SHA256 (libfastjson-0.99.8.tar.gz) = 7e49057b26a5a9e3c6623e024f95f9fd9a14b571b9150aeb89d6d475fc3633e3
diff --git a/libfastjson/Pkgfile b/libfastjson/Pkgfile
new file mode 100644
index 000000000..11116e995
--- /dev/null
+++ b/libfastjson/Pkgfile
@@ -0,0 +1,16 @@
+# Description: A fast JSON library for C
+# URL: https://github.com/rsyslog/libfastjson
+# Maintainer: Matt Housh, jaeger at crux dot ninja
+
+name=libfastjson
+version=0.99.8
+release=1
+source=(https://github.com/rsyslog/$name/archive/v${version}/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ NOCONFIGURE=1 ./autogen.sh
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit