ports/opt (3.4): libfastjson: initial import, version 0.99.8
commit 38a5def3026e0d72ed1cb08fc2a6329f52a5a9a9 Author: Matt Housh <jaeger@crux.ninja> Date: Wed Oct 31 20:12:45 2018 -0500 libfastjson: initial import, version 0.99.8 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 +}
participants (1)
-
crux@crux.nu