pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/spdlog devel/spdlog: import spdlog-1.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11e317777802
branches:  trunk
changeset: 422855:11e317777802
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Feb 05 13:32:27 2020 +0000

description:
devel/spdlog: import spdlog-1.5.0

Very fast, header-only/compipled, C++ logging library.

diffstat:

 devel/spdlog/DESCR         |   1 +
 devel/spdlog/Makefile      |  22 ++++++++++++
 devel/spdlog/PLIST         |  80 ++++++++++++++++++++++++++++++++++++++++++++++
 devel/spdlog/buildlink3.mk |  14 ++++++++
 devel/spdlog/distinfo      |   6 +++
 5 files changed, 123 insertions(+), 0 deletions(-)

diffs (143 lines):

diff -r b8ee9dbcfd9c -r 11e317777802 devel/spdlog/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/spdlog/DESCR        Wed Feb 05 13:32:27 2020 +0000
@@ -0,0 +1,1 @@
+Very fast, header-only/compipled, C++ logging library.
diff -r b8ee9dbcfd9c -r 11e317777802 devel/spdlog/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/spdlog/Makefile     Wed Feb 05 13:32:27 2020 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2020/02/05 13:32:27 ryoon Exp $
+
+DISTNAME=              spdlog-1.5.0
+CATEGORIES=            devel
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=gabime/}
+GITHUB_PROJECT=                spdlog
+GITHUB_TAG=            v${PKGVERSION_NOREV}
+
+MAINTAINER=            ryoon%NetBSD.org@localhost
+HOMEPAGE=              https://github.com/gabime/spdlog
+COMMENT=               Fast C++ logging library
+LICENSE=               mit
+
+USE_LANGUAGES=         c++
+USE_TOOLS+=            pkg-config
+
+PKGCONFIG_OVERRIDE_STAGE=      post-configure
+PKGCONFIG_OVERRIDE+=           output/meson-private/spdlog.pc
+
+.include "../../devel/meson/build.mk"
+.include "../../lang/python/tool.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b8ee9dbcfd9c -r 11e317777802 devel/spdlog/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/spdlog/PLIST        Wed Feb 05 13:32:27 2020 +0000
@@ -0,0 +1,80 @@
+@comment $NetBSD: PLIST,v 1.1 2020/02/05 13:32:27 ryoon Exp $
+include/spdlog/async.h
+include/spdlog/async_logger-inl.h
+include/spdlog/async_logger.h
+include/spdlog/common-inl.h
+include/spdlog/common.h
+include/spdlog/details/backtracer-inl.h
+include/spdlog/details/backtracer.h
+include/spdlog/details/circular_q.h
+include/spdlog/details/console_globals.h
+include/spdlog/details/file_helper-inl.h
+include/spdlog/details/file_helper.h
+include/spdlog/details/fmt_helper.h
+include/spdlog/details/log_msg-inl.h
+include/spdlog/details/log_msg.h
+include/spdlog/details/log_msg_buffer-inl.h
+include/spdlog/details/log_msg_buffer.h
+include/spdlog/details/mpmc_blocking_q.h
+include/spdlog/details/null_mutex.h
+include/spdlog/details/os-inl.h
+include/spdlog/details/os.h
+include/spdlog/details/pattern_formatter-inl.h
+include/spdlog/details/pattern_formatter.h
+include/spdlog/details/periodic_worker-inl.h
+include/spdlog/details/periodic_worker.h
+include/spdlog/details/registry-inl.h
+include/spdlog/details/registry.h
+include/spdlog/details/synchronous_factory.h
+include/spdlog/details/thread_pool-inl.h
+include/spdlog/details/thread_pool.h
+include/spdlog/fmt/bin_to_hex.h
+include/spdlog/fmt/bundled/LICENSE.rst
+include/spdlog/fmt/bundled/chrono.h
+include/spdlog/fmt/bundled/color.h
+include/spdlog/fmt/bundled/compile.h
+include/spdlog/fmt/bundled/core.h
+include/spdlog/fmt/bundled/format-inl.h
+include/spdlog/fmt/bundled/format.h
+include/spdlog/fmt/bundled/locale.h
+include/spdlog/fmt/bundled/ostream.h
+include/spdlog/fmt/bundled/posix.h
+include/spdlog/fmt/bundled/printf.h
+include/spdlog/fmt/bundled/ranges.h
+include/spdlog/fmt/fmt.h
+include/spdlog/fmt/ostr.h
+include/spdlog/formatter.h
+include/spdlog/logger-inl.h
+include/spdlog/logger.h
+include/spdlog/sinks/android_sink.h
+include/spdlog/sinks/ansicolor_sink-inl.h
+include/spdlog/sinks/ansicolor_sink.h
+include/spdlog/sinks/base_sink-inl.h
+include/spdlog/sinks/base_sink.h
+include/spdlog/sinks/basic_file_sink-inl.h
+include/spdlog/sinks/basic_file_sink.h
+include/spdlog/sinks/daily_file_sink.h
+include/spdlog/sinks/dist_sink.h
+include/spdlog/sinks/dup_filter_sink.h
+include/spdlog/sinks/msvc_sink.h
+include/spdlog/sinks/null_sink.h
+include/spdlog/sinks/ostream_sink.h
+include/spdlog/sinks/ringbuffer_sink.h
+include/spdlog/sinks/rotating_file_sink-inl.h
+include/spdlog/sinks/rotating_file_sink.h
+include/spdlog/sinks/sink-inl.h
+include/spdlog/sinks/sink.h
+include/spdlog/sinks/stdout_color_sinks-inl.h
+include/spdlog/sinks/stdout_color_sinks.h
+include/spdlog/sinks/stdout_sinks-inl.h
+include/spdlog/sinks/stdout_sinks.h
+include/spdlog/sinks/syslog_sink.h
+include/spdlog/sinks/systemd_sink.h
+include/spdlog/sinks/wincolor_sink-inl.h
+include/spdlog/sinks/wincolor_sink.h
+include/spdlog/spdlog-inl.h
+include/spdlog/spdlog.h
+include/spdlog/tweakme.h
+include/spdlog/version.h
+lib/libspdlog.a
+lib/pkgconfig/spdlog.pc
diff -r b8ee9dbcfd9c -r 11e317777802 devel/spdlog/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/spdlog/buildlink3.mk        Wed Feb 05 13:32:27 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/02/05 13:32:27 ryoon Exp $
+
+BUILDLINK_TREE+=       spdlog
+
+.if !defined(SPDLOG_BUILDLINK3_MK)
+SPDLOG_BUILDLINK3_MK:=
+
+BUILDLINK_DEPMETHOD.spdlog?=   build
+
+BUILDLINK_API_DEPENDS.spdlog+= spdlog>=1.5.0
+BUILDLINK_PKGSRCDIR.spdlog?=   ../../devel/spdlog
+.endif # SPDLOG_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -spdlog
diff -r b8ee9dbcfd9c -r 11e317777802 devel/spdlog/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/spdlog/distinfo     Wed Feb 05 13:32:27 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/02/05 13:32:27 ryoon Exp $
+
+SHA1 (spdlog-1.5.0.tar.gz) = e7aa5db40beeac011590d879931ff4f1382d507e
+RMD160 (spdlog-1.5.0.tar.gz) = aff8f2931396d1ef3ed9956cfe1ced774647a663
+SHA512 (spdlog-1.5.0.tar.gz) = 78991c943dd95af563c4b29545b9b5d635caf1af5031262dde734ecf70c0b4ae866d954ee77b050f9f0cc089a3bc57ee9583895e51cb00dd1cc6c10ff905ca34
+Size (spdlog-1.5.0.tar.gz) = 270416 bytes



Home | Main Index | Thread Index | Old Index