SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
2
devel/cpp-hocon/pkg/DESCR
Normal file
2
devel/cpp-hocon/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This is a port of the TypesafeConfig library to C++. The library
|
||||
provides C++ support for the HOCON configuration file format.
|
28
devel/cpp-hocon/pkg/PLIST
Normal file
28
devel/cpp-hocon/pkg/PLIST
Normal file
|
@ -0,0 +1,28 @@
|
|||
include/hocon/
|
||||
include/hocon/config.hpp
|
||||
include/hocon/config_exception.hpp
|
||||
include/hocon/config_include_context.hpp
|
||||
include/hocon/config_includer.hpp
|
||||
include/hocon/config_includer_file.hpp
|
||||
include/hocon/config_list.hpp
|
||||
include/hocon/config_mergeable.hpp
|
||||
include/hocon/config_object.hpp
|
||||
include/hocon/config_origin.hpp
|
||||
include/hocon/config_parse_options.hpp
|
||||
include/hocon/config_parseable.hpp
|
||||
include/hocon/config_render_options.hpp
|
||||
include/hocon/config_resolve_options.hpp
|
||||
include/hocon/config_syntax.hpp
|
||||
include/hocon/config_value.hpp
|
||||
include/hocon/config_value_factory.hpp
|
||||
include/hocon/export.h
|
||||
include/hocon/functional_list.hpp
|
||||
include/hocon/parser/
|
||||
include/hocon/parser/config_document.hpp
|
||||
include/hocon/parser/config_document_factory.hpp
|
||||
include/hocon/parser/config_node.hpp
|
||||
include/hocon/path.hpp
|
||||
include/hocon/program_options.hpp
|
||||
include/hocon/types.hpp
|
||||
include/hocon/version.h
|
||||
@lib lib/libcpp-hocon.so.${LIBcpp-hocon_VERSION}
|
Loading…
Add table
Add a link
Reference in a new issue