summaryrefslogtreecommitdiff
path: root/liblogging
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2018-10-31 20:11:24 -0500
committerMatt Housh <jaeger@crux.ninja>2018-10-31 20:11:24 -0500
commit406683016033fe5ebfacc7f8a8b86b32eb82cf70 (patch)
tree58f5a9fde8b597cccde0fdd3a80bfa71c6d8afe3 /liblogging
parentab1c3d80f05c58ba536a171b89cbaee718058180 (diff)
downloadopt-406683016033fe5ebfacc7f8a8b86b32eb82cf70.tar.gz
opt-406683016033fe5ebfacc7f8a8b86b32eb82cf70.tar.xz
liblogging: initial import, version 1.0.5
Diffstat (limited to 'liblogging')
-rw-r--r--liblogging/.footprint20
-rw-r--r--liblogging/.signature5
-rw-r--r--liblogging/Pkgfile16
3 files changed, 41 insertions, 0 deletions
diff --git a/liblogging/.footprint b/liblogging/.footprint
new file mode 100644
index 000000000..d10a4de88
--- /dev/null
+++ b/liblogging/.footprint
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/stdlogctl
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/liblogging/
+-rw-r--r-- root/root usr/include/liblogging/stdlog.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/liblogging-stdlog.a
+-rwxr-xr-x root/root usr/lib/liblogging-stdlog.la
+lrwxrwxrwx root/root usr/lib/liblogging-stdlog.so -> liblogging-stdlog.so.0.0.0
+lrwxrwxrwx root/root usr/lib/liblogging-stdlog.so.0 -> liblogging-stdlog.so.0.0.0
+-rwxr-xr-x root/root usr/lib/liblogging-stdlog.so.0.0.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/liblogging-stdlog.pc
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/stdlogctl.1.gz
+drwxr-xr-x root/root usr/share/man/man3/
+-rw-r--r-- root/root usr/share/man/man3/stdlog.3.gz
diff --git a/liblogging/.signature b/liblogging/.signature
new file mode 100644
index 000000000..7c1550db5
--- /dev/null
+++ b/liblogging/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/opt.pub
+RWSE3ohX2g5d/d85MeLsOtqxJV5CaYSsVYNIej03Dg6dLdVGBYLVv94qzcstVE3FXjC6/WOsh7QhT//yKQI/3DZI+RGXbGzAlws=
+SHA256 (Pkgfile) = 84e8335e220c5fab39e1d0e1abec450d42846949a58915e7cc0999b98c736f57
+SHA256 (.footprint) = 2787b9fc08e59d0244487fb2e00236d7465967245d9038017949e32e3cf95504
+SHA256 (liblogging-1.0.5.tar.gz) = 310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b
diff --git a/liblogging/Pkgfile b/liblogging/Pkgfile
new file mode 100644
index 000000000..e04d58404
--- /dev/null
+++ b/liblogging/Pkgfile
@@ -0,0 +1,16 @@
+# Description: An easy to use logging library
+# URL: http://www.liblogging.org/
+# Maintainer: Matt Housh, jaeger at crux dot ninja
+
+name=liblogging
+version=1.0.5
+release=1
+source=(http://download.rsyslog.com/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-journal
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit