git: be897dfbf522 - main - devel/grpc130: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 04:21:03 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=be897dfbf52225dfd76b6831346dcc6875d95874

commit be897dfbf52225dfd76b6831346dcc6875d95874
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 03:41:38 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:05 +0000

    devel/grpc130: Remove obsoleted port
    
    Use devel/grpc instead
---
 MOVED                                              |   1 +
 devel/Makefile                                     |   1 -
 devel/grpc130/Makefile                             |  61 ----
 devel/grpc130/distinfo                             |   3 -
 devel/grpc130/files/extra-patch-CMakeLists.txt     |  11 -
 ...e_lib_security_credentials_jwt_jwt__verifier.cc |  11 -
 .../patch-src_core_tsi_alts_crypt_aes__gcm.cc      |  11 -
 .../patch-src_core_tsi_ssl__transport__security.cc |  26 --
 devel/grpc130/pkg-descr                            |   6 -
 devel/grpc130/pkg-plist                            | 332 ---------------------
 10 files changed, 1 insertion(+), 462 deletions(-)

diff --git a/MOVED b/MOVED
index 3963d8a7f55c..0c7d283358a5 100644
--- a/MOVED
+++ b/MOVED
@@ -17124,3 +17124,4 @@ graphics/sxiv|graphics/nsxiv|2022-04-01|Has expired: Upstream has archived the p
 graphics/xface.el||2022-04-07|Port has failed to build for years; last release in 2003
 lang/gcc9-devel||2022-04-14|Has expired: Not serving its purpose any longer due to lack of maintenance
 games/pouetchess||2022-04-15|Has expired: Abandonware with last release in 2006
+devel/grpc130|devel/grpc|2022-04-16|Remove obsoleted port. Use devel/grpc instead
diff --git a/devel/Makefile b/devel/Makefile
index e801311ddd95..1f97c30a2844 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -929,7 +929,6 @@
     SUBDIR += grcov
     SUBDIR += grex
     SUBDIR += grpc
-    SUBDIR += grpc130
     SUBDIR += grpc134
     SUBDIR += grpc142
     SUBDIR += grv
diff --git a/devel/grpc130/Makefile b/devel/grpc130/Makefile
deleted file mode 100644
index 626ddc439a77..000000000000
--- a/devel/grpc130/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Created by: vanilla@
-
-PORTNAME=	grpc
-PORTVERSION=	1.30.2
-PORTREVISION=	1
-DISTVERSIONPREFIX=	v
-CATEGORIES=	devel
-PKGNAMESUFFIX=	130
-
-MAINTAINER=	mfechner@FreeBSD.org
-COMMENT=	HTTP/2-based RPC framework
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-LIB_DEPENDS=	libabsl_base.so:devel/abseil \
-		libbenchmark.so:devel/benchmark \
-		libcares.so:dns/c-ares \
-		libgflags.so:devel/gflags \
-		libprotobuf.so:devel/protobuf \
-		libre2.so:devel/re2
-
-USES=		cmake compiler:c++17-lang cpe localbase:ldflags pkgconfig ssl
-
-USE_GITHUB=	yes
-
-CMAKE_ARGS=	-DCMAKE_CXX_STANDARD=17 \
-		-DgRPC_ABSL_PROVIDER=package \
-		-DgRPC_BENCHMARK_PROVIDER=package \
-		-DgRPC_CARES_PROVIDER=package \
-		-DgRPC_GFLAGS_PROVIDER=package \
-		-DgRPC_PROTOBUF_PROVIDER=package \
-		-DgRPC_RE2_PROVIDER=package \
-		-DgRPC_SSL_PROVIDER=package \
-		-DgRPC_ZLIB_PROVIDER=package
-CMAKE_ON=	BUILD_SHARED_LIBS
-USE_LDCONFIG=	yes
-STRIP=
-
-CONFLICTS_INSTALL=	grpc grpc134 grpc142
-
-PLIST_SUB=	PORTVERSION=${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-# Remove openssl from grpc.pc because we do not ship openssl.pc in base system
-.if ${SSL_DEFAULT} == base
-EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-CMakeLists.txt
-.endif
-
-post-patch:
-# Clean up bundled libraries
-	@${RM} -r ${WRKSRC}/third_party/abseil-cpp/
-	@${RM} -r ${WRKSRC}/third_party/benchmark/
-	@${RM} -r ${WRKSRC}/third_party/boringssl-with-bazel/
-	@${RM} -r ${WRKSRC}/third_party/cares/
-	@${RM} -r ${WRKSRC}/third_party/protobuf/
-	@${RM} -r ${WRKSRC}/third_party/re2/
-	@${RM} -r ${WRKSRC}/third_party/zlib/
-
-.include <bsd.port.post.mk>
diff --git a/devel/grpc130/distinfo b/devel/grpc130/distinfo
deleted file mode 100644
index e22ab8d698ba..000000000000
--- a/devel/grpc130/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1637134735
-SHA256 (grpc-grpc-v1.30.2_GH0.tar.gz) = ba74b97a2f1b4e22ec5fb69d639d849d2069fb58ea7d6579a31f800af6fe3b6c
-SIZE (grpc-grpc-v1.30.2_GH0.tar.gz) = 6978015
diff --git a/devel/grpc130/files/extra-patch-CMakeLists.txt b/devel/grpc130/files/extra-patch-CMakeLists.txt
deleted file mode 100644
index 977f23fc28f4..000000000000
--- a/devel/grpc130/files/extra-patch-CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- CMakeLists.txt.orig	2020-07-17 07:26:25 UTC
-+++ CMakeLists.txt
-@@ -15129,7 +15129,7 @@ generate_pkgconfig(
-   "gRPC"
-   "high performance general RPC framework"
-   "${gRPC_CORE_VERSION}"
--  "gpr openssl"
-+  "gpr"
-   "-lgrpc -laddress_sorting -lupb -lcares -lz -labsl_bad_optional_access -labsl_str_format_internal -labsl_time -labsl_time_zone -labsl_civil_time -labsl_strings -labsl_strings_internal -labsl_throw_delegate -labsl_int128 -labsl_base -labsl_spinlock_wait -labsl_raw_logging_internal -labsl_log_severity -labsl_dynamic_annotations"
-   ""
-   "grpc.pc")
diff --git a/devel/grpc130/files/patch-src_core_lib_security_credentials_jwt_jwt__verifier.cc b/devel/grpc130/files/patch-src_core_lib_security_credentials_jwt_jwt__verifier.cc
deleted file mode 100644
index d68a3c9ce37f..000000000000
--- a/devel/grpc130/files/patch-src_core_lib_security_credentials_jwt_jwt__verifier.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/core/lib/security/credentials/jwt/jwt_verifier.cc.orig	2020-12-01 19:24:28 UTC
-+++ src/core/lib/security/credentials/jwt/jwt_verifier.cc
-@@ -472,7 +472,7 @@ static BIGNUM* bignum_from_base64(const char* b64) {
-   return result;
- }
- 
--#if OPENSSL_VERSION_NUMBER < 0x10100000L
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L)
- 
- // Provide compatibility across OpenSSL 1.02 and 1.1.
- static int RSA_set0_key(RSA* r, BIGNUM* n, BIGNUM* e, BIGNUM* d) {
diff --git a/devel/grpc130/files/patch-src_core_tsi_alts_crypt_aes__gcm.cc b/devel/grpc130/files/patch-src_core_tsi_alts_crypt_aes__gcm.cc
deleted file mode 100644
index c14ba4026b09..000000000000
--- a/devel/grpc130/files/patch-src_core_tsi_alts_crypt_aes__gcm.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/core/tsi/alts/crypt/aes_gcm.cc.orig	2020-12-01 19:24:28 UTC
-+++ src/core/tsi/alts/crypt/aes_gcm.cc
-@@ -185,7 +185,7 @@ static grpc_status_code aes_gcm_derive_aead_key(uint8_
-                                                 const uint8_t* kdf_counter) {
-   unsigned char buf[EVP_MAX_MD_SIZE];
-   unsigned char ctr = 1;
--#if OPENSSL_VERSION_NUMBER < 0x10100000L
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L || (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
-   HMAC_CTX hmac;
-   HMAC_CTX_init(&hmac);
-   if (!HMAC_Init_ex(&hmac, kdf_key, kKdfKeyLen, EVP_sha256(), nullptr) ||
diff --git a/devel/grpc130/files/patch-src_core_tsi_ssl__transport__security.cc b/devel/grpc130/files/patch-src_core_tsi_ssl__transport__security.cc
deleted file mode 100644
index c0183ee78552..000000000000
--- a/devel/grpc130/files/patch-src_core_tsi_ssl__transport__security.cc
+++ /dev/null
@@ -1,26 +0,0 @@
---- src/core/tsi/ssl_transport_security.cc.orig	2020-12-01 19:24:28 UTC
-+++ src/core/tsi/ssl_transport_security.cc
-@@ -70,11 +70,10 @@ extern "C" {
- #define TSI_SSL_MAX_PROTECTED_FRAME_SIZE_LOWER_BOUND 1024
- #define TSI_SSL_HANDSHAKER_OUTGOING_BUFFER_INITIAL_SIZE 1024
- 
--/* Putting a macro like this and littering the source file with #if is really
--   bad practice.
--   TODO(jboeuf): refactor all the #if / #endif in a separate module. */
--#ifndef TSI_OPENSSL_ALPN_SUPPORT
-+#if OPENSSL_VERSION_NUMBER >= 0x10002000L
- #define TSI_OPENSSL_ALPN_SUPPORT 1
-+#else
-+#define TSI_OPENSSL_ALPN_SUPPORT 0
- #endif
- 
- /* TODO(jboeuf): I have not found a way to get this number dynamically from the
-@@ -1930,7 +1929,7 @@ tsi_result tsi_create_ssl_client_handshaker_factory_wi
-                                   options->cipher_suites);
-     if (result != TSI_OK) break;
- 
--#if OPENSSL_VERSION_NUMBER >= 0x10100000
-+#if OPENSSL_VERSION_NUMBER >= 0x10100000 && !(defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL)
-     // X509_STORE_up_ref is only available since OpenSSL 1.1.
-     if (options->root_store != nullptr) {
-       X509_STORE_up_ref(options->root_store->store);
diff --git a/devel/grpc130/pkg-descr b/devel/grpc130/pkg-descr
deleted file mode 100644
index e7a61d9736d6..000000000000
--- a/devel/grpc130/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-gRPC is a modern, open source, high-performance remote procedure call (RPC)
-framework that can run anywhere, enables client and server applications to
-communicate transparently, and simplifies the building of connected systems.
-
-WWW: https://grpc.io/
-WWW: https://github.com/grpc/grpc
diff --git a/devel/grpc130/pkg-plist b/devel/grpc130/pkg-plist
deleted file mode 100644
index d4a8dee79c6c..000000000000
--- a/devel/grpc130/pkg-plist
+++ /dev/null
@@ -1,332 +0,0 @@
-bin/grpc_cpp_plugin
-bin/grpc_csharp_plugin
-bin/grpc_node_plugin
-bin/grpc_objective_c_plugin
-bin/grpc_php_plugin
-bin/grpc_python_plugin
-bin/grpc_ruby_plugin
-include/grpc++/alarm.h
-include/grpc++/channel.h
-include/grpc++/client_context.h
-include/grpc++/completion_queue.h
-include/grpc++/create_channel.h
-include/grpc++/create_channel_posix.h
-include/grpc++/ext/health_check_service_server_builder_option.h
-include/grpc++/ext/proto_server_reflection_plugin.h
-include/grpc++/generic/async_generic_service.h
-include/grpc++/generic/generic_stub.h
-include/grpc++/grpc++.h
-include/grpc++/health_check_service_interface.h
-include/grpc++/impl/call.h
-include/grpc++/impl/channel_argument_option.h
-include/grpc++/impl/client_unary_call.h
-include/grpc++/impl/codegen/async_stream.h
-include/grpc++/impl/codegen/async_unary_call.h
-include/grpc++/impl/codegen/byte_buffer.h
-include/grpc++/impl/codegen/call.h
-include/grpc++/impl/codegen/call_hook.h
-include/grpc++/impl/codegen/channel_interface.h
-include/grpc++/impl/codegen/client_context.h
-include/grpc++/impl/codegen/client_unary_call.h
-include/grpc++/impl/codegen/completion_queue.h
-include/grpc++/impl/codegen/completion_queue_tag.h
-include/grpc++/impl/codegen/config.h
-include/grpc++/impl/codegen/config_protobuf.h
-include/grpc++/impl/codegen/core_codegen.h
-include/grpc++/impl/codegen/core_codegen_interface.h
-include/grpc++/impl/codegen/create_auth_context.h
-include/grpc++/impl/codegen/grpc_library.h
-include/grpc++/impl/codegen/metadata_map.h
-include/grpc++/impl/codegen/method_handler_impl.h
-include/grpc++/impl/codegen/proto_utils.h
-include/grpc++/impl/codegen/rpc_method.h
-include/grpc++/impl/codegen/rpc_service_method.h
-include/grpc++/impl/codegen/security/auth_context.h
-include/grpc++/impl/codegen/serialization_traits.h
-include/grpc++/impl/codegen/server_context.h
-include/grpc++/impl/codegen/server_interface.h
-include/grpc++/impl/codegen/service_type.h
-include/grpc++/impl/codegen/slice.h
-include/grpc++/impl/codegen/status.h
-include/grpc++/impl/codegen/status_code_enum.h
-include/grpc++/impl/codegen/string_ref.h
-include/grpc++/impl/codegen/stub_options.h
-include/grpc++/impl/codegen/sync_stream.h
-include/grpc++/impl/codegen/time.h
-include/grpc++/impl/grpc_library.h
-include/grpc++/impl/method_handler_impl.h
-include/grpc++/impl/rpc_method.h
-include/grpc++/impl/rpc_service_method.h
-include/grpc++/impl/serialization_traits.h
-include/grpc++/impl/server_builder_option.h
-include/grpc++/impl/server_builder_plugin.h
-include/grpc++/impl/server_initializer.h
-include/grpc++/impl/service_type.h
-include/grpc++/resource_quota.h
-include/grpc++/security/auth_context.h
-include/grpc++/security/auth_metadata_processor.h
-include/grpc++/security/credentials.h
-include/grpc++/security/server_credentials.h
-include/grpc++/server.h
-include/grpc++/server_builder.h
-include/grpc++/server_context.h
-include/grpc++/server_posix.h
-include/grpc++/support/async_stream.h
-include/grpc++/support/async_unary_call.h
-include/grpc++/support/byte_buffer.h
-include/grpc++/support/channel_arguments.h
-include/grpc++/support/config.h
-include/grpc++/support/error_details.h
-include/grpc++/support/slice.h
-include/grpc++/support/status.h
-include/grpc++/support/status_code_enum.h
-include/grpc++/support/string_ref.h
-include/grpc++/support/stub_options.h
-include/grpc++/support/sync_stream.h
-include/grpc++/support/time.h
-include/grpc/byte_buffer.h
-include/grpc/byte_buffer_reader.h
-include/grpc/census.h
-include/grpc/compression.h
-include/grpc/fork.h
-include/grpc/grpc.h
-include/grpc/grpc_posix.h
-include/grpc/grpc_security.h
-include/grpc/grpc_security_constants.h
-include/grpc/impl/codegen/atm.h
-include/grpc/impl/codegen/atm_gcc_atomic.h
-include/grpc/impl/codegen/atm_gcc_sync.h
-include/grpc/impl/codegen/atm_windows.h
-include/grpc/impl/codegen/byte_buffer.h
-include/grpc/impl/codegen/byte_buffer_reader.h
-include/grpc/impl/codegen/compression_types.h
-include/grpc/impl/codegen/connectivity_state.h
-include/grpc/impl/codegen/fork.h
-include/grpc/impl/codegen/gpr_slice.h
-include/grpc/impl/codegen/gpr_types.h
-include/grpc/impl/codegen/grpc_types.h
-include/grpc/impl/codegen/log.h
-include/grpc/impl/codegen/port_platform.h
-include/grpc/impl/codegen/propagation_bits.h
-include/grpc/impl/codegen/slice.h
-include/grpc/impl/codegen/status.h
-include/grpc/impl/codegen/sync.h
-include/grpc/impl/codegen/sync_abseil.h
-include/grpc/impl/codegen/sync_custom.h
-include/grpc/impl/codegen/sync_generic.h
-include/grpc/impl/codegen/sync_posix.h
-include/grpc/impl/codegen/sync_windows.h
-include/grpc/load_reporting.h
-include/grpc/slice.h
-include/grpc/slice_buffer.h
-include/grpc/status.h
-include/grpc/support/alloc.h
-include/grpc/support/atm.h
-include/grpc/support/atm_gcc_atomic.h
-include/grpc/support/atm_gcc_sync.h
-include/grpc/support/atm_windows.h
-include/grpc/support/cpu.h
-include/grpc/support/log.h
-include/grpc/support/log_windows.h
-include/grpc/support/port_platform.h
-include/grpc/support/string_util.h
-include/grpc/support/sync.h
-include/grpc/support/sync_abseil.h
-include/grpc/support/sync_custom.h
-include/grpc/support/sync_generic.h
-include/grpc/support/sync_posix.h
-include/grpc/support/sync_windows.h
-include/grpc/support/thd_id.h
-include/grpc/support/time.h
-include/grpc/support/workaround_list.h
-include/grpcpp/alarm.h
-include/grpcpp/alarm_impl.h
-include/grpcpp/channel.h
-include/grpcpp/channel_impl.h
-include/grpcpp/client_context.h
-include/grpcpp/completion_queue.h
-include/grpcpp/completion_queue_impl.h
-include/grpcpp/create_channel.h
-include/grpcpp/create_channel_impl.h
-include/grpcpp/create_channel_posix.h
-include/grpcpp/create_channel_posix_impl.h
-include/grpcpp/ext/channelz_service_plugin.h
-include/grpcpp/ext/channelz_service_plugin_impl.h
-include/grpcpp/ext/health_check_service_server_builder_option.h
-include/grpcpp/ext/proto_server_reflection_plugin.h
-include/grpcpp/ext/proto_server_reflection_plugin_impl.h
-include/grpcpp/generic/async_generic_service.h
-include/grpcpp/generic/generic_stub.h
-include/grpcpp/generic/generic_stub_impl.h
-include/grpcpp/grpcpp.h
-include/grpcpp/health_check_service_interface.h
-include/grpcpp/health_check_service_interface_impl.h
-include/grpcpp/impl/call.h
-include/grpcpp/impl/channel_argument_option.h
-include/grpcpp/impl/client_unary_call.h
-include/grpcpp/impl/codegen/async_generic_service.h
-include/grpcpp/impl/codegen/async_stream.h
-include/grpcpp/impl/codegen/async_stream_impl.h
-include/grpcpp/impl/codegen/async_unary_call.h
-include/grpcpp/impl/codegen/async_unary_call_impl.h
-include/grpcpp/impl/codegen/byte_buffer.h
-include/grpcpp/impl/codegen/call.h
-include/grpcpp/impl/codegen/call_hook.h
-include/grpcpp/impl/codegen/call_op_set.h
-include/grpcpp/impl/codegen/call_op_set_interface.h
-include/grpcpp/impl/codegen/callback_common.h
-include/grpcpp/impl/codegen/channel_interface.h
-include/grpcpp/impl/codegen/client_callback.h
-include/grpcpp/impl/codegen/client_callback_impl.h
-include/grpcpp/impl/codegen/client_context.h
-include/grpcpp/impl/codegen/client_context_impl.h
-include/grpcpp/impl/codegen/client_interceptor.h
-include/grpcpp/impl/codegen/client_unary_call.h
-include/grpcpp/impl/codegen/completion_queue.h
-include/grpcpp/impl/codegen/completion_queue_impl.h
-include/grpcpp/impl/codegen/completion_queue_tag.h
-include/grpcpp/impl/codegen/config.h
-include/grpcpp/impl/codegen/config_protobuf.h
-include/grpcpp/impl/codegen/core_codegen.h
-include/grpcpp/impl/codegen/core_codegen_interface.h
-include/grpcpp/impl/codegen/create_auth_context.h
-include/grpcpp/impl/codegen/delegating_channel.h
-include/grpcpp/impl/codegen/grpc_library.h
-include/grpcpp/impl/codegen/intercepted_channel.h
-include/grpcpp/impl/codegen/interceptor.h
-include/grpcpp/impl/codegen/interceptor_common.h
-include/grpcpp/impl/codegen/message_allocator.h
-include/grpcpp/impl/codegen/metadata_map.h
-include/grpcpp/impl/codegen/method_handler.h
-include/grpcpp/impl/codegen/method_handler_impl.h
-include/grpcpp/impl/codegen/proto_buffer_reader.h
-include/grpcpp/impl/codegen/proto_buffer_writer.h
-include/grpcpp/impl/codegen/proto_utils.h
-include/grpcpp/impl/codegen/rpc_method.h
-include/grpcpp/impl/codegen/rpc_service_method.h
-include/grpcpp/impl/codegen/security/auth_context.h
-include/grpcpp/impl/codegen/serialization_traits.h
-include/grpcpp/impl/codegen/server_callback.h
-include/grpcpp/impl/codegen/server_callback_impl.h
-include/grpcpp/impl/codegen/server_callback_handlers.h
-include/grpcpp/impl/codegen/server_context.h
-include/grpcpp/impl/codegen/server_context_impl.h
-include/grpcpp/impl/codegen/server_interceptor.h
-include/grpcpp/impl/codegen/server_interface.h
-include/grpcpp/impl/codegen/service_type.h
-include/grpcpp/impl/codegen/slice.h
-include/grpcpp/impl/codegen/status.h
-include/grpcpp/impl/codegen/status_code_enum.h
-include/grpcpp/impl/codegen/string_ref.h
-include/grpcpp/impl/codegen/stub_options.h
-include/grpcpp/impl/codegen/sync.h
-include/grpcpp/impl/codegen/sync_stream.h
-include/grpcpp/impl/codegen/sync_stream_impl.h
-include/grpcpp/impl/codegen/time.h
-include/grpcpp/impl/grpc_library.h
-include/grpcpp/impl/method_handler_impl.h
-include/grpcpp/impl/rpc_method.h
-include/grpcpp/impl/rpc_service_method.h
-include/grpcpp/impl/serialization_traits.h
-include/grpcpp/impl/server_builder_option.h
-include/grpcpp/impl/server_builder_option_impl.h
-include/grpcpp/impl/server_builder_plugin.h
-include/grpcpp/impl/server_initializer.h
-include/grpcpp/impl/server_initializer_impl.h
-include/grpcpp/impl/service_type.h
-include/grpcpp/resource_quota.h
-include/grpcpp/resource_quota_impl.h
-include/grpcpp/security/alts_context.h
-include/grpcpp/security/alts_util.h
-include/grpcpp/security/auth_context.h
-include/grpcpp/security/auth_metadata_processor.h
-include/grpcpp/security/auth_metadata_processor_impl.h
-include/grpcpp/security/credentials.h
-include/grpcpp/security/credentials_impl.h
-include/grpcpp/security/server_credentials.h
-include/grpcpp/security/server_credentials_impl.h
-include/grpcpp/security/tls_credentials_options.h
-include/grpcpp/server.h
-include/grpcpp/server_impl.h
-include/grpcpp/server_builder.h
-include/grpcpp/server_builder_impl.h
-include/grpcpp/server_context.h
-include/grpcpp/server_posix.h
-include/grpcpp/server_posix_impl.h
-include/grpcpp/support/async_stream.h
-include/grpcpp/support/async_stream_impl.h
-include/grpcpp/support/async_unary_call.h
-include/grpcpp/support/async_unary_call_impl.h
-include/grpcpp/support/byte_buffer.h
-include/grpcpp/support/channel_arguments.h
-include/grpcpp/support/channel_arguments_impl.h
-include/grpcpp/support/client_callback.h
-include/grpcpp/support/client_callback_impl.h
-include/grpcpp/support/client_interceptor.h
-include/grpcpp/support/config.h
-include/grpcpp/support/error_details.h
-include/grpcpp/support/error_details_impl.h
-include/grpcpp/support/interceptor.h
-include/grpcpp/support/message_allocator.h
-include/grpcpp/support/method_handler.h
-include/grpcpp/support/proto_buffer_reader.h
-include/grpcpp/support/proto_buffer_writer.h
-include/grpcpp/support/server_callback.h
-include/grpcpp/support/server_callback_impl.h
-include/grpcpp/support/server_interceptor.h
-include/grpcpp/support/slice.h
-include/grpcpp/support/status.h
-include/grpcpp/support/status_code_enum.h
-include/grpcpp/support/string_ref.h
-include/grpcpp/support/stub_options.h
-include/grpcpp/support/sync_stream.h
-include/grpcpp/support/sync_stream_impl.h
-include/grpcpp/support/time.h
-include/grpcpp/support/validate_service_config.h
-lib/cmake/grpc/gRPCConfig.cmake
-lib/cmake/grpc/gRPCConfigVersion.cmake
-lib/cmake/grpc/gRPCTargets-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/grpc/gRPCTargets.cmake
-lib/cmake/grpc/modules/Findc-ares.cmake
-lib/libaddress_sorting.so
-lib/libaddress_sorting.so.10
-lib/libaddress_sorting.so.10.0.0
-lib/libgpr.so
-lib/libgpr.so.10
-lib/libgpr.so.10.0.0
-lib/libgrpc++.so
-lib/libgrpc++.so.1
-lib/libgrpc++.so.%%PORTVERSION%%
-lib/libgrpc++_alts.so
-lib/libgrpc++_alts.so.1
-lib/libgrpc++_alts.so.%%PORTVERSION%%
-lib/libgrpc++_error_details.so
-lib/libgrpc++_error_details.so.1
-lib/libgrpc++_error_details.so.%%PORTVERSION%%
-lib/libgrpc++_reflection.so
-lib/libgrpc++_reflection.so.1
-lib/libgrpc++_reflection.so.%%PORTVERSION%%
-lib/libgrpc++_unsecure.so
-lib/libgrpc++_unsecure.so.1
-lib/libgrpc++_unsecure.so.%%PORTVERSION%%
-lib/libgrpc.so
-lib/libgrpc.so.10
-lib/libgrpc.so.10.0.0
-lib/libgrpc_plugin_support.so
-lib/libgrpc_plugin_support.so.1
-lib/libgrpc_plugin_support.so.%%PORTVERSION%%
-lib/libgrpc_unsecure.so
-lib/libgrpc_unsecure.so.10
-lib/libgrpc_unsecure.so.10.0.0
-lib/libgrpcpp_channelz.so
-lib/libgrpcpp_channelz.so.1
-lib/libgrpcpp_channelz.so.%%PORTVERSION%%
-lib/libupb.so
-lib/libupb.so.10
-lib/libupb.so.10.0.0
-libdata/pkgconfig/gpr.pc
-libdata/pkgconfig/grpc++.pc
-libdata/pkgconfig/grpc++_unsecure.pc
-libdata/pkgconfig/grpc.pc
-libdata/pkgconfig/grpc_unsecure.pc
-%%DATADIR%%/roots.pem