View | Details | Raw Unified | Return to bug 268772 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/malloy/Makefile (-3 / +2 lines)
Lines 1-13 Link Here
1
PORTNAME=	malloy
1
PORTNAME=	malloy
2
DISTVERSION=	0.5.1
2
DISTVERSION=	0.6.0
3
PORTREVISION=	1
4
CATEGORIES=	devel
3
CATEGORIES=	devel
5
4
6
MAINTAINER=	jbo@insane.engineer
5
MAINTAINER=	jbo@insane.engineer
7
COMMENT=	Embeddable HTTP(S) and WS(S) client/server components for C++
6
COMMENT=	Embeddable HTTP(S) and WS(S) client/server components for C++
8
WWW=		https://github.com/tectu/malloy
7
WWW=		https://github.com/tectu/malloy
9
8
10
LICENSE=	MIT
9
LICENSE=	BSD3CLAUSE
11
LICENSE_FILE=	${WRKSRC}/license.txt
10
LICENSE_FILE=	${WRKSRC}/license.txt
12
11
13
BROKEN_FreeBSD_12=	some C++20 STL headers are missing on 12.3,\
12
BROKEN_FreeBSD_12=	some C++20 STL headers are missing on 12.3,\
(-)b/devel/malloy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1657217605
1
TIMESTAMP = 1672940698
2
SHA256 (tectu-malloy-0.5.1_GH0.tar.gz) = 5126f2eada548bb1e8bb39abfe15a25beafc475d488fb916c83c328836e62087
2
SHA256 (tectu-malloy-0.6.0_GH0.tar.gz) = 0902721688e273c16f63c1e528e5e7aa785743b5eaedc89464d05e95a7e87be7
3
SIZE (tectu-malloy-0.5.1_GH0.tar.gz) = 188078
3
SIZE (tectu-malloy-0.6.0_GH0.tar.gz) = 191751
(-)b/devel/malloy/pkg-plist (-10 / +15 lines)
Lines 10-15 include/malloy/core/detail/controller_run_result.hpp Link Here
10
include/malloy/core/detail/version_checks.hpp
10
include/malloy/core/detail/version_checks.hpp
11
include/malloy/core/error.hpp
11
include/malloy/core/error.hpp
12
%%HTML%%include/malloy/core/html/form.hpp
12
%%HTML%%include/malloy/core/html/form.hpp
13
%%HTML%%include/malloy/core/html/form_data.hpp
14
%%HTML%%include/malloy/core/html/form_field.hpp
13
%%HTML%%include/malloy/core/html/form_renderer.hpp
15
%%HTML%%include/malloy/core/html/form_renderer.hpp
14
%%HTML%%include/malloy/core/html/html.hpp
16
%%HTML%%include/malloy/core/html/html.hpp
15
%%HTML%%include/malloy/core/html/multipart_parser.hpp
17
%%HTML%%include/malloy/core/html/multipart_parser.hpp
Lines 27-37 include/malloy/core/http/session/types.hpp Link Here
27
include/malloy/core/http/type_traits.hpp
29
include/malloy/core/http/type_traits.hpp
28
include/malloy/core/http/types.hpp
30
include/malloy/core/http/types.hpp
29
include/malloy/core/http/utils.hpp
31
include/malloy/core/http/utils.hpp
32
include/malloy/core/tcp/rate_policy.hpp
33
include/malloy/core/tcp/stream.hpp
34
include/malloy/core/tcp/tcp.hpp
30
%%TLS%%include/malloy/core/tls/manager.hpp
35
%%TLS%%include/malloy/core/tls/manager.hpp
31
include/malloy/core/type_traits.hpp
36
include/malloy/core/type_traits.hpp
32
include/malloy/core/utils.hpp
37
include/malloy/core/utils.hpp
33
include/malloy/core/websocket/connection.hpp
38
include/malloy/core/websocket/connection.hpp
34
include/malloy/core/websocket/stream.hpp
39
include/malloy/core/websocket/stream.hpp
40
include/malloy/core/websocket/types.hpp
35
include/malloy/core/websocket/websocket.hpp
41
include/malloy/core/websocket/websocket.hpp
36
%%SERVER%%include/malloy/server/auth/basic.hpp
42
%%SERVER%%include/malloy/server/auth/basic.hpp
37
%%SERVER%%include/malloy/server/http/connection.hpp
43
%%SERVER%%include/malloy/server/http/connection.hpp
Lines 57-74 lib/cmake/malloy/malloy-config.cmake Link Here
57
lib/cmake/malloy/malloy-targets-%%CMAKE_BUILD_TYPE%%.cmake
63
lib/cmake/malloy/malloy-targets-%%CMAKE_BUILD_TYPE%%.cmake
58
lib/cmake/malloy/malloy-targets.cmake
64
lib/cmake/malloy/malloy-targets.cmake
59
%%CLIENT%%lib/libmalloy-client.so
65
%%CLIENT%%lib/libmalloy-client.so
60
%%CLIENT%%lib/libmalloy-client.so.0.5.1
66
%%CLIENT%%lib/libmalloy-client.so.0.6.0
61
lib/libmalloy-core.so
67
lib/libmalloy-core.so
62
lib/libmalloy-core.so.0.5.1
68
lib/libmalloy-core.so.0.6.0
63
%%SERVER%%lib/libmalloy-server.so
69
%%SERVER%%lib/libmalloy-server.so
64
%%SERVER%%lib/libmalloy-server.so.0.5.1
70
%%SERVER%%lib/libmalloy-server.so.0.6.0
65
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt
66
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/CMakeLists.txt
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/CMakeLists.txt
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/example.cmake
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/example.cmake
68
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http-custom-filter/CMakeLists.txt
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_custom_filter/CMakeLists.txt
69
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http-custom-filter/main.cpp
75
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_custom_filter/main.cpp
70
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http-file-download/CMakeLists.txt
76
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_file_download/CMakeLists.txt
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http-file-download/main.cpp
77
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_file_download/main.cpp
72
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_plain/CMakeLists.txt
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_plain/CMakeLists.txt
73
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_plain/main.cpp
79
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_plain/main.cpp
74
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_tls/CMakeLists.txt
80
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/client/http_tls/CMakeLists.txt
Lines 81-88 lib/libmalloy-core.so.0.5.1 Link Here
81
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/CMakeLists.txt
87
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/CMakeLists.txt
82
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/basic/CMakeLists.txt
88
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/basic/CMakeLists.txt
83
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/basic/main.cpp
89
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/basic/main.cpp
84
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/custom-request-filter/CMakeLists.txt
90
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/custom_request_filter/CMakeLists.txt
85
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/custom-request-filter/main.cpp
91
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/custom_request_filter/main.cpp
86
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/example.cmake
92
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/example.cmake
87
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/html_form/CMakeLists.txt
93
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/html_form/CMakeLists.txt
88
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/html_form/main.cpp
94
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server/html_form/main.cpp
89
- 

Return to bug 268772