View | Details | Raw Unified | Return to bug 249895
Collapse All | Expand All

(-)Makefile (-12 / +1 lines)
Lines 4-10 Link Here
4
PORTNAME=	json
4
PORTNAME=	json
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSION=	3.9.1
6
DISTVERSION=	3.9.1
7
PORTREVISION=	1
7
PORTREVISION=	2
8
CATEGORIES=	devel
8
CATEGORIES=	devel
9
PKGNAMEPREFIX=	nlohmann-
9
PKGNAMEPREFIX=	nlohmann-
10
10
Lines 24-40 Link Here
24
CMAKE_ON=	JSON_MultipleHeaders
24
CMAKE_ON=	JSON_MultipleHeaders
25
CMAKE_OFF=	JSON_BuildTests
25
CMAKE_OFF=	JSON_BuildTests
26
26
27
PLIST_FILES=	lib/cmake/nlohmann_json/nlohmann_jsonConfig.cmake \
28
		lib/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake \
29
		lib/cmake/nlohmann_json/nlohmann_jsonTargets.cmake \
30
		libdata/pkgconfig/nlohmann_json.pc \
31
		include/nlohmann/json.hpp \
32
		include/nlohmann/json_fwd.hpp
33
34
post-install:
35
	@${FIND} ${STAGEDIR}${PREFIX}/include/nlohmann \
36
		! -name json.hpp -and ! -name json_fwd.hpp -delete
37
38
do-test:
27
do-test:
39
	@cd ${BUILD_WRKSRC} && \
28
	@cd ${BUILD_WRKSRC} && \
40
		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DJSON_BuildTests:BOOL=ON ${CMAKE_SOURCE_PATH} && \
29
		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DJSON_BuildTests:BOOL=ON ${CMAKE_SOURCE_PATH} && \
(-)pkg-plist (+41 lines)
Line 0 Link Here
1
include/nlohmann/adl_serializer.hpp
2
include/nlohmann/byte_container_with_subtype.hpp
3
include/nlohmann/detail/conversions/from_json.hpp
4
include/nlohmann/detail/conversions/to_chars.hpp
5
include/nlohmann/detail/conversions/to_json.hpp
6
include/nlohmann/detail/exceptions.hpp
7
include/nlohmann/detail/hash.hpp
8
include/nlohmann/detail/input/binary_reader.hpp
9
include/nlohmann/detail/input/input_adapters.hpp
10
include/nlohmann/detail/input/json_sax.hpp
11
include/nlohmann/detail/input/lexer.hpp
12
include/nlohmann/detail/input/parser.hpp
13
include/nlohmann/detail/input/position_t.hpp
14
include/nlohmann/detail/iterators/internal_iterator.hpp
15
include/nlohmann/detail/iterators/iter_impl.hpp
16
include/nlohmann/detail/iterators/iteration_proxy.hpp
17
include/nlohmann/detail/iterators/iterator_traits.hpp
18
include/nlohmann/detail/iterators/json_reverse_iterator.hpp
19
include/nlohmann/detail/iterators/primitive_iterator.hpp
20
include/nlohmann/detail/json_pointer.hpp
21
include/nlohmann/detail/json_ref.hpp
22
include/nlohmann/detail/macro_scope.hpp
23
include/nlohmann/detail/macro_unscope.hpp
24
include/nlohmann/detail/meta/cpp_future.hpp
25
include/nlohmann/detail/meta/detected.hpp
26
include/nlohmann/detail/meta/is_sax.hpp
27
include/nlohmann/detail/meta/type_traits.hpp
28
include/nlohmann/detail/meta/void_t.hpp
29
include/nlohmann/detail/output/binary_writer.hpp
30
include/nlohmann/detail/output/output_adapters.hpp
31
include/nlohmann/detail/output/serializer.hpp
32
include/nlohmann/detail/value_t.hpp
33
include/nlohmann/json.hpp
34
include/nlohmann/json_fwd.hpp
35
include/nlohmann/ordered_map.hpp
36
include/nlohmann/thirdparty/hedley/hedley.hpp
37
include/nlohmann/thirdparty/hedley/hedley_undef.hpp
38
lib/cmake/nlohmann_json/nlohmann_jsonConfig.cmake
39
lib/cmake/nlohmann_json/nlohmann_jsonConfigVersion.cmake
40
lib/cmake/nlohmann_json/nlohmann_jsonTargets.cmake
41
libdata/pkgconfig/nlohmann_json.pc

Return to bug 249895