# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= cpp-hocon VERSION= 0.3.0 KEYWORDS= devel VARIANTS= standard SDESC[standard]= C++ port of the Typesafe Config library HOMEPAGE= https://github.com/puppetlabs/cpp-hocon CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= GITHUB/puppetlabs:cpp-hocon:0.3.0 DISTFILE[1]= generated:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none BUILD_DEPENDS= boost-libraries:dev:standard BUILDRUN_DEPENDS= leatherman:primary:standard boost-libraries:primary:standard USES= cmake curl:build LICENSE= APACHE20:single LICENSE_TERMS= single:{{WRKSRC}}/LICENSE LICENSE_FILE= APACHE20:stock LICENSE_SCHEME= solo FPC_EQUIVALENT= devel/cpp-hocon SOVERSION= 0.3.0 CMAKE_ARGS= -DBUILD_SHARED_LIBS=SHARED -DENABLE_CXX_WERROR:BOOL=OFF -DBoost_NO_BOOST_CMAKE:BOOL=ON post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so [FILE:145:descriptions/desc.single] C++ HOCON Parser This is a port of the TypesafeConfig library to C++. The library provides C++ support for the HOCON configuration file format. [FILE:112:distinfo] dab02354046f05aca6275c746d7583ee5f71853aa5b1d93529564632e184c3dd 159032 puppetlabs-cpp-hocon-0.3.0.tar.gz [FILE:599:manifests/plist.single] include/hocon/ config.hpp config_exception.hpp config_include_context.hpp config_includer.hpp config_includer_file.hpp config_list.hpp config_mergeable.hpp config_object.hpp config_origin.hpp config_parse_options.hpp config_parseable.hpp config_render_options.hpp config_resolve_options.hpp config_syntax.hpp config_value.hpp config_value_factory.hpp export.h functional_list.hpp path.hpp program_options.hpp types.hpp version.h include/hocon/parser/ config_document.hpp config_document_factory.hpp config_node.hpp lib/ liblibcpp-hocon.so liblibcpp-hocon.so.%%SOVERSION%% [FILE:211:patches/patch-lib_src_path.cc] --- lib/src/path.cc.orig 2019-12-12 09:56:44 UTC +++ lib/src/path.cc @@ -1,3 +1,4 @@ +#include #include #include #include [FILE:383:patches/patch-lib_src_tokenizer.cc] --- lib/src/tokenizer.cc.orig 2019-12-12 09:56:44 UTC +++ lib/src/tokenizer.cc @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include [FILE:196:patches/patch-lib_tests_main.cc] --- lib/tests/main.cc.orig 2020-06-22 13:08:22 UTC +++ lib/tests/main.cc @@ -1,4 +1,5 @@ #define CATCH_CONFIG_RUNNER +#include #include int main(int argc, char **argv)