diff --git a/devel/toml11/Makefile b/devel/toml11/Makefile index 212a6379601e..c0e659dfbe17 100644 --- a/devel/toml11/Makefile +++ b/devel/toml11/Makefile @@ -1,19 +1,32 @@ -PORTNAME= toml11 +PORTNAME= toml11 DISTVERSIONPREFIX= v -DISTVERSION= 3.7.1 -CATEGORIES= devel +PORTVERSION= 4.4.0 +CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org -COMMENT= C++11 header-only toml parser & encoder -WWW= https://github.com/ToruNiina/toml11 +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= C++11 header-only toml parser & encoder +WWW= https://toruniina.github.io/toml11/ \ + https://github.com/ToruNiina/toml11 -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= compiler:c++17-lang cmake -USE_GITHUB= yes -GH_ACCOUNT= ToruNiina +USES= compiler:c++11-lang cmake +CMAKE_OFF= TOML11_BUILD_EXAMPLES \ + TOML11_BUILD_TESTS \ + TOML11_BUILD_TOML_TESTS \ + TOML11_ENABLE_ACCESS_CHECK \ + TOML11_PRECOMPILE \ + TOML11_TEST_WITH_ASAN \ + TOML11_TEST_WITH_UBSAN +CMAKE_ON= TOML11_INSTALL +CMAKE_TESTING_ON= \ + TOML11_BUILD_TESTS \ + TOML11_BUILD_TOML_TESTS NO_ARCH= yes +USE_GITHUB= yes +GH_ACCOUNT= ToruNiina + .include diff --git a/devel/toml11/distinfo b/devel/toml11/distinfo index a20a288535a4..bef505993f76 100644 --- a/devel/toml11/distinfo +++ b/devel/toml11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668609862 -SHA256 (ToruNiina-toml11-v3.7.1_GH0.tar.gz) = afeaa9aa0416d4b6b2cd3897ca55d9317084103077b32a852247d8efd4cf6068 -SIZE (ToruNiina-toml11-v3.7.1_GH0.tar.gz) = 130032 +TIMESTAMP = 1778246789 +SHA256 (ToruNiina-toml11-v4.4.0_GH0.tar.gz) = 815bfe6792aa11a13a133b86e7f0f45edc5d71eb78f5fb6686c49c7f792b9049 +SIZE (ToruNiina-toml11-v4.4.0_GH0.tar.gz) = 357442 diff --git a/devel/toml11/pkg-plist b/devel/toml11/pkg-plist index 4b71c7786ca3..22d3d226d80f 100644 --- a/devel/toml11/pkg-plist +++ b/devel/toml11/pkg-plist @@ -1,27 +1,61 @@ include/toml.hpp -include/toml/color.hpp -include/toml/combinator.hpp -include/toml/comments.hpp -include/toml/datetime.hpp -include/toml/exception.hpp -include/toml/from.hpp -include/toml/get.hpp -include/toml/into.hpp -include/toml/lexer.hpp -include/toml/literal.hpp -include/toml/macros.hpp -include/toml/parser.hpp -include/toml/region.hpp -include/toml/result.hpp -include/toml/serializer.hpp -include/toml/source_location.hpp -include/toml/storage.hpp -include/toml/string.hpp -include/toml/traits.hpp -include/toml/types.hpp -include/toml/utility.hpp -include/toml/value.hpp -include/toml/version.hpp +include/toml11/color.hpp +include/toml11/comments.hpp +include/toml11/compat.hpp +include/toml11/context.hpp +include/toml11/conversion.hpp +include/toml11/datetime.hpp +include/toml11/error_info.hpp +include/toml11/exception.hpp +include/toml11/find.hpp +include/toml11/format.hpp +include/toml11/from.hpp +include/toml11/fwd/color_fwd.hpp +include/toml11/fwd/comments_fwd.hpp +include/toml11/fwd/datetime_fwd.hpp +include/toml11/fwd/error_info_fwd.hpp +include/toml11/fwd/format_fwd.hpp +include/toml11/fwd/literal_fwd.hpp +include/toml11/fwd/location_fwd.hpp +include/toml11/fwd/region_fwd.hpp +include/toml11/fwd/scanner_fwd.hpp +include/toml11/fwd/source_location_fwd.hpp +include/toml11/fwd/syntax_fwd.hpp +include/toml11/fwd/value_t_fwd.hpp +include/toml11/get.hpp +include/toml11/impl/color_impl.hpp +include/toml11/impl/comments_impl.hpp +include/toml11/impl/datetime_impl.hpp +include/toml11/impl/error_info_impl.hpp +include/toml11/impl/format_impl.hpp +include/toml11/impl/literal_impl.hpp +include/toml11/impl/location_impl.hpp +include/toml11/impl/region_impl.hpp +include/toml11/impl/scanner_impl.hpp +include/toml11/impl/source_location_impl.hpp +include/toml11/impl/syntax_impl.hpp +include/toml11/impl/value_t_impl.hpp +include/toml11/into.hpp +include/toml11/literal.hpp +include/toml11/location.hpp +include/toml11/ordered_map.hpp +include/toml11/parser.hpp +include/toml11/region.hpp +include/toml11/result.hpp +include/toml11/scanner.hpp +include/toml11/serializer.hpp +include/toml11/skip.hpp +include/toml11/source_location.hpp +include/toml11/spec.hpp +include/toml11/storage.hpp +include/toml11/syntax.hpp +include/toml11/traits.hpp +include/toml11/types.hpp +include/toml11/utility.hpp +include/toml11/value.hpp +include/toml11/value_t.hpp +include/toml11/version.hpp +include/toml11/visit.hpp lib/cmake/toml11/toml11Config.cmake lib/cmake/toml11/toml11ConfigVersion.cmake lib/cmake/toml11/toml11Targets.cmake