From owner-svn-ports-all@freebsd.org Sat Jan 14 03:37:22 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A93DCAE7EF; Sat, 14 Jan 2017 03:37:22 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 128421642; Sat, 14 Jan 2017 03:37:22 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0E3bLf9030725; Sat, 14 Jan 2017 03:37:21 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0E3bKfU030719; Sat, 14 Jan 2017 03:37:20 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201701140337.v0E3bKfU030719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Sat, 14 Jan 2017 03:37:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431455 - in head/devel: . spdlog spdlog/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2017 03:37:22 -0000 Author: vanilla Date: Sat Jan 14 03:37:20 2017 New Revision: 431455 URL: https://svnweb.freebsd.org/changeset/ports/431455 Log: Add spdlog, another c++ logging library. Added: head/devel/spdlog/ head/devel/spdlog/Makefile (contents, props changed) head/devel/spdlog/distinfo (contents, props changed) head/devel/spdlog/files/ head/devel/spdlog/files/patch-CMakeLists.txt (contents, props changed) head/devel/spdlog/pkg-descr (contents, props changed) head/devel/spdlog/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jan 14 01:33:39 2017 (r431454) +++ head/devel/Makefile Sat Jan 14 03:37:20 2017 (r431455) @@ -50,6 +50,7 @@ SUBDIR += R-cran-sourcetools SUBDIR += R-cran-tibble SUBDIR += R-cran-tidyr + SUBDIR += spdlog SUBDIR += SpecTcl SUBDIR += aap SUBDIR += aarch64-binutils Added: head/devel/spdlog/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spdlog/Makefile Sat Jan 14 03:37:20 2017 (r431455) @@ -0,0 +1,20 @@ +# Created by: vanilla@ +# $FreeBSD$ + +PORTNAME= spdlog +PORTVERSION= 0.11.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= Super fast C++ logging library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= gabime + +USES= cmake dos2unix pathfix + +.include Added: head/devel/spdlog/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spdlog/distinfo Sat Jan 14 03:37:20 2017 (r431455) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483448051 +SHA256 (gabime-spdlog-v0.11.0_GH0.tar.gz) = 8c0f1810fb6b7d23fef70c2ea8b6fa6768ac8d18d6e0de39be1f48865e22916e +SIZE (gabime-spdlog-v0.11.0_GH0.tar.gz) = 146346 Added: head/devel/spdlog/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spdlog/files/patch-CMakeLists.txt Sat Jan 14 03:37:20 2017 (r431455) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2017-01-14 03:31:12 UTC ++++ CMakeLists.txt +@@ -36,7 +36,7 @@ endif() + # * https://github.com/forexample/package-example + set(generated_dir "${CMAKE_CURRENT_BINARY_DIR}/generated") + +-set(config_install_dir "lib/cmake/${PROJECT_NAME}") ++set(config_install_dir "share/cmake/Modules/${PROJECT_NAME}") + set(include_install_dir "include") + set(pkgconfig_install_dir "libdata/pkgconfig") + Added: head/devel/spdlog/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spdlog/pkg-descr Sat Jan 14 03:37:20 2017 (r431455) @@ -0,0 +1,3 @@ +Super fast C++ logging library. + +WWW: https://github.com/gabime/spdlog Added: head/devel/spdlog/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/spdlog/pkg-plist Sat Jan 14 03:37:20 2017 (r431455) @@ -0,0 +1,39 @@ +include/spdlog/async_logger.h +include/spdlog/common.h +include/spdlog/details/async_log_helper.h +include/spdlog/details/async_logger_impl.h +include/spdlog/details/file_helper.h +include/spdlog/details/log_msg.h +include/spdlog/details/logger_impl.h +include/spdlog/details/mpmc_bounded_q.h +include/spdlog/details/null_mutex.h +include/spdlog/details/os.h +include/spdlog/details/pattern_formatter_impl.h +include/spdlog/details/registry.h +include/spdlog/details/spdlog_impl.h +include/spdlog/fmt/bundled/format.cc +include/spdlog/fmt/bundled/format.h +include/spdlog/fmt/bundled/ostream.cc +include/spdlog/fmt/bundled/ostream.h +include/spdlog/fmt/bundled/printf.h +include/spdlog/fmt/fmt.h +include/spdlog/fmt/ostr.h +include/spdlog/formatter.h +include/spdlog/logger.h +include/spdlog/sinks/android_sink.h +include/spdlog/sinks/ansicolor_sink.h +include/spdlog/sinks/base_sink.h +include/spdlog/sinks/dist_sink.h +include/spdlog/sinks/file_sinks.h +include/spdlog/sinks/msvc_sink.h +include/spdlog/sinks/null_sink.h +include/spdlog/sinks/ostream_sink.h +include/spdlog/sinks/sink.h +include/spdlog/sinks/stdout_sinks.h +include/spdlog/sinks/syslog_sink.h +include/spdlog/spdlog.h +include/spdlog/tweakme.h +libdata/pkgconfig/spdlog.pc +share/cmake/Modules/spdlog/spdlogConfig.cmake +share/cmake/Modules/spdlog/spdlogConfigVersion.cmake +share/cmake/Modules/spdlog/spdlogTargets.cmake