summaryrefslogtreecommitdiff
path: root/spdlog
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2019-09-01 10:20:30 +0000
committerTim Biermann <tbier@posteo.de>2019-09-01 10:20:48 +0000
commitbf289ef99f9e6534e231ddc715f07685e13e5543 (patch)
tree8601fbd7efe5dec1712e3e20edde4890265f2604 /spdlog
parentf036b7e5a0af21c590cea639cc6a371765f0ae10 (diff)
downloadcontrib-bf289ef99f9e6534e231ddc715f07685e13e5543.tar.gz
contrib-bf289ef99f9e6534e231ddc715f07685e13e5543.tar.xz
spdlog: initial commit, version 1.3.1
Diffstat (limited to 'spdlog')
-rw-r--r--spdlog/.footprint67
-rw-r--r--spdlog/.signature5
-rw-r--r--spdlog/Pkgfile25
3 files changed, 97 insertions, 0 deletions
diff --git a/spdlog/.footprint b/spdlog/.footprint
new file mode 100644
index 000000000..6b52ed750
--- /dev/null
+++ b/spdlog/.footprint
@@ -0,0 +1,67 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/spdlog/
+-rw-r--r-- root/root usr/include/spdlog/async.h
+-rw-r--r-- root/root usr/include/spdlog/async_logger.h
+-rw-r--r-- root/root usr/include/spdlog/common.h
+drwxr-xr-x root/root usr/include/spdlog/details/
+-rw-r--r-- root/root usr/include/spdlog/details/async_logger_impl.h
+-rw-r--r-- root/root usr/include/spdlog/details/circular_q.h
+-rw-r--r-- root/root usr/include/spdlog/details/console_globals.h
+-rw-r--r-- root/root usr/include/spdlog/details/file_helper.h
+-rw-r--r-- root/root usr/include/spdlog/details/fmt_helper.h
+-rw-r--r-- root/root usr/include/spdlog/details/log_msg.h
+-rw-r--r-- root/root usr/include/spdlog/details/logger_impl.h
+-rw-r--r-- root/root usr/include/spdlog/details/mpmc_blocking_q.h
+-rw-r--r-- root/root usr/include/spdlog/details/null_mutex.h
+-rw-r--r-- root/root usr/include/spdlog/details/os.h
+-rw-r--r-- root/root usr/include/spdlog/details/pattern_formatter.h
+-rw-r--r-- root/root usr/include/spdlog/details/periodic_worker.h
+-rw-r--r-- root/root usr/include/spdlog/details/registry.h
+-rw-r--r-- root/root usr/include/spdlog/details/thread_pool.h
+drwxr-xr-x root/root usr/include/spdlog/fmt/
+-rw-r--r-- root/root usr/include/spdlog/fmt/bin_to_hex.h
+drwxr-xr-x root/root usr/include/spdlog/fmt/bundled/
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/LICENSE.rst
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/chrono.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/color.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/core.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/format-inl.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/format.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/locale.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/ostream.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/posix.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/printf.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/ranges.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/bundled/time.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/fmt.h
+-rw-r--r-- root/root usr/include/spdlog/fmt/ostr.h
+-rw-r--r-- root/root usr/include/spdlog/formatter.h
+-rw-r--r-- root/root usr/include/spdlog/logger.h
+drwxr-xr-x root/root usr/include/spdlog/sinks/
+-rw-r--r-- root/root usr/include/spdlog/sinks/android_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/ansicolor_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/base_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/basic_file_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/daily_file_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/dist_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/msvc_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/null_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/ostream_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/rotating_file_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/stdout_color_sinks.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/stdout_sinks.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/syslog_sink.h
+-rw-r--r-- root/root usr/include/spdlog/sinks/wincolor_sink.h
+-rw-r--r-- root/root usr/include/spdlog/spdlog.h
+-rw-r--r-- root/root usr/include/spdlog/tweakme.h
+-rw-r--r-- root/root usr/include/spdlog/version.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/cmake/
+drwxr-xr-x root/root usr/lib/cmake/spdlog/
+-rw-r--r-- root/root usr/lib/cmake/spdlog/spdlogConfig.cmake
+-rw-r--r-- root/root usr/lib/cmake/spdlog/spdlogConfigVersion.cmake
+-rw-r--r-- root/root usr/lib/cmake/spdlog/spdlogTargets.cmake
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/spdlog.pc
diff --git a/spdlog/.signature b/spdlog/.signature
new file mode 100644
index 000000000..15c400f5a
--- /dev/null
+++ b/spdlog/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF325rK4qYrOS2t20f1Pw7NX+YkXUYLBgvkyxNT64Wuia9OPz0RAFfZG+NdIb/B4YoIEpTpVT+a/RJN8iqBekCSwA=
+SHA256 (Pkgfile) = d9778f0a5134237f6ac6d3dc4b3e95a07f0b2ec20818c6b18a1c3fe2504d921e
+SHA256 (.footprint) = 126894e601762e798c086e1a67d04753cf373da521dec0b22b6af110bda10add
+SHA256 (spdlog-1.3.1.tar.gz) = 160845266e94db1d4922ef755637f6901266731c4cb3b30b45bf41efa0e6ab70
diff --git a/spdlog/Pkgfile b/spdlog/Pkgfile
new file mode 100644
index 000000000..96937b680
--- /dev/null
+++ b/spdlog/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Fast C++ logging library
+# URL: https://github.com/gabime/spdlog
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: fmt
+
+name=spdlog
+version=1.3.1
+release=1
+source=(https://github.com/gabime/spdlog/archive/v$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ mkdir build
+ cd build
+ cmake .. \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DSPDLOG_FMT_EXTERNAL=ON \
+ -DSPDLOG_BUILD_EXAMPLES=OFF \
+ -DSPDLOG_BUILD_BENCH=OFF \
+ -DSPDLOG_BUILD_TESTS=OFF
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit